2023-11-03T10:18:54.802 INFO:root:teuthology version: 0.0.1.dev203+g6899cd2 2023-11-03T10:18:54.803 DEBUG:teuthology.run:Teuthology command: teuthology --description orch:cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/17.2.0 1-start 2-nfs 3-upgrade-with-workload 4-final} --verbose --name adking-2023-11-01_15:18:48-orch:cephadm-wip-adk-testing-2023-11-01-0807-distro-default-smithi --owner scheduled_adking@teuthology --archive /home/teuthworker/archive/adking-2023-11-01_15:18:48-orch:cephadm-wip-adk-testing-2023-11-01-0807-distro-default-smithi/7443121 -- /home/teuthworker/archive/adking-2023-11-01_15:18:48-orch:cephadm-wip-adk-testing-2023-11-01-0807-distro-default-smithi/7443121/orig.config.yaml 2023-11-03T10:18:54.844 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-03T10:18:54.935 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2023-11-01_15:18:48-orch:cephadm-wip-adk-testing-2023-11-01-0807-distro-default-smithi/7443121 branch: wip-adk-testing-2023-11-01-0807 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: '7443121' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: adking-2023-11-01_15:18:48-orch:cephadm-wip-adk-testing-2023-11-01-0807-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-11-01-0807 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: 054a55d156d3a2f0db54aab582507ae7417905e5 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 054a55d156d3a2f0db54aab582507ae7417905e5 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk-testing-2023-11-01-0807 sha1: 054a55d156d3a2f0db54aab582507ae7417905e5 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: 1028 sha1: 054a55d156d3a2f0db54aab582507ae7417905e5 sleep_before_teardown: 0 subset: 1/14 suite: orch:cephadm suite_branch: wip-adk-testing-2023-11-01-0807 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_054a55d156d3a2f0db54aab582507ae7417905e5/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 054a55d156d3a2f0db54aab582507ae7417905e5 targets: smithi077.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG/htq5y5wpGCIrLQ/qPBvhActV8UtfOMIgkH14DV6OX6+1+IMOiLdQQ0nh4FeNEVQor9pypzNIcAijN5Cbq7no= smithi145.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBETMu8dgOKJpi1Msi5wEPtCYfsLuPHg2n8zl2INDM9yjKWHBZLxo7vyT8BylyKgXMfxcGdPPJI2VL7W0R1nZsC0= 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: 6899cd26fceddb2fec83dc1a1349394b28c8998e timestamp: 2023-11-01_15:18:48 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.770726 workload-tasks: sequential: - exec: host.a: - cd /mnt/foo && dbench 5 -t 600 || true - umount /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done - cd /mnt/foo && dbench 5 -t 5 2023-11-03T10:18:54.936 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_054a55d156d3a2f0db54aab582507ae7417905e5/qa; will attempt to use it 2023-11-03T10:18:54.937 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_054a55d156d3a2f0db54aab582507ae7417905e5/qa/tasks 2023-11-03T10:18:54.937 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-11-03T10:18:54.939 INFO:teuthology.task.internal:Checking packages... 2023-11-03T10:18:54.968 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '054a55d156d3a2f0db54aab582507ae7417905e5' 2023-11-03T10:18:54.968 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-03T10:18:54.969 INFO:teuthology.packaging:ref: None 2023-11-03T10:18:54.969 INFO:teuthology.packaging:tag: None 2023-11-03T10:18:54.970 INFO:teuthology.packaging:branch: wip-adk-testing-2023-11-01-0807 2023-11-03T10:18:54.970 INFO:teuthology.packaging:sha1: 054a55d156d3a2f0db54aab582507ae7417905e5 2023-11-03T10:18:54.970 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-11-01-0807 2023-11-03T10:18:55.109 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-6983.g054a55d1 2023-11-03T10:18:55.111 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-11-03T10:18:55.122 INFO:teuthology.task.internal:no buildpackages task found 2023-11-03T10:18:55.122 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-11-03T10:18:55.134 INFO:teuthology.task.internal:Saving configuration 2023-11-03T10:18:55.151 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-11-03T10:18:55.162 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-03T10:18:55.186 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi077.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-11-01_15:18:48-orch:cephadm-wip-adk-testing-2023-11-01-0807-distro-default-smithi/7443121', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-03 10:13:47.247126', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG/htq5y5wpGCIrLQ/qPBvhActV8UtfOMIgkH14DV6OX6+1+IMOiLdQQ0nh4FeNEVQor9pypzNIcAijN5Cbq7no='} 2023-11-03T10:18:55.212 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi145.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-11-01_15:18:48-orch:cephadm-wip-adk-testing-2023-11-01-0807-distro-default-smithi/7443121', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-03 10:13:47.248838', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBETMu8dgOKJpi1Msi5wEPtCYfsLuPHg2n8zl2INDM9yjKWHBZLxo7vyT8BylyKgXMfxcGdPPJI2VL7W0R1nZsC0='} 2023-11-03T10:18:55.212 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-11-03T10:18:55.221 INFO:teuthology.task.internal:roles: ubuntu@smithi077.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2023-11-03T10:18:55.221 INFO:teuthology.task.internal:roles: ubuntu@smithi145.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2023-11-03T10:18:55.222 INFO:teuthology.run_tasks:Running task console_log... 2023-11-03T10:18:55.307 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fb77afd6c10>, signals=[15]) 2023-11-03T10:18:55.308 INFO:teuthology.run_tasks:Running task internal.connect... 2023-11-03T10:18:55.319 INFO:teuthology.task.internal:Opening connections... 2023-11-03T10:18:55.320 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi077.front.sepia.ceph.com 2023-11-03T10:18:55.321 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-03T10:18:55.432 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi145.front.sepia.ceph.com 2023-11-03T10:18:55.433 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-03T10:18:55.501 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-11-03T10:18:55.510 DEBUG:teuthology.orchestra.run.smithi077:> uname -m 2023-11-03T10:18:55.534 INFO:teuthology.orchestra.run.smithi077.stdout:x86_64 2023-11-03T10:18:55.534 DEBUG:teuthology.orchestra.run.smithi077:> cat /etc/os-release 2023-11-03T10:18:55.595 INFO:teuthology.orchestra.run.smithi077.stdout:NAME="CentOS Stream" 2023-11-03T10:18:55.596 INFO:teuthology.orchestra.run.smithi077.stdout:VERSION="8" 2023-11-03T10:18:55.596 INFO:teuthology.orchestra.run.smithi077.stdout:ID="centos" 2023-11-03T10:18:55.596 INFO:teuthology.orchestra.run.smithi077.stdout:ID_LIKE="rhel fedora" 2023-11-03T10:18:55.596 INFO:teuthology.orchestra.run.smithi077.stdout:VERSION_ID="8" 2023-11-03T10:18:55.596 INFO:teuthology.orchestra.run.smithi077.stdout:PLATFORM_ID="platform:el8" 2023-11-03T10:18:55.597 INFO:teuthology.orchestra.run.smithi077.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-03T10:18:55.597 INFO:teuthology.orchestra.run.smithi077.stdout:ANSI_COLOR="0;31" 2023-11-03T10:18:55.597 INFO:teuthology.orchestra.run.smithi077.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-03T10:18:55.597 INFO:teuthology.orchestra.run.smithi077.stdout:HOME_URL="https://centos.org/" 2023-11-03T10:18:55.597 INFO:teuthology.orchestra.run.smithi077.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-03T10:18:55.598 INFO:teuthology.orchestra.run.smithi077.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-03T10:18:55.598 INFO:teuthology.orchestra.run.smithi077.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-03T10:18:55.599 INFO:teuthology.lock.ops:Updating smithi077.front.sepia.ceph.com on lock server 2023-11-03T10:18:55.618 DEBUG:teuthology.orchestra.run.smithi145:> uname -m 2023-11-03T10:18:55.641 INFO:teuthology.orchestra.run.smithi145.stdout:x86_64 2023-11-03T10:18:55.641 DEBUG:teuthology.orchestra.run.smithi145:> cat /etc/os-release 2023-11-03T10:18:55.703 INFO:teuthology.orchestra.run.smithi145.stdout:NAME="CentOS Stream" 2023-11-03T10:18:55.703 INFO:teuthology.orchestra.run.smithi145.stdout:VERSION="8" 2023-11-03T10:18:55.703 INFO:teuthology.orchestra.run.smithi145.stdout:ID="centos" 2023-11-03T10:18:55.704 INFO:teuthology.orchestra.run.smithi145.stdout:ID_LIKE="rhel fedora" 2023-11-03T10:18:55.704 INFO:teuthology.orchestra.run.smithi145.stdout:VERSION_ID="8" 2023-11-03T10:18:55.704 INFO:teuthology.orchestra.run.smithi145.stdout:PLATFORM_ID="platform:el8" 2023-11-03T10:18:55.704 INFO:teuthology.orchestra.run.smithi145.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-03T10:18:55.704 INFO:teuthology.orchestra.run.smithi145.stdout:ANSI_COLOR="0;31" 2023-11-03T10:18:55.704 INFO:teuthology.orchestra.run.smithi145.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-03T10:18:55.705 INFO:teuthology.orchestra.run.smithi145.stdout:HOME_URL="https://centos.org/" 2023-11-03T10:18:55.705 INFO:teuthology.orchestra.run.smithi145.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-03T10:18:55.705 INFO:teuthology.orchestra.run.smithi145.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-03T10:18:55.705 INFO:teuthology.orchestra.run.smithi145.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-03T10:18:55.706 INFO:teuthology.lock.ops:Updating smithi145.front.sepia.ceph.com on lock server 2023-11-03T10:18:55.726 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-11-03T10:18:55.740 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-11-03T10:18:55.800 INFO:teuthology.task.internal:Checking for old test directory... 2023-11-03T10:18:55.801 DEBUG:teuthology.orchestra.run.smithi077:> test '!' -e /home/ubuntu/cephtest 2023-11-03T10:18:55.804 DEBUG:teuthology.orchestra.run.smithi145:> test '!' -e /home/ubuntu/cephtest 2023-11-03T10:18:55.824 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-11-03T10:18:55.835 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-11-03T10:18:55.835 DEBUG:teuthology.orchestra.run.smithi077:> test -z $(ls -A /var/lib/ceph) 2023-11-03T10:18:55.865 DEBUG:teuthology.orchestra.run.smithi145:> test -z $(ls -A /var/lib/ceph) 2023-11-03T10:18:55.910 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-11-03T10:18:55.967 INFO:teuthology.run_tasks:Running task kernel... 2023-11-03T10:18:55.987 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-11-03T10:18:55.987 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-11-03T10:18:55.988 DEBUG:teuthology.orchestra.run.smithi077:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-03T10:18:55.990 DEBUG:teuthology.orchestra.run.smithi145:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-03T10:18:56.009 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-03T10:18:56.010 DEBUG:teuthology.orchestra.run.smithi077:> uname -r 2023-11-03T10:18:56.011 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-03T10:18:56.012 DEBUG:teuthology.orchestra.run.smithi145:> uname -r 2023-11-03T10:18:56.071 INFO:teuthology.orchestra.run.smithi077.stdout:4.18.0-489.el8.x86_64 2023-11-03T10:18:56.072 INFO:teuthology.task.kernel:Running kernel on smithi077: 4.18.0-489.el8.x86_64 2023-11-03T10:18:56.072 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum install -y kernel 2023-11-03T10:18:56.074 INFO:teuthology.orchestra.run.smithi145.stdout:4.18.0-489.el8.x86_64 2023-11-03T10:18:56.074 INFO:teuthology.task.kernel:Running kernel on smithi145: 4.18.0-489.el8.x86_64 2023-11-03T10:18:56.075 DEBUG:teuthology.orchestra.run.smithi145:> sudo yum install -y kernel 2023-11-03T10:18:59.734 INFO:teuthology.orchestra.run.smithi077.stdout:CentOS Stream 8 - AppStream 30 MB/s | 34 MB 00:01 2023-11-03T10:18:59.966 INFO:teuthology.orchestra.run.smithi145.stdout:CentOS Stream 8 - AppStream 26 MB/s | 34 MB 00:01 2023-11-03T10:19:08.551 INFO:teuthology.orchestra.run.smithi077.stdout:CentOS Stream 8 - BaseOS 20 MB/s | 52 MB 00:02 2023-11-03T10:19:08.815 INFO:teuthology.orchestra.run.smithi145.stdout:CentOS Stream 8 - BaseOS 19 MB/s | 52 MB 00:02 2023-11-03T10:19:16.127 INFO:teuthology.orchestra.run.smithi077.stdout:CentOS Stream 8 - Extras 104 kB/s | 18 kB 00:00 2023-11-03T10:19:16.540 INFO:teuthology.orchestra.run.smithi145.stdout:CentOS Stream 8 - Extras 55 kB/s | 18 kB 00:00 2023-11-03T10:19:16.726 INFO:teuthology.orchestra.run.smithi077.stdout:CentOS Stream 8 - Extras common packages 16 kB/s | 6.9 kB 00:00 2023-11-03T10:19:16.995 INFO:teuthology.orchestra.run.smithi077.stdout:Copr repo for python3-asyncssh owned by ceph 30 kB/s | 3.5 kB 00:00 2023-11-03T10:19:17.142 INFO:teuthology.orchestra.run.smithi145.stdout:CentOS Stream 8 - Extras common packages 17 kB/s | 6.9 kB 00:00 2023-11-03T10:19:17.425 INFO:teuthology.orchestra.run.smithi145.stdout:Copr repo for python3-asyncssh owned by ceph 27 kB/s | 3.5 kB 00:00 2023-11-03T10:19:18.571 INFO:teuthology.orchestra.run.smithi077.stdout:Extra Packages for Enterprise Linux 11 MB/s | 16 MB 00:01 2023-11-03T10:19:18.953 INFO:teuthology.orchestra.run.smithi145.stdout:Extra Packages for Enterprise Linux 12 MB/s | 16 MB 00:01 2023-11-03T10:19:22.429 INFO:teuthology.orchestra.run.smithi077.stdout:lab-extras 485 kB/s | 24 kB 00:00 2023-11-03T10:19:22.818 INFO:teuthology.orchestra.run.smithi145.stdout:lab-extras 451 kB/s | 24 kB 00:00 2023-11-03T10:19:25.987 INFO:teuthology.orchestra.run.smithi077.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-03T10:19:25.987 INFO:teuthology.orchestra.run.smithi077.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-03T10:19:26.261 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2023-11-03T10:19:26.262 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2023-11-03T10:19:26.263 INFO:teuthology.orchestra.run.smithi077.stdout: Package Architecture Version Repository Size 2023-11-03T10:19:26.263 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2023-11-03T10:19:26.263 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2023-11-03T10:19:26.263 INFO:teuthology.orchestra.run.smithi077.stdout: kernel x86_64 4.18.0-519.el8 baseos 10 M 2023-11-03T10:19:26.263 INFO:teuthology.orchestra.run.smithi077.stdout:Installing dependencies: 2023-11-03T10:19:26.264 INFO:teuthology.orchestra.run.smithi077.stdout: kernel-core x86_64 4.18.0-519.el8 baseos 43 M 2023-11-03T10:19:26.264 INFO:teuthology.orchestra.run.smithi077.stdout: kernel-modules x86_64 4.18.0-519.el8 baseos 36 M 2023-11-03T10:19:26.264 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-11-03T10:19:26.264 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2023-11-03T10:19:26.264 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2023-11-03T10:19:26.265 INFO:teuthology.orchestra.run.smithi077.stdout:Install 3 Packages 2023-11-03T10:19:26.265 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-11-03T10:19:26.265 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 89 M 2023-11-03T10:19:26.265 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 96 M 2023-11-03T10:19:26.265 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2023-11-03T10:19:26.301 INFO:teuthology.orchestra.run.smithi145.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-03T10:19:26.302 INFO:teuthology.orchestra.run.smithi145.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-03T10:19:26.582 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2023-11-03T10:19:26.583 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2023-11-03T10:19:26.583 INFO:teuthology.orchestra.run.smithi145.stdout: Package Architecture Version Repository Size 2023-11-03T10:19:26.583 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2023-11-03T10:19:26.583 INFO:teuthology.orchestra.run.smithi145.stdout:Installing: 2023-11-03T10:19:26.583 INFO:teuthology.orchestra.run.smithi145.stdout: kernel x86_64 4.18.0-519.el8 baseos 10 M 2023-11-03T10:19:26.584 INFO:teuthology.orchestra.run.smithi145.stdout:Installing dependencies: 2023-11-03T10:19:26.584 INFO:teuthology.orchestra.run.smithi145.stdout: kernel-core x86_64 4.18.0-519.el8 baseos 43 M 2023-11-03T10:19:26.584 INFO:teuthology.orchestra.run.smithi145.stdout: kernel-modules x86_64 4.18.0-519.el8 baseos 36 M 2023-11-03T10:19:26.584 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-11-03T10:19:26.584 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction Summary 2023-11-03T10:19:26.585 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2023-11-03T10:19:26.585 INFO:teuthology.orchestra.run.smithi145.stdout:Install 3 Packages 2023-11-03T10:19:26.585 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-11-03T10:19:26.586 INFO:teuthology.orchestra.run.smithi145.stdout:Total download size: 89 M 2023-11-03T10:19:26.586 INFO:teuthology.orchestra.run.smithi145.stdout:Installed size: 96 M 2023-11-03T10:19:26.586 INFO:teuthology.orchestra.run.smithi145.stdout:Downloading Packages: 2023-11-03T10:19:27.122 INFO:teuthology.orchestra.run.smithi077.stdout:(1/3): kernel-4.18.0-519.el8.x86_64.rpm 15 MB/s | 10 MB 00:00 2023-11-03T10:19:27.936 INFO:teuthology.orchestra.run.smithi145.stdout:(1/3): kernel-4.18.0-519.el8.x86_64.rpm 7.7 MB/s | 10 MB 00:01 2023-11-03T10:19:27.989 INFO:teuthology.orchestra.run.smithi077.stdout:(2/3): kernel-core-4.18.0-519.el8.x86_64.rpm 28 MB/s | 43 MB 00:01 2023-11-03T10:19:28.524 INFO:teuthology.orchestra.run.smithi077.stdout:(3/3): kernel-modules-4.18.0-519.el8.x86_64.rpm 17 MB/s | 36 MB 00:02 2023-11-03T10:19:28.525 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2023-11-03T10:19:28.525 INFO:teuthology.orchestra.run.smithi077.stdout:Total 39 MB/s | 89 MB 00:02 2023-11-03T10:19:29.085 INFO:teuthology.orchestra.run.smithi145.stdout:(2/3): kernel-modules-4.18.0-519.el8.x86_64.rpm 15 MB/s | 36 MB 00:02 2023-11-03T10:19:29.199 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2023-11-03T10:19:29.616 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2023-11-03T10:19:29.616 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2023-11-03T10:19:29.619 INFO:teuthology.orchestra.run.smithi145.stdout:(3/3): kernel-core-4.18.0-519.el8.x86_64.rpm 14 MB/s | 43 MB 00:02 2023-11-03T10:19:29.619 INFO:teuthology.orchestra.run.smithi145.stdout:-------------------------------------------------------------------------------- 2023-11-03T10:19:29.620 INFO:teuthology.orchestra.run.smithi145.stdout:Total 29 MB/s | 89 MB 00:03 2023-11-03T10:19:30.291 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction check 2023-11-03T10:19:30.731 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction check succeeded. 2023-11-03T10:19:30.731 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction test 2023-11-03T10:19:30.825 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2023-11-03T10:19:30.844 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2023-11-03T10:19:31.959 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction test succeeded. 2023-11-03T10:19:31.976 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction 2023-11-03T10:19:33.585 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2023-11-03T10:19:34.163 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : kernel-core-4.18.0-519.el8.x86_64 1/3 2023-11-03T10:19:34.727 INFO:teuthology.orchestra.run.smithi145.stdout: Preparing : 1/1 2023-11-03T10:19:35.269 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : kernel-core-4.18.0-519.el8.x86_64 1/3 2023-11-03T10:19:37.724 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: kernel-core-4.18.0-519.el8.x86_64 1/3 2023-11-03T10:19:38.120 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : kernel-modules-4.18.0-519.el8.x86_64 2/3 2023-11-03T10:19:38.842 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: kernel-core-4.18.0-519.el8.x86_64 1/3 2023-11-03T10:19:39.243 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : kernel-modules-4.18.0-519.el8.x86_64 2/3 2023-11-03T10:19:41.505 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: kernel-modules-4.18.0-519.el8.x86_64 2/3 2023-11-03T10:19:41.792 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : kernel-4.18.0-519.el8.x86_64 3/3 2023-11-03T10:19:42.629 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: kernel-modules-4.18.0-519.el8.x86_64 2/3 2023-11-03T10:19:42.905 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : kernel-4.18.0-519.el8.x86_64 3/3 2023-11-03T10:20:03.693 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: kernel-core-4.18.0-519.el8.x86_64 3/3 2023-11-03T10:20:03.716 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: kernel-modules-4.18.0-519.el8.x86_64 3/3 2023-11-03T10:20:04.059 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: kernel-4.18.0-519.el8.x86_64 3/3 2023-11-03T10:20:04.059 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : kernel-4.18.0-519.el8.x86_64 1/3 2023-11-03T10:20:04.059 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : kernel-core-4.18.0-519.el8.x86_64 2/3 2023-11-03T10:20:04.499 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: kernel-core-4.18.0-519.el8.x86_64 3/3 2023-11-03T10:20:04.524 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: kernel-modules-4.18.0-519.el8.x86_64 3/3 2023-11-03T10:20:04.869 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: kernel-4.18.0-519.el8.x86_64 3/3 2023-11-03T10:20:04.869 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : kernel-4.18.0-519.el8.x86_64 1/3 2023-11-03T10:20:04.869 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : kernel-core-4.18.0-519.el8.x86_64 2/3 2023-11-03T10:20:05.023 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : kernel-modules-4.18.0-519.el8.x86_64 3/3 2023-11-03T10:20:05.024 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-11-03T10:20:05.024 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2023-11-03T10:20:05.024 INFO:teuthology.orchestra.run.smithi077.stdout: kernel-4.18.0-519.el8.x86_64 kernel-core-4.18.0-519.el8.x86_64 2023-11-03T10:20:05.024 INFO:teuthology.orchestra.run.smithi077.stdout: kernel-modules-4.18.0-519.el8.x86_64 2023-11-03T10:20:05.024 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-11-03T10:20:05.025 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2023-11-03T10:20:05.181 DEBUG:teuthology.orchestra.run.smithi077:> rpm -q kernel | sort -rV | head -n 1 2023-11-03T10:20:05.399 INFO:teuthology.orchestra.run.smithi077.stdout:kernel-4.18.0-519.el8.x86_64 2023-11-03T10:20:05.399 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-519.el8.x86_64 2023-11-03T10:20:05.399 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-519.el8.x86_64 2023-11-03T10:20:05.400 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-03T10:20:05.400 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-03T10:20:05.400 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-11-03T10:20:05.400 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi077.front.sepia.ceph.com, path=None, version=distro) 2023-11-03T10:20:05.401 DEBUG:teuthology.orchestra.run.smithi077:> rpm -q kernel | sort -rV | head -n 1 2023-11-03T10:20:05.609 INFO:teuthology.orchestra.run.smithi077.stdout:kernel-4.18.0-519.el8.x86_64 2023-11-03T10:20:05.610 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-519.el8.x86_64 2023-11-03T10:20:05.610 DEBUG:teuthology.orchestra.run.smithi077:> sudo rpm -qi grub2-tools 2023-11-03T10:20:05.630 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : kernel-modules-4.18.0-519.el8.x86_64 3/3 2023-11-03T10:20:05.630 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-11-03T10:20:05.631 INFO:teuthology.orchestra.run.smithi145.stdout:Installed: 2023-11-03T10:20:05.631 INFO:teuthology.orchestra.run.smithi145.stdout: kernel-4.18.0-519.el8.x86_64 kernel-core-4.18.0-519.el8.x86_64 2023-11-03T10:20:05.631 INFO:teuthology.orchestra.run.smithi145.stdout: kernel-modules-4.18.0-519.el8.x86_64 2023-11-03T10:20:05.631 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-11-03T10:20:05.631 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2023-11-03T10:20:05.643 INFO:teuthology.orchestra.run.smithi077.stdout:Name : grub2-tools 2023-11-03T10:20:05.644 INFO:teuthology.orchestra.run.smithi077.stdout:Epoch : 1 2023-11-03T10:20:05.644 INFO:teuthology.orchestra.run.smithi077.stdout:Version : 2.02 2023-11-03T10:20:05.644 INFO:teuthology.orchestra.run.smithi077.stdout:Release : 129.el8 2023-11-03T10:20:05.644 INFO:teuthology.orchestra.run.smithi077.stdout:Architecture: x86_64 2023-11-03T10:20:05.645 INFO:teuthology.orchestra.run.smithi077.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-03T10:20:05.645 INFO:teuthology.orchestra.run.smithi077.stdout:Group : System Environment/Base 2023-11-03T10:20:05.645 INFO:teuthology.orchestra.run.smithi077.stdout:Size : 9265586 2023-11-03T10:20:05.645 INFO:teuthology.orchestra.run.smithi077.stdout:License : GPLv3+ 2023-11-03T10:20:05.645 INFO:teuthology.orchestra.run.smithi077.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-03T10:20:05.646 INFO:teuthology.orchestra.run.smithi077.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-03T10:20:05.646 INFO:teuthology.orchestra.run.smithi077.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-03T10:20:05.646 INFO:teuthology.orchestra.run.smithi077.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-03T10:20:05.646 INFO:teuthology.orchestra.run.smithi077.stdout:Relocations : (not relocatable) 2023-11-03T10:20:05.646 INFO:teuthology.orchestra.run.smithi077.stdout:Packager : CentOS BuildSystem 2023-11-03T10:20:05.646 INFO:teuthology.orchestra.run.smithi077.stdout:Vendor : CentOS 2023-11-03T10:20:05.647 INFO:teuthology.orchestra.run.smithi077.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-03T10:20:05.647 INFO:teuthology.orchestra.run.smithi077.stdout:Summary : Support tools for GRUB. 2023-11-03T10:20:05.647 INFO:teuthology.orchestra.run.smithi077.stdout:Description : 2023-11-03T10:20:05.647 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-11-03T10:20:05.647 INFO:teuthology.orchestra.run.smithi077.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-03T10:20:05.648 INFO:teuthology.orchestra.run.smithi077.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-03T10:20:05.648 INFO:teuthology.orchestra.run.smithi077.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-03T10:20:05.648 INFO:teuthology.orchestra.run.smithi077.stdout:hardware devices. 2023-11-03T10:20:05.648 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-11-03T10:20:05.648 INFO:teuthology.orchestra.run.smithi077.stdout:This subpackage provides tools for support of all platforms. 2023-11-03T10:20:05.649 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-03T10:20:05.650 INFO:teuthology.task.kernel:Updating grub on smithi077 to boot 4.18.0-519.el8.x86_64 2023-11-03T10:20:05.650 DEBUG:teuthology.orchestra.run.smithi077:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-03T10:20:05.770 DEBUG:teuthology.orchestra.run.smithi145:> rpm -q kernel | sort -rV | head -n 1 2023-11-03T10:20:05.986 INFO:teuthology.orchestra.run.smithi145.stdout:kernel-4.18.0-519.el8.x86_64 2023-11-03T10:20:05.986 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-519.el8.x86_64 2023-11-03T10:20:05.987 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-519.el8.x86_64 2023-11-03T10:20:05.987 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-03T10:20:05.987 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-03T10:20:05.987 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-11-03T10:20:05.988 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi145.front.sepia.ceph.com, path=None, version=distro) 2023-11-03T10:20:05.988 DEBUG:teuthology.orchestra.run.smithi145:> rpm -q kernel | sort -rV | head -n 1 2023-11-03T10:20:06.197 INFO:teuthology.orchestra.run.smithi145.stdout:kernel-4.18.0-519.el8.x86_64 2023-11-03T10:20:06.197 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-519.el8.x86_64 2023-11-03T10:20:06.198 DEBUG:teuthology.orchestra.run.smithi145:> sudo rpm -qi grub2-tools 2023-11-03T10:20:06.232 INFO:teuthology.orchestra.run.smithi145.stdout:Name : grub2-tools 2023-11-03T10:20:06.232 INFO:teuthology.orchestra.run.smithi145.stdout:Epoch : 1 2023-11-03T10:20:06.232 INFO:teuthology.orchestra.run.smithi145.stdout:Version : 2.02 2023-11-03T10:20:06.232 INFO:teuthology.orchestra.run.smithi145.stdout:Release : 129.el8 2023-11-03T10:20:06.233 INFO:teuthology.orchestra.run.smithi145.stdout:Architecture: x86_64 2023-11-03T10:20:06.233 INFO:teuthology.orchestra.run.smithi145.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-03T10:20:06.233 INFO:teuthology.orchestra.run.smithi145.stdout:Group : System Environment/Base 2023-11-03T10:20:06.233 INFO:teuthology.orchestra.run.smithi145.stdout:Size : 9265586 2023-11-03T10:20:06.233 INFO:teuthology.orchestra.run.smithi145.stdout:License : GPLv3+ 2023-11-03T10:20:06.233 INFO:teuthology.orchestra.run.smithi145.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-03T10:20:06.234 INFO:teuthology.orchestra.run.smithi145.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-03T10:20:06.234 INFO:teuthology.orchestra.run.smithi145.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-03T10:20:06.234 INFO:teuthology.orchestra.run.smithi145.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-03T10:20:06.234 INFO:teuthology.orchestra.run.smithi145.stdout:Relocations : (not relocatable) 2023-11-03T10:20:06.234 INFO:teuthology.orchestra.run.smithi145.stdout:Packager : CentOS BuildSystem 2023-11-03T10:20:06.235 INFO:teuthology.orchestra.run.smithi145.stdout:Vendor : CentOS 2023-11-03T10:20:06.235 INFO:teuthology.orchestra.run.smithi145.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-03T10:20:06.235 INFO:teuthology.orchestra.run.smithi145.stdout:Summary : Support tools for GRUB. 2023-11-03T10:20:06.235 INFO:teuthology.orchestra.run.smithi145.stdout:Description : 2023-11-03T10:20:06.235 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-11-03T10:20:06.236 INFO:teuthology.orchestra.run.smithi145.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-03T10:20:06.236 INFO:teuthology.orchestra.run.smithi145.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-03T10:20:06.236 INFO:teuthology.orchestra.run.smithi145.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-03T10:20:06.236 INFO:teuthology.orchestra.run.smithi145.stdout:hardware devices. 2023-11-03T10:20:06.236 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-11-03T10:20:06.236 INFO:teuthology.orchestra.run.smithi145.stdout:This subpackage provides tools for support of all platforms. 2023-11-03T10:20:06.237 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-03T10:20:06.238 INFO:teuthology.task.kernel:Updating grub on smithi145 to boot 4.18.0-519.el8.x86_64 2023-11-03T10:20:06.238 DEBUG:teuthology.orchestra.run.smithi145:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-03T10:20:07.047 INFO:teuthology.orchestra.run.smithi077.stderr:Generating grub configuration file ... 2023-11-03T10:20:07.936 INFO:teuthology.orchestra.run.smithi145.stderr:Generating grub configuration file ... 2023-11-03T10:20:08.852 INFO:teuthology.orchestra.run.smithi077.stderr:done 2023-11-03T10:20:08.855 DEBUG:teuthology.orchestra.run.smithi077:> mktemp 2023-11-03T10:20:08.896 INFO:teuthology.orchestra.run.smithi077.stdout:/tmp/tmp.tqvXCAd6ni 2023-11-03T10:20:08.896 DEBUG:teuthology.orchestra.run.smithi077:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.tqvXCAd6ni 2023-11-03T10:20:08.974 DEBUG:teuthology.orchestra.run.smithi077:> sudo chmod 0666 /tmp/tmp.tqvXCAd6ni 2023-11-03T10:20:09.112 DEBUG:teuthology.orchestra.remote:smithi077:/tmp/tmp.tqvXCAd6ni is 6KB 2023-11-03T10:20:09.162 DEBUG:teuthology.orchestra.run.smithi077:> rm -fr /tmp/tmp.tqvXCAd6ni 2023-11-03T10:20:09.180 DEBUG:teuthology.orchestra.run.smithi077:> sudo /bin/ls /boot/loader/entries || true 2023-11-03T10:20:09.246 INFO:teuthology.orchestra.run.smithi077.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-03T10:20:09.246 INFO:teuthology.orchestra.run.smithi077.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-03T10:20:09.246 INFO:teuthology.orchestra.run.smithi077.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-03T10:20:09.246 INFO:teuthology.orchestra.run.smithi077.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-519.el8.x86_64.conf 2023-11-03T10:20:09.248 DEBUG:teuthology.orchestra.run.smithi077:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-519.el8.x86_64 2023-11-03T10:20:09.399 DEBUG:teuthology.orchestra.run.smithi077:> sudo shutdown -r now 2023-11-03T10:20:09.688 INFO:teuthology.orchestra.run.smithi145.stderr:done 2023-11-03T10:20:09.689 DEBUG:teuthology.orchestra.run.smithi145:> mktemp 2023-11-03T10:20:09.725 INFO:teuthology.orchestra.run.smithi145.stdout:/tmp/tmp.Z4vaeffsXa 2023-11-03T10:20:09.726 DEBUG:teuthology.orchestra.run.smithi145:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.Z4vaeffsXa 2023-11-03T10:20:09.798 DEBUG:teuthology.orchestra.run.smithi145:> sudo chmod 0666 /tmp/tmp.Z4vaeffsXa 2023-11-03T10:20:09.946 DEBUG:teuthology.orchestra.remote:smithi145:/tmp/tmp.Z4vaeffsXa is 6KB 2023-11-03T10:20:09.995 DEBUG:teuthology.orchestra.run.smithi145:> rm -fr /tmp/tmp.Z4vaeffsXa 2023-11-03T10:20:10.013 DEBUG:teuthology.orchestra.run.smithi145:> sudo /bin/ls /boot/loader/entries || true 2023-11-03T10:20:10.084 INFO:teuthology.orchestra.run.smithi145.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-03T10:20:10.084 INFO:teuthology.orchestra.run.smithi145.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-03T10:20:10.084 INFO:teuthology.orchestra.run.smithi145.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-03T10:20:10.084 INFO:teuthology.orchestra.run.smithi145.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-519.el8.x86_64.conf 2023-11-03T10:20:10.085 DEBUG:teuthology.orchestra.run.smithi145:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-519.el8.x86_64 2023-11-03T10:20:10.246 DEBUG:teuthology.orchestra.run.smithi145:> sudo shutdown -r now 2023-11-03T10:20:39.430 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-11-03T10:20:39.431 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi077.front.sepia.ceph.com' 2023-11-03T10:20:39.432 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-03T10:20:40.249 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-11-03T10:20:40.250 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi145.front.sepia.ceph.com' 2023-11-03T10:20:40.251 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-03T10:21:14.750 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.145 2023-11-03T10:21:23.758 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi145.front.sepia.ceph.com' 2023-11-03T10:21:23.759 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-03T10:21:39.446 DEBUG:teuthology.orchestra.remote:timed out 2023-11-03T10:21:42.142 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.145 2023-11-03T10:21:48.454 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi077.front.sepia.ceph.com' 2023-11-03T10:21:48.455 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-03T10:21:48.711 DEBUG:teuthology.orchestra.run.smithi077:> true 2023-11-03T10:21:48.993 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi077.front.sepia.ceph.com' 2023-11-03T10:21:48.994 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-519.el8.x86_64"... 2023-11-03T10:21:48.994 DEBUG:teuthology.orchestra.run.smithi077:> uname -r 2023-11-03T10:21:49.012 INFO:teuthology.orchestra.run.smithi077.stdout:4.18.0-519.el8.x86_64 2023-11-03T10:21:49.013 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-519.el8.x86_64 vs 4.18.0-519.el8.x86_64 2023-11-03T10:21:49.013 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-03T10:21:49.013 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-03T10:21:50.014 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-11-03T10:21:50.015 DEBUG:teuthology.orchestra.run.smithi077:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-03T10:21:50.102 INFO:teuthology.orchestra.run.smithi077.stdout:ttyS1 2023-11-03T10:21:50.116 DEBUG:teuthology.parallel:result is None 2023-11-03T10:21:54.143 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi145.front.sepia.ceph.com' 2023-11-03T10:21:54.144 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-03T10:21:54.484 DEBUG:teuthology.orchestra.run.smithi145:> true 2023-11-03T10:21:54.747 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi145.front.sepia.ceph.com' 2023-11-03T10:21:54.747 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-519.el8.x86_64"... 2023-11-03T10:21:54.747 DEBUG:teuthology.orchestra.run.smithi145:> uname -r 2023-11-03T10:21:54.800 INFO:teuthology.orchestra.run.smithi145.stdout:4.18.0-519.el8.x86_64 2023-11-03T10:21:54.801 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-519.el8.x86_64 vs 4.18.0-519.el8.x86_64 2023-11-03T10:21:54.801 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-03T10:21:54.801 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-03T10:21:55.802 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-11-03T10:21:55.803 DEBUG:teuthology.orchestra.run.smithi145:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-03T10:21:55.894 INFO:teuthology.orchestra.run.smithi145.stdout:ttyS1 2023-11-03T10:21:55.908 DEBUG:teuthology.parallel:result is None 2023-11-03T10:21:55.909 INFO:teuthology.run_tasks:Running task internal.base... 2023-11-03T10:21:55.917 INFO:teuthology.task.internal:Creating test directory... 2023-11-03T10:21:55.917 DEBUG:teuthology.orchestra.run.smithi077:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-03T10:21:55.920 DEBUG:teuthology.orchestra.run.smithi145:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-03T10:21:55.938 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-11-03T10:21:55.946 INFO:teuthology.run_tasks:Running task internal.archive... 2023-11-03T10:21:55.954 INFO:teuthology.task.internal:Creating archive directory... 2023-11-03T10:21:55.954 DEBUG:teuthology.orchestra.run.smithi077:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-03T10:21:55.983 DEBUG:teuthology.orchestra.run.smithi145:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-03T10:21:56.022 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-11-03T10:21:56.029 INFO:teuthology.task.internal:Enabling coredump saving... 2023-11-03T10:21:56.030 DEBUG:teuthology.orchestra.run.smithi077:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-11-03T10:21:56.049 DEBUG:teuthology.orchestra.run.smithi145:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-11-03T10:21:56.077 INFO:teuthology.orchestra.run.smithi077.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-03T10:21:56.087 INFO:teuthology.orchestra.run.smithi077.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-03T10:21:56.147 INFO:teuthology.orchestra.run.smithi145.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-03T10:21:56.158 INFO:teuthology.orchestra.run.smithi145.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-03T10:21:56.159 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-11-03T10:21:56.166 INFO:teuthology.task.internal:Configuring sudo... 2023-11-03T10:21:56.166 DEBUG:teuthology.orchestra.run.smithi077:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-03T10:21:56.169 DEBUG:teuthology.orchestra.run.smithi145:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-03T10:21:56.197 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-11-03T10:21:56.206 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-11-03T10:21:56.206 DEBUG:teuthology.orchestra.run.smithi077:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-03T10:21:56.241 DEBUG:teuthology.orchestra.run.smithi145:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-03T10:21:56.259 DEBUG:teuthology.orchestra.run.smithi077:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-03T10:21:56.346 DEBUG:teuthology.orchestra.run.smithi077:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-03T10:21:56.403 DEBUG:teuthology.orchestra.run.smithi077:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-03T10:21:56.491 DEBUG:teuthology.orchestra.run.smithi077:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-03T10:21:56.537 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2023-11-03T10:21:56.538 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-03T10:21:56.608 DEBUG:teuthology.orchestra.run.smithi145:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-03T10:21:56.660 DEBUG:teuthology.orchestra.run.smithi145:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-03T10:21:56.909 DEBUG:teuthology.orchestra.run.smithi145:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-03T10:21:57.418 DEBUG:teuthology.orchestra.run.smithi145:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-03T10:21:57.898 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2023-11-03T10:21:57.899 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-03T10:21:58.187 DEBUG:teuthology.orchestra.run.smithi077:> sudo service rsyslog restart 2023-11-03T10:21:58.190 DEBUG:teuthology.orchestra.run.smithi145:> sudo service rsyslog restart 2023-11-03T10:21:58.258 INFO:teuthology.orchestra.run.smithi145.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-03T10:21:58.261 INFO:teuthology.orchestra.run.smithi077.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-03T10:21:58.711 INFO:teuthology.run_tasks:Running task internal.timer... 2023-11-03T10:21:58.719 INFO:teuthology.task.internal:Starting timer... 2023-11-03T10:21:58.720 INFO:teuthology.run_tasks:Running task pcp... 2023-11-03T10:21:58.731 INFO:teuthology.run_tasks:Running task selinux... 2023-11-03T10:21:58.747 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-11-03T10:21:58.747 DEBUG:teuthology.orchestra.run.smithi077:> sudo service auditd rotate 2023-11-03T10:21:58.845 INFO:teuthology.orchestra.run.smithi077.stdout:Rotating logs: 2023-11-03T10:21:58.847 DEBUG:teuthology.orchestra.run.smithi145:> sudo service auditd rotate 2023-11-03T10:21:58.995 INFO:teuthology.orchestra.run.smithi145.stdout:Rotating logs: 2023-11-03T10:21:58.997 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-11-03T10:21:58.997 DEBUG:teuthology.orchestra.run.smithi077:> /usr/sbin/getenforce 2023-11-03T10:21:59.022 INFO:teuthology.orchestra.run.smithi077.stdout:Permissive 2023-11-03T10:21:59.022 DEBUG:teuthology.orchestra.run.smithi145:> /usr/sbin/getenforce 2023-11-03T10:21:59.052 INFO:teuthology.orchestra.run.smithi145.stdout:Permissive 2023-11-03T10:21:59.052 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi077.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi145.front.sepia.ceph.com': 'permissive'} 2023-11-03T10:21:59.052 DEBUG:teuthology.orchestra.run.smithi077:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-03T10:21:59.095 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-03T10:21:59.095 DEBUG:teuthology.orchestra.run.smithi145:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-03T10:21:59.122 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-03T10:21:59.123 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-11-03T10:21:59.123 DEBUG:teuthology.orchestra.run.smithi077:> sudo /usr/sbin/setenforce permissive 2023-11-03T10:21:59.168 DEBUG:teuthology.orchestra.run.smithi145:> sudo /usr/sbin/setenforce permissive 2023-11-03T10:21:59.206 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-11-03T10:21:59.216 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-11-03T10:21:59.217 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-11-03T10:21:59.235 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-11-03T10:21:59.237 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi077.front.sepia.ceph.com,smithi145.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-11-03T10:29:24.073 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi077.front.sepia.ceph.com'), Remote(name='ubuntu@smithi145.front.sepia.ceph.com')] 2023-11-03T10:29:24.074 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi077.front.sepia.ceph.com' 2023-11-03T10:29:24.075 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-03T10:29:24.145 DEBUG:teuthology.orchestra.run.smithi077:> true 2023-11-03T10:29:24.217 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi077.front.sepia.ceph.com' 2023-11-03T10:29:24.218 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi145.front.sepia.ceph.com' 2023-11-03T10:29:24.219 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-03T10:29:24.287 DEBUG:teuthology.orchestra.run.smithi145:> true 2023-11-03T10:29:24.313 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi145.front.sepia.ceph.com' 2023-11-03T10:29:24.314 INFO:teuthology.run_tasks:Running task clock... 2023-11-03T10:29:24.327 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-11-03T10:29:24.328 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-03T10:29:24.328 DEBUG:teuthology.orchestra.run.smithi077:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-03T10:29:24.331 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-03T10:29:24.332 DEBUG:teuthology.orchestra.run.smithi145:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-03T10:29:24.363 INFO:teuthology.orchestra.run.smithi077.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-03T10:29:24.378 INFO:teuthology.orchestra.run.smithi077.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-03T10:29:24.384 INFO:teuthology.orchestra.run.smithi145.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-03T10:29:24.398 INFO:teuthology.orchestra.run.smithi145.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-03T10:29:24.444 INFO:teuthology.orchestra.run.smithi077.stderr:sudo: ntpd: command not found 2023-11-03T10:29:24.455 INFO:teuthology.orchestra.run.smithi077.stdout:506 Cannot talk to daemon 2023-11-03T10:29:24.457 INFO:teuthology.orchestra.run.smithi145.stderr:sudo: ntpd: command not found 2023-11-03T10:29:24.468 INFO:teuthology.orchestra.run.smithi145.stdout:506 Cannot talk to daemon 2023-11-03T10:29:24.469 INFO:teuthology.orchestra.run.smithi077.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-03T10:29:24.481 INFO:teuthology.orchestra.run.smithi077.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-03T10:29:24.482 INFO:teuthology.orchestra.run.smithi145.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-03T10:29:24.496 INFO:teuthology.orchestra.run.smithi145.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-03T10:29:24.556 INFO:teuthology.orchestra.run.smithi077.stderr:bash: ntpq: command not found 2023-11-03T10:29:24.560 INFO:teuthology.orchestra.run.smithi077.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-03T10:29:24.560 INFO:teuthology.orchestra.run.smithi077.stdout:=============================================================================== 2023-11-03T10:29:24.561 INFO:teuthology.orchestra.run.smithi077.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-03T10:29:24.561 INFO:teuthology.orchestra.run.smithi077.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-03T10:29:24.561 INFO:teuthology.orchestra.run.smithi077.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-03T10:29:24.561 INFO:teuthology.orchestra.run.smithi077.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-03T10:29:24.574 INFO:teuthology.orchestra.run.smithi145.stderr:bash: ntpq: command not found 2023-11-03T10:29:24.578 INFO:teuthology.orchestra.run.smithi145.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-03T10:29:24.578 INFO:teuthology.orchestra.run.smithi145.stdout:=============================================================================== 2023-11-03T10:29:24.578 INFO:teuthology.orchestra.run.smithi145.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-03T10:29:24.579 INFO:teuthology.orchestra.run.smithi145.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-03T10:29:24.579 INFO:teuthology.orchestra.run.smithi145.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-03T10:29:24.579 INFO:teuthology.orchestra.run.smithi145.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-03T10:29:24.580 INFO:teuthology.run_tasks:Running task pexec... 2023-11-03T10:29:24.589 INFO:teuthology.task.pexec:Executing custom commands... 2023-11-03T10:29:24.590 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi077.front.sepia.ceph.com 2023-11-03T10:29:24.591 DEBUG:teuthology.orchestra.run.smithi077:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-03T10:29:24.591 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi145.front.sepia.ceph.com 2023-11-03T10:29:24.592 DEBUG:teuthology.orchestra.run.smithi145:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-03T10:29:25.481 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:01:34 ago on Fri 03 Nov 2023 10:27:51 AM UTC. 2023-11-03T10:29:25.504 INFO:teuthology.orchestra.run.smithi145.stdout:Last metadata expiration check: 0:01:34 ago on Fri 03 Nov 2023 10:27:51 AM UTC. 2023-11-03T10:29:27.567 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2023-11-03T10:29:27.568 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2023-11-03T10:29:27.568 INFO:teuthology.orchestra.run.smithi077.stdout: Package Architecture Version Repository Size 2023-11-03T10:29:27.568 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2023-11-03T10:29:27.568 INFO:teuthology.orchestra.run.smithi077.stdout:Resetting modules: 2023-11-03T10:29:27.569 INFO:teuthology.orchestra.run.smithi077.stdout: container-tools 2023-11-03T10:29:27.569 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-11-03T10:29:27.569 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2023-11-03T10:29:27.569 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2023-11-03T10:29:27.569 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-11-03T10:29:27.611 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2023-11-03T10:29:27.612 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2023-11-03T10:29:27.612 INFO:teuthology.orchestra.run.smithi145.stdout: Package Architecture Version Repository Size 2023-11-03T10:29:27.612 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2023-11-03T10:29:27.613 INFO:teuthology.orchestra.run.smithi145.stdout:Resetting modules: 2023-11-03T10:29:27.613 INFO:teuthology.orchestra.run.smithi145.stdout: container-tools 2023-11-03T10:29:27.613 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-11-03T10:29:27.613 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction Summary 2023-11-03T10:29:27.613 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2023-11-03T10:29:27.614 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-11-03T10:29:27.817 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2023-11-03T10:29:27.861 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2023-11-03T10:29:28.764 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:01:37 ago on Fri 03 Nov 2023 10:27:51 AM UTC. 2023-11-03T10:29:28.811 INFO:teuthology.orchestra.run.smithi145.stdout:Last metadata expiration check: 0:01:37 ago on Fri 03 Nov 2023 10:27:51 AM UTC. 2023-11-03T10:29:30.837 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2023-11-03T10:29:30.893 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2023-11-03T10:29:31.011 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2023-11-03T10:29:31.012 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repository Size 2023-11-03T10:29:31.012 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2023-11-03T10:29:31.012 INFO:teuthology.orchestra.run.smithi077.stdout:Installing group/module packages: 2023-11-03T10:29:31.012 INFO:teuthology.orchestra.run.smithi077.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-03T10:29:31.013 INFO:teuthology.orchestra.run.smithi077.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-03T10:29:31.013 INFO:teuthology.orchestra.run.smithi077.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-03T10:29:31.013 INFO:teuthology.orchestra.run.smithi077.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-03T10:29:31.013 INFO:teuthology.orchestra.run.smithi077.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-03T10:29:31.013 INFO:teuthology.orchestra.run.smithi077.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-03T10:29:31.013 INFO:teuthology.orchestra.run.smithi077.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-03T10:29:31.014 INFO:teuthology.orchestra.run.smithi077.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-03T10:29:31.014 INFO:teuthology.orchestra.run.smithi077.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-03T10:29:31.014 INFO:teuthology.orchestra.run.smithi077.stdout:Installing dependencies: 2023-11-03T10:29:31.014 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-03T10:29:31.014 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-03T10:29:31.015 INFO:teuthology.orchestra.run.smithi077.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-03T10:29:31.015 INFO:teuthology.orchestra.run.smithi077.stdout:Installing weak dependencies: 2023-11-03T10:29:31.015 INFO:teuthology.orchestra.run.smithi077.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-03T10:29:31.015 INFO:teuthology.orchestra.run.smithi077.stdout:Installing module profiles: 2023-11-03T10:29:31.015 INFO:teuthology.orchestra.run.smithi077.stdout: container-tools/common 2023-11-03T10:29:31.016 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-11-03T10:29:31.016 INFO:teuthology.orchestra.run.smithi077.stdout:Enabling module streams: 2023-11-03T10:29:31.016 INFO:teuthology.orchestra.run.smithi077.stdout: container-tools rhel8 2023-11-03T10:29:31.016 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-11-03T10:29:31.016 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2023-11-03T10:29:31.017 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2023-11-03T10:29:31.017 INFO:teuthology.orchestra.run.smithi077.stdout:Install 13 Packages 2023-11-03T10:29:31.017 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-11-03T10:29:31.018 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 27 M 2023-11-03T10:29:31.018 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 89 M 2023-11-03T10:29:31.018 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2023-11-03T10:29:31.065 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2023-11-03T10:29:31.066 INFO:teuthology.orchestra.run.smithi145.stdout: Package Arch Version Repository Size 2023-11-03T10:29:31.066 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2023-11-03T10:29:31.066 INFO:teuthology.orchestra.run.smithi145.stdout:Installing group/module packages: 2023-11-03T10:29:31.066 INFO:teuthology.orchestra.run.smithi145.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-03T10:29:31.067 INFO:teuthology.orchestra.run.smithi145.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-03T10:29:31.067 INFO:teuthology.orchestra.run.smithi145.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-03T10:29:31.067 INFO:teuthology.orchestra.run.smithi145.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-03T10:29:31.067 INFO:teuthology.orchestra.run.smithi145.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-03T10:29:31.067 INFO:teuthology.orchestra.run.smithi145.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-03T10:29:31.068 INFO:teuthology.orchestra.run.smithi145.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-03T10:29:31.068 INFO:teuthology.orchestra.run.smithi145.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-03T10:29:31.068 INFO:teuthology.orchestra.run.smithi145.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-03T10:29:31.068 INFO:teuthology.orchestra.run.smithi145.stdout:Installing dependencies: 2023-11-03T10:29:31.068 INFO:teuthology.orchestra.run.smithi145.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-03T10:29:31.069 INFO:teuthology.orchestra.run.smithi145.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-03T10:29:31.069 INFO:teuthology.orchestra.run.smithi145.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-03T10:29:31.069 INFO:teuthology.orchestra.run.smithi145.stdout:Installing weak dependencies: 2023-11-03T10:29:31.069 INFO:teuthology.orchestra.run.smithi145.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-03T10:29:31.069 INFO:teuthology.orchestra.run.smithi145.stdout:Installing module profiles: 2023-11-03T10:29:31.070 INFO:teuthology.orchestra.run.smithi145.stdout: container-tools/common 2023-11-03T10:29:31.070 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-11-03T10:29:31.070 INFO:teuthology.orchestra.run.smithi145.stdout:Enabling module streams: 2023-11-03T10:29:31.070 INFO:teuthology.orchestra.run.smithi145.stdout: container-tools rhel8 2023-11-03T10:29:31.070 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-11-03T10:29:31.070 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction Summary 2023-11-03T10:29:31.071 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2023-11-03T10:29:31.071 INFO:teuthology.orchestra.run.smithi145.stdout:Install 13 Packages 2023-11-03T10:29:31.071 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-11-03T10:29:31.072 INFO:teuthology.orchestra.run.smithi145.stdout:Total download size: 27 M 2023-11-03T10:29:31.072 INFO:teuthology.orchestra.run.smithi145.stdout:Installed size: 89 M 2023-11-03T10:29:31.072 INFO:teuthology.orchestra.run.smithi145.stdout:Downloading Packages: 2023-11-03T10:29:31.789 INFO:teuthology.orchestra.run.smithi077.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.0 MB/s | 750 kB 00:00 2023-11-03T10:29:31.897 INFO:teuthology.orchestra.run.smithi077.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 349 kB/s | 38 kB 00:00 2023-11-03T10:29:31.972 INFO:teuthology.orchestra.run.smithi077.stdout:(3/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 3.1 MB/s | 241 kB 00:00 2023-11-03T10:29:32.198 INFO:teuthology.orchestra.run.smithi077.stdout:(4/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 17 MB/s | 3.9 MB 00:00 2023-11-03T10:29:32.257 INFO:teuthology.orchestra.run.smithi077.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 3.0 MB/s | 178 kB 00:00 2023-11-03T10:29:32.269 INFO:teuthology.orchestra.run.smithi145.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 645 kB/s | 750 kB 00:01 2023-11-03T10:29:32.311 INFO:teuthology.orchestra.run.smithi145.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 852 kB/s | 1.0 MB 00:01 2023-11-03T10:29:32.315 INFO:teuthology.orchestra.run.smithi077.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 426 kB/s | 25 kB 00:00 2023-11-03T10:29:32.337 INFO:teuthology.orchestra.run.smithi145.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 566 kB/s | 38 kB 00:00 2023-11-03T10:29:32.374 INFO:teuthology.orchestra.run.smithi077.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.6 MB/s | 94 kB 00:00 2023-11-03T10:29:32.420 INFO:teuthology.orchestra.run.smithi145.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 2.2 MB/s | 241 kB 00:00 2023-11-03T10:29:32.512 INFO:teuthology.orchestra.run.smithi145.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.9 MB/s | 178 kB 00:00 2023-11-03T10:29:32.524 INFO:teuthology.orchestra.run.smithi077.stdout:(8/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 6.5 MB/s | 9.6 MB 00:01 2023-11-03T10:29:32.571 INFO:teuthology.orchestra.run.smithi145.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 425 kB/s | 25 kB 00:00 2023-11-03T10:29:32.624 INFO:teuthology.orchestra.run.smithi077.stdout:(9/13): toolbox-0.0.99.4-6.module_el8+712+4cd1b 25 MB/s | 2.5 MB 00:00 2023-11-03T10:29:32.671 INFO:teuthology.orchestra.run.smithi145.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 939 kB/s | 94 kB 00:00 2023-11-03T10:29:32.683 INFO:teuthology.orchestra.run.smithi077.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 906 kB/s | 53 kB 00:00 2023-11-03T10:29:32.800 INFO:teuthology.orchestra.run.smithi077.stdout:(11/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 19 MB/s | 8.1 MB 00:00 2023-11-03T10:29:32.825 INFO:teuthology.orchestra.run.smithi077.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 288 kB/s | 41 kB 00:00 2023-11-03T10:29:32.880 INFO:teuthology.orchestra.run.smithi145.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 7.2 MB/s | 3.9 MB 00:00 2023-11-03T10:29:33.130 INFO:teuthology.orchestra.run.smithi145.stdout:(9/13): toolbox-0.0.99.4-6.module_el8+712+4cd1b 10 MB/s | 2.5 MB 00:00 2023-11-03T10:29:33.189 INFO:teuthology.orchestra.run.smithi145.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 903 kB/s | 53 kB 00:00 2023-11-03T10:29:33.314 INFO:teuthology.orchestra.run.smithi145.stdout:(11/13): buildah-1.32.0-1.module_el8+712+4cd1bd 4.4 MB/s | 9.6 MB 00:02 2023-11-03T10:29:33.348 INFO:teuthology.orchestra.run.smithi145.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 258 kB/s | 41 kB 00:00 2023-11-03T10:29:33.664 INFO:teuthology.orchestra.run.smithi145.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 8.2 MB/s | 8.1 MB 00:00 2023-11-03T10:29:33.665 INFO:teuthology.orchestra.run.smithi145.stdout:-------------------------------------------------------------------------------- 2023-11-03T10:29:33.665 INFO:teuthology.orchestra.run.smithi145.stdout:Total 10 MB/s | 27 MB 00:02 2023-11-03T10:29:33.775 INFO:teuthology.orchestra.run.smithi077.stdout:(13/13): aardvark-dns-1.8.0-1.module_el8+712+4c 377 kB/s | 1.0 MB 00:02 2023-11-03T10:29:33.776 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2023-11-03T10:29:33.776 INFO:teuthology.orchestra.run.smithi077.stdout:Total 9.6 MB/s | 27 MB 00:02 2023-11-03T10:29:33.936 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction check 2023-11-03T10:29:33.957 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction check succeeded. 2023-11-03T10:29:33.958 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction test 2023-11-03T10:29:34.048 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2023-11-03T10:29:34.069 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2023-11-03T10:29:34.069 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2023-11-03T10:29:34.222 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction test succeeded. 2023-11-03T10:29:34.225 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction 2023-11-03T10:29:34.332 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2023-11-03T10:29:34.335 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2023-11-03T10:29:34.907 INFO:teuthology.orchestra.run.smithi145.stdout: Preparing : 1/1 2023-11-03T10:29:35.006 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2023-11-03T10:29:35.149 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-03T10:29:35.218 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-03T10:29:35.319 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-03T10:29:35.414 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-03T10:29:35.520 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-03T10:29:35.585 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-03T10:29:35.780 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-03T10:29:35.841 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-03T10:29:36.333 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-03T10:29:36.377 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-03T10:29:37.320 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-03T10:29:37.432 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-03T10:29:37.594 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-03T10:29:37.682 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-03T10:29:37.800 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-03T10:29:37.884 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-03T10:29:38.073 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-03T10:29:38.134 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-03T10:29:38.439 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-03T10:29:38.542 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-03T10:29:39.327 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-03T10:29:39.435 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-03T10:29:39.564 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-03T10:29:39.677 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-03T10:29:39.801 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-03T10:29:39.854 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-03T10:29:40.239 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-03T10:29:40.239 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-03T10:29:40.239 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-03T10:29:40.239 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-03T10:29:40.240 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-03T10:29:40.240 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-03T10:29:40.240 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-03T10:29:40.240 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-03T10:29:40.240 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-03T10:29:40.241 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-03T10:29:40.241 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-03T10:29:40.241 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-03T10:29:40.241 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-03T10:29:40.286 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-03T10:29:40.286 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-03T10:29:40.286 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-03T10:29:40.286 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-03T10:29:40.287 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-03T10:29:40.287 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-03T10:29:40.287 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-03T10:29:40.287 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-03T10:29:40.287 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-03T10:29:40.288 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-03T10:29:40.288 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-03T10:29:40.288 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-03T10:29:40.288 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-03T10:29:41.081 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-03T10:29:41.081 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-11-03T10:29:41.082 INFO:teuthology.orchestra.run.smithi145.stdout:Installed: 2023-11-03T10:29:41.082 INFO:teuthology.orchestra.run.smithi145.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-03T10:29:41.082 INFO:teuthology.orchestra.run.smithi145.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-03T10:29:41.082 INFO:teuthology.orchestra.run.smithi145.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-03T10:29:41.083 INFO:teuthology.orchestra.run.smithi145.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-03T10:29:41.083 INFO:teuthology.orchestra.run.smithi145.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-03T10:29:41.083 INFO:teuthology.orchestra.run.smithi145.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-03T10:29:41.083 INFO:teuthology.orchestra.run.smithi145.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-03T10:29:41.083 INFO:teuthology.orchestra.run.smithi145.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-03T10:29:41.083 INFO:teuthology.orchestra.run.smithi145.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-03T10:29:41.084 INFO:teuthology.orchestra.run.smithi145.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-03T10:29:41.084 INFO:teuthology.orchestra.run.smithi145.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-03T10:29:41.084 INFO:teuthology.orchestra.run.smithi145.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-03T10:29:41.084 INFO:teuthology.orchestra.run.smithi145.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-03T10:29:41.084 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-11-03T10:29:41.085 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2023-11-03T10:29:41.091 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-03T10:29:41.092 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-11-03T10:29:41.092 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2023-11-03T10:29:41.092 INFO:teuthology.orchestra.run.smithi077.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-03T10:29:41.092 INFO:teuthology.orchestra.run.smithi077.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-03T10:29:41.092 INFO:teuthology.orchestra.run.smithi077.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-03T10:29:41.093 INFO:teuthology.orchestra.run.smithi077.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-03T10:29:41.093 INFO:teuthology.orchestra.run.smithi077.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-03T10:29:41.093 INFO:teuthology.orchestra.run.smithi077.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-03T10:29:41.093 INFO:teuthology.orchestra.run.smithi077.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-03T10:29:41.093 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-03T10:29:41.093 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-03T10:29:41.094 INFO:teuthology.orchestra.run.smithi077.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-03T10:29:41.094 INFO:teuthology.orchestra.run.smithi077.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-03T10:29:41.094 INFO:teuthology.orchestra.run.smithi077.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-03T10:29:41.094 INFO:teuthology.orchestra.run.smithi077.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-03T10:29:41.095 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-11-03T10:29:41.095 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2023-11-03T10:29:41.320 DEBUG:teuthology.parallel:result is None 2023-11-03T10:29:41.353 DEBUG:teuthology.parallel:result is None 2023-11-03T10:29:41.353 INFO:teuthology.run_tasks:Running task cephadm... 2023-11-03T10:29:41.441 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': '054a55d156d3a2f0db54aab582507ae7417905e5'} 2023-11-03T10:29:41.442 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v17.2.0 2023-11-03T10:29:41.443 INFO:tasks.cephadm:Cluster fsid is e5ec03a0-7a33-11ee-8db9-212e2dc638e7 2023-11-03T10:29:41.444 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-11-03T10:29:41.444 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-11-03T10:29:41.444 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi077': '172.21.15.77', 'mon.smithi145': '172.21.15.145'} 2023-11-03T10:29:41.445 INFO:tasks.cephadm:Normalizing hostnames... 2023-11-03T10:29:41.445 DEBUG:teuthology.orchestra.run.smithi077:> sudo hostname $(hostname -s) 2023-11-03T10:29:41.473 DEBUG:teuthology.orchestra.run.smithi145:> sudo hostname $(hostname -s) 2023-11-03T10:29:41.502 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v17.2.0)... 2023-11-03T10:29:41.503 DEBUG:teuthology.orchestra.run.smithi077:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v17.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-03T10:29:41.783 INFO:teuthology.orchestra.run.smithi077.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Nov 3 10:29 /home/ubuntu/cephtest/cephadm 2023-11-03T10:29:41.784 DEBUG:teuthology.orchestra.run.smithi145:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v17.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-03T10:29:42.058 INFO:teuthology.orchestra.run.smithi145.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Nov 3 10:29 /home/ubuntu/cephtest/cephadm 2023-11-03T10:29:42.058 DEBUG:teuthology.orchestra.run.smithi077:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-03T10:29:42.084 DEBUG:teuthology.orchestra.run.smithi145:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-03T10:29:42.113 INFO:tasks.cephadm:Pulling image quay.io/ceph/ceph:v17.2.0 on all hosts... 2023-11-03T10:29:42.114 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-11-03T10:29:42.127 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-11-03T10:29:43.761 INFO:teuthology.orchestra.run.smithi077.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-11-03T10:29:44.155 INFO:teuthology.orchestra.run.smithi145.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-11-03T10:29:58.606 INFO:teuthology.orchestra.run.smithi077.stdout:{ 2023-11-03T10:29:58.606 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-11-03T10:29:58.607 INFO:teuthology.orchestra.run.smithi077.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-11-03T10:29:58.607 INFO:teuthology.orchestra.run.smithi077.stdout: "repo_digests": [ 2023-11-03T10:29:58.607 INFO:teuthology.orchestra.run.smithi077.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2023-11-03T10:29:58.607 INFO:teuthology.orchestra.run.smithi077.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2023-11-03T10:29:58.608 INFO:teuthology.orchestra.run.smithi077.stdout: ] 2023-11-03T10:29:58.608 INFO:teuthology.orchestra.run.smithi077.stdout:} 2023-11-03T10:29:58.757 INFO:teuthology.orchestra.run.smithi145.stdout:{ 2023-11-03T10:29:58.758 INFO:teuthology.orchestra.run.smithi145.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-11-03T10:29:58.758 INFO:teuthology.orchestra.run.smithi145.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-11-03T10:29:58.758 INFO:teuthology.orchestra.run.smithi145.stdout: "repo_digests": [ 2023-11-03T10:29:58.758 INFO:teuthology.orchestra.run.smithi145.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2023-11-03T10:29:58.759 INFO:teuthology.orchestra.run.smithi145.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2023-11-03T10:29:58.759 INFO:teuthology.orchestra.run.smithi145.stdout: ] 2023-11-03T10:29:58.759 INFO:teuthology.orchestra.run.smithi145.stdout:} 2023-11-03T10:29:58.776 DEBUG:teuthology.orchestra.run.smithi077:> sudo mkdir -p /etc/ceph 2023-11-03T10:29:58.808 DEBUG:teuthology.orchestra.run.smithi145:> sudo mkdir -p /etc/ceph 2023-11-03T10:29:58.839 DEBUG:teuthology.orchestra.run.smithi077:> sudo chmod 777 /etc/ceph 2023-11-03T10:29:58.877 DEBUG:teuthology.orchestra.run.smithi145:> sudo chmod 777 /etc/ceph 2023-11-03T10:29:58.906 INFO:tasks.cephadm:Writing seed config... 2023-11-03T10:29:58.907 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-11-03T10:29:58.907 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-11-03T10:29:58.908 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-11-03T10:29:58.908 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-11-03T10:29:58.908 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-11-03T10:29:58.909 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-11-03T10:29:58.909 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-11-03T10:29:58.909 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-11-03T10:29:58.910 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2023-11-03T10:29:58.910 DEBUG:teuthology.orchestra.run.smithi077:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-11-03T10:29:58.935 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 = e5ec03a0-7a33-11ee-8db9-212e2dc638e7 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-11-03T10:29:58.936 DEBUG:teuthology.orchestra.run.smithi077:mon.smithi077> sudo journalctl -f -n 0 -u ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7@mon.smithi077.service 2023-11-03T10:29:58.978 INFO:tasks.cephadm:Bootstrapping... 2023-11-03T10:29:58.978 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 -v bootstrap --fsid e5ec03a0-7a33-11ee-8db9-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.77 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-11-03T10:29:59.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:-- Logs begin at Fri 2023-11-03 10:21:33 UTC. -- 2023-11-03T10:29:59.170 INFO:teuthology.orchestra.run.smithi077.stderr:-------------------------------------------------------------------------------- 2023-11-03T10:29:59.171 INFO:teuthology.orchestra.run.smithi077.stderr:cephadm ['--image', 'quay.io/ceph/ceph:v17.2.0', '-v', 'bootstrap', '--fsid', 'e5ec03a0-7a33-11ee-8db9-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.77', '--skip-admin-label'] 2023-11-03T10:29:59.191 INFO:teuthology.orchestra.run.smithi077.stderr:/bin/podman: 4.6.1 2023-11-03T10:29:59.210 INFO:teuthology.orchestra.run.smithi077.stderr:Verifying podman|docker is present... 2023-11-03T10:29:59.229 INFO:teuthology.orchestra.run.smithi077.stderr:/bin/podman: 4.6.1 2023-11-03T10:29:59.243 INFO:teuthology.orchestra.run.smithi077.stderr:Verifying lvm2 is present... 2023-11-03T10:29:59.244 INFO:teuthology.orchestra.run.smithi077.stderr:Verifying time synchronization is in place... 2023-11-03T10:29:59.249 INFO:teuthology.orchestra.run.smithi077.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-03T10:29:59.255 INFO:teuthology.orchestra.run.smithi077.stderr:systemctl: inactive 2023-11-03T10:29:59.261 INFO:teuthology.orchestra.run.smithi077.stderr:systemctl: enabled 2023-11-03T10:29:59.266 INFO:teuthology.orchestra.run.smithi077.stderr:systemctl: active 2023-11-03T10:29:59.267 INFO:teuthology.orchestra.run.smithi077.stderr:Unit chronyd.service is enabled and running 2023-11-03T10:29:59.267 INFO:teuthology.orchestra.run.smithi077.stderr:Repeating the final host check... 2023-11-03T10:29:59.286 INFO:teuthology.orchestra.run.smithi077.stderr:/bin/podman: 4.6.1 2023-11-03T10:29:59.297 INFO:teuthology.orchestra.run.smithi077.stderr:podman (/bin/podman) version 4.6.1 is present 2023-11-03T10:29:59.297 INFO:teuthology.orchestra.run.smithi077.stderr:systemctl is present 2023-11-03T10:29:59.298 INFO:teuthology.orchestra.run.smithi077.stderr:lvcreate is present 2023-11-03T10:29:59.302 INFO:teuthology.orchestra.run.smithi077.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-03T10:29:59.309 INFO:teuthology.orchestra.run.smithi077.stderr:systemctl: inactive 2023-11-03T10:29:59.314 INFO:teuthology.orchestra.run.smithi077.stderr:systemctl: enabled 2023-11-03T10:29:59.319 INFO:teuthology.orchestra.run.smithi077.stderr:systemctl: active 2023-11-03T10:29:59.320 INFO:teuthology.orchestra.run.smithi077.stderr:Unit chronyd.service is enabled and running 2023-11-03T10:29:59.321 INFO:teuthology.orchestra.run.smithi077.stderr:Host looks OK 2023-11-03T10:29:59.321 INFO:teuthology.orchestra.run.smithi077.stderr:Cluster fsid: e5ec03a0-7a33-11ee-8db9-212e2dc638e7 2023-11-03T10:29:59.321 INFO:teuthology.orchestra.run.smithi077.stderr:Acquiring lock 140195606098048 on /run/cephadm/e5ec03a0-7a33-11ee-8db9-212e2dc638e7.lock 2023-11-03T10:29:59.321 INFO:teuthology.orchestra.run.smithi077.stderr:Lock 140195606098048 acquired on /run/cephadm/e5ec03a0-7a33-11ee-8db9-212e2dc638e7.lock 2023-11-03T10:29:59.322 INFO:teuthology.orchestra.run.smithi077.stderr:Verifying IP 172.21.15.77 port 3300 ... 2023-11-03T10:29:59.322 INFO:teuthology.orchestra.run.smithi077.stderr:Verifying IP 172.21.15.77 port 6789 ... 2023-11-03T10:29:59.323 INFO:teuthology.orchestra.run.smithi077.stderr:Base mon IP is 172.21.15.77, final addrv is [v2:172.21.15.77:3300,v1:172.21.15.77:6789] 2023-11-03T10:29:59.324 INFO:teuthology.orchestra.run.smithi077.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.77 metric 100 2023-11-03T10:29:59.324 INFO:teuthology.orchestra.run.smithi077.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.77 metric 100 2023-11-03T10:29:59.327 INFO:teuthology.orchestra.run.smithi077.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-11-03T10:29:59.327 INFO:teuthology.orchestra.run.smithi077.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-11-03T10:29:59.327 INFO:teuthology.orchestra.run.smithi077.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1794sec hoplimit 64 pref medium 2023-11-03T10:29:59.329 INFO:teuthology.orchestra.run.smithi077.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-11-03T10:29:59.329 INFO:teuthology.orchestra.run.smithi077.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-11-03T10:29:59.330 INFO:teuthology.orchestra.run.smithi077.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-03T10:29:59.330 INFO:teuthology.orchestra.run.smithi077.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-11-03T10:29:59.330 INFO:teuthology.orchestra.run.smithi077.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe8f:d3d3/64 scope link 2023-11-03T10:29:59.330 INFO:teuthology.orchestra.run.smithi077.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-03T10:29:59.331 INFO:teuthology.orchestra.run.smithi077.stderr:Mon IP `172.21.15.77` is in CIDR network `172.21.0.0/20` 2023-11-03T10:29:59.331 INFO:teuthology.orchestra.run.smithi077.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-11-03T10:29:59.331 INFO:teuthology.orchestra.run.smithi077.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-11-03T10:29:59.408 INFO:teuthology.orchestra.run.smithi077.stderr:/bin/podman: Trying to pull quay.io/ceph/ceph:v17.2.0... 2023-11-03T10:29:59.748 INFO:teuthology.orchestra.run.smithi077.stderr:/bin/podman: Getting image source signatures 2023-11-03T10:29:59.748 INFO:teuthology.orchestra.run.smithi077.stderr:/bin/podman: Copying blob sha256:33ca8fff7868c4dc0c11e09bca97c720eb9cfbab7221216754367dd8de70388a 2023-11-03T10:29:59.749 INFO:teuthology.orchestra.run.smithi077.stderr:/bin/podman: Copying blob sha256:89b4a75bc2d8500f15463747507c9623df43886c134463e7f0527e70900e7a7b 2023-11-03T10:29:59.749 INFO:teuthology.orchestra.run.smithi077.stderr:/bin/podman: Copying blob sha256:c32ab78b488d0c72f64eded765c0cf6b5bf2c75dab66cb62a9d367fa6ec42513 2023-11-03T10:29:59.749 INFO:teuthology.orchestra.run.smithi077.stderr:/bin/podman: Copying blob sha256:599d07cb321ff0a3c82224e1138fc685793fa69b93ed5780415751a5f7e4b8c2 2023-11-03T10:29:59.749 INFO:teuthology.orchestra.run.smithi077.stderr:/bin/podman: Copying blob sha256:a70843738bb77e1ab9c1f85969ebdfa55f178e746be081d1cb4f94011f69eb7c 2023-11-03T10:29:59.750 INFO:teuthology.orchestra.run.smithi077.stderr:/bin/podman: Copying config sha256:e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2023-11-03T10:29:59.812 INFO:teuthology.orchestra.run.smithi077.stderr:/bin/podman: Writing manifest to image destination 2023-11-03T10:29:59.986 INFO:teuthology.orchestra.run.smithi077.stderr:/bin/podman: e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2023-11-03T10:30:00.341 INFO:teuthology.orchestra.run.smithi077.stderr:ceph: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-11-03T10:30:00.699 INFO:teuthology.orchestra.run.smithi077.stderr:Ceph version: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-11-03T10:30:00.700 INFO:teuthology.orchestra.run.smithi077.stderr:Extracting ceph user uid/gid from container image... 2023-11-03T10:30:00.972 INFO:teuthology.orchestra.run.smithi077.stderr:stat: 167 167 2023-11-03T10:30:01.292 INFO:teuthology.orchestra.run.smithi077.stderr:Creating initial keys... 2023-11-03T10:30:01.564 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-authtool: AQCpy0RlJeG3IBAABIj7Hxy+xkxwYTlT74qNZA== 2023-11-03T10:30:02.172 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-authtool: AQCqy0RlXi1ZCRAAOh31GLA1k38shGNe8adMBA== 2023-11-03T10:30:02.772 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-authtool: AQCqy0RlfugbLRAA6Gi+IKMz3Bcr0K+y/an2Lw== 2023-11-03T10:30:03.106 INFO:teuthology.orchestra.run.smithi077.stderr:Creating initial monmap... 2023-11-03T10:30:03.355 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-03T10:30:03.361 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/monmaptool: setting min_mon_release = octopus 2023-11-03T10:30:03.361 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to e5ec03a0-7a33-11ee-8db9-212e2dc638e7 2023-11-03T10:30:03.362 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-03T10:30:03.724 INFO:teuthology.orchestra.run.smithi077.stderr:monmaptool for smithi077 [v2:172.21.15.77:3300,v1:172.21.15.77:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-03T10:30:03.725 INFO:teuthology.orchestra.run.smithi077.stderr:setting min_mon_release = octopus 2023-11-03T10:30:03.725 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/monmaptool: set fsid to e5ec03a0-7a33-11ee-8db9-212e2dc638e7 2023-11-03T10:30:03.725 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-03T10:30:03.726 INFO:teuthology.orchestra.run.smithi077.stderr: 2023-11-03T10:30:03.726 INFO:teuthology.orchestra.run.smithi077.stderr:Creating mon... 2023-11-03T10:30:04.379 INFO:teuthology.orchestra.run.smithi077.stderr:create mon.smithi077 on 2023-11-03T10:30:04.486 INFO:teuthology.orchestra.run.smithi077.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-11-03T10:30:04.578 INFO:teuthology.orchestra.run.smithi077.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7.target → /etc/systemd/system/ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7.target. 2023-11-03T10:30:04.579 INFO:teuthology.orchestra.run.smithi077.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7.target → /etc/systemd/system/ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7.target. 2023-11-03T10:30:04.784 INFO:teuthology.orchestra.run.smithi077.stderr:systemctl: Failed to reset failed state of unit ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7@mon.smithi077.service: Unit ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7@mon.smithi077.service not loaded. 2023-11-03T10:30:04.791 INFO:teuthology.orchestra.run.smithi077.stderr:systemctl: Created symlink /etc/systemd/system/ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7.target.wants/ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7@mon.smithi077.service → /etc/systemd/system/ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7@.service. 2023-11-03T10:30:04.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:04 smithi077 systemd[1]: Starting Ceph mon.smithi077 for e5ec03a0-7a33-11ee-8db9-212e2dc638e7... 2023-11-03T10:30:05.252 INFO:teuthology.orchestra.run.smithi077.stderr:systemctl: disabled 2023-11-03T10:30:05.259 INFO:teuthology.orchestra.run.smithi077.stderr:systemctl: inactive 2023-11-03T10:30:05.259 INFO:teuthology.orchestra.run.smithi077.stderr:firewalld.service is not enabled 2023-11-03T10:30:05.260 INFO:teuthology.orchestra.run.smithi077.stderr:Not possible to enable service . firewalld.service is not available 2023-11-03T10:30:05.260 INFO:teuthology.orchestra.run.smithi077.stderr:Waiting for mon to start... 2023-11-03T10:30:05.261 INFO:teuthology.orchestra.run.smithi077.stderr:Waiting for mon... 2023-11-03T10:30:05.503 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:05 smithi077 bash[107848]: 73370e897d9196b57fe8c90a1e121ded9147dce9c14ec5cfcf86e3b76e83d311 2023-11-03T10:30:05.503 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:05 smithi077 systemd[1]: Started Ceph mon.smithi077 for e5ec03a0-7a33-11ee-8db9-212e2dc638e7. 2023-11-03T10:30:05.504 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:05 smithi077 ceph-mon[107885]: mkfs e5ec03a0-7a33-11ee-8db9-212e2dc638e7 2023-11-03T10:30:05.504 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:05 smithi077 ceph-mon[107885]: mon.smithi077 is new leader, mons smithi077 in quorum (ranks 0) 2023-11-03T10:30:05.722 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: cluster: 2023-11-03T10:30:05.722 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: id: e5ec03a0-7a33-11ee-8db9-212e2dc638e7 2023-11-03T10:30:05.722 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-11-03T10:30:05.722 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: 2023-11-03T10:30:05.723 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: services: 2023-11-03T10:30:05.723 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi077 (age 0.443636s) 2023-11-03T10:30:05.723 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: mgr: no daemons active 2023-11-03T10:30:05.723 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-11-03T10:30:05.723 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: 2023-11-03T10:30:05.724 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: data: 2023-11-03T10:30:05.724 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-11-03T10:30:05.724 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-11-03T10:30:05.724 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-11-03T10:30:05.724 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: pgs: 2023-11-03T10:30:05.725 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: 2023-11-03T10:30:06.073 INFO:teuthology.orchestra.run.smithi077.stderr:mon is available 2023-11-03T10:30:06.074 INFO:teuthology.orchestra.run.smithi077.stderr:Assimilating anything we can from ceph.conf... 2023-11-03T10:30:06.501 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: 2023-11-03T10:30:06.502 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: [global] 2023-11-03T10:30:06.502 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: fsid = e5ec03a0-7a33-11ee-8db9-212e2dc638e7 2023-11-03T10:30:06.502 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.77:3300,v1:172.21.15.77:6789] 2023-11-03T10:30:06.502 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-03T10:30:06.502 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-03T10:30:06.503 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-03T10:30:06.503 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-03T10:30:06.503 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: 2023-11-03T10:30:06.503 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: [mgr] 2023-11-03T10:30:06.503 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-03T10:30:06.504 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: 2023-11-03T10:30:06.504 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: [osd] 2023-11-03T10:30:06.504 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-03T10:30:06.504 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-03T10:30:06.664 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:06 smithi077 ceph-mon[107885]: mon.smithi077 is new leader, mons smithi077 in quorum (ranks 0) 2023-11-03T10:30:06.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:06 smithi077 ceph-mon[107885]: monmap e1: 1 mons at {smithi077=[v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0]} 2023-11-03T10:30:06.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:06 smithi077 ceph-mon[107885]: fsmap 2023-11-03T10:30:06.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:06 smithi077 ceph-mon[107885]: osdmap e1: 0 total, 0 up, 0 in 2023-11-03T10:30:06.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:06 smithi077 ceph-mon[107885]: mgrmap e1: no daemons active 2023-11-03T10:30:06.666 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:06 smithi077 ceph-mon[107885]: from='client.? 172.21.15.77:0/3469178285' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-11-03T10:30:06.832 INFO:teuthology.orchestra.run.smithi077.stderr:Generating new minimal ceph.conf... 2023-11-03T10:30:07.590 INFO:teuthology.orchestra.run.smithi077.stderr:Restarting the monitor... 2023-11-03T10:30:07.597 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:07 smithi077 ceph-mon[107885]: from='client.? 172.21.15.77:0/1764316627' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-03T10:30:07.597 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:07 smithi077 ceph-mon[107885]: from='client.? 172.21.15.77:0/1764316627' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-03T10:30:07.597 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:07 smithi077 ceph-mon[107885]: from='client.? 172.21.15.77:0/2308459739' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:30:07.854 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:07 smithi077 systemd[1]: Stopping Ceph mon.smithi077 for e5ec03a0-7a33-11ee-8db9-212e2dc638e7... 2023-11-03T10:30:07.855 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:07 smithi077 bash[108187]: Error: no container with name or ID "ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-mon.smithi077" found: no such container 2023-11-03T10:30:07.855 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:07 smithi077 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-mon-smithi077[107863]: 2023-11-03T10:30:07.682+0000 7ff8332b7700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi077 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-11-03T10:30:07.855 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:07 smithi077 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-mon-smithi077[107863]: 2023-11-03T10:30:07.682+0000 7ff8332b7700 -1 mon.smithi077@0(leader) e1 *** Got Signal Terminated *** 2023-11-03T10:30:08.235 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:07 smithi077 bash[108199]: ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-mon-smithi077 2023-11-03T10:30:08.235 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:07 smithi077 bash[108237]: Error: no container with name or ID "ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-mon.smithi077" found: no such container 2023-11-03T10:30:08.235 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:07 smithi077 systemd[1]: ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7@mon.smithi077.service: Succeeded. 2023-11-03T10:30:08.236 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:07 smithi077 systemd[1]: Stopped Ceph mon.smithi077 for e5ec03a0-7a33-11ee-8db9-212e2dc638e7. 2023-11-03T10:30:08.236 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:07 smithi077 systemd[1]: Starting Ceph mon.smithi077 for e5ec03a0-7a33-11ee-8db9-212e2dc638e7... 2023-11-03T10:30:08.291 INFO:teuthology.orchestra.run.smithi077.stderr:Setting mon public_network to 172.21.0.0/20 2023-11-03T10:30:08.743 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: set uid:gid to 167:167 (ceph:ceph) 2023-11-03T10:30:08.743 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-11-03T10:30:08.743 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: pidfile_write: ignore empty --pid-file 2023-11-03T10:30:08.744 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: load: jerasure load: lrc 2023-11-03T10:30:08.744 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: RocksDB version: 6.15.5 2023-11-03T10:30:08.744 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-03T10:30:08.744 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Compile date Apr 18 2022 2023-11-03T10:30:08.744 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: DB SUMMARY 2023-11-03T10:30:08.744 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: DB Session ID: V1MQDHVHDFI5HSW7PIXH 2023-11-03T10:30:08.745 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: CURRENT file: CURRENT 2023-11-03T10:30:08.745 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: IDENTITY file: IDENTITY 2023-11-03T10:30:08.745 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: MANIFEST file: MANIFEST-000009 size: 131 Bytes 2023-11-03T10:30:08.745 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi077/store.db dir, Total Num: 1, files: 000008.sst 2023-11-03T10:30:08.745 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi077/store.db: 000010.log size: 81871 ; 2023-11-03T10:30:08.745 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.error_if_exists: 0 2023-11-03T10:30:08.746 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.create_if_missing: 0 2023-11-03T10:30:08.746 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.paranoid_checks: 1 2023-11-03T10:30:08.746 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-11-03T10:30:08.746 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.env: 0x559242083860 2023-11-03T10:30:08.746 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.fs: Posix File System 2023-11-03T10:30:08.747 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.info_log: 0x5592430cffa0 2023-11-03T10:30:08.747 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.max_file_opening_threads: 16 2023-11-03T10:30:08.747 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.statistics: (nil) 2023-11-03T10:30:08.747 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.use_fsync: 0 2023-11-03T10:30:08.748 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.max_log_file_size: 0 2023-11-03T10:30:08.748 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-03T10:30:08.748 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.log_file_time_to_roll: 0 2023-11-03T10:30:08.748 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.keep_log_file_num: 1000 2023-11-03T10:30:08.748 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.recycle_log_file_num: 0 2023-11-03T10:30:08.748 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.allow_fallocate: 1 2023-11-03T10:30:08.749 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.allow_mmap_reads: 0 2023-11-03T10:30:08.749 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.allow_mmap_writes: 0 2023-11-03T10:30:08.749 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.use_direct_reads: 0 2023-11-03T10:30:08.749 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-03T10:30:08.749 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.create_missing_column_families: 0 2023-11-03T10:30:08.750 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.db_log_dir: 2023-11-03T10:30:08.750 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi077/store.db 2023-11-03T10:30:08.750 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.table_cache_numshardbits: 6 2023-11-03T10:30:08.750 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.WAL_ttl_seconds: 0 2023-11-03T10:30:08.750 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.WAL_size_limit_MB: 0 2023-11-03T10:30:08.751 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-03T10:30:08.751 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-03T10:30:08.751 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.is_fd_close_on_exec: 1 2023-11-03T10:30:08.751 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.advise_random_on_open: 1 2023-11-03T10:30:08.751 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.db_write_buffer_size: 0 2023-11-03T10:30:08.751 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.write_buffer_manager: 0x5592431c0330 2023-11-03T10:30:08.752 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-03T10:30:08.752 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-03T10:30:08.752 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-03T10:30:08.752 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.use_adaptive_mutex: 0 2023-11-03T10:30:08.752 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.rate_limiter: (nil) 2023-11-03T10:30:08.752 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-03T10:30:08.753 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.wal_recovery_mode: 2 2023-11-03T10:30:08.753 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.enable_thread_tracking: 0 2023-11-03T10:30:08.753 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.enable_pipelined_write: 0 2023-11-03T10:30:08.753 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.unordered_write: 0 2023-11-03T10:30:08.753 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-03T10:30:08.754 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-03T10:30:08.754 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-03T10:30:08.754 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-03T10:30:08.754 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.row_cache: None 2023-11-03T10:30:08.754 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.wal_filter: None 2023-11-03T10:30:08.754 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-03T10:30:08.755 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.allow_ingest_behind: 0 2023-11-03T10:30:08.755 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.preserve_deletes: 0 2023-11-03T10:30:08.755 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.two_write_queues: 0 2023-11-03T10:30:08.755 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.manual_wal_flush: 0 2023-11-03T10:30:08.755 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.atomic_flush: 0 2023-11-03T10:30:08.755 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-03T10:30:08.756 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.persist_stats_to_disk: 0 2023-11-03T10:30:08.756 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.write_dbid_to_manifest: 0 2023-11-03T10:30:08.756 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.log_readahead_size: 0 2023-11-03T10:30:08.756 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-11-03T10:30:08.756 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.best_efforts_recovery: 0 2023-11-03T10:30:08.757 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-11-03T10:30:08.757 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-11-03T10:30:08.757 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.allow_data_in_errors: 0 2023-11-03T10:30:08.757 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.db_host_id: __hostname__ 2023-11-03T10:30:08.757 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.max_background_jobs: 2 2023-11-03T10:30:08.758 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.max_background_compactions: -1 2023-11-03T10:30:08.758 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.max_subcompactions: 1 2023-11-03T10:30:08.758 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-03T10:30:08.758 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-03T10:30:08.758 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.delayed_write_rate : 16777216 2023-11-03T10:30:08.759 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.max_total_wal_size: 0 2023-11-03T10:30:08.759 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-03T10:30:08.759 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.stats_dump_period_sec: 600 2023-11-03T10:30:08.759 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.stats_persist_period_sec: 600 2023-11-03T10:30:08.759 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-03T10:30:08.759 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.max_open_files: -1 2023-11-03T10:30:08.760 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.bytes_per_sync: 0 2023-11-03T10:30:08.760 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.wal_bytes_per_sync: 0 2023-11-03T10:30:08.760 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.strict_bytes_per_sync: 0 2023-11-03T10:30:08.760 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.compaction_readahead_size: 0 2023-11-03T10:30:08.760 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.max_background_flushes: -1 2023-11-03T10:30:08.761 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Compression algorithms supported: 2023-11-03T10:30:08.761 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-03T10:30:08.761 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: kZSTD supported: 0 2023-11-03T10:30:08.761 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: kXpressCompression supported: 0 2023-11-03T10:30:08.761 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: kLZ4HCCompression supported: 1 2023-11-03T10:30:08.761 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: kLZ4Compression supported: 1 2023-11-03T10:30:08.762 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: kBZip2Compression supported: 0 2023-11-03T10:30:08.762 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: kZlibCompression supported: 1 2023-11-03T10:30:08.762 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: kSnappyCompression supported: 1 2023-11-03T10:30:08.762 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Fast CRC32 supported: Supported on x86 2023-11-03T10:30:08.762 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi077/store.db/MANIFEST-000009 2023-11-03T10:30:08.763 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-11-03T10:30:08.763 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-03T10:30:08.763 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.merge_operator: 2023-11-03T10:30:08.763 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.compaction_filter: None 2023-11-03T10:30:08.763 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.compaction_filter_factory: None 2023-11-03T10:30:08.764 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.sst_partitioner_factory: None 2023-11-03T10:30:08.764 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.memtable_factory: SkipListFactory 2023-11-03T10:30:08.764 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.table_factory: BlockBasedTable 2023-11-03T10:30:08.764 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55924309bd00) 2023-11-03T10:30:08.764 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: cache_index_and_filter_blocks: 1 2023-11-03T10:30:08.764 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-03T10:30:08.765 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-03T10:30:08.765 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: pin_top_level_index_and_filter: 1 2023-11-03T10:30:08.765 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: index_type: 0 2023-11-03T10:30:08.765 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: data_block_index_type: 0 2023-11-03T10:30:08.766 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: index_shortening: 1 2023-11-03T10:30:08.766 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: data_block_hash_table_util_ratio: 0.750000 2023-11-03T10:30:08.766 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: hash_index_allow_collision: 1 2023-11-03T10:30:08.766 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: checksum: 1 2023-11-03T10:30:08.766 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: no_block_cache: 0 2023-11-03T10:30:08.767 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: block_cache: 0x559243106170 2023-11-03T10:30:08.767 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: block_cache_name: BinnedLRUCache 2023-11-03T10:30:08.767 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: block_cache_options: 2023-11-03T10:30:08.767 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: capacity : 536870912 2023-11-03T10:30:08.767 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: num_shard_bits : 4 2023-11-03T10:30:08.768 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: strict_capacity_limit : 0 2023-11-03T10:30:08.768 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: high_pri_pool_ratio: 0.000 2023-11-03T10:30:08.768 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: block_cache_compressed: (nil) 2023-11-03T10:30:08.768 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: persistent_cache: (nil) 2023-11-03T10:30:08.768 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: block_size: 4096 2023-11-03T10:30:08.769 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: block_size_deviation: 10 2023-11-03T10:30:08.769 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: block_restart_interval: 16 2023-11-03T10:30:08.769 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: index_block_restart_interval: 1 2023-11-03T10:30:08.769 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: metadata_block_size: 4096 2023-11-03T10:30:08.769 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: partition_filters: 0 2023-11-03T10:30:08.769 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: use_delta_encoding: 1 2023-11-03T10:30:08.770 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-03T10:30:08.770 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: whole_key_filtering: 1 2023-11-03T10:30:08.770 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: verify_compression: 0 2023-11-03T10:30:08.770 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: read_amp_bytes_per_bit: 0 2023-11-03T10:30:08.770 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: format_version: 4 2023-11-03T10:30:08.770 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: enable_index_compression: 1 2023-11-03T10:30:08.771 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: block_align: 0 2023-11-03T10:30:08.771 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.write_buffer_size: 33554432 2023-11-03T10:30:08.771 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.max_write_buffer_number: 2 2023-11-03T10:30:08.771 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.compression: NoCompression 2023-11-03T10:30:08.771 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.bottommost_compression: Disabled 2023-11-03T10:30:08.772 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.prefix_extractor: nullptr 2023-11-03T10:30:08.772 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-03T10:30:08.772 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.num_levels: 7 2023-11-03T10:30:08.772 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-03T10:30:08.772 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-03T10:30:08.772 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-03T10:30:08.773 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-03T10:30:08.773 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-03T10:30:08.773 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 bash[108304]: 0e16f423936a3d1bb39fd9a3d2038398ee6f185462353b27be61a44082fdf632 2023-11-03T10:30:08.773 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-03T10:30:08.773 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-03T10:30:08.773 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-03T10:30:08.774 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-11-03T10:30:08.774 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-03T10:30:08.775 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.compression_opts.window_bits: -14 2023-11-03T10:30:08.775 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.compression_opts.level: 32767 2023-11-03T10:30:08.775 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.compression_opts.strategy: 0 2023-11-03T10:30:08.775 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-03T10:30:08.776 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-03T10:30:08.776 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-11-03T10:30:08.776 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.compression_opts.enabled: false 2023-11-03T10:30:08.776 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-03T10:30:08.777 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-03T10:30:08.777 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-03T10:30:08.777 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.target_file_size_base: 67108864 2023-11-03T10:30:08.777 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.target_file_size_multiplier: 1 2023-11-03T10:30:08.777 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-03T10:30:08.777 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-03T10:30:08.778 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-03T10:30:08.778 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-03T10:30:08.778 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-03T10:30:08.778 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-03T10:30:08.778 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-03T10:30:08.779 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-03T10:30:08.779 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-03T10:30:08.779 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-03T10:30:08.779 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-03T10:30:08.779 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-03T10:30:08.780 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.arena_block_size: 4194304 2023-11-03T10:30:08.780 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-03T10:30:08.780 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-03T10:30:08.780 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-03T10:30:08.780 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.disable_auto_compactions: 0 2023-11-03T10:30:08.780 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-03T10:30:08.781 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-03T10:30:08.781 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-03T10:30:08.781 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-03T10:30:08.781 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-03T10:30:08.781 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-03T10:30:08.782 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-03T10:30:08.782 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-03T10:30:08.782 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-03T10:30:08.782 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-03T10:30:08.782 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.table_properties_collectors: 2023-11-03T10:30:08.783 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.inplace_update_support: 0 2023-11-03T10:30:08.783 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.inplace_update_num_locks: 10000 2023-11-03T10:30:08.783 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-03T10:30:08.783 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-03T10:30:08.783 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.memtable_huge_page_size: 0 2023-11-03T10:30:08.783 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.bloom_locality: 0 2023-11-03T10:30:08.784 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.max_successive_merges: 0 2023-11-03T10:30:08.784 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.optimize_filters_for_hits: 0 2023-11-03T10:30:08.784 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.paranoid_file_checks: 0 2023-11-03T10:30:08.784 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.force_consistency_checks: 1 2023-11-03T10:30:08.784 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.report_bg_io_stats: 0 2023-11-03T10:30:08.785 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.ttl: 2592000 2023-11-03T10:30:08.785 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.periodic_compaction_seconds: 0 2023-11-03T10:30:08.785 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.enable_blob_files: false 2023-11-03T10:30:08.785 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.min_blob_size: 0 2023-11-03T10:30:08.785 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.blob_file_size: 268435456 2023-11-03T10:30:08.785 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.blob_compression_type: NoCompression 2023-11-03T10:30:08.786 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.enable_blob_garbage_collection: false 2023-11-03T10:30:08.786 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-11-03T10:30:08.786 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi077/store.db/MANIFEST-000009 succeeded,manifest_file_number is 9, next_file_number is 11, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-11-03T10:30:08.786 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 5 2023-11-03T10:30:08.786 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: [db/version_set.cc:4083] Creating manifest 13 2023-11-03T10:30:08.786 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: EVENT_LOG_v1 {"time_micros": 1699007408284225, "job": 1, "event": "recovery_started", "wal_files": [10]} 2023-11-03T10:30:08.787 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #10 mode 2 2023-11-03T10:30:08.787 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: [table/block_based/filter_policy.cc:996] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-11-03T10:30:08.787 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: EVENT_LOG_v1 {"time_micros": 1699007408284921, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 14, "file_size": 78719, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 76977, "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": 9724, "raw_average_key_size": 47, "raw_value_size": 71420, "raw_average_value_size": 348, "num_data_blocks": 10, "num_entries": 205, "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": 1699007408, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "5be50c50-263e-457b-8d7e-048545477627", "db_session_id": "V1MQDHVHDFI5HSW7PIXH"}} 2023-11-03T10:30:08.787 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: [db/version_set.cc:4083] Creating manifest 15 2023-11-03T10:30:08.787 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: EVENT_LOG_v1 {"time_micros": 1699007408285264, "job": 1, "event": "recovery_finished"} 2023-11-03T10:30:08.788 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-smithi077/store.db/000010.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-11-03T10:30:08.788 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x5592430eca80 2023-11-03T10:30:08.788 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: DB pointer 0x5592430fc000 2023-11-03T10:30:08.788 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-11-03T10:30:08.788 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-11-03T10:30:08.788 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: ** DB Stats ** 2023-11-03T10:30:08.789 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-03T10:30:08.789 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-11-03T10:30:08.789 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-03T10:30:08.789 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-03T10:30:08.789 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-11-03T10:30:08.789 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-03T10:30:08.790 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-03T10:30:08.790 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: 2023-11-03T10:30:08.790 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: ** Compaction Stats [default] ** 2023-11-03T10:30:08.790 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-03T10:30:08.790 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-03T10:30:08.791 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: L0 2/0 78.67 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 162.8 0.00 0.00 1 0.000 0 0 2023-11-03T10:30:08.791 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: Sum 2/0 78.67 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 162.8 0.00 0.00 1 0.000 0 0 2023-11-03T10:30:08.791 INFO:journalctl@ceph.mon.smithi077.smithi077.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 162.8 0.00 0.00 1 0.000 0 0 2023-11-03T10:30:08.791 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: 2023-11-03T10:30:08.791 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: ** Compaction Stats [default] ** 2023-11-03T10:30:08.791 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-03T10:30:08.792 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-03T10:30:08.792 INFO:journalctl@ceph.mon.smithi077.smithi077.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 162.8 0.00 0.00 1 0.000 0 0 2023-11-03T10:30:08.792 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-03T10:30:08.792 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-11-03T10:30:08.792 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-03T10:30:08.793 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-11-03T10:30:08.793 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-11-03T10:30:08.793 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: AddFile(Keys): cumulative 0, interval 0 2023-11-03T10:30:08.793 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: Cumulative compaction: 0.00 GB write, 25.22 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-03T10:30:08.793 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: Interval compaction: 0.00 GB write, 25.22 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-03T10:30:08.793 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-03T10:30:08.794 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: 2023-11-03T10:30:08.794 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: ** File Read Latency Histogram By Level [default] ** 2023-11-03T10:30:08.794 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: 2023-11-03T10:30:08.794 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: ** Compaction Stats [default] ** 2023-11-03T10:30:08.794 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-03T10:30:08.795 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-03T10:30:08.795 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: L0 2/0 78.67 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 162.8 0.00 0.00 1 0.000 0 0 2023-11-03T10:30:08.795 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: Sum 2/0 78.67 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 162.8 0.00 0.00 1 0.000 0 0 2023-11-03T10:30:08.795 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-03T10:30:08.795 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: 2023-11-03T10:30:08.795 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: ** Compaction Stats [default] ** 2023-11-03T10:30:08.796 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-03T10:30:08.796 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-03T10:30:08.796 INFO:journalctl@ceph.mon.smithi077.smithi077.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 162.8 0.00 0.00 1 0.000 0 0 2023-11-03T10:30:08.796 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-03T10:30:08.796 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-11-03T10:30:08.796 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-03T10:30:08.797 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-11-03T10:30:08.797 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-11-03T10:30:08.797 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: AddFile(Keys): cumulative 0, interval 0 2023-11-03T10:30:08.797 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: Cumulative compaction: 0.00 GB write, 24.96 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-03T10:30:08.797 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-03T10:30:08.797 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-03T10:30:08.798 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: 2023-11-03T10:30:08.798 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: ** File Read Latency Histogram By Level [default] ** 2023-11-03T10:30:08.798 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: starting mon.smithi077 rank 0 at public addrs [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] at bind addrs [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi077 fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 2023-11-03T10:30:08.798 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: mon.smithi077@-1(???) e1 preinit fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 2023-11-03T10:30:08.798 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: mon.smithi077@-1(???).mds e1 new map 2023-11-03T10:30:08.799 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: mon.smithi077@-1(???).mds e1 print_map 2023-11-03T10:30:08.799 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: e1 2023-11-03T10:30:08.799 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-11-03T10:30:08.799 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-11-03T10:30:08.799 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: legacy client fscid: -1 2023-11-03T10:30:08.800 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: 2023-11-03T10:30:08.800 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: No filesystems configured 2023-11-03T10:30:08.800 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: mon.smithi077@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-03T10:30:08.800 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: mon.smithi077@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-03T10:30:08.800 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: mon.smithi077@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-03T10:30:08.800 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: mon.smithi077@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-03T10:30:08.801 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: mon.smithi077@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-11-03T10:30:08.801 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 systemd[1]: Started Ceph mon.smithi077 for e5ec03a0-7a33-11ee-8db9-212e2dc638e7. 2023-11-03T10:30:08.801 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: mon.smithi077 is new leader, mons smithi077 in quorum (ranks 0) 2023-11-03T10:30:08.801 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: monmap e1: 1 mons at {smithi077=[v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0]} 2023-11-03T10:30:08.801 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: fsmap 2023-11-03T10:30:08.802 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: osdmap e1: 0 total, 0 up, 0 in 2023-11-03T10:30:08.802 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:08 smithi077 ceph-mon[108342]: mgrmap e1: no daemons active 2023-11-03T10:30:09.140 INFO:teuthology.orchestra.run.smithi077.stderr:Wrote config to /etc/ceph/ceph.conf 2023-11-03T10:30:09.141 INFO:teuthology.orchestra.run.smithi077.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-11-03T10:30:09.141 INFO:teuthology.orchestra.run.smithi077.stderr:Creating mgr... 2023-11-03T10:30:09.141 INFO:teuthology.orchestra.run.smithi077.stderr:Verifying port 9283 ... 2023-11-03T10:30:09.265 INFO:teuthology.orchestra.run.smithi077.stderr:systemctl: Failed to reset failed state of unit ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7@mgr.smithi077.iwfrkz.service: Unit ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7@mgr.smithi077.iwfrkz.service not loaded. 2023-11-03T10:30:09.271 INFO:teuthology.orchestra.run.smithi077.stderr:systemctl: Created symlink /etc/systemd/system/ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7.target.wants/ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7@mgr.smithi077.iwfrkz.service → /etc/systemd/system/ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7@.service. 2023-11-03T10:30:09.741 INFO:teuthology.orchestra.run.smithi077.stderr:systemctl: disabled 2023-11-03T10:30:09.749 INFO:teuthology.orchestra.run.smithi077.stderr:systemctl: inactive 2023-11-03T10:30:09.749 INFO:teuthology.orchestra.run.smithi077.stderr:firewalld.service is not enabled 2023-11-03T10:30:09.750 INFO:teuthology.orchestra.run.smithi077.stderr:Not possible to enable service . firewalld.service is not available 2023-11-03T10:30:09.757 INFO:teuthology.orchestra.run.smithi077.stderr:systemctl: disabled 2023-11-03T10:30:09.765 INFO:teuthology.orchestra.run.smithi077.stderr:systemctl: inactive 2023-11-03T10:30:09.766 INFO:teuthology.orchestra.run.smithi077.stderr:firewalld.service is not enabled 2023-11-03T10:30:09.766 INFO:teuthology.orchestra.run.smithi077.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-11-03T10:30:09.767 INFO:teuthology.orchestra.run.smithi077.stderr:Waiting for mgr to start... 2023-11-03T10:30:09.767 INFO:teuthology.orchestra.run.smithi077.stderr:Waiting for mgr... 2023-11-03T10:30:10.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:09 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/794228206' entity='client.admin' 2023-11-03T10:30:10.297 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: 2023-11-03T10:30:10.298 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: { 2023-11-03T10:30:10.298 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "fsid": "e5ec03a0-7a33-11ee-8db9-212e2dc638e7", 2023-11-03T10:30:10.298 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "health": { 2023-11-03T10:30:10.298 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-03T10:30:10.299 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "checks": {}, 2023-11-03T10:30:10.299 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "mutes": [] 2023-11-03T10:30:10.299 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: }, 2023-11-03T10:30:10.299 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-03T10:30:10.299 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "quorum": [ 2023-11-03T10:30:10.300 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: 0 2023-11-03T10:30:10.300 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: ], 2023-11-03T10:30:10.300 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-03T10:30:10.300 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "smithi077" 2023-11-03T10:30:10.300 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: ], 2023-11-03T10:30:10.301 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "quorum_age": 1, 2023-11-03T10:30:10.301 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "monmap": { 2023-11-03T10:30:10.301 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-03T10:30:10.301 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-11-03T10:30:10.301 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-03T10:30:10.301 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: }, 2023-11-03T10:30:10.302 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "osdmap": { 2023-11-03T10:30:10.302 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-03T10:30:10.302 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-03T10:30:10.302 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-03T10:30:10.302 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-03T10:30:10.303 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-03T10:30:10.303 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-03T10:30:10.303 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-03T10:30:10.303 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: }, 2023-11-03T10:30:10.303 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "pgmap": { 2023-11-03T10:30:10.303 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-03T10:30:10.304 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-03T10:30:10.304 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-03T10:30:10.304 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-03T10:30:10.304 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-03T10:30:10.304 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-03T10:30:10.305 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-03T10:30:10.305 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-03T10:30:10.305 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: }, 2023-11-03T10:30:10.305 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "fsmap": { 2023-11-03T10:30:10.305 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-03T10:30:10.306 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-03T10:30:10.306 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-03T10:30:10.306 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: }, 2023-11-03T10:30:10.306 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-03T10:30:10.306 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "available": false, 2023-11-03T10:30:10.307 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-03T10:30:10.307 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "modules": [ 2023-11-03T10:30:10.307 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "iostat", 2023-11-03T10:30:10.307 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "nfs", 2023-11-03T10:30:10.307 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "restful" 2023-11-03T10:30:10.308 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: ], 2023-11-03T10:30:10.308 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "services": {} 2023-11-03T10:30:10.308 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: }, 2023-11-03T10:30:10.308 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "servicemap": { 2023-11-03T10:30:10.308 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-03T10:30:10.308 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "modified": "2023-11-03T10:30:05.276993+0000", 2023-11-03T10:30:10.309 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "services": {} 2023-11-03T10:30:10.309 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: }, 2023-11-03T10:30:10.309 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-03T10:30:10.309 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: } 2023-11-03T10:30:10.648 INFO:teuthology.orchestra.run.smithi077.stderr:mgr not available, waiting (1/15)... 2023-11-03T10:30:10.852 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:10 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/2070436435' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-03T10:30:13.120 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: 2023-11-03T10:30:13.121 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: { 2023-11-03T10:30:13.121 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "fsid": "e5ec03a0-7a33-11ee-8db9-212e2dc638e7", 2023-11-03T10:30:13.121 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "health": { 2023-11-03T10:30:13.121 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-03T10:30:13.121 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "checks": {}, 2023-11-03T10:30:13.122 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "mutes": [] 2023-11-03T10:30:13.122 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: }, 2023-11-03T10:30:13.122 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-03T10:30:13.122 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "quorum": [ 2023-11-03T10:30:13.122 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: 0 2023-11-03T10:30:13.123 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: ], 2023-11-03T10:30:13.123 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-03T10:30:13.123 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "smithi077" 2023-11-03T10:30:13.123 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: ], 2023-11-03T10:30:13.123 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "quorum_age": 4, 2023-11-03T10:30:13.124 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "monmap": { 2023-11-03T10:30:13.124 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-03T10:30:13.124 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-11-03T10:30:13.124 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-03T10:30:13.124 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: }, 2023-11-03T10:30:13.124 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "osdmap": { 2023-11-03T10:30:13.125 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-03T10:30:13.125 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-03T10:30:13.125 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-03T10:30:13.125 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-03T10:30:13.125 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-03T10:30:13.129 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-03T10:30:13.130 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-03T10:30:13.130 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: }, 2023-11-03T10:30:13.130 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "pgmap": { 2023-11-03T10:30:13.130 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-03T10:30:13.130 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-03T10:30:13.131 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-03T10:30:13.131 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-03T10:30:13.131 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-03T10:30:13.131 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-03T10:30:13.131 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-03T10:30:13.132 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-03T10:30:13.132 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: }, 2023-11-03T10:30:13.132 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "fsmap": { 2023-11-03T10:30:13.132 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-03T10:30:13.132 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-03T10:30:13.133 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-03T10:30:13.133 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: }, 2023-11-03T10:30:13.133 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-03T10:30:13.133 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "available": false, 2023-11-03T10:30:13.133 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-03T10:30:13.134 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "modules": [ 2023-11-03T10:30:13.134 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "iostat", 2023-11-03T10:30:13.134 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "nfs", 2023-11-03T10:30:13.134 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "restful" 2023-11-03T10:30:13.134 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: ], 2023-11-03T10:30:13.134 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "services": {} 2023-11-03T10:30:13.135 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: }, 2023-11-03T10:30:13.135 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "servicemap": { 2023-11-03T10:30:13.135 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-03T10:30:13.135 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "modified": "2023-11-03T10:30:05.276993+0000", 2023-11-03T10:30:13.135 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "services": {} 2023-11-03T10:30:13.136 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: }, 2023-11-03T10:30:13.136 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-03T10:30:13.136 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: } 2023-11-03T10:30:13.392 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:13 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/3668760697' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-03T10:30:13.481 INFO:teuthology.orchestra.run.smithi077.stderr:mgr not available, waiting (2/15)... 2023-11-03T10:30:15.952 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: 2023-11-03T10:30:15.953 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: { 2023-11-03T10:30:15.953 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "fsid": "e5ec03a0-7a33-11ee-8db9-212e2dc638e7", 2023-11-03T10:30:15.953 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "health": { 2023-11-03T10:30:15.953 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-03T10:30:15.954 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "checks": {}, 2023-11-03T10:30:15.954 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "mutes": [] 2023-11-03T10:30:15.954 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: }, 2023-11-03T10:30:15.954 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-03T10:30:15.954 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "quorum": [ 2023-11-03T10:30:15.955 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: 0 2023-11-03T10:30:15.955 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: ], 2023-11-03T10:30:15.955 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-03T10:30:15.955 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "smithi077" 2023-11-03T10:30:15.955 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: ], 2023-11-03T10:30:15.955 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "quorum_age": 7, 2023-11-03T10:30:15.956 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "monmap": { 2023-11-03T10:30:15.956 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-03T10:30:15.956 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-11-03T10:30:15.956 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-03T10:30:15.956 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: }, 2023-11-03T10:30:15.957 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "osdmap": { 2023-11-03T10:30:15.957 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-03T10:30:15.957 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-03T10:30:15.957 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-03T10:30:15.958 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-03T10:30:15.958 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-03T10:30:15.958 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-03T10:30:15.958 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-03T10:30:15.958 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: }, 2023-11-03T10:30:15.959 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "pgmap": { 2023-11-03T10:30:15.959 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-03T10:30:15.959 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-03T10:30:15.959 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-03T10:30:15.959 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-03T10:30:15.960 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-03T10:30:15.960 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-03T10:30:15.960 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-03T10:30:15.960 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-03T10:30:15.960 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: }, 2023-11-03T10:30:15.961 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "fsmap": { 2023-11-03T10:30:15.961 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-03T10:30:15.961 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-03T10:30:15.961 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-03T10:30:15.961 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: }, 2023-11-03T10:30:15.962 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-03T10:30:15.962 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "available": false, 2023-11-03T10:30:15.962 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-03T10:30:15.962 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "modules": [ 2023-11-03T10:30:15.962 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "iostat", 2023-11-03T10:30:15.962 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "nfs", 2023-11-03T10:30:15.963 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "restful" 2023-11-03T10:30:15.963 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: ], 2023-11-03T10:30:15.963 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "services": {} 2023-11-03T10:30:15.963 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: }, 2023-11-03T10:30:15.963 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "servicemap": { 2023-11-03T10:30:15.964 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-03T10:30:15.964 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "modified": "2023-11-03T10:30:05.276993+0000", 2023-11-03T10:30:15.964 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "services": {} 2023-11-03T10:30:15.964 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: }, 2023-11-03T10:30:15.964 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-03T10:30:15.964 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: } 2023-11-03T10:30:16.208 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:15 smithi077 ceph-mon[108342]: Activating manager daemon smithi077.iwfrkz 2023-11-03T10:30:16.208 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:15 smithi077 ceph-mon[108342]: mgrmap e2: smithi077.iwfrkz(active, starting, since 0.00272033s) 2023-11-03T10:30:16.208 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:15 smithi077 ceph-mon[108342]: from='mgr.14100 172.21.15.77:0/3583061504' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-03T10:30:16.209 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:15 smithi077 ceph-mon[108342]: from='mgr.14100 172.21.15.77:0/3583061504' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-03T10:30:16.209 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:15 smithi077 ceph-mon[108342]: from='mgr.14100 172.21.15.77:0/3583061504' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-03T10:30:16.209 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:15 smithi077 ceph-mon[108342]: from='mgr.14100 172.21.15.77:0/3583061504' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mon metadata", "id": "smithi077"}]: dispatch 2023-11-03T10:30:16.209 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:15 smithi077 ceph-mon[108342]: from='mgr.14100 172.21.15.77:0/3583061504' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mgr metadata", "who": "smithi077.iwfrkz", "id": "smithi077.iwfrkz"}]: dispatch 2023-11-03T10:30:16.209 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:15 smithi077 ceph-mon[108342]: Manager daemon smithi077.iwfrkz is now available 2023-11-03T10:30:16.210 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:15 smithi077 ceph-mon[108342]: from='mgr.14100 172.21.15.77:0/3583061504' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.iwfrkz/mirror_snapshot_schedule"}]: dispatch 2023-11-03T10:30:16.210 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:15 smithi077 ceph-mon[108342]: from='mgr.14100 172.21.15.77:0/3583061504' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.iwfrkz/trash_purge_schedule"}]: dispatch 2023-11-03T10:30:16.210 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:15 smithi077 ceph-mon[108342]: from='mgr.14100 172.21.15.77:0/3583061504' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:30:16.210 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:15 smithi077 ceph-mon[108342]: from='mgr.14100 172.21.15.77:0/3583061504' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:30:16.210 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:15 smithi077 ceph-mon[108342]: from='mgr.14100 172.21.15.77:0/3583061504' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:30:16.281 INFO:teuthology.orchestra.run.smithi077.stderr:mgr not available, waiting (3/15)... 2023-11-03T10:30:17.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:16 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/3782508286' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-03T10:30:17.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:16 smithi077 ceph-mon[108342]: mgrmap e3: smithi077.iwfrkz(active, since 1.00648s) 2023-11-03T10:30:18.914 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: 2023-11-03T10:30:18.914 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: { 2023-11-03T10:30:18.914 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "fsid": "e5ec03a0-7a33-11ee-8db9-212e2dc638e7", 2023-11-03T10:30:18.915 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "health": { 2023-11-03T10:30:18.915 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-03T10:30:18.915 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "checks": {}, 2023-11-03T10:30:18.915 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "mutes": [] 2023-11-03T10:30:18.915 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: }, 2023-11-03T10:30:18.916 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-03T10:30:18.916 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "quorum": [ 2023-11-03T10:30:18.916 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: 0 2023-11-03T10:30:18.916 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: ], 2023-11-03T10:30:18.916 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-03T10:30:18.917 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "smithi077" 2023-11-03T10:30:18.917 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: ], 2023-11-03T10:30:18.917 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "quorum_age": 10, 2023-11-03T10:30:18.917 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "monmap": { 2023-11-03T10:30:18.917 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-03T10:30:18.917 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-11-03T10:30:18.918 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-03T10:30:18.918 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: }, 2023-11-03T10:30:18.918 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "osdmap": { 2023-11-03T10:30:18.918 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-03T10:30:18.918 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-03T10:30:18.919 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-03T10:30:18.919 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-03T10:30:18.919 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-03T10:30:18.922 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-03T10:30:18.922 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-03T10:30:18.923 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: }, 2023-11-03T10:30:18.923 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "pgmap": { 2023-11-03T10:30:18.923 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-03T10:30:18.923 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-03T10:30:18.923 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-03T10:30:18.924 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-03T10:30:18.924 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-03T10:30:18.924 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-03T10:30:18.924 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-03T10:30:18.924 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-03T10:30:18.924 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: }, 2023-11-03T10:30:18.925 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "fsmap": { 2023-11-03T10:30:18.925 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-03T10:30:18.925 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-03T10:30:18.925 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-03T10:30:18.925 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: }, 2023-11-03T10:30:18.926 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-03T10:30:18.926 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "available": true, 2023-11-03T10:30:18.926 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-03T10:30:18.926 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "modules": [ 2023-11-03T10:30:18.926 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "iostat", 2023-11-03T10:30:18.926 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "nfs", 2023-11-03T10:30:18.927 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "restful" 2023-11-03T10:30:18.927 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: ], 2023-11-03T10:30:18.927 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "services": {} 2023-11-03T10:30:18.927 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: }, 2023-11-03T10:30:18.927 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "servicemap": { 2023-11-03T10:30:18.928 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-03T10:30:18.928 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "modified": "2023-11-03T10:30:05.276993+0000", 2023-11-03T10:30:18.928 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "services": {} 2023-11-03T10:30:18.928 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: }, 2023-11-03T10:30:18.928 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-03T10:30:18.928 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: } 2023-11-03T10:30:19.174 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:18 smithi077 ceph-mon[108342]: mgrmap e4: smithi077.iwfrkz(active, since 2s) 2023-11-03T10:30:19.264 INFO:teuthology.orchestra.run.smithi077.stderr:mgr is available 2023-11-03T10:30:19.758 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: 2023-11-03T10:30:19.759 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: [global] 2023-11-03T10:30:19.759 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: fsid = e5ec03a0-7a33-11ee-8db9-212e2dc638e7 2023-11-03T10:30:19.759 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-03T10:30:19.759 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-03T10:30:19.759 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-03T10:30:19.760 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-03T10:30:19.760 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: 2023-11-03T10:30:19.760 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: [mgr] 2023-11-03T10:30:19.760 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-03T10:30:19.760 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: 2023-11-03T10:30:19.761 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: [osd] 2023-11-03T10:30:19.761 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-03T10:30:19.761 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-03T10:30:20.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:19 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/2303571414' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-03T10:30:20.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:19 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/1741499113' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-03T10:30:20.706 INFO:teuthology.orchestra.run.smithi077.stderr:Enabling cephadm module... 2023-11-03T10:30:22.339 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:22 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/1068578186' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-11-03T10:30:23.482 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:23 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/1068578186' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-11-03T10:30:23.482 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:23 smithi077 ceph-mon[108342]: mgrmap e5: smithi077.iwfrkz(active, since 6s) 2023-11-03T10:30:25.910 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: { 2023-11-03T10:30:25.910 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "epoch": 5, 2023-11-03T10:30:25.911 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "available": true, 2023-11-03T10:30:25.911 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "active_name": "smithi077.iwfrkz", 2023-11-03T10:30:25.911 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-03T10:30:25.911 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: } 2023-11-03T10:30:26.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:25 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/843736331' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-03T10:30:28.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:28 smithi077 ceph-mon[108342]: Active manager daemon smithi077.iwfrkz restarted 2023-11-03T10:30:28.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:28 smithi077 ceph-mon[108342]: Activating manager daemon smithi077.iwfrkz 2023-11-03T10:30:28.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:28 smithi077 ceph-mon[108342]: osdmap e2: 0 total, 0 up, 0 in 2023-11-03T10:30:28.725 INFO:teuthology.orchestra.run.smithi077.stderr:Waiting for the mgr to restart... 2023-11-03T10:30:28.726 INFO:teuthology.orchestra.run.smithi077.stderr:Waiting for mgr epoch 5... 2023-11-03T10:30:29.503 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:29 smithi077 ceph-mon[108342]: mgrmap e6: smithi077.iwfrkz(active, starting, since 0.0527464s) 2023-11-03T10:30:29.503 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:29 smithi077 ceph-mon[108342]: from='mgr.14120 172.21.15.77:0/3820470123' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mon metadata", "id": "smithi077"}]: dispatch 2023-11-03T10:30:29.503 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:29 smithi077 ceph-mon[108342]: from='mgr.14120 172.21.15.77:0/3820470123' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mgr metadata", "who": "smithi077.iwfrkz", "id": "smithi077.iwfrkz"}]: dispatch 2023-11-03T10:30:29.504 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:29 smithi077 ceph-mon[108342]: from='mgr.14120 172.21.15.77:0/3820470123' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-03T10:30:29.504 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:29 smithi077 ceph-mon[108342]: from='mgr.14120 172.21.15.77:0/3820470123' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-03T10:30:29.504 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:29 smithi077 ceph-mon[108342]: from='mgr.14120 172.21.15.77:0/3820470123' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-03T10:30:29.504 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:29 smithi077 ceph-mon[108342]: Manager daemon smithi077.iwfrkz is now available 2023-11-03T10:30:29.504 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:29 smithi077 ceph-mon[108342]: from='mgr.14120 172.21.15.77:0/3820470123' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:30:29.505 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:29 smithi077 ceph-mon[108342]: from='mgr.14120 172.21.15.77:0/3820470123' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:30:29.505 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:29 smithi077 ceph-mon[108342]: from='mgr.14120 172.21.15.77:0/3820470123' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:30:29.505 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:29 smithi077 ceph-mon[108342]: from='mgr.14120 172.21.15.77:0/3820470123' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:30:29.505 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:29 smithi077 ceph-mon[108342]: from='mgr.14120 172.21.15.77:0/3820470123' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:30:29.505 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:29 smithi077 ceph-mon[108342]: from='mgr.14120 172.21.15.77:0/3820470123' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.iwfrkz/mirror_snapshot_schedule"}]: dispatch 2023-11-03T10:30:29.506 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:29 smithi077 ceph-mon[108342]: from='mgr.14120 172.21.15.77:0/3820470123' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.iwfrkz/trash_purge_schedule"}]: dispatch 2023-11-03T10:30:29.723 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: { 2023-11-03T10:30:29.723 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-11-03T10:30:29.723 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "initialized": true 2023-11-03T10:30:29.723 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: } 2023-11-03T10:30:30.503 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:30 smithi077 ceph-mon[108342]: mgrmap e7: smithi077.iwfrkz(active, since 1.05731s) 2023-11-03T10:30:30.503 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:30 smithi077 ceph-mon[108342]: [03/Nov/2023:10:30:29] ENGINE Bus STARTING 2023-11-03T10:30:30.503 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:30 smithi077 ceph-mon[108342]: [03/Nov/2023:10:30:29] ENGINE Serving on https://172.21.15.77:7150 2023-11-03T10:30:30.504 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:30 smithi077 ceph-mon[108342]: [03/Nov/2023:10:30:29] ENGINE Bus STARTED 2023-11-03T10:30:30.504 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:30 smithi077 ceph-mon[108342]: from='mgr.14120 172.21.15.77:0/3820470123' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:30:30.504 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:30 smithi077 ceph-mon[108342]: from='mgr.14120 172.21.15.77:0/3820470123' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:30:30.504 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:30 smithi077 ceph-mon[108342]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-03T10:30:30.504 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:30 smithi077 ceph-mon[108342]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-03T10:30:31.610 INFO:teuthology.orchestra.run.smithi077.stderr:mgr epoch 5 is available 2023-11-03T10:30:31.610 INFO:teuthology.orchestra.run.smithi077.stderr:Setting orchestrator backend to cephadm... 2023-11-03T10:30:31.612 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:31 smithi077 ceph-mon[108342]: mgrmap e8: smithi077.iwfrkz(active, since 2s) 2023-11-03T10:30:33.101 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: value unchanged 2023-11-03T10:30:33.453 INFO:teuthology.orchestra.run.smithi077.stderr:Generating ssh key... 2023-11-03T10:30:33.503 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:33 smithi077 ceph-mon[108342]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:30:33.503 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:33 smithi077 ceph-mon[108342]: from='mgr.14120 172.21.15.77:0/3820470123' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:30:33.504 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:33 smithi077 ceph-mon[108342]: from='mgr.14120 172.21.15.77:0/3820470123' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:30:34.503 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:34 smithi077 ceph-mon[108342]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:30:34.503 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:34 smithi077 ceph-mon[108342]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:30:34.504 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:34 smithi077 ceph-mon[108342]: Generating ssh key... 2023-11-03T10:30:34.504 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:34 smithi077 ceph-mon[108342]: from='mgr.14120 172.21.15.77:0/3820470123' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:30:34.504 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:34 smithi077 ceph-mon[108342]: from='mgr.14120 172.21.15.77:0/3820470123' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:30:35.146 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDgwUywqPzOgfVi9dYZudmBMiY89leYeVDPbaiPrM+Ytq+NXKd2NRBcq5GC+pWkaJqXok+UxJ+j3cBJuChyzmnQUWlkKxAaXR8OdzqNsEo9+WfxaiEgJGB9HXwmuGEBKm8KK2beEpNN9bTtbKeVu37DdPs4FrTt2DTJE9Ao1xG/3oKlioEhMVS01ejEnJV3+yglEWQlQfh0+87d3OdI28jrjy7R2Gk10NNMkau7dyr7WjBd9AVlQxd3UeWA7F/6VkFmeB9MK5Zh2603IwCS69JqKw85I2ZTcjEqd0oJvtRkWc6OARC/2EfpdxpqkJZYP565+ul4aKVwL1v0icIh/N+cjViQe+GNelNpWA+uNVRzoWWf+N5tQh5eQt7JsUh0OO0Dn+ieeSoX8BOeGmV2QLTQxd7z/iNqfj2zo3qQZQsrxLi3YCRhjTBBxm0TNV4HHw1o49GMwVkZvkraxcZ3DXra/VKzzkNAHctf+NGM7tEwWX365sA2kUK6v7jGxMrxeW0= ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7 2023-11-03T10:30:35.511 INFO:teuthology.orchestra.run.smithi077.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-11-03T10:30:35.512 INFO:teuthology.orchestra.run.smithi077.stderr:Adding key to root@localhost authorized_keys... 2023-11-03T10:30:35.512 INFO:teuthology.orchestra.run.smithi077.stderr:Adding host smithi077... 2023-11-03T10:30:36.344 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:36 smithi077 ceph-mon[108342]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:30:36.344 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:36 smithi077 ceph-mon[108342]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi077", "addr": "172.21.15.77", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:30:36.857 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: Added host 'smithi077' with addr '172.21.15.77' 2023-11-03T10:30:37.173 INFO:teuthology.orchestra.run.smithi077.stderr:Deploying mon service with default placement... 2023-11-03T10:30:37.729 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: Scheduled mon update... 2023-11-03T10:30:38.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:37 smithi077 ceph-mon[108342]: Deploying cephadm binary to smithi077 2023-11-03T10:30:38.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:37 smithi077 ceph-mon[108342]: from='mgr.14120 172.21.15.77:0/3820470123' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:30:38.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:37 smithi077 ceph-mon[108342]: Added host smithi077 2023-11-03T10:30:38.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:37 smithi077 ceph-mon[108342]: from='mgr.14120 172.21.15.77:0/3820470123' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:30:38.005 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:37 smithi077 ceph-mon[108342]: from='mgr.14120 172.21.15.77:0/3820470123' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:30:38.086 INFO:teuthology.orchestra.run.smithi077.stderr:Deploying mgr service with default placement... 2023-11-03T10:30:38.738 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-11-03T10:30:39.088 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:38 smithi077 ceph-mon[108342]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:30:39.089 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:38 smithi077 ceph-mon[108342]: Saving service mon spec with placement count:5 2023-11-03T10:30:39.089 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:38 smithi077 ceph-mon[108342]: from='mgr.14120 172.21.15.77:0/3820470123' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:30:39.152 INFO:teuthology.orchestra.run.smithi077.stderr:Deploying crash service with default placement... 2023-11-03T10:30:39.739 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: Scheduled crash update... 2023-11-03T10:30:40.190 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:39 smithi077 ceph-mon[108342]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:30:40.190 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:39 smithi077 ceph-mon[108342]: Saving service mgr spec with placement count:2 2023-11-03T10:30:40.191 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:39 smithi077 ceph-mon[108342]: from='mgr.14120 172.21.15.77:0/3820470123' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:30:40.191 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:39 smithi077 ceph-mon[108342]: from='mgr.14120 172.21.15.77:0/3820470123' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:30:40.191 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:39 smithi077 ceph-mon[108342]: from='mgr.14120 172.21.15.77:0/3820470123' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:30:40.202 INFO:teuthology.orchestra.run.smithi077.stderr:Deploying prometheus service with default placement... 2023-11-03T10:30:40.995 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:40 smithi077 ceph-mon[108342]: from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:30:40.996 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:40 smithi077 ceph-mon[108342]: Saving service crash spec with placement * 2023-11-03T10:30:40.996 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:40 smithi077 ceph-mon[108342]: from='mgr.14120 172.21.15.77:0/3820470123' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:30:41.029 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-11-03T10:30:41.335 INFO:teuthology.orchestra.run.smithi077.stderr:Deploying grafana service with default placement... 2023-11-03T10:30:42.115 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-11-03T10:30:42.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:42 smithi077 ceph-mon[108342]: from='mgr.14120 172.21.15.77:0/3820470123' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:30:42.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:42 smithi077 ceph-mon[108342]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:30:42.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:42 smithi077 ceph-mon[108342]: Saving service prometheus spec with placement count:1 2023-11-03T10:30:42.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:42 smithi077 ceph-mon[108342]: from='mgr.14120 172.21.15.77:0/3820470123' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:30:42.469 INFO:teuthology.orchestra.run.smithi077.stderr:Deploying node-exporter service with default placement... 2023-11-03T10:30:43.024 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-11-03T10:30:43.305 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:43 smithi077 ceph-mon[108342]: from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:30:43.305 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:43 smithi077 ceph-mon[108342]: Saving service grafana spec with placement count:1 2023-11-03T10:30:43.305 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:43 smithi077 ceph-mon[108342]: from='mgr.14120 172.21.15.77:0/3820470123' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:30:43.305 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:43 smithi077 ceph-mon[108342]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:30:43.306 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:43 smithi077 ceph-mon[108342]: Saving service node-exporter spec with placement * 2023-11-03T10:30:43.306 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:43 smithi077 ceph-mon[108342]: from='mgr.14120 172.21.15.77:0/3820470123' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:30:43.394 INFO:teuthology.orchestra.run.smithi077.stderr:Deploying alertmanager service with default placement... 2023-11-03T10:30:43.944 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-11-03T10:30:45.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:44 smithi077 ceph-mon[108342]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:30:45.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:44 smithi077 ceph-mon[108342]: Saving service alertmanager spec with placement count:1 2023-11-03T10:30:45.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:44 smithi077 ceph-mon[108342]: from='mgr.14120 172.21.15.77:0/3820470123' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:30:45.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:44 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/2900293753' entity='client.admin' 2023-11-03T10:30:46.052 INFO:teuthology.orchestra.run.smithi077.stderr:Enabling the dashboard module... 2023-11-03T10:30:47.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:46 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/2935496108' entity='client.admin' 2023-11-03T10:30:47.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:46 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/1715672571' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-11-03T10:30:47.942 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: { 2023-11-03T10:30:47.942 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "epoch": 9, 2023-11-03T10:30:47.942 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "available": true, 2023-11-03T10:30:47.942 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "active_name": "smithi077.iwfrkz", 2023-11-03T10:30:47.943 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-03T10:30:47.943 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: } 2023-11-03T10:30:47.963 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:47 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/1715672571' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-11-03T10:30:47.964 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:47 smithi077 ceph-mon[108342]: mgrmap e9: smithi077.iwfrkz(active, since 18s) 2023-11-03T10:30:48.302 INFO:teuthology.orchestra.run.smithi077.stderr:Waiting for the mgr to restart... 2023-11-03T10:30:48.303 INFO:teuthology.orchestra.run.smithi077.stderr:Waiting for mgr epoch 9... 2023-11-03T10:30:49.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:48 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/570337766' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-03T10:30:52.886 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:52 smithi077 ceph-mon[108342]: Active manager daemon smithi077.iwfrkz restarted 2023-11-03T10:30:52.887 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:52 smithi077 ceph-mon[108342]: Activating manager daemon smithi077.iwfrkz 2023-11-03T10:30:52.887 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:52 smithi077 ceph-mon[108342]: osdmap e3: 0 total, 0 up, 0 in 2023-11-03T10:30:53.802 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: { 2023-11-03T10:30:53.803 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-11-03T10:30:53.803 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "initialized": true 2023-11-03T10:30:53.803 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: } 2023-11-03T10:30:53.932 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:53 smithi077 ceph-mon[108342]: mgrmap e10: smithi077.iwfrkz(active, starting, since 0.0533826s) 2023-11-03T10:30:53.933 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:53 smithi077 ceph-mon[108342]: from='mgr.14162 172.21.15.77:0/547883352' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mon metadata", "id": "smithi077"}]: dispatch 2023-11-03T10:30:53.933 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:53 smithi077 ceph-mon[108342]: from='mgr.14162 172.21.15.77:0/547883352' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mgr metadata", "who": "smithi077.iwfrkz", "id": "smithi077.iwfrkz"}]: dispatch 2023-11-03T10:30:53.933 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:53 smithi077 ceph-mon[108342]: from='mgr.14162 172.21.15.77:0/547883352' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-03T10:30:53.933 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:53 smithi077 ceph-mon[108342]: from='mgr.14162 172.21.15.77:0/547883352' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-03T10:30:53.934 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:53 smithi077 ceph-mon[108342]: from='mgr.14162 172.21.15.77:0/547883352' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-03T10:30:53.934 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:53 smithi077 ceph-mon[108342]: Manager daemon smithi077.iwfrkz is now available 2023-11-03T10:30:53.934 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:53 smithi077 ceph-mon[108342]: from='mgr.14162 172.21.15.77:0/547883352' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:30:53.934 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:53 smithi077 ceph-mon[108342]: from='mgr.14162 172.21.15.77:0/547883352' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:30:53.934 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:53 smithi077 ceph-mon[108342]: from='mgr.14162 172.21.15.77:0/547883352' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.iwfrkz/mirror_snapshot_schedule"}]: dispatch 2023-11-03T10:30:53.935 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:53 smithi077 ceph-mon[108342]: from='mgr.14162 172.21.15.77:0/547883352' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.iwfrkz/trash_purge_schedule"}]: dispatch 2023-11-03T10:30:53.935 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:53 smithi077 ceph-mon[108342]: [03/Nov/2023:10:30:53] ENGINE Bus STARTING 2023-11-03T10:30:53.935 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:53 smithi077 ceph-mon[108342]: [03/Nov/2023:10:30:53] ENGINE Serving on https://172.21.15.77:7150 2023-11-03T10:30:53.935 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:53 smithi077 ceph-mon[108342]: [03/Nov/2023:10:30:53] ENGINE Bus STARTED 2023-11-03T10:30:53.936 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:53 smithi077 ceph-mon[108342]: from='mgr.14162 172.21.15.77:0/547883352' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:30:53.936 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:53 smithi077 ceph-mon[108342]: from='mgr.14162 172.21.15.77:0/547883352' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:30:54.151 INFO:teuthology.orchestra.run.smithi077.stderr:mgr epoch 9 is available 2023-11-03T10:30:54.151 INFO:teuthology.orchestra.run.smithi077.stderr:Generating a dashboard self-signed certificate... 2023-11-03T10:30:54.881 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: Self-signed certificate created 2023-11-03T10:30:54.913 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:54 smithi077 ceph-mon[108342]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-03T10:30:54.914 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:54 smithi077 ceph-mon[108342]: mgrmap e11: smithi077.iwfrkz(active, since 1.06105s) 2023-11-03T10:30:54.914 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:54 smithi077 ceph-mon[108342]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-03T10:30:54.914 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:54 smithi077 ceph-mon[108342]: from='mgr.14162 172.21.15.77:0/547883352' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:30:54.914 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:54 smithi077 ceph-mon[108342]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:30:55.392 INFO:teuthology.orchestra.run.smithi077.stderr:Creating initial admin user... 2023-11-03T10:30:56.153 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$I2wHye65KPrIx9/nt3E8RecId7kkaEbWHO3tKg226ljNIR/MOUFAK", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1699007456, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-11-03T10:30:56.183 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:55 smithi077 ceph-mon[108342]: from='mgr.14162 172.21.15.77:0/547883352' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:30:56.183 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:55 smithi077 ceph-mon[108342]: from='mgr.14162 172.21.15.77:0/547883352' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:30:56.183 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:55 smithi077 ceph-mon[108342]: mgrmap e12: smithi077.iwfrkz(active, since 2s) 2023-11-03T10:30:56.518 INFO:teuthology.orchestra.run.smithi077.stderr:Fetching dashboard port number... 2023-11-03T10:30:57.048 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: 8443 2023-11-03T10:30:57.369 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:57 smithi077 ceph-mon[108342]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:30:57.370 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:57 smithi077 ceph-mon[108342]: from='mgr.14162 172.21.15.77:0/547883352' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:30:57.370 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:30:57 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/2506905749' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-11-03T10:30:57.418 INFO:teuthology.orchestra.run.smithi077.stderr:systemctl: disabled 2023-11-03T10:30:57.424 INFO:teuthology.orchestra.run.smithi077.stderr:systemctl: inactive 2023-11-03T10:30:57.425 INFO:teuthology.orchestra.run.smithi077.stderr:firewalld.service is not enabled 2023-11-03T10:30:57.425 INFO:teuthology.orchestra.run.smithi077.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-11-03T10:30:57.427 INFO:teuthology.orchestra.run.smithi077.stderr:Ceph Dashboard is now available at: 2023-11-03T10:30:57.427 INFO:teuthology.orchestra.run.smithi077.stderr: 2023-11-03T10:30:57.428 INFO:teuthology.orchestra.run.smithi077.stderr: URL: https://smithi077.front.sepia.ceph.com:8443/ 2023-11-03T10:30:57.428 INFO:teuthology.orchestra.run.smithi077.stderr: User: admin 2023-11-03T10:30:57.428 INFO:teuthology.orchestra.run.smithi077.stderr: Password: z038ibu4cn 2023-11-03T10:30:57.428 INFO:teuthology.orchestra.run.smithi077.stderr: 2023-11-03T10:30:57.428 INFO:teuthology.orchestra.run.smithi077.stderr:Enabling autotune for osd_memory_target 2023-11-03T10:30:59.178 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-11-03T10:30:59.517 INFO:teuthology.orchestra.run.smithi077.stderr:You can access the Ceph CLI with: 2023-11-03T10:30:59.517 INFO:teuthology.orchestra.run.smithi077.stderr: 2023-11-03T10:30:59.518 INFO:teuthology.orchestra.run.smithi077.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-11-03T10:30:59.518 INFO:teuthology.orchestra.run.smithi077.stderr: 2023-11-03T10:30:59.518 INFO:teuthology.orchestra.run.smithi077.stderr:Please consider enabling telemetry to help improve Ceph: 2023-11-03T10:30:59.518 INFO:teuthology.orchestra.run.smithi077.stderr: 2023-11-03T10:30:59.518 INFO:teuthology.orchestra.run.smithi077.stderr: ceph telemetry on 2023-11-03T10:30:59.519 INFO:teuthology.orchestra.run.smithi077.stderr: 2023-11-03T10:30:59.519 INFO:teuthology.orchestra.run.smithi077.stderr:For more information see: 2023-11-03T10:30:59.519 INFO:teuthology.orchestra.run.smithi077.stderr: 2023-11-03T10:30:59.519 INFO:teuthology.orchestra.run.smithi077.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2023-11-03T10:30:59.519 INFO:teuthology.orchestra.run.smithi077.stderr: 2023-11-03T10:30:59.520 INFO:teuthology.orchestra.run.smithi077.stderr:Bootstrap complete. 2023-11-03T10:30:59.550 INFO:tasks.cephadm:Fetching config... 2023-11-03T10:30:59.550 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2023-11-03T10:30:59.550 DEBUG:teuthology.orchestra.run.smithi077:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-11-03T10:30:59.569 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-11-03T10:30:59.569 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2023-11-03T10:30:59.569 DEBUG:teuthology.orchestra.run.smithi077:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-11-03T10:30:59.627 INFO:tasks.cephadm:Fetching mon keyring... 2023-11-03T10:30:59.627 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2023-11-03T10:30:59.628 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd if=/var/lib/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/mon.smithi077/keyring of=/dev/stdout 2023-11-03T10:30:59.696 INFO:tasks.cephadm:Fetching pub ssh key... 2023-11-03T10:30:59.696 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2023-11-03T10:30:59.697 DEBUG:teuthology.orchestra.run.smithi077:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-11-03T10:30:59.754 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-11-03T10:30:59.755 DEBUG:teuthology.orchestra.run.smithi077:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDgwUywqPzOgfVi9dYZudmBMiY89leYeVDPbaiPrM+Ytq+NXKd2NRBcq5GC+pWkaJqXok+UxJ+j3cBJuChyzmnQUWlkKxAaXR8OdzqNsEo9+WfxaiEgJGB9HXwmuGEBKm8KK2beEpNN9bTtbKeVu37DdPs4FrTt2DTJE9Ao1xG/3oKlioEhMVS01ejEnJV3+yglEWQlQfh0+87d3OdI28jrjy7R2Gk10NNMkau7dyr7WjBd9AVlQxd3UeWA7F/6VkFmeB9MK5Zh2603IwCS69JqKw85I2ZTcjEqd0oJvtRkWc6OARC/2EfpdxpqkJZYP565+ul4aKVwL1v0icIh/N+cjViQe+GNelNpWA+uNVRzoWWf+N5tQh5eQt7JsUh0OO0Dn+ieeSoX8BOeGmV2QLTQxd7z/iNqfj2zo3qQZQsrxLi3YCRhjTBBxm0TNV4HHw1o49GMwVkZvkraxcZ3DXra/VKzzkNAHctf+NGM7tEwWX365sA2kUK6v7jGxMrxeW0= ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-03T10:30:59.831 INFO:teuthology.orchestra.run.smithi077.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDgwUywqPzOgfVi9dYZudmBMiY89leYeVDPbaiPrM+Ytq+NXKd2NRBcq5GC+pWkaJqXok+UxJ+j3cBJuChyzmnQUWlkKxAaXR8OdzqNsEo9+WfxaiEgJGB9HXwmuGEBKm8KK2beEpNN9bTtbKeVu37DdPs4FrTt2DTJE9Ao1xG/3oKlioEhMVS01ejEnJV3+yglEWQlQfh0+87d3OdI28jrjy7R2Gk10NNMkau7dyr7WjBd9AVlQxd3UeWA7F/6VkFmeB9MK5Zh2603IwCS69JqKw85I2ZTcjEqd0oJvtRkWc6OARC/2EfpdxpqkJZYP565+ul4aKVwL1v0icIh/N+cjViQe+GNelNpWA+uNVRzoWWf+N5tQh5eQt7JsUh0OO0Dn+ieeSoX8BOeGmV2QLTQxd7z/iNqfj2zo3qQZQsrxLi3YCRhjTBBxm0TNV4HHw1o49GMwVkZvkraxcZ3DXra/VKzzkNAHctf+NGM7tEwWX365sA2kUK6v7jGxMrxeW0= ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7 2023-11-03T10:30:59.843 DEBUG:teuthology.orchestra.run.smithi145:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDgwUywqPzOgfVi9dYZudmBMiY89leYeVDPbaiPrM+Ytq+NXKd2NRBcq5GC+pWkaJqXok+UxJ+j3cBJuChyzmnQUWlkKxAaXR8OdzqNsEo9+WfxaiEgJGB9HXwmuGEBKm8KK2beEpNN9bTtbKeVu37DdPs4FrTt2DTJE9Ao1xG/3oKlioEhMVS01ejEnJV3+yglEWQlQfh0+87d3OdI28jrjy7R2Gk10NNMkau7dyr7WjBd9AVlQxd3UeWA7F/6VkFmeB9MK5Zh2603IwCS69JqKw85I2ZTcjEqd0oJvtRkWc6OARC/2EfpdxpqkJZYP565+ul4aKVwL1v0icIh/N+cjViQe+GNelNpWA+uNVRzoWWf+N5tQh5eQt7JsUh0OO0Dn+ieeSoX8BOeGmV2QLTQxd7z/iNqfj2zo3qQZQsrxLi3YCRhjTBBxm0TNV4HHw1o49GMwVkZvkraxcZ3DXra/VKzzkNAHctf+NGM7tEwWX365sA2kUK6v7jGxMrxeW0= ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-03T10:30:59.888 INFO:teuthology.orchestra.run.smithi145.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDgwUywqPzOgfVi9dYZudmBMiY89leYeVDPbaiPrM+Ytq+NXKd2NRBcq5GC+pWkaJqXok+UxJ+j3cBJuChyzmnQUWlkKxAaXR8OdzqNsEo9+WfxaiEgJGB9HXwmuGEBKm8KK2beEpNN9bTtbKeVu37DdPs4FrTt2DTJE9Ao1xG/3oKlioEhMVS01ejEnJV3+yglEWQlQfh0+87d3OdI28jrjy7R2Gk10NNMkau7dyr7WjBd9AVlQxd3UeWA7F/6VkFmeB9MK5Zh2603IwCS69JqKw85I2ZTcjEqd0oJvtRkWc6OARC/2EfpdxpqkJZYP565+ul4aKVwL1v0icIh/N+cjViQe+GNelNpWA+uNVRzoWWf+N5tQh5eQt7JsUh0OO0Dn+ieeSoX8BOeGmV2QLTQxd7z/iNqfj2zo3qQZQsrxLi3YCRhjTBBxm0TNV4HHw1o49GMwVkZvkraxcZ3DXra/VKzzkNAHctf+NGM7tEwWX365sA2kUK6v7jGxMrxeW0= ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7 2023-11-03T10:30:59.900 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-11-03T10:31:00.503 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:00 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/2711365697' entity='client.admin' 2023-11-03T10:31:00.504 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:00 smithi077 ceph-mon[108342]: mgrmap e13: smithi077.iwfrkz(active, since 6s) 2023-11-03T10:31:01.736 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-11-03T10:31:01.737 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-11-03T10:31:02.608 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:02 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/2936040743' entity='client.admin' 2023-11-03T10:31:03.748 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi145 2023-11-03T10:31:03.748 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2023-11-03T10:31:03.749 DEBUG:teuthology.orchestra.run.smithi145:> dd of=/etc/ceph/ceph.conf 2023-11-03T10:31:03.771 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2023-11-03T10:31:03.771 DEBUG:teuthology.orchestra.run.smithi145:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-03T10:31:03.832 INFO:tasks.cephadm:Adding host smithi145 to orchestrator... 2023-11-03T10:31:03.832 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph orch host add smithi145 2023-11-03T10:31:03.861 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:03 smithi077 ceph-mon[108342]: from='mgr.14162 172.21.15.77:0/547883352' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:31:03.862 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:03 smithi077 ceph-mon[108342]: from='mgr.14162 172.21.15.77:0/547883352' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config rm", "who": "osd/host:smithi077", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:31:03.862 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:03 smithi077 ceph-mon[108342]: from='mgr.14162 172.21.15.77:0/547883352' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:31:03.862 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:03 smithi077 ceph-mon[108342]: Deploying daemon alertmanager.smithi077 on smithi077 2023-11-03T10:31:03.862 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:03 smithi077 ceph-mon[108342]: from='mgr.14162 172.21.15.77:0/547883352' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:31:05.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:04 smithi077 ceph-mon[108342]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:31:06.879 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:06 smithi077 ceph-mon[108342]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi145", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:31:07.463 INFO:teuthology.orchestra.run.smithi077.stdout:Added host 'smithi145' with addr '172.21.15.145' 2023-11-03T10:31:07.792 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph orch host ls --format=json 2023-11-03T10:31:08.716 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:08 smithi077 ceph-mon[108342]: Deploying cephadm binary to smithi145 2023-11-03T10:31:08.716 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:08 smithi077 ceph-mon[108342]: from='mgr.14162 172.21.15.77:0/547883352' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:31:08.716 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:08 smithi077 ceph-mon[108342]: Added host smithi145 2023-11-03T10:31:08.716 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:08 smithi077 ceph-mon[108342]: from='mgr.14162 172.21.15.77:0/547883352' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:31:08.717 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:08 smithi077 ceph-mon[108342]: from='mgr.14162 172.21.15.77:0/547883352' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi077", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-03T10:31:08.717 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:08 smithi077 ceph-mon[108342]: from='mgr.14162 172.21.15.77:0/547883352' entity='mgr.smithi077.iwfrkz' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi077", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-03T10:31:08.717 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:08 smithi077 ceph-mon[108342]: from='mgr.14162 172.21.15.77:0/547883352' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:31:09.656 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:09 smithi077 ceph-mon[108342]: Deploying daemon crash.smithi077 on smithi077 2023-11-03T10:31:09.758 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-11-03T10:31:09.758 INFO:teuthology.orchestra.run.smithi077.stdout:[{"addr": "172.21.15.77", "hostname": "smithi077", "labels": [], "status": ""}, {"addr": "172.21.15.145", "hostname": "smithi145", "labels": [], "status": ""}] 2023-11-03T10:31:10.315 INFO:tasks.cephadm:Setting crush tunables to default 2023-11-03T10:31:10.316 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph osd crush tunables default 2023-11-03T10:31:11.432 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:11 smithi077 ceph-mon[108342]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-03T10:31:11.432 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:11 smithi077 ceph-mon[108342]: from='mgr.14162 172.21.15.77:0/547883352' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:31:11.432 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:11 smithi077 ceph-mon[108342]: from='mgr.14162 172.21.15.77:0/547883352' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:31:11.432 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:11 smithi077 ceph-mon[108342]: from='mgr.14162 172.21.15.77:0/547883352' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:31:11.433 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:11 smithi077 ceph-mon[108342]: from='mgr.14162 172.21.15.77:0/547883352' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-03T10:31:11.433 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:11 smithi077 ceph-mon[108342]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-03T10:31:11.433 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:11 smithi077 ceph-mon[108342]: from='mgr.14162 172.21.15.77:0/547883352' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:31:11.433 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:11 smithi077 ceph-mon[108342]: Deploying daemon grafana.smithi077 on smithi077 2023-11-03T10:31:12.324 INFO:teuthology.orchestra.run.smithi077.stderr:adjusted tunables profile to default 2023-11-03T10:31:12.617 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:12 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/2762477284' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-11-03T10:31:12.730 INFO:tasks.cephadm:Adding mon.smithi077 on smithi077 2023-11-03T10:31:12.730 INFO:tasks.cephadm:Adding mon.smithi145 on smithi145 2023-11-03T10:31:12.731 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph orch apply mon '2;smithi077:172.21.15.77=smithi077;smithi145:172.21.15.145=smithi145' 2023-11-03T10:31:13.753 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:13 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/2762477284' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-11-03T10:31:13.753 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:13 smithi077 ceph-mon[108342]: osdmap e4: 0 total, 0 up, 0 in 2023-11-03T10:31:13.753 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:13 smithi077 ceph-mon[108342]: from='mgr.14162 172.21.15.77:0/547883352' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:31:14.105 INFO:teuthology.orchestra.run.smithi145.stdout:Scheduled mon update... 2023-11-03T10:31:14.495 DEBUG:teuthology.orchestra.run.smithi145:mon.smithi145> sudo journalctl -f -n 0 -u ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7@mon.smithi145.service 2023-11-03T10:31:14.497 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-03T10:31:14.498 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-11-03T10:31:14.527 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:-- Logs begin at Fri 2023-11-03 10:21:35 UTC. -- 2023-11-03T10:31:14.753 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:14 smithi077 ceph-mon[108342]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T10:31:14.753 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:14 smithi077 ceph-mon[108342]: from='mgr.14162 172.21.15.77:0/547883352' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:31:15.753 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:15 smithi077 ceph-mon[108342]: from='client.14194 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi077:172.21.15.77=smithi077;smithi145:172.21.15.145=smithi145", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:31:15.753 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:15 smithi077 ceph-mon[108342]: Saving service mon spec with placement smithi077:172.21.15.77=smithi077;smithi145:172.21.15.145=smithi145;count:2 2023-11-03T10:31:15.934 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-11-03T10:31:15.935 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e5ec03a0-7a33-11ee-8db9-212e2dc638e7","modified":"2023-11-03T10:30:03.342536Z","created":"2023-11-03T10:30:03.342536Z","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":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-03T10:31:15.937 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2023-11-03T10:31:16.753 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:16 smithi077 ceph-mon[108342]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T10:31:16.753 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:16 smithi077 ceph-mon[108342]: from='client.? 172.21.15.145:0/2795612822' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-03T10:31:17.311 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-03T10:31:17.312 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-11-03T10:31:18.505 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:18 smithi077 ceph-mon[108342]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T10:31:18.713 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-11-03T10:31:18.714 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e5ec03a0-7a33-11ee-8db9-212e2dc638e7","modified":"2023-11-03T10:30:03.342536Z","created":"2023-11-03T10:30:03.342536Z","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":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-03T10:31:18.715 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2023-11-03T10:31:19.695 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:19 smithi077 ceph-mon[108342]: from='client.? 172.21.15.145:0/3440149488' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-03T10:31:20.096 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-03T10:31:20.096 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-11-03T10:31:20.722 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:20 smithi077 ceph-mon[108342]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T10:31:21.548 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-11-03T10:31:21.548 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e5ec03a0-7a33-11ee-8db9-212e2dc638e7","modified":"2023-11-03T10:30:03.342536Z","created":"2023-11-03T10:30:03.342536Z","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":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-03T10:31:21.549 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2023-11-03T10:31:22.684 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:22 smithi077 ceph-mon[108342]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T10:31:22.684 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:22 smithi077 ceph-mon[108342]: from='client.? 172.21.15.145:0/2291180412' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-03T10:31:22.684 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:22 smithi077 ceph-mon[108342]: from='mgr.14162 172.21.15.77:0/547883352' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:31:22.684 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:22 smithi077 ceph-mon[108342]: Deploying daemon node-exporter.smithi077 on smithi077 2023-11-03T10:31:22.932 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-03T10:31:22.932 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-11-03T10:31:24.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:23 smithi077 ceph-mon[108342]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T10:31:24.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:23 smithi077 ceph-mon[108342]: from='mgr.14162 172.21.15.77:0/547883352' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:31:24.416 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-11-03T10:31:24.416 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e5ec03a0-7a33-11ee-8db9-212e2dc638e7","modified":"2023-11-03T10:30:03.342536Z","created":"2023-11-03T10:30:03.342536Z","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":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-03T10:31:24.418 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2023-11-03T10:31:25.216 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:24 smithi077 ceph-mon[108342]: from='mgr.14162 172.21.15.77:0/547883352' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:31:25.216 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:24 smithi077 ceph-mon[108342]: from='mgr.14162 172.21.15.77:0/547883352' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-11-03T10:31:25.216 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:24 smithi077 ceph-mon[108342]: from='client.? 172.21.15.145:0/4048602577' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-03T10:31:25.815 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-03T10:31:25.816 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-11-03T10:31:26.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:25 smithi077 ceph-mon[108342]: from='mgr.14162 172.21.15.77:0/547883352' entity='mgr.smithi077.iwfrkz' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-11-03T10:31:26.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:25 smithi077 ceph-mon[108342]: mgrmap e14: smithi077.iwfrkz(active, since 32s) 2023-11-03T10:31:27.261 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-11-03T10:31:27.261 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e5ec03a0-7a33-11ee-8db9-212e2dc638e7","modified":"2023-11-03T10:30:03.342536Z","created":"2023-11-03T10:30:03.342536Z","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":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-03T10:31:27.262 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2023-11-03T10:31:27.732 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:27 smithi077 ceph-mon[108342]: from='client.? 172.21.15.145:0/2649428154' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-03T10:31:28.685 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-03T10:31:28.686 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-11-03T10:31:30.217 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-11-03T10:31:30.217 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e5ec03a0-7a33-11ee-8db9-212e2dc638e7","modified":"2023-11-03T10:30:03.342536Z","created":"2023-11-03T10:30:03.342536Z","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":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-03T10:31:30.219 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2023-11-03T10:31:30.503 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:30 smithi077 ceph-mon[108342]: from='client.? 172.21.15.145:0/2754692349' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-03T10:31:31.571 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:31 smithi077 ceph-mon[108342]: Active manager daemon smithi077.iwfrkz restarted 2023-11-03T10:31:31.571 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:31 smithi077 ceph-mon[108342]: Activating manager daemon smithi077.iwfrkz 2023-11-03T10:31:31.571 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:31 smithi077 ceph-mon[108342]: osdmap e5: 0 total, 0 up, 0 in 2023-11-03T10:31:31.602 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-03T10:31:31.602 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-11-03T10:31:32.478 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:32 smithi077 ceph-mon[108342]: mgrmap e15: smithi077.iwfrkz(active, starting, since 0.438161s) 2023-11-03T10:31:32.478 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:32 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mon metadata", "id": "smithi077"}]: dispatch 2023-11-03T10:31:32.479 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:32 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mgr metadata", "who": "smithi077.iwfrkz", "id": "smithi077.iwfrkz"}]: dispatch 2023-11-03T10:31:32.479 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:32 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-03T10:31:32.479 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:32 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-03T10:31:32.479 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:32 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-03T10:31:32.479 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:32 smithi077 ceph-mon[108342]: Manager daemon smithi077.iwfrkz is now available 2023-11-03T10:31:32.480 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:32 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:31:32.480 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:32 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:31:32.480 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:32 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:31:32.480 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:32 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T10:31:32.480 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:32 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:31:32.481 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:32 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.iwfrkz/mirror_snapshot_schedule"}]: dispatch 2023-11-03T10:31:32.481 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:32 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.iwfrkz/trash_purge_schedule"}]: dispatch 2023-11-03T10:31:32.481 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:32 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:31:32.481 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:32 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:31:33.132 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-11-03T10:31:33.133 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e5ec03a0-7a33-11ee-8db9-212e2dc638e7","modified":"2023-11-03T10:30:03.342536Z","created":"2023-11-03T10:30:03.342536Z","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":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-03T10:31:33.134 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2023-11-03T10:31:33.624 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:33 smithi077 ceph-mon[108342]: mgrmap e16: smithi077.iwfrkz(active, since 1.4461s) 2023-11-03T10:31:33.624 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:33 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:31:33.624 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:33 smithi077 ceph-mon[108342]: from='client.? 172.21.15.145:0/244463763' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-03T10:31:33.625 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:33 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:31:34.447 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:34 smithi077 ceph-mon[108342]: [03/Nov/2023:10:31:32] ENGINE Bus STARTING 2023-11-03T10:31:34.448 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:34 smithi077 ceph-mon[108342]: [03/Nov/2023:10:31:33] ENGINE Serving on https://172.21.15.77:7150 2023-11-03T10:31:34.448 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:34 smithi077 ceph-mon[108342]: [03/Nov/2023:10:31:33] ENGINE Bus STARTED 2023-11-03T10:31:34.448 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:34 smithi077 ceph-mon[108342]: mgrmap e17: smithi077.iwfrkz(active, since 2s) 2023-11-03T10:31:34.448 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:34 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:31:34.449 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:34 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:31:34.449 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:34 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config rm", "who": "osd/host:smithi077", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:31:34.483 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-03T10:31:34.484 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-11-03T10:31:36.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:35 smithi077 ceph-mon[108342]: Updating smithi077:/etc/ceph/ceph.conf 2023-11-03T10:31:36.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:35 smithi077 ceph-mon[108342]: Updating smithi077:/etc/ceph/ceph.client.admin.keyring 2023-11-03T10:31:36.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:35 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:31:36.322 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-11-03T10:31:36.322 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e5ec03a0-7a33-11ee-8db9-212e2dc638e7","modified":"2023-11-03T10:30:03.342536Z","created":"2023-11-03T10:30:03.342536Z","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":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-03T10:31:36.324 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2023-11-03T10:31:37.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:36 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:31:37.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:36 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:31:37.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:36 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config rm", "who": "osd/host:smithi145", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:31:37.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:36 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:31:37.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:36 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi145", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-03T10:31:37.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:36 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi145", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-03T10:31:37.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:36 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:31:37.005 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:36 smithi077 ceph-mon[108342]: Deploying daemon crash.smithi145 on smithi145 2023-11-03T10:31:37.005 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:36 smithi077 ceph-mon[108342]: from='client.? 172.21.15.145:0/1934541065' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-03T10:31:37.886 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-03T10:31:37.886 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-11-03T10:31:39.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:38 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:31:39.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:38 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi145.ojodkj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-03T10:31:39.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:38 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi145.ojodkj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-11-03T10:31:39.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:38 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-03T10:31:39.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:38 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:31:39.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:38 smithi077 ceph-mon[108342]: Deploying daemon mgr.smithi145.ojodkj on smithi145 2023-11-03T10:31:39.582 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-11-03T10:31:39.582 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e5ec03a0-7a33-11ee-8db9-212e2dc638e7","modified":"2023-11-03T10:30:03.342536Z","created":"2023-11-03T10:30:03.342536Z","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":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-03T10:31:39.583 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2023-11-03T10:31:40.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:39 smithi077 ceph-mon[108342]: from='client.? 172.21.15.145:0/2797165638' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-03T10:31:41.013 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-03T10:31:41.014 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-11-03T10:31:41.753 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:41 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:31:41.754 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:41 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-03T10:31:41.754 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:41 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:31:41.754 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:41 smithi077 ceph-mon[108342]: Deploying daemon mon.smithi145 on smithi145 2023-11-03T10:31:41.754 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:41 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:31:42.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:42 smithi145 systemd[1]: Starting Ceph mon.smithi145 for e5ec03a0-7a33-11ee-8db9-212e2dc638e7... 2023-11-03T10:31:43.074 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-11-03T10:31:43.074 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"e5ec03a0-7a33-11ee-8db9-212e2dc638e7","modified":"2023-11-03T10:30:03.342536Z","created":"2023-11-03T10:30:03.342536Z","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":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-03T10:31:43.076 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2023-11-03T10:31:43.367 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: set uid:gid to 167:167 (ceph:ceph) 2023-11-03T10:31:43.368 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-11-03T10:31:43.368 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: pidfile_write: ignore empty --pid-file 2023-11-03T10:31:43.368 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 bash[110999]: a8df3dc1838fd9c6682016bad62ef05dabf13ddcd3f17155516041e8aa1d9145 2023-11-03T10:31:43.369 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: load: jerasure load: lrc 2023-11-03T10:31:43.369 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 systemd[1]: Started Ceph mon.smithi145 for e5ec03a0-7a33-11ee-8db9-212e2dc638e7. 2023-11-03T10:31:43.369 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: RocksDB version: 6.15.5 2023-11-03T10:31:43.369 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-03T10:31:43.369 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Compile date Apr 18 2022 2023-11-03T10:31:43.370 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: DB SUMMARY 2023-11-03T10:31:43.370 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: DB Session ID: 32LTJ2RQE4AYANR8YB8D 2023-11-03T10:31:43.370 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: CURRENT file: CURRENT 2023-11-03T10:31:43.370 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: IDENTITY file: IDENTITY 2023-11-03T10:31:43.370 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: MANIFEST file: MANIFEST-000003 size: 57 Bytes 2023-11-03T10:31:43.371 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi145/store.db dir, Total Num: 0, files: 2023-11-03T10:31:43.371 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi145/store.db: 000004.log size: 511 ; 2023-11-03T10:31:43.371 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.error_if_exists: 0 2023-11-03T10:31:43.371 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.create_if_missing: 0 2023-11-03T10:31:43.371 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.paranoid_checks: 1 2023-11-03T10:31:43.372 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-11-03T10:31:43.372 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.env: 0x562e2a81f860 2023-11-03T10:31:43.372 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.fs: Posix File System 2023-11-03T10:31:43.372 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.info_log: 0x562e2cf15fa0 2023-11-03T10:31:43.373 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.max_file_opening_threads: 16 2023-11-03T10:31:43.373 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.statistics: (nil) 2023-11-03T10:31:43.373 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.use_fsync: 0 2023-11-03T10:31:43.373 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.max_log_file_size: 0 2023-11-03T10:31:43.374 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-03T10:31:43.374 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.log_file_time_to_roll: 0 2023-11-03T10:31:43.374 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.keep_log_file_num: 1000 2023-11-03T10:31:43.374 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.recycle_log_file_num: 0 2023-11-03T10:31:43.375 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.allow_fallocate: 1 2023-11-03T10:31:43.375 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.allow_mmap_reads: 0 2023-11-03T10:31:43.375 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.allow_mmap_writes: 0 2023-11-03T10:31:43.375 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.use_direct_reads: 0 2023-11-03T10:31:43.376 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-03T10:31:43.376 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.create_missing_column_families: 0 2023-11-03T10:31:43.376 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.db_log_dir: 2023-11-03T10:31:43.376 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi145/store.db 2023-11-03T10:31:43.376 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.table_cache_numshardbits: 6 2023-11-03T10:31:43.377 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.WAL_ttl_seconds: 0 2023-11-03T10:31:43.377 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.WAL_size_limit_MB: 0 2023-11-03T10:31:43.377 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-03T10:31:43.377 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-03T10:31:43.377 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.is_fd_close_on_exec: 1 2023-11-03T10:31:43.378 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.advise_random_on_open: 1 2023-11-03T10:31:43.378 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.db_write_buffer_size: 0 2023-11-03T10:31:43.378 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.write_buffer_manager: 0x562e2d006330 2023-11-03T10:31:43.378 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-03T10:31:43.378 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-03T10:31:43.379 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-03T10:31:43.379 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.use_adaptive_mutex: 0 2023-11-03T10:31:43.379 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.rate_limiter: (nil) 2023-11-03T10:31:43.379 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-03T10:31:43.379 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.wal_recovery_mode: 2 2023-11-03T10:31:43.380 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.enable_thread_tracking: 0 2023-11-03T10:31:43.380 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.enable_pipelined_write: 0 2023-11-03T10:31:43.380 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.unordered_write: 0 2023-11-03T10:31:43.380 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-03T10:31:43.380 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-03T10:31:43.381 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-03T10:31:43.381 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-03T10:31:43.381 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.row_cache: None 2023-11-03T10:31:43.381 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.wal_filter: None 2023-11-03T10:31:43.382 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-03T10:31:43.382 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.allow_ingest_behind: 0 2023-11-03T10:31:43.382 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.preserve_deletes: 0 2023-11-03T10:31:43.383 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.two_write_queues: 0 2023-11-03T10:31:43.383 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.manual_wal_flush: 0 2023-11-03T10:31:43.384 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.atomic_flush: 0 2023-11-03T10:31:43.384 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-03T10:31:43.384 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.persist_stats_to_disk: 0 2023-11-03T10:31:43.384 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.write_dbid_to_manifest: 0 2023-11-03T10:31:43.384 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.log_readahead_size: 0 2023-11-03T10:31:43.384 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-11-03T10:31:43.385 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.best_efforts_recovery: 0 2023-11-03T10:31:43.385 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-11-03T10:31:43.385 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-11-03T10:31:43.385 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.allow_data_in_errors: 0 2023-11-03T10:31:43.386 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.db_host_id: __hostname__ 2023-11-03T10:31:43.386 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.max_background_jobs: 2 2023-11-03T10:31:43.386 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.max_background_compactions: -1 2023-11-03T10:31:43.386 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.max_subcompactions: 1 2023-11-03T10:31:43.386 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-03T10:31:43.387 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-03T10:31:43.387 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.delayed_write_rate : 16777216 2023-11-03T10:31:43.387 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.max_total_wal_size: 0 2023-11-03T10:31:43.387 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-03T10:31:43.387 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.stats_dump_period_sec: 600 2023-11-03T10:31:43.388 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.stats_persist_period_sec: 600 2023-11-03T10:31:43.388 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-03T10:31:43.388 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.max_open_files: -1 2023-11-03T10:31:43.388 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.bytes_per_sync: 0 2023-11-03T10:31:43.388 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.wal_bytes_per_sync: 0 2023-11-03T10:31:43.389 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.strict_bytes_per_sync: 0 2023-11-03T10:31:43.389 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.compaction_readahead_size: 0 2023-11-03T10:31:43.389 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.max_background_flushes: -1 2023-11-03T10:31:43.389 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Compression algorithms supported: 2023-11-03T10:31:43.389 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-03T10:31:43.389 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: kZSTD supported: 0 2023-11-03T10:31:43.390 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: kXpressCompression supported: 0 2023-11-03T10:31:43.390 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: kLZ4HCCompression supported: 1 2023-11-03T10:31:43.390 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: kLZ4Compression supported: 1 2023-11-03T10:31:43.390 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: kBZip2Compression supported: 0 2023-11-03T10:31:43.390 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: kZlibCompression supported: 1 2023-11-03T10:31:43.391 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: kSnappyCompression supported: 1 2023-11-03T10:31:43.391 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Fast CRC32 supported: Supported on x86 2023-11-03T10:31:43.391 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi145/store.db/MANIFEST-000003 2023-11-03T10:31:43.391 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-11-03T10:31:43.392 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-03T10:31:43.392 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.merge_operator: 2023-11-03T10:31:43.392 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.compaction_filter: None 2023-11-03T10:31:43.392 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.compaction_filter_factory: None 2023-11-03T10:31:43.392 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.sst_partitioner_factory: None 2023-11-03T10:31:43.393 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.memtable_factory: SkipListFactory 2023-11-03T10:31:43.394 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.table_factory: BlockBasedTable 2023-11-03T10:31:43.394 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x562e2cee1d00) 2023-11-03T10:31:43.394 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: cache_index_and_filter_blocks: 1 2023-11-03T10:31:43.395 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-03T10:31:43.395 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-03T10:31:43.395 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: pin_top_level_index_and_filter: 1 2023-11-03T10:31:43.395 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: index_type: 0 2023-11-03T10:31:43.395 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: data_block_index_type: 0 2023-11-03T10:31:43.396 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: index_shortening: 1 2023-11-03T10:31:43.396 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: data_block_hash_table_util_ratio: 0.750000 2023-11-03T10:31:43.396 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: hash_index_allow_collision: 1 2023-11-03T10:31:43.396 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: checksum: 1 2023-11-03T10:31:43.396 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: no_block_cache: 0 2023-11-03T10:31:43.396 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: block_cache: 0x562e2cf4c170 2023-11-03T10:31:43.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: block_cache_name: BinnedLRUCache 2023-11-03T10:31:43.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: block_cache_options: 2023-11-03T10:31:43.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: capacity : 536870912 2023-11-03T10:31:43.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: num_shard_bits : 4 2023-11-03T10:31:43.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: strict_capacity_limit : 0 2023-11-03T10:31:43.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: high_pri_pool_ratio: 0.000 2023-11-03T10:31:43.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: block_cache_compressed: (nil) 2023-11-03T10:31:43.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: persistent_cache: (nil) 2023-11-03T10:31:43.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: block_size: 4096 2023-11-03T10:31:43.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: block_size_deviation: 10 2023-11-03T10:31:43.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: block_restart_interval: 16 2023-11-03T10:31:43.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: index_block_restart_interval: 1 2023-11-03T10:31:43.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: metadata_block_size: 4096 2023-11-03T10:31:43.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: partition_filters: 0 2023-11-03T10:31:43.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: use_delta_encoding: 1 2023-11-03T10:31:43.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-03T10:31:43.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: whole_key_filtering: 1 2023-11-03T10:31:43.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: verify_compression: 0 2023-11-03T10:31:43.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: read_amp_bytes_per_bit: 0 2023-11-03T10:31:43.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: format_version: 4 2023-11-03T10:31:43.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: enable_index_compression: 1 2023-11-03T10:31:43.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: block_align: 0 2023-11-03T10:31:43.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.write_buffer_size: 33554432 2023-11-03T10:31:43.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.max_write_buffer_number: 2 2023-11-03T10:31:43.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.compression: NoCompression 2023-11-03T10:31:43.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.bottommost_compression: Disabled 2023-11-03T10:31:43.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.prefix_extractor: nullptr 2023-11-03T10:31:43.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-03T10:31:43.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.num_levels: 7 2023-11-03T10:31:43.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-03T10:31:43.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-03T10:31:43.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-03T10:31:43.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-03T10:31:43.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-03T10:31:43.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-03T10:31:43.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-03T10:31:43.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-03T10:31:43.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-11-03T10:31:43.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-03T10:31:43.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.compression_opts.window_bits: -14 2023-11-03T10:31:43.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.compression_opts.level: 32767 2023-11-03T10:31:43.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.compression_opts.strategy: 0 2023-11-03T10:31:43.405 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-03T10:31:43.405 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-03T10:31:43.405 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-11-03T10:31:43.405 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.compression_opts.enabled: false 2023-11-03T10:31:43.405 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-03T10:31:43.406 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-03T10:31:43.406 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-03T10:31:43.406 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.target_file_size_base: 67108864 2023-11-03T10:31:43.406 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.target_file_size_multiplier: 1 2023-11-03T10:31:43.406 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-03T10:31:43.407 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-03T10:31:43.407 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-03T10:31:43.407 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-03T10:31:43.407 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-03T10:31:43.407 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-03T10:31:43.407 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-03T10:31:43.408 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-03T10:31:43.408 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-03T10:31:43.408 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-03T10:31:43.408 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-03T10:31:43.408 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-03T10:31:43.408 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.arena_block_size: 4194304 2023-11-03T10:31:43.409 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-03T10:31:43.409 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-03T10:31:43.409 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-03T10:31:43.409 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.disable_auto_compactions: 0 2023-11-03T10:31:43.409 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-03T10:31:43.410 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-03T10:31:43.410 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-03T10:31:43.410 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-03T10:31:43.410 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-03T10:31:43.410 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-03T10:31:43.411 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-03T10:31:43.412 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-03T10:31:43.412 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-03T10:31:43.412 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-03T10:31:43.412 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.table_properties_collectors: 2023-11-03T10:31:43.413 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.inplace_update_support: 0 2023-11-03T10:31:43.413 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.inplace_update_num_locks: 10000 2023-11-03T10:31:43.413 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-03T10:31:43.413 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-03T10:31:43.413 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.memtable_huge_page_size: 0 2023-11-03T10:31:43.414 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.bloom_locality: 0 2023-11-03T10:31:43.414 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.max_successive_merges: 0 2023-11-03T10:31:43.414 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.optimize_filters_for_hits: 0 2023-11-03T10:31:43.414 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.paranoid_file_checks: 0 2023-11-03T10:31:43.414 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.force_consistency_checks: 1 2023-11-03T10:31:43.414 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.report_bg_io_stats: 0 2023-11-03T10:31:43.415 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.ttl: 2592000 2023-11-03T10:31:43.415 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.periodic_compaction_seconds: 0 2023-11-03T10:31:43.415 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.enable_blob_files: false 2023-11-03T10:31:43.415 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.min_blob_size: 0 2023-11-03T10:31:43.415 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.blob_file_size: 268435456 2023-11-03T10:31:43.416 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.blob_compression_type: NoCompression 2023-11-03T10:31:43.416 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.enable_blob_garbage_collection: false 2023-11-03T10:31:43.416 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-11-03T10:31:43.416 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi145/store.db/MANIFEST-000003 succeeded,manifest_file_number is 3, next_file_number is 5, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-11-03T10:31:43.416 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 0 2023-11-03T10:31:43.417 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: [db/version_set.cc:4083] Creating manifest 7 2023-11-03T10:31:43.417 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: EVENT_LOG_v1 {"time_micros": 1699007503206913, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-11-03T10:31:43.417 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #4 mode 2 2023-11-03T10:31:43.417 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: [table/block_based/filter_policy.cc:996] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-11-03T10:31:43.417 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: EVENT_LOG_v1 {"time_micros": 1699007503207318, "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": 1699007503, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "56829c7c-c305-4156-b690-e76588ca588e", "db_session_id": "32LTJ2RQE4AYANR8YB8D"}} 2023-11-03T10:31:43.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: [db/version_set.cc:4083] Creating manifest 9 2023-11-03T10:31:43.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: EVENT_LOG_v1 {"time_micros": 1699007503207781, "job": 1, "event": "recovery_finished"} 2023-11-03T10:31:43.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-smithi145/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-11-03T10:31:43.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x562e2cf32a80 2023-11-03T10:31:43.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: DB pointer 0x562e2cf42000 2023-11-03T10:31:43.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-11-03T10:31:43.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-11-03T10:31:43.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: ** DB Stats ** 2023-11-03T10:31:43.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-03T10:31:43.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-11-03T10:31:43.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-03T10:31:43.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-03T10:31:43.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-11-03T10:31:43.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-03T10:31:43.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-03T10:31:43.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: 2023-11-03T10:31:43.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: ** Compaction Stats [default] ** 2023-11-03T10:31:43.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-03T10:31:43.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-03T10:31:43.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.9 0.00 0.00 1 0.000 0 0 2023-11-03T10:31:43.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.9 0.00 0.00 1 0.000 0 0 2023-11-03T10:31:43.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.9 0.00 0.00 1 0.000 0 0 2023-11-03T10:31:43.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: 2023-11-03T10:31:43.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: ** Compaction Stats [default] ** 2023-11-03T10:31:43.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-03T10:31:43.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-03T10:31:43.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.9 0.00 0.00 1 0.000 0 0 2023-11-03T10:31:43.423 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-03T10:31:43.423 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-11-03T10:31:43.423 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-03T10:31:43.423 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-11-03T10:31:43.423 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-11-03T10:31:43.423 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: AddFile(Keys): cumulative 0, interval 0 2023-11-03T10:31:43.424 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: Cumulative compaction: 0.00 GB write, 0.38 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-03T10:31:43.424 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: Interval compaction: 0.00 GB write, 0.38 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-03T10:31:43.424 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-03T10:31:43.424 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: 2023-11-03T10:31:43.424 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: ** File Read Latency Histogram By Level [default] ** 2023-11-03T10:31:43.425 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: 2023-11-03T10:31:43.425 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: ** Compaction Stats [default] ** 2023-11-03T10:31:43.425 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-03T10:31:43.425 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-03T10:31:43.425 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.9 0.00 0.00 1 0.000 0 0 2023-11-03T10:31:43.426 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.9 0.00 0.00 1 0.000 0 0 2023-11-03T10:31:43.426 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-03T10:31:43.426 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: 2023-11-03T10:31:43.426 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: ** Compaction Stats [default] ** 2023-11-03T10:31:43.426 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-03T10:31:43.427 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-03T10:31:43.427 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.9 0.00 0.00 1 0.000 0 0 2023-11-03T10:31:43.427 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-03T10:31:43.427 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-11-03T10:31:43.427 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-03T10:31:43.427 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-11-03T10:31:43.428 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-11-03T10:31:43.428 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: AddFile(Keys): cumulative 0, interval 0 2023-11-03T10:31:43.428 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: Cumulative compaction: 0.00 GB write, 0.38 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-03T10:31:43.428 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-03T10:31:43.428 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-03T10:31:43.429 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: 2023-11-03T10:31:43.429 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: ** File Read Latency Histogram By Level [default] ** 2023-11-03T10:31:43.429 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: mon.smithi145 does not exist in monmap, will attempt to join an existing cluster 2023-11-03T10:31:43.429 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: using public_addr v2:172.21.15.145:0/0 -> [v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0] 2023-11-03T10:31:43.429 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: starting mon.smithi145 rank -1 at public addrs [v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0] at bind addrs [v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi145 fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 2023-11-03T10:31:43.430 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: mon.smithi145@-1(???) e0 preinit fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 2023-11-03T10:31:43.430 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: mon.smithi145@-1(synchronizing).mds e1 new map 2023-11-03T10:31:43.430 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: mon.smithi145@-1(synchronizing).mds e1 print_map 2023-11-03T10:31:43.430 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: e1 2023-11-03T10:31:43.430 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-11-03T10:31:43.431 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-11-03T10:31:43.431 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: legacy client fscid: -1 2023-11-03T10:31:43.431 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: 2023-11-03T10:31:43.431 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout: No filesystems configured 2023-11-03T10:31:43.431 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: mon.smithi145@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-11-03T10:31:43.431 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: mon.smithi145@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-11-03T10:31:43.432 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: mon.smithi145@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-11-03T10:31:43.432 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: mon.smithi145@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-11-03T10:31:43.432 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: mon.smithi145@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-11-03T10:31:43.432 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: mon.smithi145@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-11-03T10:31:43.432 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: mon.smithi145@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-11-03T10:31:43.433 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: mon.smithi145@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-03T10:31:43.433 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: mon.smithi145@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-03T10:31:43.433 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: mon.smithi145@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-03T10:31:43.433 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: mon.smithi145@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-03T10:31:43.433 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: from='client.? 172.21.15.145:0/3440149488' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-03T10:31:43.433 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T10:31:43.434 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T10:31:43.434 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: from='client.? 172.21.15.145:0/2291180412' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-03T10:31:43.434 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: from='mgr.14162 172.21.15.77:0/547883352' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:31:43.434 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: Deploying daemon node-exporter.smithi077 on smithi077 2023-11-03T10:31:43.434 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T10:31:43.435 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: from='mgr.14162 172.21.15.77:0/547883352' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:31:43.435 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: from='mgr.14162 172.21.15.77:0/547883352' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:31:43.435 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: from='mgr.14162 172.21.15.77:0/547883352' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-11-03T10:31:43.435 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: from='client.? 172.21.15.145:0/4048602577' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-03T10:31:43.435 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: from='mgr.14162 172.21.15.77:0/547883352' entity='mgr.smithi077.iwfrkz' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-11-03T10:31:43.436 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: mgrmap e14: smithi077.iwfrkz(active, since 32s) 2023-11-03T10:31:43.436 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: from='client.? 172.21.15.145:0/2649428154' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-03T10:31:43.436 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: from='client.? 172.21.15.145:0/2754692349' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-03T10:31:43.436 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: Active manager daemon smithi077.iwfrkz restarted 2023-11-03T10:31:43.436 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: Activating manager daemon smithi077.iwfrkz 2023-11-03T10:31:43.436 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: osdmap e5: 0 total, 0 up, 0 in 2023-11-03T10:31:43.437 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: mgrmap e15: smithi077.iwfrkz(active, starting, since 0.438161s) 2023-11-03T10:31:43.437 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mon metadata", "id": "smithi077"}]: dispatch 2023-11-03T10:31:43.437 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mgr metadata", "who": "smithi077.iwfrkz", "id": "smithi077.iwfrkz"}]: dispatch 2023-11-03T10:31:43.437 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-03T10:31:43.438 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-03T10:31:43.438 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-03T10:31:43.438 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: Manager daemon smithi077.iwfrkz is now available 2023-11-03T10:31:43.439 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:31:43.439 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:31:43.439 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:31:43.439 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T10:31:43.440 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:31:43.440 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.iwfrkz/mirror_snapshot_schedule"}]: dispatch 2023-11-03T10:31:43.440 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.iwfrkz/trash_purge_schedule"}]: dispatch 2023-11-03T10:31:43.441 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:31:43.441 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:31:43.441 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: mgrmap e16: smithi077.iwfrkz(active, since 1.4461s) 2023-11-03T10:31:43.442 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:31:43.442 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: from='client.? 172.21.15.145:0/244463763' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-03T10:31:43.442 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:31:43.442 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: [03/Nov/2023:10:31:32] ENGINE Bus STARTING 2023-11-03T10:31:43.443 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: [03/Nov/2023:10:31:33] ENGINE Serving on https://172.21.15.77:7150 2023-11-03T10:31:43.443 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: [03/Nov/2023:10:31:33] ENGINE Bus STARTED 2023-11-03T10:31:43.443 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: mgrmap e17: smithi077.iwfrkz(active, since 2s) 2023-11-03T10:31:43.443 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:31:43.443 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:31:43.444 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config rm", "who": "osd/host:smithi077", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:31:43.444 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: Updating smithi077:/etc/ceph/ceph.conf 2023-11-03T10:31:43.444 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: Updating smithi077:/etc/ceph/ceph.client.admin.keyring 2023-11-03T10:31:43.444 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:31:43.444 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:31:43.444 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:31:43.445 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config rm", "who": "osd/host:smithi145", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:31:43.445 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:31:43.445 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi145", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-03T10:31:43.445 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi145", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-03T10:31:43.445 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:31:43.446 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: Deploying daemon crash.smithi145 on smithi145 2023-11-03T10:31:43.446 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: from='client.? 172.21.15.145:0/1934541065' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-03T10:31:43.446 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:31:43.446 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi145.ojodkj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-03T10:31:43.446 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi145.ojodkj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-11-03T10:31:43.447 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-03T10:31:43.447 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:31:43.447 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: Deploying daemon mgr.smithi145.ojodkj on smithi145 2023-11-03T10:31:43.447 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: from='client.? 172.21.15.145:0/2797165638' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-03T10:31:43.447 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:31:43.448 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-03T10:31:43.448 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:31:43.448 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: Deploying daemon mon.smithi145 on smithi145 2023-11-03T10:31:43.448 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:31:43.448 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: from='client.? 172.21.15.145:0/792347286' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-03T10:31:43.449 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: mon.smithi145@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-11-03T10:31:43.449 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:43 smithi145 ceph-mon[111069]: mon.smithi145@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2023-11-03T10:31:43.503 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:43 smithi077 ceph-mon[108342]: from='client.? 172.21.15.145:0/792347286' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-03T10:31:44.570 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-03T10:31:44.571 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-11-03T10:31:48.585 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:48 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mon metadata", "id": "smithi077"}]: dispatch 2023-11-03T10:31:48.585 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:48 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2023-11-03T10:31:48.585 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:48 smithi145 ceph-mon[111069]: mon.smithi077 calling monitor election 2023-11-03T10:31:48.586 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:48 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2023-11-03T10:31:48.586 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:48 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2023-11-03T10:31:48.586 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:48 smithi145 ceph-mon[111069]: mon.smithi145 calling monitor election 2023-11-03T10:31:48.586 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:48 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2023-11-03T10:31:48.586 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:48 smithi145 ceph-mon[111069]: from='mgr.? 172.21.15.145:0/2989960317' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi145.ojodkj/crt"}]: dispatch 2023-11-03T10:31:48.587 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:48 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2023-11-03T10:31:48.587 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:48 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2023-11-03T10:31:48.587 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:48 smithi145 ceph-mon[111069]: mon.smithi077 is new leader, mons smithi077,smithi145 in quorum (ranks 0,1) 2023-11-03T10:31:48.587 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:48 smithi145 ceph-mon[111069]: monmap e2: 2 mons at {smithi077=[v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0],smithi145=[v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0]} 2023-11-03T10:31:48.587 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:48 smithi145 ceph-mon[111069]: fsmap 2023-11-03T10:31:48.587 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:48 smithi145 ceph-mon[111069]: osdmap e5: 0 total, 0 up, 0 in 2023-11-03T10:31:48.588 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:48 smithi145 ceph-mon[111069]: mgrmap e17: smithi077.iwfrkz(active, since 17s) 2023-11-03T10:31:48.588 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:48 smithi145 ceph-mon[111069]: Standby manager daemon smithi145.ojodkj started 2023-11-03T10:31:48.588 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:48 smithi145 ceph-mon[111069]: from='mgr.? 172.21.15.145:0/2989960317' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-03T10:31:48.588 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:48 smithi145 ceph-mon[111069]: overall HEALTH_OK 2023-11-03T10:31:48.588 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:48 smithi145 ceph-mon[111069]: from='mgr.? 172.21.15.145:0/2989960317' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi145.ojodkj/key"}]: dispatch 2023-11-03T10:31:48.589 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:48 smithi145 ceph-mon[111069]: from='mgr.? 172.21.15.145:0/2989960317' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-03T10:31:48.589 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:48 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:31:48.753 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:48 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mon metadata", "id": "smithi077"}]: dispatch 2023-11-03T10:31:48.754 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:48 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2023-11-03T10:31:48.754 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:48 smithi077 ceph-mon[108342]: mon.smithi077 calling monitor election 2023-11-03T10:31:48.754 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:48 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2023-11-03T10:31:48.754 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:48 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2023-11-03T10:31:48.754 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:48 smithi077 ceph-mon[108342]: mon.smithi145 calling monitor election 2023-11-03T10:31:48.755 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:48 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2023-11-03T10:31:48.755 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:48 smithi077 ceph-mon[108342]: from='mgr.? 172.21.15.145:0/2989960317' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi145.ojodkj/crt"}]: dispatch 2023-11-03T10:31:48.755 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:48 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2023-11-03T10:31:48.755 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:48 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2023-11-03T10:31:48.756 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:48 smithi077 ceph-mon[108342]: mon.smithi077 is new leader, mons smithi077,smithi145 in quorum (ranks 0,1) 2023-11-03T10:31:48.756 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:48 smithi077 ceph-mon[108342]: monmap e2: 2 mons at {smithi077=[v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0],smithi145=[v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0]} 2023-11-03T10:31:48.756 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:48 smithi077 ceph-mon[108342]: fsmap 2023-11-03T10:31:48.756 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:48 smithi077 ceph-mon[108342]: osdmap e5: 0 total, 0 up, 0 in 2023-11-03T10:31:48.756 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:48 smithi077 ceph-mon[108342]: mgrmap e17: smithi077.iwfrkz(active, since 17s) 2023-11-03T10:31:48.756 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:48 smithi077 ceph-mon[108342]: Standby manager daemon smithi145.ojodkj started 2023-11-03T10:31:48.757 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:48 smithi077 ceph-mon[108342]: from='mgr.? 172.21.15.145:0/2989960317' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-03T10:31:48.757 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:48 smithi077 ceph-mon[108342]: overall HEALTH_OK 2023-11-03T10:31:48.757 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:48 smithi077 ceph-mon[108342]: from='mgr.? 172.21.15.145:0/2989960317' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi145.ojodkj/key"}]: dispatch 2023-11-03T10:31:48.757 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:48 smithi077 ceph-mon[108342]: from='mgr.? 172.21.15.145:0/2989960317' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-03T10:31:48.757 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:48 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:31:49.063 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-11-03T10:31:49.063 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":2,"fsid":"e5ec03a0-7a33-11ee-8db9-212e2dc638e7","modified":"2023-11-03T10:31:43.234981Z","created":"2023-11-03T10:30:03.342536Z","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":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi145","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:3300","nonce":0},{"type":"v1","addr":"172.21.15.145:6789","nonce":0}]},"addr":"172.21.15.145:6789/0","public_addr":"172.21.15.145:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-11-03T10:31:49.064 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 2 2023-11-03T10:31:49.419 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-11-03T10:31:49.419 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph config generate-minimal-conf 2023-11-03T10:31:49.734 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:49 smithi077 ceph-mon[108342]: Deploying daemon node-exporter.smithi145 on smithi145 2023-11-03T10:31:49.734 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:49 smithi077 ceph-mon[108342]: mgrmap e18: smithi077.iwfrkz(active, since 17s), standbys: smithi145.ojodkj 2023-11-03T10:31:49.734 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:49 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mgr metadata", "who": "smithi145.ojodkj", "id": "smithi145.ojodkj"}]: dispatch 2023-11-03T10:31:49.735 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:49 smithi077 ceph-mon[108342]: from='client.? 172.21.15.145:0/3287512299' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-03T10:31:49.735 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:49 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2023-11-03T10:31:49.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:49 smithi145 ceph-mon[111069]: Deploying daemon node-exporter.smithi145 on smithi145 2023-11-03T10:31:49.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:49 smithi145 ceph-mon[111069]: mgrmap e18: smithi077.iwfrkz(active, since 17s), standbys: smithi145.ojodkj 2023-11-03T10:31:49.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:49 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mgr metadata", "who": "smithi145.ojodkj", "id": "smithi145.ojodkj"}]: dispatch 2023-11-03T10:31:49.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:49 smithi145 ceph-mon[111069]: from='client.? 172.21.15.145:0/3287512299' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-03T10:31:49.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:49 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2023-11-03T10:31:50.839 INFO:teuthology.orchestra.run.smithi077.stdout:# minimal ceph.conf for e5ec03a0-7a33-11ee-8db9-212e2dc638e7 2023-11-03T10:31:50.839 INFO:teuthology.orchestra.run.smithi077.stdout:[global] 2023-11-03T10:31:50.839 INFO:teuthology.orchestra.run.smithi077.stdout: fsid = e5ec03a0-7a33-11ee-8db9-212e2dc638e7 2023-11-03T10:31:50.839 INFO:teuthology.orchestra.run.smithi077.stdout: mon_host = [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] [v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0] 2023-11-03T10:31:51.117 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:50 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/738079144' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:31:51.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:50 smithi145 ceph-mon[111069]: from='client.? 172.21.15.77:0/738079144' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:31:52.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:52 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:31:52.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:52 smithi145 ceph-mon[111069]: Deploying daemon prometheus.smithi077 on smithi077 2023-11-03T10:31:52.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:52 smithi145 ceph-mon[111069]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T10:31:52.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:52 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:31:52.406 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:52 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:31:52.406 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:52 smithi077 ceph-mon[108342]: Deploying daemon prometheus.smithi077 on smithi077 2023-11-03T10:31:52.406 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:52 smithi077 ceph-mon[108342]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T10:31:52.407 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:52 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:31:52.429 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-11-03T10:31:52.429 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2023-11-03T10:31:52.430 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/etc/ceph/ceph.conf 2023-11-03T10:31:52.481 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2023-11-03T10:31:52.482 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-03T10:31:52.573 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2023-11-03T10:31:52.573 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/etc/ceph/ceph.conf 2023-11-03T10:31:52.611 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2023-11-03T10:31:52.611 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-03T10:31:52.684 INFO:tasks.cephadm:Deploying OSDs... 2023-11-03T10:31:52.685 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2023-11-03T10:31:52.685 DEBUG:teuthology.orchestra.run.smithi077:> dd if=/scratch_devs of=/dev/stdout 2023-11-03T10:31:52.704 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-11-03T10:31:52.705 DEBUG:teuthology.orchestra.run.smithi077:> stat /dev/vg_nvme/lv_1 2023-11-03T10:31:52.763 INFO:teuthology.orchestra.run.smithi077.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-03T10:31:52.763 INFO:teuthology.orchestra.run.smithi077.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-03T10:31:52.763 INFO:teuthology.orchestra.run.smithi077.stdout:Device: 6h/6d Inode: 396669 Links: 1 2023-11-03T10:31:52.764 INFO:teuthology.orchestra.run.smithi077.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-03T10:31:52.764 INFO:teuthology.orchestra.run.smithi077.stdout:Context: system_u:object_r:device_t:s0 2023-11-03T10:31:52.764 INFO:teuthology.orchestra.run.smithi077.stdout:Access: 2023-11-03 10:31:22.067367880 +0000 2023-11-03T10:31:52.764 INFO:teuthology.orchestra.run.smithi077.stdout:Modify: 2023-11-03 10:28:47.735904359 +0000 2023-11-03T10:31:52.765 INFO:teuthology.orchestra.run.smithi077.stdout:Change: 2023-11-03 10:28:47.735904359 +0000 2023-11-03T10:31:52.765 INFO:teuthology.orchestra.run.smithi077.stdout: Birth: - 2023-11-03T10:31:52.765 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-03T10:31:52.831 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records in 2023-11-03T10:31:52.831 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records out 2023-11-03T10:31:52.831 INFO:teuthology.orchestra.run.smithi077.stderr:512 bytes copied, 0.00027764 s, 1.8 MB/s 2023-11-03T10:31:52.832 DEBUG:teuthology.orchestra.run.smithi077:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-03T10:31:52.892 DEBUG:teuthology.orchestra.run.smithi077:> stat /dev/vg_nvme/lv_2 2023-11-03T10:31:52.950 INFO:teuthology.orchestra.run.smithi077.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-03T10:31:52.950 INFO:teuthology.orchestra.run.smithi077.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-03T10:31:52.950 INFO:teuthology.orchestra.run.smithi077.stdout:Device: 6h/6d Inode: 396027 Links: 1 2023-11-03T10:31:52.950 INFO:teuthology.orchestra.run.smithi077.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-03T10:31:52.951 INFO:teuthology.orchestra.run.smithi077.stdout:Context: system_u:object_r:device_t:s0 2023-11-03T10:31:52.951 INFO:teuthology.orchestra.run.smithi077.stdout:Access: 2023-11-03 10:31:22.067367880 +0000 2023-11-03T10:31:52.951 INFO:teuthology.orchestra.run.smithi077.stdout:Modify: 2023-11-03 10:28:48.241893308 +0000 2023-11-03T10:31:52.952 INFO:teuthology.orchestra.run.smithi077.stdout:Change: 2023-11-03 10:28:48.241893308 +0000 2023-11-03T10:31:52.952 INFO:teuthology.orchestra.run.smithi077.stdout: Birth: - 2023-11-03T10:31:52.952 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-03T10:31:53.016 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records in 2023-11-03T10:31:53.017 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records out 2023-11-03T10:31:53.017 INFO:teuthology.orchestra.run.smithi077.stderr:512 bytes copied, 0.000194407 s, 2.6 MB/s 2023-11-03T10:31:53.018 DEBUG:teuthology.orchestra.run.smithi077:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-03T10:31:53.079 DEBUG:teuthology.orchestra.run.smithi077:> stat /dev/vg_nvme/lv_3 2023-11-03T10:31:53.136 INFO:teuthology.orchestra.run.smithi077.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-03T10:31:53.137 INFO:teuthology.orchestra.run.smithi077.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-03T10:31:53.137 INFO:teuthology.orchestra.run.smithi077.stdout:Device: 6h/6d Inode: 401550 Links: 1 2023-11-03T10:31:53.137 INFO:teuthology.orchestra.run.smithi077.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-03T10:31:53.137 INFO:teuthology.orchestra.run.smithi077.stdout:Context: system_u:object_r:device_t:s0 2023-11-03T10:31:53.138 INFO:teuthology.orchestra.run.smithi077.stdout:Access: 2023-11-03 10:31:22.067367880 +0000 2023-11-03T10:31:53.138 INFO:teuthology.orchestra.run.smithi077.stdout:Modify: 2023-11-03 10:28:48.764881885 +0000 2023-11-03T10:31:53.138 INFO:teuthology.orchestra.run.smithi077.stdout:Change: 2023-11-03 10:28:48.764881885 +0000 2023-11-03T10:31:53.138 INFO:teuthology.orchestra.run.smithi077.stdout: Birth: - 2023-11-03T10:31:53.139 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-03T10:31:53.202 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records in 2023-11-03T10:31:53.202 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records out 2023-11-03T10:31:53.202 INFO:teuthology.orchestra.run.smithi077.stderr:512 bytes copied, 0.000211442 s, 2.4 MB/s 2023-11-03T10:31:53.206 DEBUG:teuthology.orchestra.run.smithi077:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-03T10:31:53.265 DEBUG:teuthology.orchestra.run.smithi077:> stat /dev/vg_nvme/lv_4 2023-11-03T10:31:53.323 INFO:teuthology.orchestra.run.smithi077.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-03T10:31:53.323 INFO:teuthology.orchestra.run.smithi077.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-03T10:31:53.324 INFO:teuthology.orchestra.run.smithi077.stdout:Device: 6h/6d Inode: 396911 Links: 1 2023-11-03T10:31:53.324 INFO:teuthology.orchestra.run.smithi077.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-03T10:31:53.324 INFO:teuthology.orchestra.run.smithi077.stdout:Context: system_u:object_r:device_t:s0 2023-11-03T10:31:53.324 INFO:teuthology.orchestra.run.smithi077.stdout:Access: 2023-11-03 10:31:22.067367880 +0000 2023-11-03T10:31:53.324 INFO:teuthology.orchestra.run.smithi077.stdout:Modify: 2023-11-03 10:28:49.294870309 +0000 2023-11-03T10:31:53.325 INFO:teuthology.orchestra.run.smithi077.stdout:Change: 2023-11-03 10:28:49.294870309 +0000 2023-11-03T10:31:53.325 INFO:teuthology.orchestra.run.smithi077.stdout: Birth: - 2023-11-03T10:31:53.325 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-03T10:31:53.389 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records in 2023-11-03T10:31:53.390 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records out 2023-11-03T10:31:53.390 INFO:teuthology.orchestra.run.smithi077.stderr:512 bytes copied, 0.000223463 s, 2.3 MB/s 2023-11-03T10:31:53.391 DEBUG:teuthology.orchestra.run.smithi077:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-03T10:31:53.450 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2023-11-03T10:31:53.450 DEBUG:teuthology.orchestra.run.smithi145:> dd if=/scratch_devs of=/dev/stdout 2023-11-03T10:31:53.473 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-11-03T10:31:53.473 DEBUG:teuthology.orchestra.run.smithi145:> stat /dev/vg_nvme/lv_1 2023-11-03T10:31:53.536 INFO:teuthology.orchestra.run.smithi145.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-03T10:31:53.536 INFO:teuthology.orchestra.run.smithi145.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-03T10:31:53.536 INFO:teuthology.orchestra.run.smithi145.stdout:Device: 6h/6d Inode: 394068 Links: 1 2023-11-03T10:31:53.536 INFO:teuthology.orchestra.run.smithi145.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-03T10:31:53.537 INFO:teuthology.orchestra.run.smithi145.stdout:Context: system_u:object_r:device_t:s0 2023-11-03T10:31:53.537 INFO:teuthology.orchestra.run.smithi145.stdout:Access: 2023-11-03 10:31:48.772509636 +0000 2023-11-03T10:31:53.537 INFO:teuthology.orchestra.run.smithi145.stdout:Modify: 2023-11-03 10:28:47.917121212 +0000 2023-11-03T10:31:53.537 INFO:teuthology.orchestra.run.smithi145.stdout:Change: 2023-11-03 10:28:47.917121212 +0000 2023-11-03T10:31:53.537 INFO:teuthology.orchestra.run.smithi145.stdout: Birth: - 2023-11-03T10:31:53.538 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-03T10:31:53.607 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records in 2023-11-03T10:31:53.608 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records out 2023-11-03T10:31:53.608 INFO:teuthology.orchestra.run.smithi145.stderr:512 bytes copied, 0.000258185 s, 2.0 MB/s 2023-11-03T10:31:53.609 DEBUG:teuthology.orchestra.run.smithi145:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-03T10:31:53.672 DEBUG:teuthology.orchestra.run.smithi145:> stat /dev/vg_nvme/lv_2 2023-11-03T10:31:53.732 INFO:teuthology.orchestra.run.smithi145.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-03T10:31:53.733 INFO:teuthology.orchestra.run.smithi145.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-03T10:31:53.733 INFO:teuthology.orchestra.run.smithi145.stdout:Device: 6h/6d Inode: 394137 Links: 1 2023-11-03T10:31:53.733 INFO:teuthology.orchestra.run.smithi145.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-03T10:31:53.733 INFO:teuthology.orchestra.run.smithi145.stdout:Context: system_u:object_r:device_t:s0 2023-11-03T10:31:53.733 INFO:teuthology.orchestra.run.smithi145.stdout:Access: 2023-11-03 10:31:48.772509636 +0000 2023-11-03T10:31:53.734 INFO:teuthology.orchestra.run.smithi145.stdout:Modify: 2023-11-03 10:28:48.420110739 +0000 2023-11-03T10:31:53.734 INFO:teuthology.orchestra.run.smithi145.stdout:Change: 2023-11-03 10:28:48.420110739 +0000 2023-11-03T10:31:53.734 INFO:teuthology.orchestra.run.smithi145.stdout: Birth: - 2023-11-03T10:31:53.734 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-03T10:31:53.802 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records in 2023-11-03T10:31:53.802 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records out 2023-11-03T10:31:53.802 INFO:teuthology.orchestra.run.smithi145.stderr:512 bytes copied, 0.000239762 s, 2.1 MB/s 2023-11-03T10:31:53.803 DEBUG:teuthology.orchestra.run.smithi145:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-03T10:31:53.864 DEBUG:teuthology.orchestra.run.smithi145:> stat /dev/vg_nvme/lv_3 2023-11-03T10:31:53.924 INFO:teuthology.orchestra.run.smithi145.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-03T10:31:53.924 INFO:teuthology.orchestra.run.smithi145.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-03T10:31:53.924 INFO:teuthology.orchestra.run.smithi145.stdout:Device: 6h/6d Inode: 394829 Links: 1 2023-11-03T10:31:53.924 INFO:teuthology.orchestra.run.smithi145.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-03T10:31:53.925 INFO:teuthology.orchestra.run.smithi145.stdout:Context: system_u:object_r:device_t:s0 2023-11-03T10:31:53.925 INFO:teuthology.orchestra.run.smithi145.stdout:Access: 2023-11-03 10:31:48.772509636 +0000 2023-11-03T10:31:53.925 INFO:teuthology.orchestra.run.smithi145.stdout:Modify: 2023-11-03 10:28:48.914100453 +0000 2023-11-03T10:31:53.925 INFO:teuthology.orchestra.run.smithi145.stdout:Change: 2023-11-03 10:28:48.914100453 +0000 2023-11-03T10:31:53.925 INFO:teuthology.orchestra.run.smithi145.stdout: Birth: - 2023-11-03T10:31:53.926 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-03T10:31:53.991 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records in 2023-11-03T10:31:53.992 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records out 2023-11-03T10:31:53.992 INFO:teuthology.orchestra.run.smithi145.stderr:512 bytes copied, 0.000213617 s, 2.4 MB/s 2023-11-03T10:31:53.993 DEBUG:teuthology.orchestra.run.smithi145:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-03T10:31:54.052 DEBUG:teuthology.orchestra.run.smithi145:> stat /dev/vg_nvme/lv_4 2023-11-03T10:31:54.110 INFO:teuthology.orchestra.run.smithi145.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-03T10:31:54.110 INFO:teuthology.orchestra.run.smithi145.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-03T10:31:54.111 INFO:teuthology.orchestra.run.smithi145.stdout:Device: 6h/6d Inode: 402447 Links: 1 2023-11-03T10:31:54.111 INFO:teuthology.orchestra.run.smithi145.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-03T10:31:54.111 INFO:teuthology.orchestra.run.smithi145.stdout:Context: system_u:object_r:device_t:s0 2023-11-03T10:31:54.111 INFO:teuthology.orchestra.run.smithi145.stdout:Access: 2023-11-03 10:31:48.773509615 +0000 2023-11-03T10:31:54.111 INFO:teuthology.orchestra.run.smithi145.stdout:Modify: 2023-11-03 10:28:49.442089459 +0000 2023-11-03T10:31:54.112 INFO:teuthology.orchestra.run.smithi145.stdout:Change: 2023-11-03 10:28:49.442089459 +0000 2023-11-03T10:31:54.112 INFO:teuthology.orchestra.run.smithi145.stdout: Birth: - 2023-11-03T10:31:54.112 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-03T10:31:54.176 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records in 2023-11-03T10:31:54.176 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records out 2023-11-03T10:31:54.177 INFO:teuthology.orchestra.run.smithi145.stderr:512 bytes copied, 0.000235432 s, 2.2 MB/s 2023-11-03T10:31:54.178 DEBUG:teuthology.orchestra.run.smithi145:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-03T10:31:54.237 INFO:tasks.cephadm:Deploying osd.0 on smithi077 with /dev/vg_nvme/lv_4... 2023-11-03T10:31:54.237 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-11-03T10:31:54.585 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:54 smithi145 ceph-mon[111069]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T10:31:54.753 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:54 smithi077 ceph-mon[108342]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T10:31:56.585 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:56 smithi145 ceph-mon[111069]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T10:31:56.753 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:56 smithi077 ceph-mon[108342]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T10:31:58.585 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:31:58 smithi145 ceph-mon[111069]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T10:31:58.753 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:31:58 smithi077 ceph-mon[108342]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T10:32:00.503 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:00 smithi077 ceph-mon[108342]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T10:32:00.585 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:00 smithi145 ceph-mon[111069]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T10:32:00.737 INFO:teuthology.orchestra.run.smithi077.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-11-03T10:32:00.738 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-11-03T10:32:00.738 INFO:teuthology.orchestra.run.smithi077.stderr: stderr: 10+0 records in 2023-11-03T10:32:00.738 INFO:teuthology.orchestra.run.smithi077.stderr:10+0 records out 2023-11-03T10:32:00.738 INFO:teuthology.orchestra.run.smithi077.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.015133 s, 693 MB/s 2023-11-03T10:32:00.738 INFO:teuthology.orchestra.run.smithi077.stderr:--> Zapping successful for: 2023-11-03T10:32:01.480 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph orch daemon add osd smithi077:vg_nvme/lv_4 2023-11-03T10:32:02.491 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:02 smithi077 ceph-mon[108342]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T10:32:02.585 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:02 smithi145 ceph-mon[111069]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T10:32:03.503 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:03 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-03T10:32:03.503 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:03 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-03T10:32:03.504 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:03 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:32:03.504 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:03 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:03.504 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:03 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:32:03.504 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:03 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:32:03.504 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:03 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T10:32:03.585 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:03 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-03T10:32:03.585 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:03 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-03T10:32:03.585 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:03 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:32:03.585 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:03 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:03.586 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:03 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:32:03.586 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:03 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:32:03.586 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:03 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T10:32:04.503 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:04 smithi077 ceph-mon[108342]: from='client.14236 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi077:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:32:04.503 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:04 smithi077 ceph-mon[108342]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T10:32:04.561 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:04 smithi145 ceph-mon[111069]: from='client.14236 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi077:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:32:04.561 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:04 smithi145 ceph-mon[111069]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T10:32:05.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:05 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:05.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:05 smithi145 ceph-mon[111069]: Updating smithi145:/etc/ceph/ceph.conf 2023-11-03T10:32:05.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:05 smithi145 ceph-mon[111069]: Updating smithi145:/etc/ceph/ceph.client.admin.keyring 2023-11-03T10:32:05.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:05 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:05.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:05 smithi145 ceph-mon[111069]: from='client.? 172.21.15.77:0/911262307' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2ad920db-c668-47c6-8abe-970c63dd6653"}]: dispatch 2023-11-03T10:32:05.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:05 smithi145 ceph-mon[111069]: from='client.? 172.21.15.77:0/911262307' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2ad920db-c668-47c6-8abe-970c63dd6653"}]': finished 2023-11-03T10:32:05.837 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:05 smithi145 ceph-mon[111069]: osdmap e6: 1 total, 0 up, 1 in 2023-11-03T10:32:05.837 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:05 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-03T10:32:06.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:05 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:06.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:05 smithi077 ceph-mon[108342]: Updating smithi145:/etc/ceph/ceph.conf 2023-11-03T10:32:06.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:05 smithi077 ceph-mon[108342]: Updating smithi145:/etc/ceph/ceph.client.admin.keyring 2023-11-03T10:32:06.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:05 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:06.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:05 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/911262307' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2ad920db-c668-47c6-8abe-970c63dd6653"}]: dispatch 2023-11-03T10:32:06.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:05 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/911262307' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2ad920db-c668-47c6-8abe-970c63dd6653"}]': finished 2023-11-03T10:32:06.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:05 smithi077 ceph-mon[108342]: osdmap e6: 1 total, 0 up, 1 in 2023-11-03T10:32:06.005 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:05 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-03T10:32:07.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:06 smithi077 ceph-mon[108342]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T10:32:07.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:06 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/1656997209' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-03T10:32:07.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:06 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:07.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:06 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:07.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:06 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:07.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:06 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:07.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:06 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-03T10:32:07.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:06 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-03T10:32:07.255 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:06 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:32:07.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:06 smithi145 ceph-mon[111069]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T10:32:07.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:06 smithi145 ceph-mon[111069]: from='client.? 172.21.15.77:0/1656997209' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-03T10:32:07.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:06 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:07.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:06 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:07.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:06 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:07.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:06 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:07.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:06 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-03T10:32:07.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:06 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-03T10:32:07.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:06 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:32:08.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:07 smithi077 ceph-mon[108342]: Updating smithi077:/etc/ceph/ceph.conf 2023-11-03T10:32:08.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:07 smithi077 ceph-mon[108342]: Reconfiguring mon.smithi077 (unknown last config time)... 2023-11-03T10:32:08.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:07 smithi077 ceph-mon[108342]: Reconfiguring daemon mon.smithi077 on smithi077 2023-11-03T10:32:08.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:07 smithi145 ceph-mon[111069]: Updating smithi077:/etc/ceph/ceph.conf 2023-11-03T10:32:08.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:07 smithi145 ceph-mon[111069]: Reconfiguring mon.smithi077 (unknown last config time)... 2023-11-03T10:32:08.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:07 smithi145 ceph-mon[111069]: Reconfiguring daemon mon.smithi077 on smithi077 2023-11-03T10:32:09.146 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:08 smithi077 ceph-mon[108342]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T10:32:09.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:08 smithi145 ceph-mon[111069]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T10:32:10.411 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:10 smithi077 ceph-mon[108342]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T10:32:10.411 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:10 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:10.412 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:10 smithi077 ceph-mon[108342]: Reconfiguring mgr.smithi077.iwfrkz (unknown last config time)... 2023-11-03T10:32:10.412 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:10 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi077.iwfrkz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-03T10:32:10.412 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:10 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-03T10:32:10.412 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:10 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:32:10.412 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:10 smithi077 ceph-mon[108342]: Reconfiguring daemon mgr.smithi077.iwfrkz on smithi077 2023-11-03T10:32:10.413 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:10 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:10.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:10 smithi145 ceph-mon[111069]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T10:32:10.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:10 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:10.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:10 smithi145 ceph-mon[111069]: Reconfiguring mgr.smithi077.iwfrkz (unknown last config time)... 2023-11-03T10:32:10.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:10 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi077.iwfrkz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-03T10:32:10.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:10 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-03T10:32:10.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:10 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:32:10.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:10 smithi145 ceph-mon[111069]: Reconfiguring daemon mgr.smithi077.iwfrkz on smithi077 2023-11-03T10:32:10.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:10 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:11.666 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:11 smithi077 ceph-mon[108342]: Reconfiguring alertmanager.smithi077 (dependencies changed)... 2023-11-03T10:32:11.666 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:11 smithi077 ceph-mon[108342]: Reconfiguring daemon alertmanager.smithi077 on smithi077 2023-11-03T10:32:11.666 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:11 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-03T10:32:11.666 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:11 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:32:11.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:11 smithi145 ceph-mon[111069]: Reconfiguring alertmanager.smithi077 (dependencies changed)... 2023-11-03T10:32:11.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:11 smithi145 ceph-mon[111069]: Reconfiguring daemon alertmanager.smithi077 on smithi077 2023-11-03T10:32:11.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:11 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-03T10:32:11.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:11 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:32:12.544 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:12 smithi077 ceph-mon[108342]: Deploying daemon osd.0 on smithi077 2023-11-03T10:32:12.544 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:12 smithi077 ceph-mon[108342]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T10:32:12.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:12 smithi145 ceph-mon[111069]: Deploying daemon osd.0 on smithi077 2023-11-03T10:32:12.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:12 smithi145 ceph-mon[111069]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T10:32:14.753 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:14 smithi077 ceph-mon[108342]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T10:32:14.753 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:14 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:14.754 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:14 smithi077 ceph-mon[108342]: Reconfiguring crash.smithi077 (monmap changed)... 2023-11-03T10:32:14.754 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:14 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi077", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-03T10:32:14.754 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:14 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:32:14.754 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:14 smithi077 ceph-mon[108342]: Reconfiguring daemon crash.smithi077 on smithi077 2023-11-03T10:32:14.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:14 smithi145 ceph-mon[111069]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T10:32:14.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:14 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:14.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:14 smithi145 ceph-mon[111069]: Reconfiguring crash.smithi077 (monmap changed)... 2023-11-03T10:32:14.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:14 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi077", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-03T10:32:14.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:14 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:32:14.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:14 smithi145 ceph-mon[111069]: Reconfiguring daemon crash.smithi077 on smithi077 2023-11-03T10:32:16.734 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:16 smithi077 ceph-mon[108342]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T10:32:16.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:16 smithi145 ceph-mon[111069]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T10:32:17.951 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:17 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:17.952 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:17 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:18.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:17 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:18.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:17 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:18.951 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:18 smithi077 ceph-mon[108342]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T10:32:18.951 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:18 smithi077 ceph-mon[108342]: Reconfiguring grafana.smithi077 (dependencies changed)... 2023-11-03T10:32:18.951 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:18 smithi077 ceph-mon[108342]: Reconfiguring daemon grafana.smithi077 on smithi077 2023-11-03T10:32:18.960 INFO:teuthology.orchestra.run.smithi077.stdout:Created osd(s) 0 on host 'smithi077' 2023-11-03T10:32:19.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:18 smithi145 ceph-mon[111069]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T10:32:19.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:18 smithi145 ceph-mon[111069]: Reconfiguring grafana.smithi077 (dependencies changed)... 2023-11-03T10:32:19.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:18 smithi145 ceph-mon[111069]: Reconfiguring daemon grafana.smithi077 on smithi077 2023-11-03T10:32:19.351 DEBUG:teuthology.orchestra.run.smithi077:osd.0> sudo journalctl -f -n 0 -u ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7@osd.0.service 2023-11-03T10:32:19.353 INFO:tasks.cephadm:Deploying osd.1 on smithi077 with /dev/vg_nvme/lv_3... 2023-11-03T10:32:19.353 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-11-03T10:32:19.382 INFO:journalctl@ceph.osd.0.smithi077.stdout:-- Logs begin at Fri 2023-11-03 10:21:33 UTC. -- 2023-11-03T10:32:20.134 INFO:journalctl@ceph.osd.0.smithi077.stdout:Nov 03 10:32:19 smithi077 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-0[121143]: 2023-11-03T10:32:19.878+0000 7ff08a45a3c0 -1 osd.0 0 log_to_monitors true 2023-11-03T10:32:20.135 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:19 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:20.136 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:19 smithi077 ceph-mon[108342]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T10:32:20.136 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:19 smithi077 ceph-mon[108342]: from='osd.0 [v2:172.21.15.77:6802/1831633268,v1:172.21.15.77:6803/1831633268]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-03T10:32:20.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:19 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:20.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:19 smithi145 ceph-mon[111069]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T10:32:20.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:19 smithi145 ceph-mon[111069]: from='osd.0 [v2:172.21.15.77:6802/1831633268,v1:172.21.15.77:6803/1831633268]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-03T10:32:21.215 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:20 smithi077 ceph-mon[108342]: from='osd.0 [v2:172.21.15.77:6802/1831633268,v1:172.21.15.77:6803/1831633268]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-03T10:32:21.216 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:20 smithi077 ceph-mon[108342]: osdmap e7: 1 total, 0 up, 1 in 2023-11-03T10:32:21.216 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:20 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-03T10:32:21.216 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:20 smithi077 ceph-mon[108342]: from='osd.0 [v2:172.21.15.77:6802/1831633268,v1:172.21.15.77:6803/1831633268]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]: dispatch 2023-11-03T10:32:21.216 INFO:journalctl@ceph.osd.0.smithi077.stdout:Nov 03 10:32:20 smithi077 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-0[121143]: 2023-11-03T10:32:20.968+0000 7ff080e5d700 -1 osd.0 0 waiting for initial osdmap 2023-11-03T10:32:21.217 INFO:journalctl@ceph.osd.0.smithi077.stdout:Nov 03 10:32:20 smithi077 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-0[121143]: 2023-11-03T10:32:20.971+0000 7ff07a7f2700 -1 osd.0 8 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-03T10:32:21.309 INFO:teuthology.orchestra.run.smithi077.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-11-03T10:32:21.310 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-11-03T10:32:21.310 INFO:teuthology.orchestra.run.smithi077.stderr: stderr: 10+0 records in 2023-11-03T10:32:21.310 INFO:teuthology.orchestra.run.smithi077.stderr:10+0 records out 2023-11-03T10:32:21.310 INFO:teuthology.orchestra.run.smithi077.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0112845 s, 929 MB/s 2023-11-03T10:32:21.311 INFO:teuthology.orchestra.run.smithi077.stderr:--> Zapping successful for: 2023-11-03T10:32:21.334 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:20 smithi145 ceph-mon[111069]: from='osd.0 [v2:172.21.15.77:6802/1831633268,v1:172.21.15.77:6803/1831633268]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-03T10:32:21.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:20 smithi145 ceph-mon[111069]: osdmap e7: 1 total, 0 up, 1 in 2023-11-03T10:32:21.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:20 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-03T10:32:21.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:20 smithi145 ceph-mon[111069]: from='osd.0 [v2:172.21.15.77:6802/1831633268,v1:172.21.15.77:6803/1831633268]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]: dispatch 2023-11-03T10:32:21.661 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph orch daemon add osd smithi077:vg_nvme/lv_3 2023-11-03T10:32:22.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:21 smithi145 ceph-mon[111069]: from='osd.0 [v2:172.21.15.77:6802/1831633268,v1:172.21.15.77:6803/1831633268]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]': finished 2023-11-03T10:32:22.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:21 smithi145 ceph-mon[111069]: osdmap e8: 1 total, 0 up, 1 in 2023-11-03T10:32:22.086 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:21 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-03T10:32:22.086 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:21 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-03T10:32:22.086 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:21 smithi145 ceph-mon[111069]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T10:32:22.086 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:21 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:22.086 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:21 smithi145 ceph-mon[111069]: Reconfiguring crash.smithi145 (monmap changed)... 2023-11-03T10:32:22.087 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:21 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi145", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-03T10:32:22.087 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:21 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:32:22.087 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:21 smithi145 ceph-mon[111069]: Reconfiguring daemon crash.smithi145 on smithi145 2023-11-03T10:32:22.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:21 smithi077 ceph-mon[108342]: from='osd.0 [v2:172.21.15.77:6802/1831633268,v1:172.21.15.77:6803/1831633268]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]': finished 2023-11-03T10:32:22.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:21 smithi077 ceph-mon[108342]: osdmap e8: 1 total, 0 up, 1 in 2023-11-03T10:32:22.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:21 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-03T10:32:22.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:21 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-03T10:32:22.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:21 smithi077 ceph-mon[108342]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-03T10:32:22.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:21 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:22.255 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:21 smithi077 ceph-mon[108342]: Reconfiguring crash.smithi145 (monmap changed)... 2023-11-03T10:32:22.255 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:21 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi145", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-03T10:32:22.255 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:21 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:32:22.255 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:21 smithi077 ceph-mon[108342]: Reconfiguring daemon crash.smithi145 on smithi145 2023-11-03T10:32:23.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:22 smithi077 ceph-mon[108342]: purged_snaps scrub starts 2023-11-03T10:32:23.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:22 smithi077 ceph-mon[108342]: purged_snaps scrub ok 2023-11-03T10:32:23.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:22 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-03T10:32:23.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:22 smithi077 ceph-mon[108342]: osd.0 [v2:172.21.15.77:6802/1831633268,v1:172.21.15.77:6803/1831633268] boot 2023-11-03T10:32:23.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:22 smithi077 ceph-mon[108342]: osdmap e9: 1 total, 1 up, 1 in 2023-11-03T10:32:23.255 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:22 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-03T10:32:23.255 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:22 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:23.255 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:22 smithi077 ceph-mon[108342]: Reconfiguring mgr.smithi145.ojodkj (monmap changed)... 2023-11-03T10:32:23.255 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:22 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi145.ojodkj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-03T10:32:23.255 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:22 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-03T10:32:23.256 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:22 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:32:23.256 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:22 smithi077 ceph-mon[108342]: Reconfiguring daemon mgr.smithi145.ojodkj on smithi145 2023-11-03T10:32:23.256 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:22 smithi077 ceph-mon[108342]: from='client.14254 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi077:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:32:23.256 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:22 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-03T10:32:23.256 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:22 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-03T10:32:23.257 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:22 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:32:23.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:22 smithi145 ceph-mon[111069]: purged_snaps scrub starts 2023-11-03T10:32:23.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:22 smithi145 ceph-mon[111069]: purged_snaps scrub ok 2023-11-03T10:32:23.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:22 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-03T10:32:23.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:22 smithi145 ceph-mon[111069]: osd.0 [v2:172.21.15.77:6802/1831633268,v1:172.21.15.77:6803/1831633268] boot 2023-11-03T10:32:23.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:22 smithi145 ceph-mon[111069]: osdmap e9: 1 total, 1 up, 1 in 2023-11-03T10:32:23.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:22 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-03T10:32:23.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:22 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:23.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:22 smithi145 ceph-mon[111069]: Reconfiguring mgr.smithi145.ojodkj (monmap changed)... 2023-11-03T10:32:23.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:22 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi145.ojodkj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-03T10:32:23.337 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:22 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-03T10:32:23.337 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:22 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:32:23.337 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:22 smithi145 ceph-mon[111069]: Reconfiguring daemon mgr.smithi145.ojodkj on smithi145 2023-11-03T10:32:23.337 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:22 smithi145 ceph-mon[111069]: from='client.14254 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi077:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:32:23.338 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:22 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-03T10:32:23.338 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:22 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-03T10:32:23.338 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:22 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:32:24.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:24 smithi145 ceph-mon[111069]: pgmap v23: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-03T10:32:24.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:24 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:24.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:24 smithi145 ceph-mon[111069]: Reconfiguring mon.smithi145 (monmap changed)... 2023-11-03T10:32:24.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:24 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-03T10:32:24.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:24 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-03T10:32:24.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:24 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:32:24.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:24 smithi145 ceph-mon[111069]: Reconfiguring daemon mon.smithi145 on smithi145 2023-11-03T10:32:24.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:24 smithi145 ceph-mon[111069]: osdmap e10: 1 total, 1 up, 1 in 2023-11-03T10:32:24.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:24 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:24.837 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:24 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-03T10:32:25.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:24 smithi077 ceph-mon[108342]: pgmap v23: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-03T10:32:25.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:24 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:25.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:24 smithi077 ceph-mon[108342]: Reconfiguring mon.smithi145 (monmap changed)... 2023-11-03T10:32:25.005 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:24 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-03T10:32:25.005 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:24 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-03T10:32:25.005 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:24 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:32:25.005 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:24 smithi077 ceph-mon[108342]: Reconfiguring daemon mon.smithi145 on smithi145 2023-11-03T10:32:25.005 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:24 smithi077 ceph-mon[108342]: osdmap e10: 1 total, 1 up, 1 in 2023-11-03T10:32:25.006 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:24 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:25.006 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:24 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-03T10:32:25.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:25 smithi145 ceph-mon[111069]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-03T10:32:25.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:25 smithi145 ceph-mon[111069]: from='client.? 172.21.15.77:0/2029187349' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "50e83167-0c61-4911-99fb-e03ccde6303a"}]: dispatch 2023-11-03T10:32:25.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:25 smithi145 ceph-mon[111069]: from='client.? 172.21.15.77:0/2029187349' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "50e83167-0c61-4911-99fb-e03ccde6303a"}]': finished 2023-11-03T10:32:25.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:25 smithi145 ceph-mon[111069]: osdmap e11: 2 total, 1 up, 2 in 2023-11-03T10:32:25.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:25 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-03T10:32:25.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:25 smithi145 ceph-mon[111069]: from='client.? 172.21.15.77:0/3619227715' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-03T10:32:26.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:25 smithi077 ceph-mon[108342]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-03T10:32:26.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:25 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/2029187349' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "50e83167-0c61-4911-99fb-e03ccde6303a"}]: dispatch 2023-11-03T10:32:26.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:25 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/2029187349' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "50e83167-0c61-4911-99fb-e03ccde6303a"}]': finished 2023-11-03T10:32:26.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:25 smithi077 ceph-mon[108342]: osdmap e11: 2 total, 1 up, 2 in 2023-11-03T10:32:26.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:25 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-03T10:32:26.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:25 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/3619227715' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-03T10:32:27.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:26 smithi077 ceph-mon[108342]: pgmap v26: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-03T10:32:27.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:26 smithi145 ceph-mon[111069]: pgmap v26: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-03T10:32:28.966 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:28 smithi077 ceph-mon[108342]: pgmap v27: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-03T10:32:29.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:28 smithi145 ceph-mon[111069]: pgmap v27: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-03T10:32:30.941 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:30 smithi077 ceph-mon[108342]: pgmap v28: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-03T10:32:30.941 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:30 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-03T10:32:30.941 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:30 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:32:31.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:30 smithi145 ceph-mon[111069]: pgmap v28: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-03T10:32:31.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:30 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-03T10:32:31.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:30 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:32:31.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:31 smithi145 ceph-mon[111069]: Deploying daemon osd.1 on smithi077 2023-11-03T10:32:31.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:31 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.iwfrkz/mirror_snapshot_schedule"}]: dispatch 2023-11-03T10:32:31.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:31 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.iwfrkz/trash_purge_schedule"}]: dispatch 2023-11-03T10:32:32.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:31 smithi077 ceph-mon[108342]: Deploying daemon osd.1 on smithi077 2023-11-03T10:32:32.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:31 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.iwfrkz/mirror_snapshot_schedule"}]: dispatch 2023-11-03T10:32:32.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:31 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.iwfrkz/trash_purge_schedule"}]: dispatch 2023-11-03T10:32:33.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:32 smithi077 ceph-mon[108342]: pgmap v29: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-03T10:32:33.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:32 smithi145 ceph-mon[111069]: pgmap v29: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-03T10:32:35.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:34 smithi077 ceph-mon[108342]: pgmap v30: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-03T10:32:35.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:34 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:35.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:34 smithi145 ceph-mon[111069]: pgmap v30: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-03T10:32:35.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:34 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:35.716 INFO:teuthology.orchestra.run.smithi077.stdout:Created osd(s) 1 on host 'smithi077' 2023-11-03T10:32:36.087 DEBUG:teuthology.orchestra.run.smithi077:osd.1> sudo journalctl -f -n 0 -u ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7@osd.1.service 2023-11-03T10:32:36.090 INFO:tasks.cephadm:Deploying osd.2 on smithi077 with /dev/vg_nvme/lv_2... 2023-11-03T10:32:36.090 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-11-03T10:32:36.120 INFO:journalctl@ceph.osd.1.smithi077.stdout:-- Logs begin at Fri 2023-11-03 10:21:33 UTC. -- 2023-11-03T10:32:37.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:36 smithi077 ceph-mon[108342]: pgmap v31: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-03T10:32:37.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:36 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:37.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:36 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.77:9093"}]: dispatch 2023-11-03T10:32:37.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:36 smithi077 ceph-mon[108342]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.77:9093"}]: dispatch 2023-11-03T10:32:37.005 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:36 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:37.005 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:36 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-03T10:32:37.005 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:36 smithi077 ceph-mon[108342]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-03T10:32:37.005 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:36 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.77:3000"}]: dispatch 2023-11-03T10:32:37.005 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:36 smithi077 ceph-mon[108342]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.77:3000"}]: dispatch 2023-11-03T10:32:37.006 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:36 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:37.006 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:36 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-03T10:32:37.006 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:36 smithi077 ceph-mon[108342]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-03T10:32:37.006 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:36 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.77:9095"}]: dispatch 2023-11-03T10:32:37.006 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:36 smithi077 ceph-mon[108342]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.77:9095"}]: dispatch 2023-11-03T10:32:37.007 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:36 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:37.007 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:36 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:32:37.007 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:36 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:32:37.007 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:36 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T10:32:37.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:36 smithi145 ceph-mon[111069]: pgmap v31: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-03T10:32:37.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:36 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:37.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:36 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.77:9093"}]: dispatch 2023-11-03T10:32:37.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:36 smithi145 ceph-mon[111069]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.77:9093"}]: dispatch 2023-11-03T10:32:37.086 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:36 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:37.086 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:36 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-03T10:32:37.086 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:36 smithi145 ceph-mon[111069]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-03T10:32:37.086 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:36 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.77:3000"}]: dispatch 2023-11-03T10:32:37.087 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:36 smithi145 ceph-mon[111069]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.77:3000"}]: dispatch 2023-11-03T10:32:37.087 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:36 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:37.087 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:36 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-03T10:32:37.087 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:36 smithi145 ceph-mon[111069]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-03T10:32:37.087 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:36 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.77:9095"}]: dispatch 2023-11-03T10:32:37.088 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:36 smithi145 ceph-mon[111069]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.77:9095"}]: dispatch 2023-11-03T10:32:37.088 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:36 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:37.088 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:36 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:32:37.088 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:36 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:32:37.088 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:36 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T10:32:37.307 INFO:journalctl@ceph.osd.1.smithi077.stdout:Nov 03 10:32:37 smithi077 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-1[124499]: 2023-11-03T10:32:37.031+0000 7f76eec1a3c0 -1 osd.1 0 log_to_monitors true 2023-11-03T10:32:37.910 INFO:teuthology.orchestra.run.smithi077.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-11-03T10:32:37.910 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-11-03T10:32:37.911 INFO:teuthology.orchestra.run.smithi077.stderr: stderr: 10+0 records in 2023-11-03T10:32:37.911 INFO:teuthology.orchestra.run.smithi077.stderr:10+0 records out 2023-11-03T10:32:37.911 INFO:teuthology.orchestra.run.smithi077.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.01124 s, 933 MB/s 2023-11-03T10:32:37.911 INFO:teuthology.orchestra.run.smithi077.stderr:--> Zapping successful for: 2023-11-03T10:32:37.944 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:37 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:37.944 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:37 smithi077 ceph-mon[108342]: from='osd.1 [v2:172.21.15.77:6810/2198985430,v1:172.21.15.77:6811/2198985430]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-03T10:32:38.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:37 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:38.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:37 smithi145 ceph-mon[111069]: from='osd.1 [v2:172.21.15.77:6810/2198985430,v1:172.21.15.77:6811/2198985430]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-03T10:32:38.435 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph orch daemon add osd smithi077:vg_nvme/lv_2 2023-11-03T10:32:39.253 INFO:journalctl@ceph.osd.1.smithi077.stdout:Nov 03 10:32:38 smithi077 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-1[124499]: 2023-11-03T10:32:38.890+0000 7f76e561d700 -1 osd.1 0 waiting for initial osdmap 2023-11-03T10:32:39.254 INFO:journalctl@ceph.osd.1.smithi077.stdout:Nov 03 10:32:38 smithi077 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-1[124499]: 2023-11-03T10:32:38.893+0000 7f76dffb4700 -1 osd.1 13 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-03T10:32:39.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:38 smithi077 ceph-mon[108342]: pgmap v32: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-03T10:32:39.255 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:38 smithi077 ceph-mon[108342]: from='osd.1 [v2:172.21.15.77:6810/2198985430,v1:172.21.15.77:6811/2198985430]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-03T10:32:39.255 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:38 smithi077 ceph-mon[108342]: osdmap e12: 2 total, 1 up, 2 in 2023-11-03T10:32:39.255 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:38 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-03T10:32:39.255 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:38 smithi077 ceph-mon[108342]: from='osd.1 [v2:172.21.15.77:6810/2198985430,v1:172.21.15.77:6811/2198985430]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]: dispatch 2023-11-03T10:32:39.334 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:38 smithi145 ceph-mon[111069]: pgmap v32: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-03T10:32:39.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:38 smithi145 ceph-mon[111069]: from='osd.1 [v2:172.21.15.77:6810/2198985430,v1:172.21.15.77:6811/2198985430]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-03T10:32:39.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:38 smithi145 ceph-mon[111069]: osdmap e12: 2 total, 1 up, 2 in 2023-11-03T10:32:39.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:38 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-03T10:32:39.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:38 smithi145 ceph-mon[111069]: from='osd.1 [v2:172.21.15.77:6810/2198985430,v1:172.21.15.77:6811/2198985430]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]: dispatch 2023-11-03T10:32:40.068 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:39 smithi077 ceph-mon[108342]: from='osd.1 [v2:172.21.15.77:6810/2198985430,v1:172.21.15.77:6811/2198985430]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]': finished 2023-11-03T10:32:40.069 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:39 smithi077 ceph-mon[108342]: osdmap e13: 2 total, 1 up, 2 in 2023-11-03T10:32:40.069 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:39 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-03T10:32:40.069 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:39 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-03T10:32:40.069 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:39 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:40.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:39 smithi145 ceph-mon[111069]: from='osd.1 [v2:172.21.15.77:6810/2198985430,v1:172.21.15.77:6811/2198985430]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]': finished 2023-11-03T10:32:40.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:39 smithi145 ceph-mon[111069]: osdmap e13: 2 total, 1 up, 2 in 2023-11-03T10:32:40.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:39 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-03T10:32:40.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:39 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-03T10:32:40.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:39 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:41.051 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:40 smithi077 ceph-mon[108342]: purged_snaps scrub starts 2023-11-03T10:32:41.052 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:40 smithi077 ceph-mon[108342]: purged_snaps scrub ok 2023-11-03T10:32:41.052 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:40 smithi077 ceph-mon[108342]: pgmap v35: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-03T10:32:41.052 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:40 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-03T10:32:41.052 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:40 smithi077 ceph-mon[108342]: osd.1 [v2:172.21.15.77:6810/2198985430,v1:172.21.15.77:6811/2198985430] boot 2023-11-03T10:32:41.052 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:40 smithi077 ceph-mon[108342]: osdmap e14: 2 total, 2 up, 2 in 2023-11-03T10:32:41.053 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:40 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-03T10:32:41.053 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:40 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-03T10:32:41.053 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:40 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-03T10:32:41.053 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:40 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:32:41.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:40 smithi145 ceph-mon[111069]: purged_snaps scrub starts 2023-11-03T10:32:41.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:40 smithi145 ceph-mon[111069]: purged_snaps scrub ok 2023-11-03T10:32:41.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:40 smithi145 ceph-mon[111069]: pgmap v35: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-03T10:32:41.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:40 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-03T10:32:41.337 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:40 smithi145 ceph-mon[111069]: osd.1 [v2:172.21.15.77:6810/2198985430,v1:172.21.15.77:6811/2198985430] boot 2023-11-03T10:32:41.337 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:40 smithi145 ceph-mon[111069]: osdmap e14: 2 total, 2 up, 2 in 2023-11-03T10:32:41.337 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:40 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-03T10:32:41.337 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:40 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-03T10:32:41.337 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:40 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-03T10:32:41.338 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:40 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:32:42.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:41 smithi077 ceph-mon[108342]: from='client.14272 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi077:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:32:42.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:41 smithi077 ceph-mon[108342]: osdmap e15: 2 total, 2 up, 2 in 2023-11-03T10:32:42.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:41 smithi145 ceph-mon[111069]: from='client.14272 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi077:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:32:42.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:41 smithi145 ceph-mon[111069]: osdmap e15: 2 total, 2 up, 2 in 2023-11-03T10:32:43.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:42 smithi077 ceph-mon[108342]: pgmap v38: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-11-03T10:32:43.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:42 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/3648094605' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "89540ed1-8c9a-41e5-b268-8da3c0f6b1db"}]: dispatch 2023-11-03T10:32:43.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:42 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/3648094605' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "89540ed1-8c9a-41e5-b268-8da3c0f6b1db"}]': finished 2023-11-03T10:32:43.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:42 smithi077 ceph-mon[108342]: osdmap e16: 3 total, 2 up, 3 in 2023-11-03T10:32:43.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:42 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-03T10:32:43.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:42 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/1061797158' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-03T10:32:43.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:42 smithi145 ceph-mon[111069]: pgmap v38: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-11-03T10:32:43.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:42 smithi145 ceph-mon[111069]: from='client.? 172.21.15.77:0/3648094605' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "89540ed1-8c9a-41e5-b268-8da3c0f6b1db"}]: dispatch 2023-11-03T10:32:43.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:42 smithi145 ceph-mon[111069]: from='client.? 172.21.15.77:0/3648094605' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "89540ed1-8c9a-41e5-b268-8da3c0f6b1db"}]': finished 2023-11-03T10:32:43.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:42 smithi145 ceph-mon[111069]: osdmap e16: 3 total, 2 up, 3 in 2023-11-03T10:32:43.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:42 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-03T10:32:43.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:42 smithi145 ceph-mon[111069]: from='client.? 172.21.15.77:0/1061797158' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-03T10:32:45.203 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:44 smithi077 ceph-mon[108342]: pgmap v40: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-03T10:32:45.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:44 smithi145 ceph-mon[111069]: pgmap v40: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-03T10:32:47.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:46 smithi077 ceph-mon[108342]: pgmap v41: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-03T10:32:47.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:46 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:47.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:46 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:32:47.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:46 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:32:47.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:46 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:47.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:46 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:47.005 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:46 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:32:47.005 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:46 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:32:47.005 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:46 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T10:32:47.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:46 smithi145 ceph-mon[111069]: pgmap v41: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-03T10:32:47.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:46 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:47.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:46 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:32:47.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:46 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:32:47.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:46 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:47.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:46 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:47.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:46 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:32:47.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:46 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:32:47.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:46 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T10:32:48.040 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:47 smithi077 ceph-mon[108342]: Detected new or changed devices on smithi077 2023-11-03T10:32:48.040 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:47 smithi077 ceph-mon[108342]: Adjusting osd_memory_target on smithi077 to 6449M 2023-11-03T10:32:48.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:47 smithi145 ceph-mon[111069]: Detected new or changed devices on smithi077 2023-11-03T10:32:48.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:47 smithi145 ceph-mon[111069]: Adjusting osd_memory_target on smithi077 to 6449M 2023-11-03T10:32:49.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:48 smithi077 ceph-mon[108342]: pgmap v42: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-03T10:32:49.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:48 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-03T10:32:49.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:48 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:32:49.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:48 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:49.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:48 smithi145 ceph-mon[111069]: pgmap v42: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-03T10:32:49.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:48 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-03T10:32:49.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:48 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:32:49.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:48 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:50.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:49 smithi077 ceph-mon[108342]: Deploying daemon osd.2 on smithi077 2023-11-03T10:32:50.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:49 smithi145 ceph-mon[111069]: Deploying daemon osd.2 on smithi077 2023-11-03T10:32:51.169 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:50 smithi077 ceph-mon[108342]: pgmap v43: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-03T10:32:51.169 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:50 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:51.334 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:50 smithi145 ceph-mon[111069]: pgmap v43: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-03T10:32:51.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:50 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:53.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:52 smithi077 ceph-mon[108342]: pgmap v44: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-03T10:32:53.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:52 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:53.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:52 smithi145 ceph-mon[111069]: pgmap v44: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-03T10:32:53.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:52 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:54.920 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:54 smithi077 ceph-mon[108342]: pgmap v45: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-03T10:32:54.920 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:54 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:54.921 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:54 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:54.921 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:54 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:32:54.921 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:54 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:32:54.921 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:54 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T10:32:54.931 INFO:teuthology.orchestra.run.smithi077.stdout:Created osd(s) 2 on host 'smithi077' 2023-11-03T10:32:55.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:54 smithi145 ceph-mon[111069]: pgmap v45: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-03T10:32:55.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:54 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:55.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:54 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:55.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:54 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:32:55.086 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:54 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:32:55.086 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:54 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T10:32:55.338 DEBUG:teuthology.orchestra.run.smithi077:osd.2> sudo journalctl -f -n 0 -u ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7@osd.2.service 2023-11-03T10:32:55.341 INFO:tasks.cephadm:Deploying osd.3 on smithi077 with /dev/vg_nvme/lv_1... 2023-11-03T10:32:55.341 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-11-03T10:32:55.371 INFO:journalctl@ceph.osd.2.smithi077.stdout:-- Logs begin at Fri 2023-11-03 10:21:33 UTC. -- 2023-11-03T10:32:55.697 INFO:journalctl@ceph.osd.2.smithi077.stdout:Nov 03 10:32:55 smithi077 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-2[128985]: 2023-11-03T10:32:55.439+0000 7fdbf84d23c0 -1 osd.2 0 log_to_monitors true 2023-11-03T10:32:56.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:55 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:56.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:55 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:56.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:55 smithi077 ceph-mon[108342]: from='osd.2 [v2:172.21.15.77:6818/2029678290,v1:172.21.15.77:6819/2029678290]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-03T10:32:56.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:55 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:56.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:55 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:56.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:55 smithi145 ceph-mon[111069]: from='osd.2 [v2:172.21.15.77:6818/2029678290,v1:172.21.15.77:6819/2029678290]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-03T10:32:57.137 INFO:journalctl@ceph.osd.2.smithi077.stdout:Nov 03 10:32:56 smithi077 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-2[128985]: 2023-11-03T10:32:56.945+0000 7fdbeeed5700 -1 osd.2 0 waiting for initial osdmap 2023-11-03T10:32:57.138 INFO:journalctl@ceph.osd.2.smithi077.stdout:Nov 03 10:32:56 smithi077 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-2[128985]: 2023-11-03T10:32:56.951+0000 7fdbe986c700 -1 osd.2 18 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-03T10:32:57.138 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:56 smithi077 ceph-mon[108342]: pgmap v46: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-03T10:32:57.138 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:56 smithi077 ceph-mon[108342]: from='osd.2 [v2:172.21.15.77:6818/2029678290,v1:172.21.15.77:6819/2029678290]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-03T10:32:57.139 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:56 smithi077 ceph-mon[108342]: osdmap e17: 3 total, 2 up, 3 in 2023-11-03T10:32:57.139 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:56 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-03T10:32:57.139 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:56 smithi077 ceph-mon[108342]: from='osd.2 [v2:172.21.15.77:6818/2029678290,v1:172.21.15.77:6819/2029678290]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]: dispatch 2023-11-03T10:32:57.247 INFO:teuthology.orchestra.run.smithi077.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-11-03T10:32:57.248 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-11-03T10:32:57.248 INFO:teuthology.orchestra.run.smithi077.stderr: stderr: 10+0 records in 2023-11-03T10:32:57.248 INFO:teuthology.orchestra.run.smithi077.stderr:10+0 records out 2023-11-03T10:32:57.248 INFO:teuthology.orchestra.run.smithi077.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0121946 s, 860 MB/s 2023-11-03T10:32:57.249 INFO:teuthology.orchestra.run.smithi077.stderr:--> Zapping successful for: 2023-11-03T10:32:57.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:56 smithi145 ceph-mon[111069]: pgmap v46: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-03T10:32:57.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:56 smithi145 ceph-mon[111069]: from='osd.2 [v2:172.21.15.77:6818/2029678290,v1:172.21.15.77:6819/2029678290]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-03T10:32:57.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:56 smithi145 ceph-mon[111069]: osdmap e17: 3 total, 2 up, 3 in 2023-11-03T10:32:57.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:56 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-03T10:32:57.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:56 smithi145 ceph-mon[111069]: from='osd.2 [v2:172.21.15.77:6818/2029678290,v1:172.21.15.77:6819/2029678290]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]: dispatch 2023-11-03T10:32:57.651 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph orch daemon add osd smithi077:vg_nvme/lv_1 2023-11-03T10:32:58.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:57 smithi077 ceph-mon[108342]: from='osd.2 [v2:172.21.15.77:6818/2029678290,v1:172.21.15.77:6819/2029678290]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]': finished 2023-11-03T10:32:58.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:57 smithi077 ceph-mon[108342]: osdmap e18: 3 total, 2 up, 3 in 2023-11-03T10:32:58.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:57 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-03T10:32:58.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:57 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-03T10:32:58.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:57 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:58.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:57 smithi145 ceph-mon[111069]: from='osd.2 [v2:172.21.15.77:6818/2029678290,v1:172.21.15.77:6819/2029678290]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]': finished 2023-11-03T10:32:58.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:57 smithi145 ceph-mon[111069]: osdmap e18: 3 total, 2 up, 3 in 2023-11-03T10:32:58.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:57 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-03T10:32:58.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:57 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-03T10:32:58.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:57 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:32:59.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:58 smithi077 ceph-mon[108342]: purged_snaps scrub starts 2023-11-03T10:32:59.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:58 smithi077 ceph-mon[108342]: purged_snaps scrub ok 2023-11-03T10:32:59.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:58 smithi077 ceph-mon[108342]: pgmap v49: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-03T10:32:59.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:58 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-03T10:32:59.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:58 smithi077 ceph-mon[108342]: osd.2 [v2:172.21.15.77:6818/2029678290,v1:172.21.15.77:6819/2029678290] boot 2023-11-03T10:32:59.255 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:58 smithi077 ceph-mon[108342]: osdmap e19: 3 total, 3 up, 3 in 2023-11-03T10:32:59.255 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:32:58 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-03T10:32:59.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:58 smithi145 ceph-mon[111069]: purged_snaps scrub starts 2023-11-03T10:32:59.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:58 smithi145 ceph-mon[111069]: purged_snaps scrub ok 2023-11-03T10:32:59.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:58 smithi145 ceph-mon[111069]: pgmap v49: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-03T10:32:59.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:58 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-03T10:32:59.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:58 smithi145 ceph-mon[111069]: osd.2 [v2:172.21.15.77:6818/2029678290,v1:172.21.15.77:6819/2029678290] boot 2023-11-03T10:32:59.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:58 smithi145 ceph-mon[111069]: osdmap e19: 3 total, 3 up, 3 in 2023-11-03T10:32:59.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:32:58 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-03T10:33:00.585 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:00 smithi145 ceph-mon[111069]: pgmap v51: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-11-03T10:33:00.586 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:00 smithi145 ceph-mon[111069]: osdmap e20: 3 total, 3 up, 3 in 2023-11-03T10:33:00.586 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:00 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-11-03T10:33:00.586 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:00 smithi145 ceph-mon[111069]: from='client.14290 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi077:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:33:00.586 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:00 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-03T10:33:00.586 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:00 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-03T10:33:00.587 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:00 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:33:00.625 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:00 smithi077 ceph-mon[108342]: pgmap v51: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-11-03T10:33:00.626 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:00 smithi077 ceph-mon[108342]: osdmap e20: 3 total, 3 up, 3 in 2023-11-03T10:33:00.626 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:00 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-11-03T10:33:00.626 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:00 smithi077 ceph-mon[108342]: from='client.14290 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi077:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:33:00.626 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:00 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-03T10:33:00.626 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:00 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-03T10:33:00.627 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:00 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:33:01.753 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:01 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-11-03T10:33:01.754 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:01 smithi077 ceph-mon[108342]: osdmap e21: 3 total, 3 up, 3 in 2023-11-03T10:33:01.754 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:01 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-11-03T10:33:01.754 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:01 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:33:01.754 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:01 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:33:01.754 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:01 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:33:01.755 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:01 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:33:01.755 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:01 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:33:01.755 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:01 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:33:01.755 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:01 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:33:01.755 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:01 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:33:01.756 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:01 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T10:33:01.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:01 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-11-03T10:33:01.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:01 smithi145 ceph-mon[111069]: osdmap e21: 3 total, 3 up, 3 in 2023-11-03T10:33:01.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:01 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-11-03T10:33:01.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:01 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:33:01.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:01 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:33:01.837 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:01 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:33:01.837 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:01 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:33:01.838 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:01 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:33:01.838 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:01 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:33:01.838 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:01 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:33:01.839 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:01 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:33:01.839 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:01 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T10:33:02.254 INFO:journalctl@ceph.osd.0.smithi077.stdout:Nov 03 10:33:01 smithi077 sudo[131378]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-03T10:33:02.254 INFO:journalctl@ceph.osd.0.smithi077.stdout:Nov 03 10:33:01 smithi077 sudo[131378]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-03T10:33:02.254 INFO:journalctl@ceph.osd.0.smithi077.stdout:Nov 03 10:33:01 smithi077 sudo[131378]: pam_unix(sudo:session): session closed for user root 2023-11-03T10:33:02.533 INFO:journalctl@ceph.osd.0.smithi077.stdout:Nov 03 10:33:02 smithi077 sudo[131482]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-03T10:33:02.533 INFO:journalctl@ceph.osd.0.smithi077.stdout:Nov 03 10:33:02 smithi077 sudo[131482]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-03T10:33:02.533 INFO:journalctl@ceph.osd.0.smithi077.stdout:Nov 03 10:33:02 smithi077 sudo[131482]: pam_unix(sudo:session): session closed for user root 2023-11-03T10:33:02.534 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:02 smithi077 ceph-mon[108342]: Adjusting osd_memory_target on smithi077 to 4299M 2023-11-03T10:33:02.534 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:02 smithi077 ceph-mon[108342]: pgmap v54: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-11-03T10:33:02.535 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:02 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-11-03T10:33:02.535 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:02 smithi077 ceph-mon[108342]: osdmap e22: 3 total, 3 up, 3 in 2023-11-03T10:33:02.535 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:02 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:33:02.535 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:02 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/32684790' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "490282db-08aa-40f4-bbef-2c76409a510b"}]: dispatch 2023-11-03T10:33:02.535 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:02 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/32684790' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "490282db-08aa-40f4-bbef-2c76409a510b"}]': finished 2023-11-03T10:33:02.536 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:02 smithi077 ceph-mon[108342]: osdmap e23: 4 total, 3 up, 4 in 2023-11-03T10:33:02.536 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:02 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-03T10:33:02.807 INFO:journalctl@ceph.osd.1.smithi077.stdout:Nov 03 10:33:02 smithi077 sudo[131536]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-03T10:33:02.807 INFO:journalctl@ceph.osd.1.smithi077.stdout:Nov 03 10:33:02 smithi077 sudo[131536]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-03T10:33:02.807 INFO:journalctl@ceph.osd.1.smithi077.stdout:Nov 03 10:33:02 smithi077 sudo[131536]: pam_unix(sudo:session): session closed for user root 2023-11-03T10:33:02.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:02 smithi145 ceph-mon[111069]: Adjusting osd_memory_target on smithi077 to 4299M 2023-11-03T10:33:02.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:02 smithi145 ceph-mon[111069]: pgmap v54: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-11-03T10:33:02.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:02 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-11-03T10:33:02.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:02 smithi145 ceph-mon[111069]: osdmap e22: 3 total, 3 up, 3 in 2023-11-03T10:33:02.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:02 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:33:02.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:02 smithi145 ceph-mon[111069]: from='client.? 172.21.15.77:0/32684790' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "490282db-08aa-40f4-bbef-2c76409a510b"}]: dispatch 2023-11-03T10:33:02.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:02 smithi145 ceph-mon[111069]: from='client.? 172.21.15.77:0/32684790' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "490282db-08aa-40f4-bbef-2c76409a510b"}]': finished 2023-11-03T10:33:02.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:02 smithi145 ceph-mon[111069]: osdmap e23: 4 total, 3 up, 4 in 2023-11-03T10:33:02.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:02 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-03T10:33:03.063 INFO:journalctl@ceph.osd.1.smithi077.stdout:Nov 03 10:33:02 smithi077 sudo[131634]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-03T10:33:03.064 INFO:journalctl@ceph.osd.1.smithi077.stdout:Nov 03 10:33:02 smithi077 sudo[131634]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-03T10:33:03.064 INFO:journalctl@ceph.osd.1.smithi077.stdout:Nov 03 10:33:02 smithi077 sudo[131634]: pam_unix(sudo:session): session closed for user root 2023-11-03T10:33:03.327 INFO:journalctl@ceph.osd.2.smithi077.stdout:Nov 03 10:33:03 smithi077 sudo[131690]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-03T10:33:03.327 INFO:journalctl@ceph.osd.2.smithi077.stdout:Nov 03 10:33:03 smithi077 sudo[131690]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-03T10:33:03.327 INFO:journalctl@ceph.osd.2.smithi077.stdout:Nov 03 10:33:03 smithi077 sudo[131690]: pam_unix(sudo:session): session closed for user root 2023-11-03T10:33:03.577 INFO:journalctl@ceph.osd.2.smithi077.stdout:Nov 03 10:33:03 smithi077 sudo[131772]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-03T10:33:03.577 INFO:journalctl@ceph.osd.2.smithi077.stdout:Nov 03 10:33:03 smithi077 sudo[131772]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-03T10:33:03.578 INFO:journalctl@ceph.osd.2.smithi077.stdout:Nov 03 10:33:03 smithi077 sudo[131772]: pam_unix(sudo:session): session closed for user root 2023-11-03T10:33:03.844 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:03 smithi077 sudo[131855]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-03T10:33:03.845 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:03 smithi077 sudo[131855]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-03T10:33:03.845 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:03 smithi077 sudo[131855]: pam_unix(sudo:session): session closed for user root 2023-11-03T10:33:04.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:03 smithi077 sudo[132095]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-03T10:33:04.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:03 smithi077 sudo[132095]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-03T10:33:04.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:03 smithi077 sudo[132095]: pam_unix(sudo:session): session closed for user root 2023-11-03T10:33:04.351 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:04 smithi145 sudo[113789]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-03T10:33:04.351 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:04 smithi145 sudo[113789]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-03T10:33:04.352 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:04 smithi145 sudo[113789]: pam_unix(sudo:session): session closed for user root 2023-11-03T10:33:04.352 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:04 smithi145 sudo[113792]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-03T10:33:04.352 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:04 smithi145 sudo[113792]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-03T10:33:04.352 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:04 smithi145 sudo[113792]: pam_unix(sudo:session): session closed for user root 2023-11-03T10:33:04.753 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:04 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/657395125' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-03T10:33:04.753 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:04 smithi077 ceph-mon[108342]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-03T10:33:04.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:04 smithi145 ceph-mon[111069]: from='client.? 172.21.15.77:0/657395125' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-03T10:33:04.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:04 smithi145 ceph-mon[111069]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-03T10:33:05.648 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:05 smithi077 ceph-mon[108342]: pgmap v57: 1 pgs: 1 unknown; 0 B data, 16 MiB used, 268 GiB / 268 GiB avail 2023-11-03T10:33:05.648 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:05 smithi077 ceph-mon[108342]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-03T10:33:05.649 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:05 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mon metadata", "id": "smithi077"}]: dispatch 2023-11-03T10:33:05.649 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:05 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2023-11-03T10:33:05.649 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:05 smithi077 ceph-mon[108342]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-03T10:33:05.649 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:05 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mon metadata", "id": "smithi077"}]: dispatch 2023-11-03T10:33:05.649 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:05 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2023-11-03T10:33:05.650 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:05 smithi077 ceph-mon[108342]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-03T10:33:05.650 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:05 smithi077 ceph-mon[108342]: mgrmap e19: smithi077.iwfrkz(active, since 93s), standbys: smithi145.ojodkj 2023-11-03T10:33:05.650 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:05 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:33:05.650 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:05 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:33:05.651 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:05 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:33:05.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:05 smithi145 ceph-mon[111069]: pgmap v57: 1 pgs: 1 unknown; 0 B data, 16 MiB used, 268 GiB / 268 GiB avail 2023-11-03T10:33:05.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:05 smithi145 ceph-mon[111069]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-03T10:33:05.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:05 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mon metadata", "id": "smithi077"}]: dispatch 2023-11-03T10:33:05.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:05 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2023-11-03T10:33:05.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:05 smithi145 ceph-mon[111069]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-03T10:33:05.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:05 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mon metadata", "id": "smithi077"}]: dispatch 2023-11-03T10:33:05.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:05 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2023-11-03T10:33:05.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:05 smithi145 ceph-mon[111069]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-03T10:33:05.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:05 smithi145 ceph-mon[111069]: mgrmap e19: smithi077.iwfrkz(active, since 93s), standbys: smithi145.ojodkj 2023-11-03T10:33:05.837 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:05 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:33:05.837 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:05 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:33:05.837 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:05 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:33:06.750 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:06 smithi077 ceph-mon[108342]: pgmap v58: 1 pgs: 1 unknown; 0 B data, 17 MiB used, 268 GiB / 268 GiB avail 2023-11-03T10:33:06.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:06 smithi145 ceph-mon[111069]: pgmap v58: 1 pgs: 1 unknown; 0 B data, 17 MiB used, 268 GiB / 268 GiB avail 2023-11-03T10:33:08.753 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:08 smithi077 ceph-mon[108342]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-11-03T10:33:08.753 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:08 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-03T10:33:08.754 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:08 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:33:08.754 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:08 smithi077 ceph-mon[108342]: Deploying daemon osd.3 on smithi077 2023-11-03T10:33:08.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:08 smithi145 ceph-mon[111069]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-11-03T10:33:08.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:08 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-03T10:33:08.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:08 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:33:08.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:08 smithi145 ceph-mon[111069]: Deploying daemon osd.3 on smithi077 2023-11-03T10:33:10.708 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:10 smithi077 ceph-mon[108342]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-11-03T10:33:10.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:10 smithi145 ceph-mon[111069]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-11-03T10:33:12.585 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:12 smithi145 ceph-mon[111069]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-11-03T10:33:12.585 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:12 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:33:12.585 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:12 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:33:12.586 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:12 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:33:12.586 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:12 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T10:33:12.710 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:12 smithi077 ceph-mon[108342]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-11-03T10:33:12.710 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:12 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:33:12.710 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:12 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:33:12.710 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:12 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:33:12.711 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:12 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T10:33:13.867 INFO:teuthology.orchestra.run.smithi077.stdout:Created osd(s) 3 on host 'smithi077' 2023-11-03T10:33:14.466 DEBUG:teuthology.orchestra.run.smithi077:osd.3> sudo journalctl -f -n 0 -u ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7@osd.3.service 2023-11-03T10:33:14.469 INFO:tasks.cephadm:Deploying osd.4 on smithi145 with /dev/vg_nvme/lv_4... 2023-11-03T10:33:14.469 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-11-03T10:33:14.505 INFO:journalctl@ceph.osd.3.smithi077.stdout:-- Logs begin at Fri 2023-11-03 10:21:33 UTC. -- 2023-11-03T10:33:14.753 INFO:journalctl@ceph.osd.3.smithi077.stdout:Nov 03 10:33:14 smithi077 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-3[133434]: 2023-11-03T10:33:14.503+0000 7f02f93563c0 -1 osd.3 0 log_to_monitors true 2023-11-03T10:33:15.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:14 smithi145 ceph-mon[111069]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-11-03T10:33:15.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:14 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:33:15.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:14 smithi145 ceph-mon[111069]: from='osd.3 [v2:172.21.15.77:6826/1992636840,v1:172.21.15.77:6827/1992636840]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-03T10:33:15.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:14 smithi077 ceph-mon[108342]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-11-03T10:33:15.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:14 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:33:15.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:14 smithi077 ceph-mon[108342]: from='osd.3 [v2:172.21.15.77:6826/1992636840,v1:172.21.15.77:6827/1992636840]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-03T10:33:15.966 INFO:teuthology.orchestra.run.smithi145.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-11-03T10:33:15.967 INFO:teuthology.orchestra.run.smithi145.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-11-03T10:33:15.967 INFO:teuthology.orchestra.run.smithi145.stderr: stderr: 10+0 records in 2023-11-03T10:33:15.967 INFO:teuthology.orchestra.run.smithi145.stderr:10+0 records out 2023-11-03T10:33:15.967 INFO:teuthology.orchestra.run.smithi145.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0112332 s, 933 MB/s 2023-11-03T10:33:15.967 INFO:teuthology.orchestra.run.smithi145.stderr:--> Zapping successful for: 2023-11-03T10:33:16.003 INFO:journalctl@ceph.osd.3.smithi077.stdout:Nov 03 10:33:15 smithi077 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-3[133434]: 2023-11-03T10:33:15.870+0000 7f02efd59700 -1 osd.3 0 waiting for initial osdmap 2023-11-03T10:33:16.003 INFO:journalctl@ceph.osd.3.smithi077.stdout:Nov 03 10:33:15 smithi077 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-3[133434]: 2023-11-03T10:33:15.874+0000 7f02ebef3700 -1 osd.3 25 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-03T10:33:16.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:15 smithi077 ceph-mon[108342]: from='osd.3 [v2:172.21.15.77:6826/1992636840,v1:172.21.15.77:6827/1992636840]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-03T10:33:16.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:15 smithi077 ceph-mon[108342]: osdmap e24: 4 total, 3 up, 4 in 2023-11-03T10:33:16.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:15 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-03T10:33:16.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:15 smithi077 ceph-mon[108342]: from='osd.3 [v2:172.21.15.77:6826/1992636840,v1:172.21.15.77:6827/1992636840]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]: dispatch 2023-11-03T10:33:16.005 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:15 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:33:16.192 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:15 smithi145 ceph-mon[111069]: from='osd.3 [v2:172.21.15.77:6826/1992636840,v1:172.21.15.77:6827/1992636840]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-03T10:33:16.192 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:15 smithi145 ceph-mon[111069]: osdmap e24: 4 total, 3 up, 4 in 2023-11-03T10:33:16.193 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:15 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-03T10:33:16.193 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:15 smithi145 ceph-mon[111069]: from='osd.3 [v2:172.21.15.77:6826/1992636840,v1:172.21.15.77:6827/1992636840]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]: dispatch 2023-11-03T10:33:16.193 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:15 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:33:16.352 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph orch daemon add osd smithi145:vg_nvme/lv_4 2023-11-03T10:33:17.030 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:16 smithi145 ceph-mon[111069]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-11-03T10:33:17.030 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:16 smithi145 ceph-mon[111069]: from='osd.3 [v2:172.21.15.77:6826/1992636840,v1:172.21.15.77:6827/1992636840]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]': finished 2023-11-03T10:33:17.030 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:16 smithi145 ceph-mon[111069]: osdmap e25: 4 total, 3 up, 4 in 2023-11-03T10:33:17.030 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:16 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-03T10:33:17.031 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:16 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-03T10:33:17.152 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:16 smithi077 ceph-mon[108342]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-11-03T10:33:17.153 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:16 smithi077 ceph-mon[108342]: from='osd.3 [v2:172.21.15.77:6826/1992636840,v1:172.21.15.77:6827/1992636840]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]': finished 2023-11-03T10:33:17.153 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:16 smithi077 ceph-mon[108342]: osdmap e25: 4 total, 3 up, 4 in 2023-11-03T10:33:17.153 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:16 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-03T10:33:17.153 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:16 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-03T10:33:18.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:17 smithi077 ceph-mon[108342]: purged_snaps scrub starts 2023-11-03T10:33:18.054 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:17 smithi077 ceph-mon[108342]: purged_snaps scrub ok 2023-11-03T10:33:18.054 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:17 smithi077 ceph-mon[108342]: osd.3 [v2:172.21.15.77:6826/1992636840,v1:172.21.15.77:6827/1992636840] boot 2023-11-03T10:33:18.055 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:17 smithi077 ceph-mon[108342]: osdmap e26: 4 total, 4 up, 4 in 2023-11-03T10:33:18.055 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:17 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-03T10:33:18.055 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:17 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:33:18.055 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:17 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:33:18.056 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:17 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:33:18.056 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:17 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:33:18.056 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:17 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:33:18.056 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:17 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:33:18.056 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:17 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:33:18.057 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:17 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:33:18.057 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:17 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:33:18.057 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:17 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T10:33:18.057 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:17 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-03T10:33:18.057 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:17 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-03T10:33:18.058 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:17 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:33:18.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:17 smithi145 ceph-mon[111069]: purged_snaps scrub starts 2023-11-03T10:33:18.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:17 smithi145 ceph-mon[111069]: purged_snaps scrub ok 2023-11-03T10:33:18.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:17 smithi145 ceph-mon[111069]: osd.3 [v2:172.21.15.77:6826/1992636840,v1:172.21.15.77:6827/1992636840] boot 2023-11-03T10:33:18.086 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:17 smithi145 ceph-mon[111069]: osdmap e26: 4 total, 4 up, 4 in 2023-11-03T10:33:18.086 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:17 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-03T10:33:18.086 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:17 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:33:18.086 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:17 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:33:18.086 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:17 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:33:18.087 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:17 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:33:18.087 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:17 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:33:18.087 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:17 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:33:18.087 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:17 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:33:18.087 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:17 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:33:18.088 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:17 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:33:18.088 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:17 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T10:33:18.088 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:17 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-03T10:33:18.088 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:17 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-03T10:33:18.088 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:17 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:33:19.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:18 smithi077 ceph-mon[108342]: Detected new or changed devices on smithi077 2023-11-03T10:33:19.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:18 smithi077 ceph-mon[108342]: Adjusting osd_memory_target on smithi077 to 3224M 2023-11-03T10:33:19.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:18 smithi077 ceph-mon[108342]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-11-03T10:33:19.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:18 smithi077 ceph-mon[108342]: from='client.24149 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi145:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:33:19.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:18 smithi077 ceph-mon[108342]: osdmap e27: 4 total, 4 up, 4 in 2023-11-03T10:33:19.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:18 smithi145 ceph-mon[111069]: Detected new or changed devices on smithi077 2023-11-03T10:33:19.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:18 smithi145 ceph-mon[111069]: Adjusting osd_memory_target on smithi077 to 3224M 2023-11-03T10:33:19.337 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:18 smithi145 ceph-mon[111069]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-11-03T10:33:19.337 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:18 smithi145 ceph-mon[111069]: from='client.24149 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi145:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:33:19.337 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:18 smithi145 ceph-mon[111069]: osdmap e27: 4 total, 4 up, 4 in 2023-11-03T10:33:20.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:19 smithi077 ceph-mon[108342]: from='client.? 172.21.15.145:0/2796248955' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ab2cab9f-276a-48ec-8457-f30af7e5f4d4"}]: dispatch 2023-11-03T10:33:20.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:19 smithi077 ceph-mon[108342]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ab2cab9f-276a-48ec-8457-f30af7e5f4d4"}]: dispatch 2023-11-03T10:33:20.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:19 smithi077 ceph-mon[108342]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ab2cab9f-276a-48ec-8457-f30af7e5f4d4"}]': finished 2023-11-03T10:33:20.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:19 smithi077 ceph-mon[108342]: osdmap e28: 5 total, 4 up, 5 in 2023-11-03T10:33:20.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:19 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-03T10:33:20.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:19 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:33:20.005 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:19 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:33:20.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:19 smithi145 ceph-mon[111069]: from='client.? 172.21.15.145:0/2796248955' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ab2cab9f-276a-48ec-8457-f30af7e5f4d4"}]: dispatch 2023-11-03T10:33:20.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:19 smithi145 ceph-mon[111069]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ab2cab9f-276a-48ec-8457-f30af7e5f4d4"}]: dispatch 2023-11-03T10:33:20.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:19 smithi145 ceph-mon[111069]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ab2cab9f-276a-48ec-8457-f30af7e5f4d4"}]': finished 2023-11-03T10:33:20.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:19 smithi145 ceph-mon[111069]: osdmap e28: 5 total, 4 up, 5 in 2023-11-03T10:33:20.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:19 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-03T10:33:20.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:19 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:33:20.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:19 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:33:21.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:20 smithi077 ceph-mon[108342]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-03T10:33:21.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:20 smithi077 ceph-mon[108342]: from='client.? 172.21.15.145:0/1895309310' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-03T10:33:21.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:20 smithi145 ceph-mon[111069]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-03T10:33:21.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:20 smithi145 ceph-mon[111069]: from='client.? 172.21.15.145:0/1895309310' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-03T10:33:23.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:22 smithi145 ceph-mon[111069]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-03T10:33:23.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:22 smithi077 ceph-mon[108342]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-03T10:33:25.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:24 smithi077 ceph-mon[108342]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-03T10:33:25.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:24 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-03T10:33:25.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:24 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:33:25.263 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:24 smithi145 ceph-mon[111069]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-03T10:33:25.264 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:24 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-03T10:33:25.264 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:24 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:33:26.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:25 smithi077 ceph-mon[108342]: Deploying daemon osd.4 on smithi145 2023-11-03T10:33:26.311 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:25 smithi145 ceph-mon[111069]: Deploying daemon osd.4 on smithi145 2023-11-03T10:33:27.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:26 smithi145 ceph-mon[111069]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-03T10:33:27.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:26 smithi077 ceph-mon[108342]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-03T10:33:28.947 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:28 smithi145 ceph-mon[111069]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-03T10:33:28.947 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:28 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:33:28.947 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:28 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:33:28.948 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:28 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:33:28.948 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:28 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T10:33:29.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:28 smithi077 ceph-mon[108342]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-03T10:33:29.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:28 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:33:29.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:28 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:33:29.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:28 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:33:29.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:28 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T10:33:30.537 INFO:teuthology.orchestra.run.smithi145.stdout:Created osd(s) 4 on host 'smithi145' 2023-11-03T10:33:30.972 DEBUG:teuthology.orchestra.run.smithi145:osd.4> sudo journalctl -f -n 0 -u ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7@osd.4.service 2023-11-03T10:33:30.974 INFO:tasks.cephadm:Deploying osd.5 on smithi145 with /dev/vg_nvme/lv_3... 2023-11-03T10:33:30.974 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-11-03T10:33:31.002 INFO:journalctl@ceph.osd.4.smithi145.stdout:-- Logs begin at Fri 2023-11-03 10:21:35 UTC. -- 2023-11-03T10:33:31.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:30 smithi077 ceph-mon[108342]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-03T10:33:31.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:30 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:33:31.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:30 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:33:31.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:30 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:33:31.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:30 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:33:31.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:30 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:33:31.255 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:30 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T10:33:31.310 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:30 smithi145 ceph-mon[111069]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-03T10:33:31.311 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:30 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:33:31.311 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:30 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:33:31.311 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:30 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:33:31.311 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:30 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:33:31.311 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:30 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:33:31.312 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:30 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T10:33:31.569 INFO:journalctl@ceph.osd.4.smithi145.stdout:Nov 03 10:33:31 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-4[115949]: 2023-11-03T10:33:31.476+0000 7f62c4fef3c0 -1 osd.4 0 log_to_monitors true 2023-11-03T10:33:32.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:31 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.iwfrkz/mirror_snapshot_schedule"}]: dispatch 2023-11-03T10:33:32.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:31 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.iwfrkz/trash_purge_schedule"}]: dispatch 2023-11-03T10:33:32.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:31 smithi077 ceph-mon[108342]: from='osd.4 [v2:172.21.15.145:6800/565820071,v1:172.21.15.145:6801/565820071]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-03T10:33:32.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:31 smithi077 ceph-mon[108342]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-03T10:33:32.311 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:31 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.iwfrkz/mirror_snapshot_schedule"}]: dispatch 2023-11-03T10:33:32.311 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:31 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.iwfrkz/trash_purge_schedule"}]: dispatch 2023-11-03T10:33:32.311 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:31 smithi145 ceph-mon[111069]: from='osd.4 [v2:172.21.15.145:6800/565820071,v1:172.21.15.145:6801/565820071]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-03T10:33:32.311 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:31 smithi145 ceph-mon[111069]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-03T10:33:32.773 INFO:teuthology.orchestra.run.smithi145.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-11-03T10:33:32.774 INFO:teuthology.orchestra.run.smithi145.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-11-03T10:33:32.774 INFO:teuthology.orchestra.run.smithi145.stderr: stderr: 10+0 records in 2023-11-03T10:33:32.774 INFO:teuthology.orchestra.run.smithi145.stderr:10+0 records out 2023-11-03T10:33:32.774 INFO:teuthology.orchestra.run.smithi145.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0127292 s, 824 MB/s 2023-11-03T10:33:32.775 INFO:teuthology.orchestra.run.smithi145.stderr:--> Zapping successful for: 2023-11-03T10:33:33.197 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:32 smithi145 ceph-mon[111069]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-03T10:33:33.197 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:32 smithi145 ceph-mon[111069]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-03T10:33:33.198 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:32 smithi145 ceph-mon[111069]: osdmap e29: 5 total, 4 up, 5 in 2023-11-03T10:33:33.198 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:32 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-03T10:33:33.198 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:32 smithi145 ceph-mon[111069]: from='osd.4 [v2:172.21.15.145:6800/565820071,v1:172.21.15.145:6801/565820071]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2023-11-03T10:33:33.198 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:32 smithi145 ceph-mon[111069]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2023-11-03T10:33:33.199 INFO:journalctl@ceph.osd.4.smithi145.stdout:Nov 03 10:33:32 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-4[115949]: 2023-11-03T10:33:32.915+0000 7f62bb9f2700 -1 osd.4 0 waiting for initial osdmap 2023-11-03T10:33:33.199 INFO:journalctl@ceph.osd.4.smithi145.stdout:Nov 03 10:33:32 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-4[115949]: 2023-11-03T10:33:32.920+0000 7f62b6389700 -1 osd.4 30 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-03T10:33:33.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:32 smithi077 ceph-mon[108342]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-03T10:33:33.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:32 smithi077 ceph-mon[108342]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-03T10:33:33.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:32 smithi077 ceph-mon[108342]: osdmap e29: 5 total, 4 up, 5 in 2023-11-03T10:33:33.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:32 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-03T10:33:33.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:32 smithi077 ceph-mon[108342]: from='osd.4 [v2:172.21.15.145:6800/565820071,v1:172.21.15.145:6801/565820071]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2023-11-03T10:33:33.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:32 smithi077 ceph-mon[108342]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2023-11-03T10:33:33.287 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph orch daemon add osd smithi145:vg_nvme/lv_3 2023-11-03T10:33:34.227 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:33 smithi145 ceph-mon[111069]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2023-11-03T10:33:34.228 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:33 smithi145 ceph-mon[111069]: osdmap e30: 5 total, 4 up, 5 in 2023-11-03T10:33:34.228 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:33 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-03T10:33:34.228 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:33 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-03T10:33:34.229 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:33 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:33:34.229 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:33 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:33:34.229 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:33 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:33:34.229 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:33 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:33:34.229 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:33 smithi145 ceph-mon[111069]: osd.4 [v2:172.21.15.145:6800/565820071,v1:172.21.15.145:6801/565820071] boot 2023-11-03T10:33:34.230 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:33 smithi145 ceph-mon[111069]: osdmap e31: 5 total, 5 up, 5 in 2023-11-03T10:33:34.230 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:33 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-03T10:33:34.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:33 smithi077 ceph-mon[108342]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2023-11-03T10:33:34.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:33 smithi077 ceph-mon[108342]: osdmap e30: 5 total, 4 up, 5 in 2023-11-03T10:33:34.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:33 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-03T10:33:34.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:33 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-03T10:33:34.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:33 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:33:34.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:33 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:33:34.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:33 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:33:34.255 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:33 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:33:34.255 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:33 smithi077 ceph-mon[108342]: osd.4 [v2:172.21.15.145:6800/565820071,v1:172.21.15.145:6801/565820071] boot 2023-11-03T10:33:34.255 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:33 smithi077 ceph-mon[108342]: osdmap e31: 5 total, 5 up, 5 in 2023-11-03T10:33:34.255 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:33 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-03T10:33:35.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:34 smithi077 ceph-mon[108342]: purged_snaps scrub starts 2023-11-03T10:33:35.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:34 smithi077 ceph-mon[108342]: purged_snaps scrub ok 2023-11-03T10:33:35.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:34 smithi077 ceph-mon[108342]: Detected new or changed devices on smithi145 2023-11-03T10:33:35.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:34 smithi077 ceph-mon[108342]: Adjusting osd_memory_target on smithi145 to 15970M 2023-11-03T10:33:35.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:34 smithi077 ceph-mon[108342]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-03T10:33:35.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:34 smithi077 ceph-mon[108342]: osdmap e32: 5 total, 5 up, 5 in 2023-11-03T10:33:35.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:34 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-03T10:33:35.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:34 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-03T10:33:35.255 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:34 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:33:35.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:34 smithi145 ceph-mon[111069]: purged_snaps scrub starts 2023-11-03T10:33:35.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:34 smithi145 ceph-mon[111069]: purged_snaps scrub ok 2023-11-03T10:33:35.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:34 smithi145 ceph-mon[111069]: Detected new or changed devices on smithi145 2023-11-03T10:33:35.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:34 smithi145 ceph-mon[111069]: Adjusting osd_memory_target on smithi145 to 15970M 2023-11-03T10:33:35.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:34 smithi145 ceph-mon[111069]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-03T10:33:35.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:34 smithi145 ceph-mon[111069]: osdmap e32: 5 total, 5 up, 5 in 2023-11-03T10:33:35.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:34 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-03T10:33:35.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:34 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-03T10:33:35.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:34 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:33:36.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:35 smithi077 ceph-mon[108342]: from='client.24167 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi145:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:33:36.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:35 smithi077 ceph-mon[108342]: osdmap e33: 5 total, 5 up, 5 in 2023-11-03T10:33:36.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:35 smithi145 ceph-mon[111069]: from='client.24167 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi145:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:33:36.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:35 smithi145 ceph-mon[111069]: osdmap e33: 5 total, 5 up, 5 in 2023-11-03T10:33:37.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:36 smithi077 ceph-mon[108342]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-11-03T10:33:37.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:36 smithi077 ceph-mon[108342]: osdmap e34: 5 total, 5 up, 5 in 2023-11-03T10:33:37.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:36 smithi077 ceph-mon[108342]: from='client.? 172.21.15.145:0/1095755427' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f0aebfbf-b8d4-4943-b67c-8ddef013b17c"}]: dispatch 2023-11-03T10:33:37.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:36 smithi077 ceph-mon[108342]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f0aebfbf-b8d4-4943-b67c-8ddef013b17c"}]: dispatch 2023-11-03T10:33:37.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:36 smithi077 ceph-mon[108342]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f0aebfbf-b8d4-4943-b67c-8ddef013b17c"}]': finished 2023-11-03T10:33:37.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:36 smithi077 ceph-mon[108342]: osdmap e35: 6 total, 5 up, 6 in 2023-11-03T10:33:37.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:36 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-03T10:33:37.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:36 smithi145 ceph-mon[111069]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-11-03T10:33:37.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:36 smithi145 ceph-mon[111069]: osdmap e34: 5 total, 5 up, 5 in 2023-11-03T10:33:37.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:36 smithi145 ceph-mon[111069]: from='client.? 172.21.15.145:0/1095755427' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f0aebfbf-b8d4-4943-b67c-8ddef013b17c"}]: dispatch 2023-11-03T10:33:37.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:36 smithi145 ceph-mon[111069]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f0aebfbf-b8d4-4943-b67c-8ddef013b17c"}]: dispatch 2023-11-03T10:33:37.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:36 smithi145 ceph-mon[111069]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f0aebfbf-b8d4-4943-b67c-8ddef013b17c"}]': finished 2023-11-03T10:33:37.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:36 smithi145 ceph-mon[111069]: osdmap e35: 6 total, 5 up, 6 in 2023-11-03T10:33:37.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:36 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-03T10:33:38.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:37 smithi077 ceph-mon[108342]: from='client.? 172.21.15.145:0/1839350822' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-03T10:33:38.334 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:37 smithi145 ceph-mon[111069]: from='client.? 172.21.15.145:0/1839350822' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-03T10:33:39.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:38 smithi145 ceph-mon[111069]: pgmap v86: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail; 130 KiB/s, 0 objects/s recovering 2023-11-03T10:33:39.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:38 smithi077 ceph-mon[108342]: pgmap v86: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail; 130 KiB/s, 0 objects/s recovering 2023-11-03T10:33:41.191 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:40 smithi145 ceph-mon[111069]: pgmap v87: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 104 KiB/s, 0 objects/s recovering 2023-11-03T10:33:41.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:40 smithi077 ceph-mon[108342]: pgmap v87: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 104 KiB/s, 0 objects/s recovering 2023-11-03T10:33:42.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:41 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-03T10:33:42.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:41 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:33:42.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:41 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-03T10:33:42.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:41 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:33:43.236 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:42 smithi145 ceph-mon[111069]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-11-03T10:33:43.237 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:42 smithi145 ceph-mon[111069]: Deploying daemon osd.5 on smithi145 2023-11-03T10:33:43.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:42 smithi077 ceph-mon[108342]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-11-03T10:33:43.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:42 smithi077 ceph-mon[108342]: Deploying daemon osd.5 on smithi145 2023-11-03T10:33:45.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:44 smithi077 ceph-mon[108342]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-11-03T10:33:45.334 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:44 smithi145 ceph-mon[111069]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-11-03T10:33:46.316 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:46 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:33:46.316 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:46 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:33:46.317 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:46 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:33:46.317 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:46 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T10:33:46.317 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:46 smithi145 ceph-mon[111069]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-11-03T10:33:46.503 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:46 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:33:46.503 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:46 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:33:46.503 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:46 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:33:46.504 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:46 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T10:33:46.504 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:46 smithi077 ceph-mon[108342]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-11-03T10:33:47.793 INFO:teuthology.orchestra.run.smithi145.stdout:Created osd(s) 5 on host 'smithi145' 2023-11-03T10:33:48.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:47 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:33:48.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:47 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:33:48.181 DEBUG:teuthology.orchestra.run.smithi145:osd.5> sudo journalctl -f -n 0 -u ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7@osd.5.service 2023-11-03T10:33:48.184 INFO:tasks.cephadm:Deploying osd.6 on smithi145 with /dev/vg_nvme/lv_2... 2023-11-03T10:33:48.184 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-11-03T10:33:48.214 INFO:journalctl@ceph.osd.5.smithi145.stdout:-- Logs begin at Fri 2023-11-03 10:21:35 UTC. -- 2023-11-03T10:33:48.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:47 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:33:48.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:47 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:33:48.507 INFO:journalctl@ceph.osd.5.smithi145.stdout:Nov 03 10:33:48 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-5[119395]: 2023-11-03T10:33:48.297+0000 7f3921b7f3c0 -1 osd.5 0 log_to_monitors true 2023-11-03T10:33:49.037 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:48 smithi145 ceph-mon[111069]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-11-03T10:33:49.037 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:48 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:33:49.037 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:48 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:33:49.037 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:48 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:33:49.038 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:48 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T10:33:49.038 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:48 smithi145 ceph-mon[111069]: from='osd.5 [v2:172.21.15.145:6808/3587504898,v1:172.21.15.145:6809/3587504898]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-03T10:33:49.038 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:48 smithi145 ceph-mon[111069]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-03T10:33:49.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:48 smithi077 ceph-mon[108342]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-11-03T10:33:49.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:48 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:33:49.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:48 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:33:49.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:48 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:33:49.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:48 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T10:33:49.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:48 smithi077 ceph-mon[108342]: from='osd.5 [v2:172.21.15.145:6808/3587504898,v1:172.21.15.145:6809/3587504898]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-03T10:33:49.255 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:48 smithi077 ceph-mon[108342]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-03T10:33:50.205 INFO:teuthology.orchestra.run.smithi145.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-11-03T10:33:50.205 INFO:teuthology.orchestra.run.smithi145.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-11-03T10:33:50.205 INFO:teuthology.orchestra.run.smithi145.stderr: stderr: 10+0 records in 2023-11-03T10:33:50.205 INFO:teuthology.orchestra.run.smithi145.stderr:10+0 records out 2023-11-03T10:33:50.206 INFO:teuthology.orchestra.run.smithi145.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0133522 s, 785 MB/s 2023-11-03T10:33:50.206 INFO:teuthology.orchestra.run.smithi145.stderr:--> Zapping successful for: 2023-11-03T10:33:50.503 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:50 smithi077 ceph-mon[108342]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-03T10:33:50.503 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:50 smithi077 ceph-mon[108342]: osdmap e36: 6 total, 5 up, 6 in 2023-11-03T10:33:50.504 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:50 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-03T10:33:50.504 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:50 smithi077 ceph-mon[108342]: from='osd.5 [v2:172.21.15.145:6808/3587504898,v1:172.21.15.145:6809/3587504898]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2023-11-03T10:33:50.504 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:50 smithi077 ceph-mon[108342]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2023-11-03T10:33:50.504 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:50 smithi077 ceph-mon[108342]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-11-03T10:33:50.511 INFO:journalctl@ceph.osd.5.smithi145.stdout:Nov 03 10:33:50 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-5[119395]: 2023-11-03T10:33:50.163+0000 7f3918582700 -1 osd.5 0 waiting for initial osdmap 2023-11-03T10:33:50.511 INFO:journalctl@ceph.osd.5.smithi145.stdout:Nov 03 10:33:50 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-5[119395]: 2023-11-03T10:33:50.168+0000 7f3914f1d700 -1 osd.5 37 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-03T10:33:50.512 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:50 smithi145 ceph-mon[111069]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-03T10:33:50.512 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:50 smithi145 ceph-mon[111069]: osdmap e36: 6 total, 5 up, 6 in 2023-11-03T10:33:50.512 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:50 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-03T10:33:50.513 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:50 smithi145 ceph-mon[111069]: from='osd.5 [v2:172.21.15.145:6808/3587504898,v1:172.21.15.145:6809/3587504898]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2023-11-03T10:33:50.513 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:50 smithi145 ceph-mon[111069]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2023-11-03T10:33:50.513 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:50 smithi145 ceph-mon[111069]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-11-03T10:33:50.847 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph orch daemon add osd smithi145:vg_nvme/lv_2 2023-11-03T10:33:51.467 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:51 smithi145 ceph-mon[111069]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2023-11-03T10:33:51.467 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:51 smithi145 ceph-mon[111069]: osdmap e37: 6 total, 5 up, 6 in 2023-11-03T10:33:51.468 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:51 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-03T10:33:51.468 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:51 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-03T10:33:51.468 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:51 smithi145 ceph-mon[111069]: Detected new or changed devices on smithi145 2023-11-03T10:33:51.468 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:51 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:33:51.469 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:51 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:33:51.469 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:51 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:33:51.469 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:51 smithi145 ceph-mon[111069]: Adjusting osd_memory_target on smithi145 to 7985M 2023-11-03T10:33:51.469 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:51 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:33:51.469 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:51 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:33:51.503 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:51 smithi077 ceph-mon[108342]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2023-11-03T10:33:51.503 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:51 smithi077 ceph-mon[108342]: osdmap e37: 6 total, 5 up, 6 in 2023-11-03T10:33:51.503 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:51 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-03T10:33:51.504 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:51 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-03T10:33:51.504 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:51 smithi077 ceph-mon[108342]: Detected new or changed devices on smithi145 2023-11-03T10:33:51.504 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:51 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:33:51.504 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:51 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:33:51.504 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:51 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:33:51.505 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:51 smithi077 ceph-mon[108342]: Adjusting osd_memory_target on smithi145 to 7985M 2023-11-03T10:33:51.505 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:51 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:33:51.505 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:51 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:33:52.503 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:52 smithi077 ceph-mon[108342]: purged_snaps scrub starts 2023-11-03T10:33:52.503 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:52 smithi077 ceph-mon[108342]: purged_snaps scrub ok 2023-11-03T10:33:52.503 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:52 smithi077 ceph-mon[108342]: osd.5 [v2:172.21.15.145:6808/3587504898,v1:172.21.15.145:6809/3587504898] boot 2023-11-03T10:33:52.504 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:52 smithi077 ceph-mon[108342]: osdmap e38: 6 total, 6 up, 6 in 2023-11-03T10:33:52.504 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:52 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-03T10:33:52.504 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:52 smithi077 ceph-mon[108342]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-11-03T10:33:52.584 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:52 smithi145 ceph-mon[111069]: purged_snaps scrub starts 2023-11-03T10:33:52.585 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:52 smithi145 ceph-mon[111069]: purged_snaps scrub ok 2023-11-03T10:33:52.585 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:52 smithi145 ceph-mon[111069]: osd.5 [v2:172.21.15.145:6808/3587504898,v1:172.21.15.145:6809/3587504898] boot 2023-11-03T10:33:52.585 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:52 smithi145 ceph-mon[111069]: osdmap e38: 6 total, 6 up, 6 in 2023-11-03T10:33:52.586 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:52 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-03T10:33:52.586 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:52 smithi145 ceph-mon[111069]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-11-03T10:33:53.364 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:53 smithi145 ceph-mon[111069]: osdmap e39: 6 total, 6 up, 6 in 2023-11-03T10:33:53.365 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:53 smithi145 ceph-mon[111069]: from='client.24185 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi145:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:33:53.365 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:53 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-03T10:33:53.365 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:53 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-03T10:33:53.365 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:53 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:33:53.366 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:53 smithi145 ceph-mon[111069]: osdmap e40: 6 total, 6 up, 6 in 2023-11-03T10:33:53.503 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:53 smithi077 ceph-mon[108342]: osdmap e39: 6 total, 6 up, 6 in 2023-11-03T10:33:53.503 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:53 smithi077 ceph-mon[108342]: from='client.24185 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi145:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:33:53.503 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:53 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-03T10:33:53.505 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:53 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-03T10:33:53.505 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:53 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:33:53.505 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:53 smithi077 ceph-mon[108342]: osdmap e40: 6 total, 6 up, 6 in 2023-11-03T10:33:54.753 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:54 smithi077 ceph-mon[108342]: pgmap v99: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-11-03T10:33:54.753 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:54 smithi077 ceph-mon[108342]: osdmap e41: 6 total, 6 up, 6 in 2023-11-03T10:33:54.754 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:54 smithi077 ceph-mon[108342]: from='client.? 172.21.15.145:0/2062942267' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "141286f6-49c2-44c1-8f64-a75c4c2d8b0f"}]: dispatch 2023-11-03T10:33:54.754 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:54 smithi077 ceph-mon[108342]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "141286f6-49c2-44c1-8f64-a75c4c2d8b0f"}]: dispatch 2023-11-03T10:33:54.754 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:54 smithi077 ceph-mon[108342]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "141286f6-49c2-44c1-8f64-a75c4c2d8b0f"}]': finished 2023-11-03T10:33:54.754 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:54 smithi077 ceph-mon[108342]: osdmap e42: 7 total, 6 up, 7 in 2023-11-03T10:33:54.754 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:54 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-03T10:33:54.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:54 smithi145 ceph-mon[111069]: pgmap v99: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-11-03T10:33:54.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:54 smithi145 ceph-mon[111069]: osdmap e41: 6 total, 6 up, 6 in 2023-11-03T10:33:54.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:54 smithi145 ceph-mon[111069]: from='client.? 172.21.15.145:0/2062942267' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "141286f6-49c2-44c1-8f64-a75c4c2d8b0f"}]: dispatch 2023-11-03T10:33:54.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:54 smithi145 ceph-mon[111069]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "141286f6-49c2-44c1-8f64-a75c4c2d8b0f"}]: dispatch 2023-11-03T10:33:54.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:54 smithi145 ceph-mon[111069]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "141286f6-49c2-44c1-8f64-a75c4c2d8b0f"}]': finished 2023-11-03T10:33:54.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:54 smithi145 ceph-mon[111069]: osdmap e42: 7 total, 6 up, 7 in 2023-11-03T10:33:54.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:54 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-03T10:33:55.753 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:55 smithi077 ceph-mon[108342]: from='client.? 172.21.15.145:0/1489468446' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-03T10:33:55.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:55 smithi145 ceph-mon[111069]: from='client.? 172.21.15.145:0/1489468446' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-03T10:33:56.753 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:56 smithi077 ceph-mon[108342]: pgmap v102: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-11-03T10:33:56.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:56 smithi145 ceph-mon[111069]: pgmap v102: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-11-03T10:33:58.753 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:58 smithi077 ceph-mon[108342]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-03T10:33:58.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:58 smithi145 ceph-mon[111069]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-03T10:33:59.585 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:59 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-03T10:33:59.585 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:33:59 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:33:59.753 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:59 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-03T10:33:59.753 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:33:59 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:34:00.702 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:00 smithi145 ceph-mon[111069]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 84 KiB/s, 0 objects/s recovering 2023-11-03T10:34:00.702 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:00 smithi145 ceph-mon[111069]: Deploying daemon osd.6 on smithi145 2023-11-03T10:34:00.753 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:00 smithi077 ceph-mon[108342]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 84 KiB/s, 0 objects/s recovering 2023-11-03T10:34:00.753 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:00 smithi077 ceph-mon[108342]: Deploying daemon osd.6 on smithi145 2023-11-03T10:34:02.676 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:02 smithi145 ceph-mon[111069]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-11-03T10:34:02.753 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:02 smithi077 ceph-mon[108342]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-11-03T10:34:04.081 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:03 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:34:04.081 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:03 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:34:04.081 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:03 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:34:04.082 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:03 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T10:34:04.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:03 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:34:04.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:03 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:34:04.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:03 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:34:04.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:03 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T10:34:04.980 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:04 smithi145 ceph-mon[111069]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-11-03T10:34:05.212 INFO:teuthology.orchestra.run.smithi145.stdout:Created osd(s) 6 on host 'smithi145' 2023-11-03T10:34:05.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:04 smithi077 ceph-mon[108342]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-11-03T10:34:05.648 DEBUG:teuthology.orchestra.run.smithi145:osd.6> sudo journalctl -f -n 0 -u ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7@osd.6.service 2023-11-03T10:34:05.651 INFO:tasks.cephadm:Deploying osd.7 on smithi145 with /dev/vg_nvme/lv_1... 2023-11-03T10:34:05.651 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-11-03T10:34:05.680 INFO:journalctl@ceph.osd.6.smithi145.stdout:-- Logs begin at Fri 2023-11-03 10:21:35 UTC. -- 2023-11-03T10:34:06.311 INFO:journalctl@ceph.osd.6.smithi145.stdout:Nov 03 10:34:06 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-6[122924]: 2023-11-03T10:34:06.033+0000 7fe8b57b13c0 -1 osd.6 0 log_to_monitors true 2023-11-03T10:34:06.312 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:06 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:34:06.312 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:06 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:34:06.312 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:06 smithi145 ceph-mon[111069]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 46 KiB/s, 0 objects/s recovering 2023-11-03T10:34:06.312 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:06 smithi145 ceph-mon[111069]: from='osd.6 [v2:172.21.15.145:6816/1642695713,v1:172.21.15.145:6817/1642695713]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-03T10:34:06.313 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:06 smithi145 ceph-mon[111069]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-03T10:34:06.503 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:06 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:34:06.503 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:06 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:34:06.504 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:06 smithi077 ceph-mon[108342]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 46 KiB/s, 0 objects/s recovering 2023-11-03T10:34:06.504 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:06 smithi077 ceph-mon[108342]: from='osd.6 [v2:172.21.15.145:6816/1642695713,v1:172.21.15.145:6817/1642695713]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-03T10:34:06.504 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:06 smithi077 ceph-mon[108342]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-03T10:34:07.585 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:07 smithi145 ceph-mon[111069]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-03T10:34:07.585 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:07 smithi145 ceph-mon[111069]: osdmap e43: 7 total, 6 up, 7 in 2023-11-03T10:34:07.586 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:07 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-03T10:34:07.586 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:07 smithi145 ceph-mon[111069]: from='osd.6 [v2:172.21.15.145:6816/1642695713,v1:172.21.15.145:6817/1642695713]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2023-11-03T10:34:07.586 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:07 smithi145 ceph-mon[111069]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2023-11-03T10:34:07.586 INFO:journalctl@ceph.osd.6.smithi145.stdout:Nov 03 10:34:07 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-6[122924]: 2023-11-03T10:34:07.287+0000 7fe8ac1b4700 -1 osd.6 0 waiting for initial osdmap 2023-11-03T10:34:07.587 INFO:journalctl@ceph.osd.6.smithi145.stdout:Nov 03 10:34:07 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-6[122924]: 2023-11-03T10:34:07.293+0000 7fe8a6b4b700 -1 osd.6 44 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-03T10:34:07.601 INFO:teuthology.orchestra.run.smithi145.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-11-03T10:34:07.601 INFO:teuthology.orchestra.run.smithi145.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-11-03T10:34:07.601 INFO:teuthology.orchestra.run.smithi145.stderr: stderr: 10+0 records in 2023-11-03T10:34:07.602 INFO:teuthology.orchestra.run.smithi145.stderr:10+0 records out 2023-11-03T10:34:07.602 INFO:teuthology.orchestra.run.smithi145.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0137561 s, 762 MB/s 2023-11-03T10:34:07.602 INFO:teuthology.orchestra.run.smithi145.stderr:--> Zapping successful for: 2023-11-03T10:34:07.753 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:07 smithi077 ceph-mon[108342]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-03T10:34:07.753 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:07 smithi077 ceph-mon[108342]: osdmap e43: 7 total, 6 up, 7 in 2023-11-03T10:34:07.754 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:07 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-03T10:34:07.754 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:07 smithi077 ceph-mon[108342]: from='osd.6 [v2:172.21.15.145:6816/1642695713,v1:172.21.15.145:6817/1642695713]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2023-11-03T10:34:07.754 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:07 smithi077 ceph-mon[108342]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2023-11-03T10:34:08.120 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph orch daemon add osd smithi145:vg_nvme/lv_1 2023-11-03T10:34:08.565 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:08 smithi145 ceph-mon[111069]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2023-11-03T10:34:08.566 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:08 smithi145 ceph-mon[111069]: osdmap e44: 7 total, 6 up, 7 in 2023-11-03T10:34:08.566 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:08 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-03T10:34:08.566 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:08 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-03T10:34:08.566 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:08 smithi145 ceph-mon[111069]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-03T10:34:08.753 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:08 smithi077 ceph-mon[108342]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2023-11-03T10:34:08.753 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:08 smithi077 ceph-mon[108342]: osdmap e44: 7 total, 6 up, 7 in 2023-11-03T10:34:08.754 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:08 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-03T10:34:08.754 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:08 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-03T10:34:08.754 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:08 smithi077 ceph-mon[108342]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-03T10:34:09.585 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:09 smithi145 ceph-mon[111069]: purged_snaps scrub starts 2023-11-03T10:34:09.585 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:09 smithi145 ceph-mon[111069]: purged_snaps scrub ok 2023-11-03T10:34:09.586 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:09 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-03T10:34:09.586 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:09 smithi145 ceph-mon[111069]: osd.6 [v2:172.21.15.145:6816/1642695713,v1:172.21.15.145:6817/1642695713] boot 2023-11-03T10:34:09.586 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:09 smithi145 ceph-mon[111069]: osdmap e45: 7 total, 7 up, 7 in 2023-11-03T10:34:09.586 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:09 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-03T10:34:09.586 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:09 smithi145 ceph-mon[111069]: Detected new or changed devices on smithi145 2023-11-03T10:34:09.587 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:09 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:34:09.587 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:09 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:34:09.587 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:09 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:34:09.587 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:09 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:34:09.587 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:09 smithi145 ceph-mon[111069]: Adjusting osd_memory_target on smithi145 to 5323M 2023-11-03T10:34:09.588 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:09 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:34:09.588 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:09 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:34:09.588 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:09 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:34:09.588 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:09 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:34:09.588 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:09 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T10:34:09.589 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:09 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:34:09.753 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:09 smithi077 ceph-mon[108342]: purged_snaps scrub starts 2023-11-03T10:34:09.753 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:09 smithi077 ceph-mon[108342]: purged_snaps scrub ok 2023-11-03T10:34:09.754 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:09 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-03T10:34:09.754 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:09 smithi077 ceph-mon[108342]: osd.6 [v2:172.21.15.145:6816/1642695713,v1:172.21.15.145:6817/1642695713] boot 2023-11-03T10:34:09.754 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:09 smithi077 ceph-mon[108342]: osdmap e45: 7 total, 7 up, 7 in 2023-11-03T10:34:09.754 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:09 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-03T10:34:09.754 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:09 smithi077 ceph-mon[108342]: Detected new or changed devices on smithi145 2023-11-03T10:34:09.755 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:09 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:34:09.755 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:09 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:34:09.755 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:09 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:34:09.755 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:09 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:34:09.755 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:09 smithi077 ceph-mon[108342]: Adjusting osd_memory_target on smithi145 to 5323M 2023-11-03T10:34:09.756 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:09 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:34:09.756 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:09 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:34:09.756 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:09 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:34:09.756 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:09 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:34:09.756 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:09 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T10:34:09.757 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:09 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:34:10.585 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:10 smithi145 ceph-mon[111069]: osdmap e46: 7 total, 7 up, 7 in 2023-11-03T10:34:10.585 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:10 smithi145 ceph-mon[111069]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-11-03T10:34:10.585 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:10 smithi145 ceph-mon[111069]: from='client.24203 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi145:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:34:10.585 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:10 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-03T10:34:10.586 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:10 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-03T10:34:10.586 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:10 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:34:10.753 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:10 smithi077 ceph-mon[108342]: osdmap e46: 7 total, 7 up, 7 in 2023-11-03T10:34:10.753 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:10 smithi077 ceph-mon[108342]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-11-03T10:34:10.754 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:10 smithi077 ceph-mon[108342]: from='client.24203 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi145:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:34:10.754 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:10 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-03T10:34:10.754 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:10 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-03T10:34:10.754 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:10 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:34:11.585 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:11 smithi145 ceph-mon[111069]: osdmap e47: 7 total, 7 up, 7 in 2023-11-03T10:34:11.753 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:11 smithi077 ceph-mon[108342]: osdmap e47: 7 total, 7 up, 7 in 2023-11-03T10:34:12.585 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:12 smithi145 ceph-mon[111069]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-11-03T10:34:12.585 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:12 smithi145 ceph-mon[111069]: osdmap e48: 7 total, 7 up, 7 in 2023-11-03T10:34:12.585 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:12 smithi145 ceph-mon[111069]: from='client.? 172.21.15.145:0/3779483703' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f2561c2b-d193-46f3-980a-b7a69f46b991"}]: dispatch 2023-11-03T10:34:12.586 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:12 smithi145 ceph-mon[111069]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f2561c2b-d193-46f3-980a-b7a69f46b991"}]: dispatch 2023-11-03T10:34:12.586 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:12 smithi145 ceph-mon[111069]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f2561c2b-d193-46f3-980a-b7a69f46b991"}]': finished 2023-11-03T10:34:12.586 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:12 smithi145 ceph-mon[111069]: osdmap e49: 8 total, 7 up, 8 in 2023-11-03T10:34:12.586 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:12 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-03T10:34:12.586 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:12 smithi145 ceph-mon[111069]: from='client.? 172.21.15.145:0/3414939678' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-03T10:34:12.753 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:12 smithi077 ceph-mon[108342]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-11-03T10:34:12.754 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:12 smithi077 ceph-mon[108342]: osdmap e48: 7 total, 7 up, 7 in 2023-11-03T10:34:12.754 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:12 smithi077 ceph-mon[108342]: from='client.? 172.21.15.145:0/3779483703' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f2561c2b-d193-46f3-980a-b7a69f46b991"}]: dispatch 2023-11-03T10:34:12.754 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:12 smithi077 ceph-mon[108342]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f2561c2b-d193-46f3-980a-b7a69f46b991"}]: dispatch 2023-11-03T10:34:12.754 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:12 smithi077 ceph-mon[108342]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f2561c2b-d193-46f3-980a-b7a69f46b991"}]': finished 2023-11-03T10:34:12.755 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:12 smithi077 ceph-mon[108342]: osdmap e49: 8 total, 7 up, 8 in 2023-11-03T10:34:12.755 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:12 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-03T10:34:12.755 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:12 smithi077 ceph-mon[108342]: from='client.? 172.21.15.145:0/3414939678' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-03T10:34:14.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:14 smithi145 ceph-mon[111069]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-11-03T10:34:14.753 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:14 smithi077 ceph-mon[108342]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-11-03T10:34:16.747 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:16 smithi145 ceph-mon[111069]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-11-03T10:34:16.753 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:16 smithi077 ceph-mon[108342]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-11-03T10:34:17.576 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:17 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-03T10:34:17.577 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:17 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:34:17.577 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:17 smithi145 ceph-mon[111069]: Deploying daemon osd.7 on smithi145 2023-11-03T10:34:17.753 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:17 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-03T10:34:17.754 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:17 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:34:17.754 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:17 smithi077 ceph-mon[108342]: Deploying daemon osd.7 on smithi145 2023-11-03T10:34:18.571 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:18 smithi145 ceph-mon[111069]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 74 KiB/s, 0 objects/s recovering 2023-11-03T10:34:18.753 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:18 smithi077 ceph-mon[108342]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 74 KiB/s, 0 objects/s recovering 2023-11-03T10:34:20.753 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:20 smithi077 ceph-mon[108342]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-11-03T10:34:20.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:20 smithi145 ceph-mon[111069]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-11-03T10:34:21.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:21 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:34:21.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:21 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:34:21.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:21 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:34:21.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:21 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T10:34:22.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:21 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:34:22.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:21 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:34:22.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:21 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:34:22.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:21 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T10:34:22.753 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:22 smithi077 ceph-mon[108342]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-11-03T10:34:22.753 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:22 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:34:22.753 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:22 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:34:22.789 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:22 smithi145 ceph-mon[111069]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-11-03T10:34:22.789 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:22 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:34:22.789 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:22 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:34:22.872 INFO:teuthology.orchestra.run.smithi145.stdout:Created osd(s) 7 on host 'smithi145' 2023-11-03T10:34:23.263 DEBUG:teuthology.orchestra.run.smithi145:osd.7> sudo journalctl -f -n 0 -u ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7@osd.7.service 2023-11-03T10:34:23.266 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-11-03T10:34:23.266 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph osd stat -f json 2023-11-03T10:34:23.294 INFO:journalctl@ceph.osd.7.smithi145.stdout:-- Logs begin at Fri 2023-11-03 10:21:35 UTC. -- 2023-11-03T10:34:24.085 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:34:23 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:34:23.721+0000 7fbb990ed3c0 -1 osd.7 0 log_to_monitors true 2023-11-03T10:34:24.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:23 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:34:24.086 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:23 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:34:24.086 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:23 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:34:24.086 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:23 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T10:34:24.086 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:23 smithi145 ceph-mon[111069]: from='osd.7 [v2:172.21.15.145:6824/2471724950,v1:172.21.15.145:6825/2471724950]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-03T10:34:24.086 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:23 smithi145 ceph-mon[111069]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-03T10:34:24.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:23 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:34:24.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:23 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:34:24.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:23 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:34:24.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:23 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T10:34:24.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:23 smithi077 ceph-mon[108342]: from='osd.7 [v2:172.21.15.145:6824/2471724950,v1:172.21.15.145:6825/2471724950]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-03T10:34:24.255 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:23 smithi077 ceph-mon[108342]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-03T10:34:24.671 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-11-03T10:34:25.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:24 smithi077 ceph-mon[108342]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-11-03T10:34:25.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:24 smithi077 ceph-mon[108342]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-03T10:34:25.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:24 smithi077 ceph-mon[108342]: osdmap e50: 8 total, 7 up, 8 in 2023-11-03T10:34:25.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:24 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-03T10:34:25.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:24 smithi077 ceph-mon[108342]: from='osd.7 [v2:172.21.15.145:6824/2471724950,v1:172.21.15.145:6825/2471724950]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2023-11-03T10:34:25.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:24 smithi077 ceph-mon[108342]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2023-11-03T10:34:25.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:24 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/1804720710' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-03T10:34:25.060 INFO:teuthology.orchestra.run.smithi077.stdout:{"epoch":50,"num_osds":8,"num_up_osds":7,"osd_up_since":1699007648,"num_in_osds":8,"osd_in_since":1699007651,"num_remapped_pgs":0} 2023-11-03T10:34:25.142 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:24 smithi145 ceph-mon[111069]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-11-03T10:34:25.142 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:24 smithi145 ceph-mon[111069]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-03T10:34:25.143 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:24 smithi145 ceph-mon[111069]: osdmap e50: 8 total, 7 up, 8 in 2023-11-03T10:34:25.143 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:24 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-03T10:34:25.143 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:24 smithi145 ceph-mon[111069]: from='osd.7 [v2:172.21.15.145:6824/2471724950,v1:172.21.15.145:6825/2471724950]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2023-11-03T10:34:25.143 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:24 smithi145 ceph-mon[111069]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2023-11-03T10:34:25.143 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:24 smithi145 ceph-mon[111069]: from='client.? 172.21.15.77:0/1804720710' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-03T10:34:25.585 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:34:25 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:34:25.349+0000 7fbb8faf0700 -1 osd.7 0 waiting for initial osdmap 2023-11-03T10:34:25.585 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:34:25 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:34:25.358+0000 7fbb8c48b700 -1 osd.7 51 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-03T10:34:26.061 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph osd stat -f json 2023-11-03T10:34:26.715 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:26 smithi077 ceph-mon[108342]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-11-03T10:34:26.716 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:26 smithi077 ceph-mon[108342]: Detected new or changed devices on smithi145 2023-11-03T10:34:26.716 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:26 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:34:26.716 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:26 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:34:26.716 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:26 smithi077 ceph-mon[108342]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2023-11-03T10:34:26.717 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:26 smithi077 ceph-mon[108342]: osdmap e51: 8 total, 7 up, 8 in 2023-11-03T10:34:26.717 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:26 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-03T10:34:26.717 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:26 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:34:26.717 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:26 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:34:26.717 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:26 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:34:26.718 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:26 smithi077 ceph-mon[108342]: Adjusting osd_memory_target on smithi145 to 3992M 2023-11-03T10:34:26.718 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:26 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:34:26.718 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:26 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-03T10:34:26.718 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:26 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:34:26.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:26 smithi145 ceph-mon[111069]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-11-03T10:34:26.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:26 smithi145 ceph-mon[111069]: Detected new or changed devices on smithi145 2023-11-03T10:34:26.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:26 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:34:26.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:26 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:34:26.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:26 smithi145 ceph-mon[111069]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2023-11-03T10:34:26.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:26 smithi145 ceph-mon[111069]: osdmap e51: 8 total, 7 up, 8 in 2023-11-03T10:34:26.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:26 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-03T10:34:26.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:26 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:34:26.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:26 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:34:26.837 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:26 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:34:26.837 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:26 smithi145 ceph-mon[111069]: Adjusting osd_memory_target on smithi145 to 3992M 2023-11-03T10:34:26.837 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:26 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:34:26.837 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:26 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-03T10:34:26.837 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:26 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:34:27.466 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-11-03T10:34:27.631 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:27 smithi077 ceph-mon[108342]: purged_snaps scrub starts 2023-11-03T10:34:27.632 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:27 smithi077 ceph-mon[108342]: purged_snaps scrub ok 2023-11-03T10:34:27.632 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:27 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-03T10:34:27.632 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:27 smithi077 ceph-mon[108342]: osd.7 [v2:172.21.15.145:6824/2471724950,v1:172.21.15.145:6825/2471724950] boot 2023-11-03T10:34:27.632 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:27 smithi077 ceph-mon[108342]: osdmap e52: 8 total, 8 up, 8 in 2023-11-03T10:34:27.633 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:27 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-03T10:34:27.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:27 smithi145 ceph-mon[111069]: purged_snaps scrub starts 2023-11-03T10:34:27.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:27 smithi145 ceph-mon[111069]: purged_snaps scrub ok 2023-11-03T10:34:27.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:27 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-03T10:34:27.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:27 smithi145 ceph-mon[111069]: osd.7 [v2:172.21.15.145:6824/2471724950,v1:172.21.15.145:6825/2471724950] boot 2023-11-03T10:34:27.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:27 smithi145 ceph-mon[111069]: osdmap e52: 8 total, 8 up, 8 in 2023-11-03T10:34:27.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:27 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-03T10:34:27.851 INFO:teuthology.orchestra.run.smithi077.stdout:{"epoch":53,"num_osds":8,"num_up_osds":8,"osd_up_since":1699007666,"num_in_osds":8,"osd_in_since":1699007651,"num_remapped_pgs":1} 2023-11-03T10:34:27.851 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph osd dump --format=json 2023-11-03T10:34:28.077 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/mon.smithi077/config 2023-11-03T10:34:28.503 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:28 smithi077 ceph-mon[108342]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-11-03T10:34:28.503 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:28 smithi077 ceph-mon[108342]: osdmap e53: 8 total, 8 up, 8 in 2023-11-03T10:34:28.503 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:28 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/2607708835' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-03T10:34:28.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:28 smithi145 ceph-mon[111069]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-11-03T10:34:28.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:28 smithi145 ceph-mon[111069]: osdmap e53: 8 total, 8 up, 8 in 2023-11-03T10:34:28.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:28 smithi145 ceph-mon[111069]: from='client.? 172.21.15.77:0/2607708835' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-03T10:34:29.243 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-11-03T10:34:29.244 INFO:teuthology.orchestra.run.smithi077.stdout:{"epoch":54,"fsid":"e5ec03a0-7a33-11ee-8db9-212e2dc638e7","created":"2023-11-03T10:30:05.276159+0000","modified":"2023-11-03T10:34:28.355217+0000","last_up_change":"2023-11-03T10:34:26.345455+0000","last_in_change":"2023-11-03T10:34:11.388172+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-11-03T10:32:59.572023+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"23","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"2ad920db-c668-47c6-8abe-970c63dd6653","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":53,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6802","nonce":1831633268},{"type":"v1","addr":"172.21.15.77:6803","nonce":1831633268}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6804","nonce":1831633268},{"type":"v1","addr":"172.21.15.77:6805","nonce":1831633268}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6808","nonce":1831633268},{"type":"v1","addr":"172.21.15.77:6809","nonce":1831633268}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6806","nonce":1831633268},{"type":"v1","addr":"172.21.15.77:6807","nonce":1831633268}]},"public_addr":"172.21.15.77:6803/1831633268","cluster_addr":"172.21.15.77:6805/1831633268","heartbeat_back_addr":"172.21.15.77:6809/1831633268","heartbeat_front_addr":"172.21.15.77:6807/1831633268","state":["exists","up"]},{"osd":1,"uuid":"50e83167-0c61-4911-99fb-e03ccde6303a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6810","nonce":2198985430},{"type":"v1","addr":"172.21.15.77:6811","nonce":2198985430}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6812","nonce":2198985430},{"type":"v1","addr":"172.21.15.77:6813","nonce":2198985430}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6816","nonce":2198985430},{"type":"v1","addr":"172.21.15.77:6817","nonce":2198985430}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6814","nonce":2198985430},{"type":"v1","addr":"172.21.15.77:6815","nonce":2198985430}]},"public_addr":"172.21.15.77:6811/2198985430","cluster_addr":"172.21.15.77:6813/2198985430","heartbeat_back_addr":"172.21.15.77:6817/2198985430","heartbeat_front_addr":"172.21.15.77:6815/2198985430","state":["exists","up"]},{"osd":2,"uuid":"89540ed1-8c9a-41e5-b268-8da3c0f6b1db","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.77:6818","nonce":2029678290},{"type":"v1","addr":"172.21.15.77:6819","nonce":2029678290}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6820","nonce":2029678290},{"type":"v1","addr":"172.21.15.77:6821","nonce":2029678290}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6824","nonce":2029678290},{"type":"v1","addr":"172.21.15.77:6825","nonce":2029678290}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6822","nonce":2029678290},{"type":"v1","addr":"172.21.15.77:6823","nonce":2029678290}]},"public_addr":"172.21.15.77:6819/2029678290","cluster_addr":"172.21.15.77:6821/2029678290","heartbeat_back_addr":"172.21.15.77:6825/2029678290","heartbeat_front_addr":"172.21.15.77:6823/2029678290","state":["exists","up"]},{"osd":3,"uuid":"490282db-08aa-40f4-bbef-2c76409a510b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6826","nonce":1992636840},{"type":"v1","addr":"172.21.15.77:6827","nonce":1992636840}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6828","nonce":1992636840},{"type":"v1","addr":"172.21.15.77:6829","nonce":1992636840}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6832","nonce":1992636840},{"type":"v1","addr":"172.21.15.77:6833","nonce":1992636840}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6830","nonce":1992636840},{"type":"v1","addr":"172.21.15.77:6831","nonce":1992636840}]},"public_addr":"172.21.15.77:6827/1992636840","cluster_addr":"172.21.15.77:6829/1992636840","heartbeat_back_addr":"172.21.15.77:6833/1992636840","heartbeat_front_addr":"172.21.15.77:6831/1992636840","state":["exists","up"]},{"osd":4,"uuid":"ab2cab9f-276a-48ec-8457-f30af7e5f4d4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6800","nonce":565820071},{"type":"v1","addr":"172.21.15.145:6801","nonce":565820071}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6802","nonce":565820071},{"type":"v1","addr":"172.21.15.145:6803","nonce":565820071}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6806","nonce":565820071},{"type":"v1","addr":"172.21.15.145:6807","nonce":565820071}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6804","nonce":565820071},{"type":"v1","addr":"172.21.15.145:6805","nonce":565820071}]},"public_addr":"172.21.15.145:6801/565820071","cluster_addr":"172.21.15.145:6803/565820071","heartbeat_back_addr":"172.21.15.145:6807/565820071","heartbeat_front_addr":"172.21.15.145:6805/565820071","state":["exists","up"]},{"osd":5,"uuid":"f0aebfbf-b8d4-4943-b67c-8ddef013b17c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6808","nonce":3587504898},{"type":"v1","addr":"172.21.15.145:6809","nonce":3587504898}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6810","nonce":3587504898},{"type":"v1","addr":"172.21.15.145:6811","nonce":3587504898}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6814","nonce":3587504898},{"type":"v1","addr":"172.21.15.145:6815","nonce":3587504898}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6812","nonce":3587504898},{"type":"v1","addr":"172.21.15.145:6813","nonce":3587504898}]},"public_addr":"172.21.15.145:6809/3587504898","cluster_addr":"172.21.15.145:6811/3587504898","heartbeat_back_addr":"172.21.15.145:6815/3587504898","heartbeat_front_addr":"172.21.15.145:6813/3587504898","state":["exists","up"]},{"osd":6,"uuid":"141286f6-49c2-44c1-8f64-a75c4c2d8b0f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":45,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6816","nonce":1642695713},{"type":"v1","addr":"172.21.15.145:6817","nonce":1642695713}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6818","nonce":1642695713},{"type":"v1","addr":"172.21.15.145:6819","nonce":1642695713}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6822","nonce":1642695713},{"type":"v1","addr":"172.21.15.145:6823","nonce":1642695713}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6820","nonce":1642695713},{"type":"v1","addr":"172.21.15.145:6821","nonce":1642695713}]},"public_addr":"172.21.15.145:6817/1642695713","cluster_addr":"172.21.15.145:6819/1642695713","heartbeat_back_addr":"172.21.15.145:6823/1642695713","heartbeat_front_addr":"172.21.15.145:6821/1642695713","state":["exists","up"]},{"osd":7,"uuid":"f2561c2b-d193-46f3-980a-b7a69f46b991","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":52,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6824","nonce":2471724950},{"type":"v1","addr":"172.21.15.145:6825","nonce":2471724950}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6826","nonce":2471724950},{"type":"v1","addr":"172.21.15.145:6827","nonce":2471724950}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6830","nonce":2471724950},{"type":"v1","addr":"172.21.15.145:6831","nonce":2471724950}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6828","nonce":2471724950},{"type":"v1","addr":"172.21.15.145:6829","nonce":2471724950}]},"public_addr":"172.21.15.145:6825/2471724950","cluster_addr":"172.21.15.145:6827/2471724950","heartbeat_back_addr":"172.21.15.145:6831/2471724950","heartbeat_front_addr":"172.21.15.145:6829/2471724950","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-03T10:32:20.922911+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-03T10:32:38.013298+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-03T10:32:56.467460+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-03T10:33:15.534487+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-03T10:33:32.505878+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-03T10:33:49.339046+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-03T10:34:07.003010+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-03T10:34:24.679581+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[{"pgid":"1.0","osds":[0,6]}],"primary_temp":[],"blocklist":{"172.21.15.77:0/2018872241":"2023-11-04T10:31:30.833537+0000","172.21.15.77:6800/3784047647":"2023-11-04T10:31:30.833537+0000","172.21.15.77:6801/3784047647":"2023-11-04T10:31:30.833537+0000","172.21.15.77:6801/448350201":"2023-11-04T10:30:52.729972+0000","172.21.15.77:6800/448350201":"2023-11-04T10:30:52.729972+0000","172.21.15.77:0/3510786449":"2023-11-04T10:30:52.729972+0000","172.21.15.77:0/1058821488":"2023-11-04T10:30:52.729972+0000","172.21.15.77:0/1937007619":"2023-11-04T10:30:52.729972+0000","172.21.15.77:0/3158306182":"2023-11-04T10:30:28.023720+0000","172.21.15.77:6800/2653777809":"2023-11-04T10:30:28.023720+0000","172.21.15.77:0/3291771956":"2023-11-04T10:31:30.833537+0000","172.21.15.77:6801/2653777809":"2023-11-04T10:30:28.023720+0000","172.21.15.77:0/2486010284":"2023-11-04T10:30:28.023720+0000","172.21.15.77:0/3511238991":"2023-11-04T10:31:30.833537+0000","172.21.15.77:0/1437014439":"2023-11-04T10:30:28.023720+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-11-03T10:34:29.568 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:29 smithi077 ceph-mon[108342]: osdmap e54: 8 total, 8 up, 8 in 2023-11-03T10:34:29.568 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:29 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/4273352575' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-03T10:34:29.635 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-11-03T10:32:59.572023+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '23', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}}] 2023-11-03T10:34:29.635 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph osd pool get .mgr pg_num 2023-11-03T10:34:29.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:29 smithi145 ceph-mon[111069]: osdmap e54: 8 total, 8 up, 8 in 2023-11-03T10:34:29.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:29 smithi145 ceph-mon[111069]: from='client.? 172.21.15.77:0/4273352575' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-03T10:34:29.869 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/mon.smithi077/config 2023-11-03T10:34:30.614 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:30 smithi077 ceph-mon[108342]: pgmap v131: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T10:34:30.614 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:30 smithi077 ceph-mon[108342]: osdmap e55: 8 total, 8 up, 8 in 2023-11-03T10:34:30.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:30 smithi145 ceph-mon[111069]: pgmap v131: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T10:34:30.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:30 smithi145 ceph-mon[111069]: osdmap e55: 8 total, 8 up, 8 in 2023-11-03T10:34:30.975 INFO:teuthology.orchestra.run.smithi077.stdout:pg_num: 1 2023-11-03T10:34:31.362 INFO:tasks.cephadm:Setting up client nodes... 2023-11-03T10:34:31.362 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-11-03T10:34:31.653 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:31 smithi077 ceph-mon[108342]: osdmap e56: 8 total, 8 up, 8 in 2023-11-03T10:34:31.654 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:31 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/2054046015' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-11-03T10:34:31.654 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:31 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.iwfrkz/mirror_snapshot_schedule"}]: dispatch 2023-11-03T10:34:31.654 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:31 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.iwfrkz/trash_purge_schedule"}]: dispatch 2023-11-03T10:34:31.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:31 smithi145 ceph-mon[111069]: osdmap e56: 8 total, 8 up, 8 in 2023-11-03T10:34:31.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:31 smithi145 ceph-mon[111069]: from='client.? 172.21.15.77:0/2054046015' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-11-03T10:34:31.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:31 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.iwfrkz/mirror_snapshot_schedule"}]: dispatch 2023-11-03T10:34:31.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:31 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.iwfrkz/trash_purge_schedule"}]: dispatch 2023-11-03T10:34:32.730 INFO:teuthology.orchestra.run.smithi077.stdout:[client.0] 2023-11-03T10:34:32.731 INFO:teuthology.orchestra.run.smithi077.stdout: key = AQC4zERlPJA8KxAABPl8xKXb4ySwRnLZjEuEow== 2023-11-03T10:34:32.753 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:32 smithi077 ceph-mon[108342]: pgmap v134: 1 pgs: 1 remapped+peering; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-11-03T10:34:32.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:32 smithi145 ceph-mon[111069]: pgmap v134: 1 pgs: 1 remapped+peering; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-11-03T10:34:33.111 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2023-11-03T10:34:33.111 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-11-03T10:34:33.112 DEBUG:teuthology.orchestra.run.smithi077:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-11-03T10:34:33.153 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-11-03T10:34:33.155 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-11-03T10:34:33.155 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph mgr dump --format=json 2023-11-03T10:34:33.418 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/mon.smithi077/config 2023-11-03T10:34:33.753 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:33 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/2053065298' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-03T10:34:33.753 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:33 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/2053065298' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-03T10:34:33.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:33 smithi145 ceph-mon[111069]: from='client.? 172.21.15.77:0/2053065298' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-03T10:34:33.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:33 smithi145 ceph-mon[111069]: from='client.? 172.21.15.77:0/2053065298' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-03T10:34:34.666 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-11-03T10:34:34.984 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:34 smithi077 ceph-mon[108342]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 87 KiB/s, 0 objects/s recovering 2023-11-03T10:34:34.984 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:34 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/1324923581' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-03T10:34:35.041 INFO:teuthology.orchestra.run.smithi077.stdout:{"epoch":19,"active_gid":14204,"active_name":"smithi077.iwfrkz","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6800","nonce":1603496264},{"type":"v1","addr":"172.21.15.77:6801","nonce":1603496264}]},"active_addr":"172.21.15.77:6801/1603496264","active_change":"2023-11-03T10:31:30.833874+0000","active_mgr_features":4540138303579357183,"available":true,"standbys":[{"gid":14222,"name":"smithi145.ojodkj","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.77:8443/","prometheus":"http://172.21.15.77: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.77:0","nonce":3723486334}]},{"addrvec":[{"type":"v2","addr":"172.21.15.77:0","nonce":857067877}]},{"addrvec":[{"type":"v2","addr":"172.21.15.77:0","nonce":1331315449}]},{"addrvec":[{"type":"v2","addr":"172.21.15.77:0","nonce":1200779985}]}]}} 2023-11-03T10:34:35.047 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-11-03T10:34:35.047 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-11-03T10:34:35.047 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph osd dump --format=json 2023-11-03T10:34:35.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:34 smithi145 ceph-mon[111069]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 87 KiB/s, 0 objects/s recovering 2023-11-03T10:34:35.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:34 smithi145 ceph-mon[111069]: from='client.? 172.21.15.77:0/1324923581' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-03T10:34:35.272 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/mon.smithi077/config 2023-11-03T10:34:36.483 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-11-03T10:34:36.484 INFO:teuthology.orchestra.run.smithi077.stdout:{"epoch":56,"fsid":"e5ec03a0-7a33-11ee-8db9-212e2dc638e7","created":"2023-11-03T10:30:05.276159+0000","modified":"2023-11-03T10:34:30.363632+0000","last_up_change":"2023-11-03T10:34:26.345455+0000","last_in_change":"2023-11-03T10:34:11.388172+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-11-03T10:32:59.572023+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"23","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"2ad920db-c668-47c6-8abe-970c63dd6653","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":54,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6802","nonce":1831633268},{"type":"v1","addr":"172.21.15.77:6803","nonce":1831633268}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6804","nonce":1831633268},{"type":"v1","addr":"172.21.15.77:6805","nonce":1831633268}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6808","nonce":1831633268},{"type":"v1","addr":"172.21.15.77:6809","nonce":1831633268}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6806","nonce":1831633268},{"type":"v1","addr":"172.21.15.77:6807","nonce":1831633268}]},"public_addr":"172.21.15.77:6803/1831633268","cluster_addr":"172.21.15.77:6805/1831633268","heartbeat_back_addr":"172.21.15.77:6809/1831633268","heartbeat_front_addr":"172.21.15.77:6807/1831633268","state":["exists","up"]},{"osd":1,"uuid":"50e83167-0c61-4911-99fb-e03ccde6303a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6810","nonce":2198985430},{"type":"v1","addr":"172.21.15.77:6811","nonce":2198985430}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6812","nonce":2198985430},{"type":"v1","addr":"172.21.15.77:6813","nonce":2198985430}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6816","nonce":2198985430},{"type":"v1","addr":"172.21.15.77:6817","nonce":2198985430}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6814","nonce":2198985430},{"type":"v1","addr":"172.21.15.77:6815","nonce":2198985430}]},"public_addr":"172.21.15.77:6811/2198985430","cluster_addr":"172.21.15.77:6813/2198985430","heartbeat_back_addr":"172.21.15.77:6817/2198985430","heartbeat_front_addr":"172.21.15.77:6815/2198985430","state":["exists","up"]},{"osd":2,"uuid":"89540ed1-8c9a-41e5-b268-8da3c0f6b1db","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.77:6818","nonce":2029678290},{"type":"v1","addr":"172.21.15.77:6819","nonce":2029678290}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6820","nonce":2029678290},{"type":"v1","addr":"172.21.15.77:6821","nonce":2029678290}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6824","nonce":2029678290},{"type":"v1","addr":"172.21.15.77:6825","nonce":2029678290}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6822","nonce":2029678290},{"type":"v1","addr":"172.21.15.77:6823","nonce":2029678290}]},"public_addr":"172.21.15.77:6819/2029678290","cluster_addr":"172.21.15.77:6821/2029678290","heartbeat_back_addr":"172.21.15.77:6825/2029678290","heartbeat_front_addr":"172.21.15.77:6823/2029678290","state":["exists","up"]},{"osd":3,"uuid":"490282db-08aa-40f4-bbef-2c76409a510b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6826","nonce":1992636840},{"type":"v1","addr":"172.21.15.77:6827","nonce":1992636840}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6828","nonce":1992636840},{"type":"v1","addr":"172.21.15.77:6829","nonce":1992636840}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6832","nonce":1992636840},{"type":"v1","addr":"172.21.15.77:6833","nonce":1992636840}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6830","nonce":1992636840},{"type":"v1","addr":"172.21.15.77:6831","nonce":1992636840}]},"public_addr":"172.21.15.77:6827/1992636840","cluster_addr":"172.21.15.77:6829/1992636840","heartbeat_back_addr":"172.21.15.77:6833/1992636840","heartbeat_front_addr":"172.21.15.77:6831/1992636840","state":["exists","up"]},{"osd":4,"uuid":"ab2cab9f-276a-48ec-8457-f30af7e5f4d4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6800","nonce":565820071},{"type":"v1","addr":"172.21.15.145:6801","nonce":565820071}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6802","nonce":565820071},{"type":"v1","addr":"172.21.15.145:6803","nonce":565820071}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6806","nonce":565820071},{"type":"v1","addr":"172.21.15.145:6807","nonce":565820071}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6804","nonce":565820071},{"type":"v1","addr":"172.21.15.145:6805","nonce":565820071}]},"public_addr":"172.21.15.145:6801/565820071","cluster_addr":"172.21.15.145:6803/565820071","heartbeat_back_addr":"172.21.15.145:6807/565820071","heartbeat_front_addr":"172.21.15.145:6805/565820071","state":["exists","up"]},{"osd":5,"uuid":"f0aebfbf-b8d4-4943-b67c-8ddef013b17c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6808","nonce":3587504898},{"type":"v1","addr":"172.21.15.145:6809","nonce":3587504898}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6810","nonce":3587504898},{"type":"v1","addr":"172.21.15.145:6811","nonce":3587504898}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6814","nonce":3587504898},{"type":"v1","addr":"172.21.15.145:6815","nonce":3587504898}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6812","nonce":3587504898},{"type":"v1","addr":"172.21.15.145:6813","nonce":3587504898}]},"public_addr":"172.21.15.145:6809/3587504898","cluster_addr":"172.21.15.145:6811/3587504898","heartbeat_back_addr":"172.21.15.145:6815/3587504898","heartbeat_front_addr":"172.21.15.145:6813/3587504898","state":["exists","up"]},{"osd":6,"uuid":"141286f6-49c2-44c1-8f64-a75c4c2d8b0f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":45,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6816","nonce":1642695713},{"type":"v1","addr":"172.21.15.145:6817","nonce":1642695713}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6818","nonce":1642695713},{"type":"v1","addr":"172.21.15.145:6819","nonce":1642695713}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6822","nonce":1642695713},{"type":"v1","addr":"172.21.15.145:6823","nonce":1642695713}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6820","nonce":1642695713},{"type":"v1","addr":"172.21.15.145:6821","nonce":1642695713}]},"public_addr":"172.21.15.145:6817/1642695713","cluster_addr":"172.21.15.145:6819/1642695713","heartbeat_back_addr":"172.21.15.145:6823/1642695713","heartbeat_front_addr":"172.21.15.145:6821/1642695713","state":["exists","up"]},{"osd":7,"uuid":"f2561c2b-d193-46f3-980a-b7a69f46b991","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":52,"up_thru":55,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6824","nonce":2471724950},{"type":"v1","addr":"172.21.15.145:6825","nonce":2471724950}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6826","nonce":2471724950},{"type":"v1","addr":"172.21.15.145:6827","nonce":2471724950}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6830","nonce":2471724950},{"type":"v1","addr":"172.21.15.145:6831","nonce":2471724950}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6828","nonce":2471724950},{"type":"v1","addr":"172.21.15.145:6829","nonce":2471724950}]},"public_addr":"172.21.15.145:6825/2471724950","cluster_addr":"172.21.15.145:6827/2471724950","heartbeat_back_addr":"172.21.15.145:6831/2471724950","heartbeat_front_addr":"172.21.15.145:6829/2471724950","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-03T10:32:20.922911+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-03T10:32:38.013298+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-03T10:32:56.467460+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-03T10:33:15.534487+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-03T10:33:32.505878+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-03T10:33:49.339046+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-03T10:34:07.003010+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-03T10:34:24.679581+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.77:0/2018872241":"2023-11-04T10:31:30.833537+0000","172.21.15.77:6800/3784047647":"2023-11-04T10:31:30.833537+0000","172.21.15.77:6801/3784047647":"2023-11-04T10:31:30.833537+0000","172.21.15.77:6801/448350201":"2023-11-04T10:30:52.729972+0000","172.21.15.77:6800/448350201":"2023-11-04T10:30:52.729972+0000","172.21.15.77:0/3510786449":"2023-11-04T10:30:52.729972+0000","172.21.15.77:0/1058821488":"2023-11-04T10:30:52.729972+0000","172.21.15.77:0/1937007619":"2023-11-04T10:30:52.729972+0000","172.21.15.77:0/3158306182":"2023-11-04T10:30:28.023720+0000","172.21.15.77:6800/2653777809":"2023-11-04T10:30:28.023720+0000","172.21.15.77:0/3291771956":"2023-11-04T10:31:30.833537+0000","172.21.15.77:6801/2653777809":"2023-11-04T10:30:28.023720+0000","172.21.15.77:0/2486010284":"2023-11-04T10:30:28.023720+0000","172.21.15.77:0/3511238991":"2023-11-04T10:31:30.833537+0000","172.21.15.77:0/1437014439":"2023-11-04T10:30:28.023720+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-11-03T10:34:36.775 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:36 smithi077 ceph-mon[108342]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 74 KiB/s, 0 objects/s recovering 2023-11-03T10:34:36.776 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:36 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/373196773' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-03T10:34:36.868 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-11-03T10:34:36.868 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph osd dump --format=json 2023-11-03T10:34:37.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:36 smithi145 ceph-mon[111069]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 74 KiB/s, 0 objects/s recovering 2023-11-03T10:34:37.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:36 smithi145 ceph-mon[111069]: from='client.? 172.21.15.77:0/373196773' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-03T10:34:37.093 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/mon.smithi077/config 2023-11-03T10:34:38.266 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-11-03T10:34:38.266 INFO:teuthology.orchestra.run.smithi077.stdout:{"epoch":56,"fsid":"e5ec03a0-7a33-11ee-8db9-212e2dc638e7","created":"2023-11-03T10:30:05.276159+0000","modified":"2023-11-03T10:34:30.363632+0000","last_up_change":"2023-11-03T10:34:26.345455+0000","last_in_change":"2023-11-03T10:34:11.388172+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-11-03T10:32:59.572023+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"23","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"2ad920db-c668-47c6-8abe-970c63dd6653","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":54,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6802","nonce":1831633268},{"type":"v1","addr":"172.21.15.77:6803","nonce":1831633268}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6804","nonce":1831633268},{"type":"v1","addr":"172.21.15.77:6805","nonce":1831633268}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6808","nonce":1831633268},{"type":"v1","addr":"172.21.15.77:6809","nonce":1831633268}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6806","nonce":1831633268},{"type":"v1","addr":"172.21.15.77:6807","nonce":1831633268}]},"public_addr":"172.21.15.77:6803/1831633268","cluster_addr":"172.21.15.77:6805/1831633268","heartbeat_back_addr":"172.21.15.77:6809/1831633268","heartbeat_front_addr":"172.21.15.77:6807/1831633268","state":["exists","up"]},{"osd":1,"uuid":"50e83167-0c61-4911-99fb-e03ccde6303a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6810","nonce":2198985430},{"type":"v1","addr":"172.21.15.77:6811","nonce":2198985430}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6812","nonce":2198985430},{"type":"v1","addr":"172.21.15.77:6813","nonce":2198985430}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6816","nonce":2198985430},{"type":"v1","addr":"172.21.15.77:6817","nonce":2198985430}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6814","nonce":2198985430},{"type":"v1","addr":"172.21.15.77:6815","nonce":2198985430}]},"public_addr":"172.21.15.77:6811/2198985430","cluster_addr":"172.21.15.77:6813/2198985430","heartbeat_back_addr":"172.21.15.77:6817/2198985430","heartbeat_front_addr":"172.21.15.77:6815/2198985430","state":["exists","up"]},{"osd":2,"uuid":"89540ed1-8c9a-41e5-b268-8da3c0f6b1db","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.77:6818","nonce":2029678290},{"type":"v1","addr":"172.21.15.77:6819","nonce":2029678290}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6820","nonce":2029678290},{"type":"v1","addr":"172.21.15.77:6821","nonce":2029678290}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6824","nonce":2029678290},{"type":"v1","addr":"172.21.15.77:6825","nonce":2029678290}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6822","nonce":2029678290},{"type":"v1","addr":"172.21.15.77:6823","nonce":2029678290}]},"public_addr":"172.21.15.77:6819/2029678290","cluster_addr":"172.21.15.77:6821/2029678290","heartbeat_back_addr":"172.21.15.77:6825/2029678290","heartbeat_front_addr":"172.21.15.77:6823/2029678290","state":["exists","up"]},{"osd":3,"uuid":"490282db-08aa-40f4-bbef-2c76409a510b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6826","nonce":1992636840},{"type":"v1","addr":"172.21.15.77:6827","nonce":1992636840}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6828","nonce":1992636840},{"type":"v1","addr":"172.21.15.77:6829","nonce":1992636840}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6832","nonce":1992636840},{"type":"v1","addr":"172.21.15.77:6833","nonce":1992636840}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6830","nonce":1992636840},{"type":"v1","addr":"172.21.15.77:6831","nonce":1992636840}]},"public_addr":"172.21.15.77:6827/1992636840","cluster_addr":"172.21.15.77:6829/1992636840","heartbeat_back_addr":"172.21.15.77:6833/1992636840","heartbeat_front_addr":"172.21.15.77:6831/1992636840","state":["exists","up"]},{"osd":4,"uuid":"ab2cab9f-276a-48ec-8457-f30af7e5f4d4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6800","nonce":565820071},{"type":"v1","addr":"172.21.15.145:6801","nonce":565820071}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6802","nonce":565820071},{"type":"v1","addr":"172.21.15.145:6803","nonce":565820071}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6806","nonce":565820071},{"type":"v1","addr":"172.21.15.145:6807","nonce":565820071}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6804","nonce":565820071},{"type":"v1","addr":"172.21.15.145:6805","nonce":565820071}]},"public_addr":"172.21.15.145:6801/565820071","cluster_addr":"172.21.15.145:6803/565820071","heartbeat_back_addr":"172.21.15.145:6807/565820071","heartbeat_front_addr":"172.21.15.145:6805/565820071","state":["exists","up"]},{"osd":5,"uuid":"f0aebfbf-b8d4-4943-b67c-8ddef013b17c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6808","nonce":3587504898},{"type":"v1","addr":"172.21.15.145:6809","nonce":3587504898}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6810","nonce":3587504898},{"type":"v1","addr":"172.21.15.145:6811","nonce":3587504898}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6814","nonce":3587504898},{"type":"v1","addr":"172.21.15.145:6815","nonce":3587504898}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6812","nonce":3587504898},{"type":"v1","addr":"172.21.15.145:6813","nonce":3587504898}]},"public_addr":"172.21.15.145:6809/3587504898","cluster_addr":"172.21.15.145:6811/3587504898","heartbeat_back_addr":"172.21.15.145:6815/3587504898","heartbeat_front_addr":"172.21.15.145:6813/3587504898","state":["exists","up"]},{"osd":6,"uuid":"141286f6-49c2-44c1-8f64-a75c4c2d8b0f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":45,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6816","nonce":1642695713},{"type":"v1","addr":"172.21.15.145:6817","nonce":1642695713}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6818","nonce":1642695713},{"type":"v1","addr":"172.21.15.145:6819","nonce":1642695713}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6822","nonce":1642695713},{"type":"v1","addr":"172.21.15.145:6823","nonce":1642695713}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6820","nonce":1642695713},{"type":"v1","addr":"172.21.15.145:6821","nonce":1642695713}]},"public_addr":"172.21.15.145:6817/1642695713","cluster_addr":"172.21.15.145:6819/1642695713","heartbeat_back_addr":"172.21.15.145:6823/1642695713","heartbeat_front_addr":"172.21.15.145:6821/1642695713","state":["exists","up"]},{"osd":7,"uuid":"f2561c2b-d193-46f3-980a-b7a69f46b991","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":52,"up_thru":55,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6824","nonce":2471724950},{"type":"v1","addr":"172.21.15.145:6825","nonce":2471724950}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6826","nonce":2471724950},{"type":"v1","addr":"172.21.15.145:6827","nonce":2471724950}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6830","nonce":2471724950},{"type":"v1","addr":"172.21.15.145:6831","nonce":2471724950}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6828","nonce":2471724950},{"type":"v1","addr":"172.21.15.145:6829","nonce":2471724950}]},"public_addr":"172.21.15.145:6825/2471724950","cluster_addr":"172.21.15.145:6827/2471724950","heartbeat_back_addr":"172.21.15.145:6831/2471724950","heartbeat_front_addr":"172.21.15.145:6829/2471724950","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-03T10:32:20.922911+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-03T10:32:38.013298+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-03T10:32:56.467460+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-03T10:33:15.534487+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-03T10:33:32.505878+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-03T10:33:49.339046+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-03T10:34:07.003010+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-03T10:34:24.679581+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.77:0/2018872241":"2023-11-04T10:31:30.833537+0000","172.21.15.77:6800/3784047647":"2023-11-04T10:31:30.833537+0000","172.21.15.77:6801/3784047647":"2023-11-04T10:31:30.833537+0000","172.21.15.77:6801/448350201":"2023-11-04T10:30:52.729972+0000","172.21.15.77:6800/448350201":"2023-11-04T10:30:52.729972+0000","172.21.15.77:0/3510786449":"2023-11-04T10:30:52.729972+0000","172.21.15.77:0/1058821488":"2023-11-04T10:30:52.729972+0000","172.21.15.77:0/1937007619":"2023-11-04T10:30:52.729972+0000","172.21.15.77:0/3158306182":"2023-11-04T10:30:28.023720+0000","172.21.15.77:6800/2653777809":"2023-11-04T10:30:28.023720+0000","172.21.15.77:0/3291771956":"2023-11-04T10:31:30.833537+0000","172.21.15.77:6801/2653777809":"2023-11-04T10:30:28.023720+0000","172.21.15.77:0/2486010284":"2023-11-04T10:30:28.023720+0000","172.21.15.77:0/3511238991":"2023-11-04T10:31:30.833537+0000","172.21.15.77:0/1437014439":"2023-11-04T10:30:28.023720+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-11-03T10:34:38.651 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph tell osd.0 flush_pg_stats 2023-11-03T10:34:38.651 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph tell osd.1 flush_pg_stats 2023-11-03T10:34:38.652 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph tell osd.2 flush_pg_stats 2023-11-03T10:34:38.653 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph tell osd.3 flush_pg_stats 2023-11-03T10:34:38.653 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph tell osd.4 flush_pg_stats 2023-11-03T10:34:38.654 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph tell osd.5 flush_pg_stats 2023-11-03T10:34:38.654 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph tell osd.6 flush_pg_stats 2023-11-03T10:34:38.655 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph tell osd.7 flush_pg_stats 2023-11-03T10:34:39.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:38 smithi077 ceph-mon[108342]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-11-03T10:34:39.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:38 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/1908895124' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-03T10:34:39.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:38 smithi145 ceph-mon[111069]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-11-03T10:34:39.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:38 smithi145 ceph-mon[111069]: from='client.? 172.21.15.77:0/1908895124' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-03T10:34:39.199 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/mon.smithi077/config 2023-11-03T10:34:39.351 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/mon.smithi077/config 2023-11-03T10:34:39.452 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/mon.smithi077/config 2023-11-03T10:34:40.106 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/mon.smithi077/config 2023-11-03T10:34:40.258 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/mon.smithi077/config 2023-11-03T10:34:40.611 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/mon.smithi077/config 2023-11-03T10:34:40.962 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/mon.smithi077/config 2023-11-03T10:34:40.977 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/mon.smithi077/config 2023-11-03T10:34:41.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:40 smithi077 ceph-mon[108342]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-11-03T10:34:41.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:40 smithi145 ceph-mon[111069]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-11-03T10:34:42.483 INFO:teuthology.orchestra.run.smithi077.stdout:223338299398 2023-11-03T10:34:42.484 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph osd last-stat-seq osd.7 2023-11-03T10:34:42.979 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:42 smithi077 ceph-mon[108342]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 47 KiB/s, 0 objects/s recovering 2023-11-03T10:34:43.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:42 smithi145 ceph-mon[111069]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 47 KiB/s, 0 objects/s recovering 2023-11-03T10:34:44.542 INFO:teuthology.orchestra.run.smithi077.stdout:163208757261 2023-11-03T10:34:44.543 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph osd last-stat-seq osd.5 2023-11-03T10:34:44.755 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/mon.smithi077/config 2023-11-03T10:34:45.066 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:44 smithi077 ceph-mon[108342]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-11-03T10:34:45.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:44 smithi145 ceph-mon[111069]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-11-03T10:34:45.316 INFO:teuthology.orchestra.run.smithi077.stdout:133143986192 2023-11-03T10:34:45.316 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph osd last-stat-seq osd.4 2023-11-03T10:34:45.646 INFO:teuthology.orchestra.run.smithi077.stdout:193273528331 2023-11-03T10:34:45.646 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph osd last-stat-seq osd.6 2023-11-03T10:34:45.900 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/mon.smithi077/config 2023-11-03T10:34:46.795 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/mon.smithi077/config 2023-11-03T10:34:47.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:46 smithi077 ceph-mon[108342]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T10:34:47.067 INFO:teuthology.orchestra.run.smithi077.stdout:111669149717 2023-11-03T10:34:47.067 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph osd last-stat-seq osd.3 2023-11-03T10:34:47.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:46 smithi145 ceph-mon[111069]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T10:34:47.271 INFO:teuthology.orchestra.run.smithi077.stdout:81604378649 2023-11-03T10:34:47.271 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph osd last-stat-seq osd.2 2023-11-03T10:34:47.797 INFO:teuthology.orchestra.run.smithi077.stdout:133143986193 2023-11-03T10:34:48.205 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/mon.smithi077/config 2023-11-03T10:34:48.333 INFO:teuthology.orchestra.run.smithi077.stdout:60129542173 2023-11-03T10:34:48.334 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph osd last-stat-seq osd.1 2023-11-03T10:34:48.451 INFO:teuthology.orchestra.run.smithi077.stdout:38654705696 2023-11-03T10:34:48.452 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph osd last-stat-seq osd.0 2023-11-03T10:34:48.658 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/mon.smithi077/config 2023-11-03T10:34:48.816 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/mon.smithi077/config 2023-11-03T10:34:49.058 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:48 smithi077 ceph-mon[108342]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T10:34:49.058 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:48 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/2667727420' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-03T10:34:49.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:48 smithi145 ceph-mon[111069]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T10:34:49.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:48 smithi145 ceph-mon[111069]: from='client.? 172.21.15.77:0/2667727420' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-03T10:34:49.705 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986192 got 133143986193 for osd.4 2023-11-03T10:34:49.705 DEBUG:teuthology.parallel:result is None 2023-11-03T10:34:49.972 INFO:teuthology.orchestra.run.smithi077.stdout:223338299400 2023-11-03T10:34:50.140 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/mon.smithi077/config 2023-11-03T10:34:50.424 INFO:tasks.cephadm.ceph_manager.ceph:need seq 223338299398 got 223338299400 for osd.7 2023-11-03T10:34:50.424 DEBUG:teuthology.parallel:result is None 2023-11-03T10:34:50.442 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/mon.smithi077/config 2023-11-03T10:34:50.949 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:50 smithi077 ceph-mon[108342]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T10:34:50.949 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:50 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/195889245' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-03T10:34:51.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:50 smithi145 ceph-mon[111069]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T10:34:51.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:50 smithi145 ceph-mon[111069]: from='client.? 172.21.15.77:0/195889245' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-03T10:34:51.329 INFO:teuthology.orchestra.run.smithi077.stdout:193273528332 2023-11-03T10:34:51.688 INFO:teuthology.orchestra.run.smithi077.stdout:163208757262 2023-11-03T10:34:51.824 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:51 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/1157996829' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-03T10:34:51.824 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:51 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/2806525540' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-03T10:34:52.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:51 smithi145 ceph-mon[111069]: from='client.? 172.21.15.77:0/1157996829' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-03T10:34:52.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:51 smithi145 ceph-mon[111069]: from='client.? 172.21.15.77:0/2806525540' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-03T10:34:52.167 INFO:teuthology.orchestra.run.smithi077.stdout:111669149718 2023-11-03T10:34:52.578 INFO:teuthology.orchestra.run.smithi077.stdout:81604378650 2023-11-03T10:34:53.016 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757261 got 163208757262 for osd.5 2023-11-03T10:34:53.017 DEBUG:teuthology.parallel:result is None 2023-11-03T10:34:53.071 INFO:teuthology.orchestra.run.smithi077.stdout:38654705697 2023-11-03T10:34:53.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:52 smithi145 ceph-mon[111069]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T10:34:53.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:52 smithi145 ceph-mon[111069]: from='client.? 172.21.15.77:0/2332370181' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-03T10:34:53.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:52 smithi145 ceph-mon[111069]: from='client.? 172.21.15.77:0/886753769' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-03T10:34:53.096 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:52 smithi077 ceph-mon[108342]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T10:34:53.097 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:52 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/2332370181' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-03T10:34:53.097 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:52 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/886753769' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-03T10:34:53.173 INFO:tasks.cephadm.ceph_manager.ceph:need seq 193273528331 got 193273528332 for osd.6 2023-11-03T10:34:53.174 DEBUG:teuthology.parallel:result is None 2023-11-03T10:34:53.331 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149717 got 111669149718 for osd.3 2023-11-03T10:34:53.331 DEBUG:teuthology.parallel:result is None 2023-11-03T10:34:53.657 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378649 got 81604378650 for osd.2 2023-11-03T10:34:53.657 DEBUG:teuthology.parallel:result is None 2023-11-03T10:34:53.800 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705696 got 38654705697 for osd.0 2023-11-03T10:34:53.800 DEBUG:teuthology.parallel:result is None 2023-11-03T10:34:54.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:53 smithi145 ceph-mon[111069]: from='client.? 172.21.15.77:0/3895426123' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-03T10:34:54.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:53 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/3895426123' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-03T10:34:54.321 INFO:teuthology.orchestra.run.smithi077.stdout:60129542174 2023-11-03T10:34:54.682 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542173 got 60129542174 for osd.1 2023-11-03T10:34:54.682 DEBUG:teuthology.parallel:result is None 2023-11-03T10:34:54.682 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-11-03T10:34:54.683 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph pg dump --format=json 2023-11-03T10:34:54.910 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/mon.smithi077/config 2023-11-03T10:34:55.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:54 smithi077 ceph-mon[108342]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T10:34:55.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:54 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/4274236316' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-03T10:34:55.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:54 smithi145 ceph-mon[111069]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T10:34:55.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:54 smithi145 ceph-mon[111069]: from='client.? 172.21.15.77:0/4274236316' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-03T10:34:55.991 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-11-03T10:34:55.992 INFO:teuthology.orchestra.run.smithi077.stderr:dumped all 2023-11-03T10:34:56.324 INFO:teuthology.orchestra.run.smithi077.stdout:{"pg_ready":true,"pg_map":{"version":146,"stamp":"2023-11-03T10:34:55.308587+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":749961216,"kb_used":48396,"kb_used_data":6028,"kb_used_omap":0,"kb_used_meta":42304,"kb_avail":749912820,"statfs":{"total":767960285184,"available":767910727680,"internally_reserved":0,"allocated":6172672,"data_stored":3428517,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43319296},"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":"23'117","reported_seq":222,"reported_epoch":56,"state":"active+clean","last_fresh":"2023-11-03T10:34:30.369557+0000","last_change":"2023-11-03T10:34:30.369557+0000","last_active":"2023-11-03T10:34:30.369557+0000","last_peered":"2023-11-03T10:34:30.369557+0000","last_clean":"2023-11-03T10:34:30.369557+0000","last_became_active":"2023-11-03T10:34:30.369035+0000","last_became_peered":"2023-11-03T10:34:30.369035+0000","last_unstale":"2023-11-03T10:34:30.369557+0000","last_undegraded":"2023-11-03T10:34:30.369557+0000","last_fullsized":"2023-11-03T10:34:30.369557+0000","mapping_epoch":55,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-03T10:33:00.323137+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-03T10:33:00.323137+0000","last_clean_scrub_stamp":"2023-11-03T10:33:00.323137+0000","objects_scrubbed":0,"log_size":117,"ondisk_log_size":117,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-11-04T19:13:55.575709+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":3194880,"data_stored":3173568,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":52,"seq":223338299401,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6016,"kb_used_data":1080,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739136,"statfs":{"total":95995035648,"available":95988875264,"internally_reserved":0,"allocated":1105920,"data_stored":759244,"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.50700000000000001}]},{"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.55800000000000005}]},{"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.623}]},{"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.66500000000000004}]},{"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.48999999999999999}]},{"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.64200000000000002}]},{"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.65400000000000003}]}]},{"osd":6,"up_from":45,"seq":193273528333,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6144,"kb_used_data":1080,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739008,"statfs":{"total":95995035648,"available":95988744192,"internally_reserved":0,"allocated":1105920,"data_stored":759244,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"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.50900000000000001}]},{"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.436}]},{"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.38900000000000001}]},{"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.48799999999999999}]},{"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.47199999999999998}]},{"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.52600000000000002}]},{"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.59899999999999998}]}]},{"osd":1,"up_from":14,"seq":60129542174,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6260,"kb_used_data":556,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738892,"statfs":{"total":95995035648,"available":95988625408,"internally_reserved":0,"allocated":569344,"data_stored":230051,"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 Nov 3 10:34:43 2023","interfaces":[{"interface":"back","average":{"1min":0.36699999999999999,"5min":0.33900000000000002,"15min":0.33500000000000002},"min":{"1min":0.29599999999999999,"5min":0.218,"15min":0.218},"max":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"last":0.318},{"interface":"front","average":{"1min":0.41899999999999998,"5min":0.36699999999999999,"15min":0.35899999999999999},"min":{"1min":0.32000000000000001,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.27300000000000002}]},{"osd":2,"last update":"Fri Nov 3 10:34:02 2023","interfaces":[{"interface":"back","average":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.26400000000000001},{"interface":"front","average":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"last":0.35899999999999999}]},{"osd":3,"last update":"Fri Nov 3 10:34:19 2023","interfaces":[{"interface":"back","average":{"1min":0.442,"5min":0.442,"15min":0.442},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.314},{"interface":"front","average":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.63,"5min":0.63,"15min":0.63},"last":0.34899999999999998}]},{"osd":4,"last update":"Fri Nov 3 10:34:35 2023","interfaces":[{"interface":"back","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"max":{"1min":0.82299999999999995,"5min":0.82299999999999995,"15min":0.82299999999999995},"last":0.59899999999999998},{"interface":"front","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"max":{"1min":0.84199999999999997,"5min":0.84199999999999997,"15min":0.84199999999999997},"last":0.52900000000000003}]},{"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.48199999999999998}]},{"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.48599999999999999}]},{"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.54100000000000004}]}]},{"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":6848,"kb_used_data":1080,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738304,"statfs":{"total":95995035648,"available":95988023296,"internally_reserved":0,"allocated":1105920,"data_stored":759244,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Fri Nov 3 10:34:46 2023","interfaces":[{"interface":"back","average":{"1min":0.372,"5min":0.34499999999999997,"15min":0.34100000000000003},"min":{"1min":0.193,"5min":0.193,"15min":0.193},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.247},{"interface":"front","average":{"1min":0.372,"5min":0.34799999999999998,"15min":0.34399999999999997},"min":{"1min":0.23799999999999999,"5min":0.22500000000000001,"15min":0.22500000000000001},"max":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"last":0.32400000000000001}]},{"osd":2,"last update":"Fri Nov 3 10:34:03 2023","interfaces":[{"interface":"back","average":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"min":{"1min":0.25,"5min":0.25,"15min":0.25},"max":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"last":0.377},{"interface":"front","average":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"last":0.36599999999999999}]},{"osd":3,"last update":"Fri Nov 3 10:34:18 2023","interfaces":[{"interface":"back","average":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.35299999999999998},{"interface":"front","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"last":0.40999999999999998}]},{"osd":4,"last update":"Fri Nov 3 10:34:38 2023","interfaces":[{"interface":"back","average":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.81299999999999994,"5min":0.81299999999999994,"15min":0.81299999999999994},"last":0.51900000000000002},{"interface":"front","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.78000000000000003,"5min":0.78000000000000003,"15min":0.78000000000000003},"last":0.63100000000000001}]},{"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.754}]},{"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.67200000000000004}]},{"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.71699999999999997}]}]},{"osd":2,"up_from":19,"seq":81604378651,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6200,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5632,"kb_avail":93738952,"statfs":{"total":95995035648,"available":95988686848,"internally_reserved":0,"allocated":573440,"data_stored":230316,"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 Nov 3 10:33:57 2023","interfaces":[{"interface":"back","average":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.34799999999999998},{"interface":"front","average":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"last":0.29599999999999999}]},{"osd":1,"last update":"Fri Nov 3 10:33:57 2023","interfaces":[{"interface":"back","average":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"last":0.28299999999999997},{"interface":"front","average":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"last":0.318}]},{"osd":3,"last update":"Fri Nov 3 10:34:21 2023","interfaces":[{"interface":"back","average":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"last":0.27100000000000002},{"interface":"front","average":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"last":0.35799999999999998}]},{"osd":4,"last update":"Fri Nov 3 10:34:34 2023","interfaces":[{"interface":"back","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.63700000000000001},{"interface":"front","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.56699999999999995}]},{"osd":5,"last update":"Fri Nov 3 10:34:52 2023","interfaces":[{"interface":"back","average":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":4.0129999999999999,"5min":4.0129999999999999,"15min":4.0129999999999999},"last":0.57799999999999996},{"interface":"front","average":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"min":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"max":{"1min":0.82899999999999996,"5min":0.82899999999999996,"15min":0.82899999999999996},"last":0.61799999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.64800000000000002}]},{"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.66500000000000004}]}]},{"osd":3,"up_from":26,"seq":111669149719,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5620,"kb_used_data":556,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739532,"statfs":{"total":95995035648,"available":95989280768,"internally_reserved":0,"allocated":569344,"data_stored":230051,"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 Nov 3 10:34:19 2023","interfaces":[{"interface":"back","average":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.625,"5min":0.625,"15min":0.625},"last":0.38},{"interface":"front","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"last":0.31}]},{"osd":1,"last update":"Fri Nov 3 10:34:19 2023","interfaces":[{"interface":"back","average":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"last":0.34300000000000003},{"interface":"front","average":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"last":0.252}]},{"osd":2,"last update":"Fri Nov 3 10:34:19 2023","interfaces":[{"interface":"back","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"last":0.36499999999999999},{"interface":"front","average":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.71799999999999997,"5min":0.71799999999999997,"15min":0.71799999999999997},"last":0.32400000000000001}]},{"osd":4,"last update":"Fri Nov 3 10:34:33 2023","interfaces":[{"interface":"back","average":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"min":{"1min":0.441,"5min":0.441,"15min":0.441},"max":{"1min":1.2350000000000001,"5min":1.2350000000000001,"15min":1.2350000000000001},"last":0.48299999999999998},{"interface":"front","average":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.997,"5min":0.997,"15min":0.997},"last":0.39700000000000002}]},{"osd":5,"last update":"Fri Nov 3 10:34:52 2023","interfaces":[{"interface":"back","average":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":1.167,"5min":1.167,"15min":1.167},"last":0.56799999999999995},{"interface":"front","average":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":1.0980000000000001,"5min":1.0980000000000001,"15min":1.0980000000000001},"last":0.46600000000000003}]},{"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.504}]},{"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.55900000000000005}]}]},{"osd":4,"up_from":31,"seq":133143986195,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5688,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739464,"statfs":{"total":95995035648,"available":95989211136,"internally_reserved":0,"allocated":573440,"data_stored":230316,"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 Nov 3 10:34:34 2023","interfaces":[{"interface":"back","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.40400000000000003},{"interface":"front","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.505}]},{"osd":1,"last update":"Fri Nov 3 10:34:34 2023","interfaces":[{"interface":"back","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.41699999999999998},{"interface":"front","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.51700000000000002}]},{"osd":2,"last update":"Fri Nov 3 10:34:34 2023","interfaces":[{"interface":"back","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.45100000000000001},{"interface":"front","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.80300000000000005,"5min":0.80300000000000005,"15min":0.80300000000000005},"last":0.53100000000000003}]},{"osd":3,"last update":"Fri Nov 3 10:34:34 2023","interfaces":[{"interface":"back","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"last":0.39200000000000002},{"interface":"front","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.82099999999999995,"5min":0.82099999999999995,"15min":0.82099999999999995},"last":0.46400000000000002}]},{"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.48599999999999999}]},{"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.441}]},{"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.56499999999999995}]}]},{"osd":5,"up_from":38,"seq":163208757263,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5620,"kb_used_data":556,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739532,"statfs":{"total":95995035648,"available":95989280768,"internally_reserved":0,"allocated":569344,"data_stored":230051,"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.41299999999999998}]},{"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.372}]},{"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.45100000000000001}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.50600000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39000000000000001}]},{"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.54900000000000004}]},{"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.58799999999999997}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-11-03T10:34:56.326 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph pg dump --format=json 2023-11-03T10:34:56.550 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/mon.smithi077/config 2023-11-03T10:34:57.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:56 smithi077 ceph-mon[108342]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T10:34:57.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:56 smithi145 ceph-mon[111069]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T10:34:57.717 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-11-03T10:34:57.719 INFO:teuthology.orchestra.run.smithi077.stderr:dumped all 2023-11-03T10:34:58.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:57 smithi077 ceph-mon[108342]: from='client.14454 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-03T10:34:58.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:57 smithi145 ceph-mon[111069]: from='client.14454 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-03T10:34:58.089 INFO:teuthology.orchestra.run.smithi077.stdout:{"pg_ready":true,"pg_map":{"version":147,"stamp":"2023-11-03T10:34:57.308954+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":749961216,"kb_used":48396,"kb_used_data":6028,"kb_used_omap":0,"kb_used_meta":42304,"kb_avail":749912820,"statfs":{"total":767960285184,"available":767910727680,"internally_reserved":0,"allocated":6172672,"data_stored":3428517,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43319296},"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.001954"},"pg_stats":[{"pgid":"1.0","version":"23'117","reported_seq":222,"reported_epoch":56,"state":"active+clean","last_fresh":"2023-11-03T10:34:30.369557+0000","last_change":"2023-11-03T10:34:30.369557+0000","last_active":"2023-11-03T10:34:30.369557+0000","last_peered":"2023-11-03T10:34:30.369557+0000","last_clean":"2023-11-03T10:34:30.369557+0000","last_became_active":"2023-11-03T10:34:30.369035+0000","last_became_peered":"2023-11-03T10:34:30.369035+0000","last_unstale":"2023-11-03T10:34:30.369557+0000","last_undegraded":"2023-11-03T10:34:30.369557+0000","last_fullsized":"2023-11-03T10:34:30.369557+0000","mapping_epoch":55,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-03T10:33:00.323137+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-03T10:33:00.323137+0000","last_clean_scrub_stamp":"2023-11-03T10:33:00.323137+0000","objects_scrubbed":0,"log_size":117,"ondisk_log_size":117,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-11-04T19:13:55.575709+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":3194880,"data_stored":3173568,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":52,"seq":223338299401,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6016,"kb_used_data":1080,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739136,"statfs":{"total":95995035648,"available":95988875264,"internally_reserved":0,"allocated":1105920,"data_stored":759244,"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.50700000000000001}]},{"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.55800000000000005}]},{"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.623}]},{"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.66500000000000004}]},{"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.48999999999999999}]},{"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.64200000000000002}]},{"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.65400000000000003}]}]},{"osd":6,"up_from":45,"seq":193273528333,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6144,"kb_used_data":1080,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739008,"statfs":{"total":95995035648,"available":95988744192,"internally_reserved":0,"allocated":1105920,"data_stored":759244,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"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.50900000000000001}]},{"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.436}]},{"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.38900000000000001}]},{"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.48799999999999999}]},{"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.47199999999999998}]},{"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.52600000000000002}]},{"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.59899999999999998}]}]},{"osd":1,"up_from":14,"seq":60129542175,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6260,"kb_used_data":556,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738892,"statfs":{"total":95995035648,"available":95988625408,"internally_reserved":0,"allocated":569344,"data_stored":230051,"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 Nov 3 10:34:43 2023","interfaces":[{"interface":"back","average":{"1min":0.36699999999999999,"5min":0.33900000000000002,"15min":0.33500000000000002},"min":{"1min":0.29599999999999999,"5min":0.218,"15min":0.218},"max":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"last":0.32900000000000001},{"interface":"front","average":{"1min":0.41899999999999998,"5min":0.36699999999999999,"15min":0.35899999999999999},"min":{"1min":0.32000000000000001,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.32000000000000001}]},{"osd":2,"last update":"Fri Nov 3 10:34:02 2023","interfaces":[{"interface":"back","average":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.34399999999999997},{"interface":"front","average":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"last":0.36599999999999999}]},{"osd":3,"last update":"Fri Nov 3 10:34:19 2023","interfaces":[{"interface":"back","average":{"1min":0.442,"5min":0.442,"15min":0.442},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.26000000000000001},{"interface":"front","average":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.63,"5min":0.63,"15min":0.63},"last":0.28100000000000003}]},{"osd":4,"last update":"Fri Nov 3 10:34:35 2023","interfaces":[{"interface":"back","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"max":{"1min":0.82299999999999995,"5min":0.82299999999999995,"15min":0.82299999999999995},"last":0.53200000000000003},{"interface":"front","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"max":{"1min":0.84199999999999997,"5min":0.84199999999999997,"15min":0.84199999999999997},"last":0.51700000000000002}]},{"osd":5,"last update":"Fri Nov 3 10:34:51 2023","interfaces":[{"interface":"back","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.58299999999999996},{"interface":"front","average":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"min":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.63900000000000001}]},{"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.54100000000000004}]},{"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.60199999999999998}]}]},{"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":6848,"kb_used_data":1080,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738304,"statfs":{"total":95995035648,"available":95988023296,"internally_reserved":0,"allocated":1105920,"data_stored":759244,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Fri Nov 3 10:34:46 2023","interfaces":[{"interface":"back","average":{"1min":0.372,"5min":0.34499999999999997,"15min":0.34100000000000003},"min":{"1min":0.193,"5min":0.193,"15min":0.193},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.247},{"interface":"front","average":{"1min":0.372,"5min":0.34799999999999998,"15min":0.34399999999999997},"min":{"1min":0.23799999999999999,"5min":0.22500000000000001,"15min":0.22500000000000001},"max":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"last":0.32400000000000001}]},{"osd":2,"last update":"Fri Nov 3 10:34:03 2023","interfaces":[{"interface":"back","average":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"min":{"1min":0.25,"5min":0.25,"15min":0.25},"max":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"last":0.377},{"interface":"front","average":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"last":0.36599999999999999}]},{"osd":3,"last update":"Fri Nov 3 10:34:18 2023","interfaces":[{"interface":"back","average":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.35299999999999998},{"interface":"front","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"last":0.40999999999999998}]},{"osd":4,"last update":"Fri Nov 3 10:34:38 2023","interfaces":[{"interface":"back","average":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.81299999999999994,"5min":0.81299999999999994,"15min":0.81299999999999994},"last":0.51900000000000002},{"interface":"front","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.78000000000000003,"5min":0.78000000000000003,"15min":0.78000000000000003},"last":0.63100000000000001}]},{"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.754}]},{"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.67200000000000004}]},{"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.71699999999999997}]}]},{"osd":2,"up_from":19,"seq":81604378651,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6200,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5632,"kb_avail":93738952,"statfs":{"total":95995035648,"available":95988686848,"internally_reserved":0,"allocated":573440,"data_stored":230316,"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 Nov 3 10:33:57 2023","interfaces":[{"interface":"back","average":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.34799999999999998},{"interface":"front","average":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"last":0.29599999999999999}]},{"osd":1,"last update":"Fri Nov 3 10:33:57 2023","interfaces":[{"interface":"back","average":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"last":0.28299999999999997},{"interface":"front","average":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"last":0.318}]},{"osd":3,"last update":"Fri Nov 3 10:34:21 2023","interfaces":[{"interface":"back","average":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"last":0.27100000000000002},{"interface":"front","average":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"last":0.35799999999999998}]},{"osd":4,"last update":"Fri Nov 3 10:34:34 2023","interfaces":[{"interface":"back","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.63700000000000001},{"interface":"front","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.56699999999999995}]},{"osd":5,"last update":"Fri Nov 3 10:34:52 2023","interfaces":[{"interface":"back","average":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":4.0129999999999999,"5min":4.0129999999999999,"15min":4.0129999999999999},"last":0.57799999999999996},{"interface":"front","average":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"min":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"max":{"1min":0.82899999999999996,"5min":0.82899999999999996,"15min":0.82899999999999996},"last":0.61799999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.64800000000000002}]},{"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.66500000000000004}]}]},{"osd":3,"up_from":26,"seq":111669149719,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5620,"kb_used_data":556,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739532,"statfs":{"total":95995035648,"available":95989280768,"internally_reserved":0,"allocated":569344,"data_stored":230051,"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 Nov 3 10:34:19 2023","interfaces":[{"interface":"back","average":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.625,"5min":0.625,"15min":0.625},"last":0.38},{"interface":"front","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"last":0.31}]},{"osd":1,"last update":"Fri Nov 3 10:34:19 2023","interfaces":[{"interface":"back","average":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"last":0.34300000000000003},{"interface":"front","average":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"last":0.252}]},{"osd":2,"last update":"Fri Nov 3 10:34:19 2023","interfaces":[{"interface":"back","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"last":0.36499999999999999},{"interface":"front","average":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.71799999999999997,"5min":0.71799999999999997,"15min":0.71799999999999997},"last":0.32400000000000001}]},{"osd":4,"last update":"Fri Nov 3 10:34:33 2023","interfaces":[{"interface":"back","average":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"min":{"1min":0.441,"5min":0.441,"15min":0.441},"max":{"1min":1.2350000000000001,"5min":1.2350000000000001,"15min":1.2350000000000001},"last":0.48299999999999998},{"interface":"front","average":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.997,"5min":0.997,"15min":0.997},"last":0.39700000000000002}]},{"osd":5,"last update":"Fri Nov 3 10:34:52 2023","interfaces":[{"interface":"back","average":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":1.167,"5min":1.167,"15min":1.167},"last":0.56799999999999995},{"interface":"front","average":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":1.0980000000000001,"5min":1.0980000000000001,"15min":1.0980000000000001},"last":0.46600000000000003}]},{"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.504}]},{"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.55900000000000005}]}]},{"osd":4,"up_from":31,"seq":133143986195,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5688,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739464,"statfs":{"total":95995035648,"available":95989211136,"internally_reserved":0,"allocated":573440,"data_stored":230316,"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 Nov 3 10:34:34 2023","interfaces":[{"interface":"back","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.40400000000000003},{"interface":"front","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.505}]},{"osd":1,"last update":"Fri Nov 3 10:34:34 2023","interfaces":[{"interface":"back","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.41699999999999998},{"interface":"front","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.51700000000000002}]},{"osd":2,"last update":"Fri Nov 3 10:34:34 2023","interfaces":[{"interface":"back","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.45100000000000001},{"interface":"front","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.80300000000000005,"5min":0.80300000000000005,"15min":0.80300000000000005},"last":0.53100000000000003}]},{"osd":3,"last update":"Fri Nov 3 10:34:34 2023","interfaces":[{"interface":"back","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"last":0.39200000000000002},{"interface":"front","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.82099999999999995,"5min":0.82099999999999995,"15min":0.82099999999999995},"last":0.46400000000000002}]},{"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.48599999999999999}]},{"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.441}]},{"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.56499999999999995}]}]},{"osd":5,"up_from":38,"seq":163208757264,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5620,"kb_used_data":556,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739532,"statfs":{"total":95995035648,"available":95989280768,"internally_reserved":0,"allocated":569344,"data_stored":230051,"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":"Fri Nov 3 10:34:54 2023","interfaces":[{"interface":"back","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.98199999999999998,"5min":0.98199999999999998,"15min":0.98199999999999998},"last":0.46400000000000002},{"interface":"front","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.81799999999999995,"5min":0.81799999999999995,"15min":0.81799999999999995},"last":0.40200000000000002}]},{"osd":1,"last update":"Fri Nov 3 10:34:54 2023","interfaces":[{"interface":"back","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.95399999999999996,"5min":0.95399999999999996,"15min":0.95399999999999996},"last":0.504},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.83799999999999997,"5min":0.83799999999999997,"15min":0.83799999999999997},"last":0.442}]},{"osd":2,"last update":"Fri Nov 3 10:34:54 2023","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.88700000000000001,"5min":0.88700000000000001,"15min":0.88700000000000001},"last":0.49199999999999999},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":1.0129999999999999,"5min":1.0129999999999999,"15min":1.0129999999999999},"last":0.53800000000000003}]},{"osd":3,"last update":"Fri Nov 3 10:34:54 2023","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.83099999999999996,"5min":0.83099999999999996,"15min":0.83099999999999996},"last":0.52200000000000002},{"interface":"front","average":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.93200000000000005,"5min":0.93200000000000005,"15min":0.93200000000000005},"last":0.42899999999999999}]},{"osd":4,"last update":"Fri Nov 3 10:34:54 2023","interfaces":[{"interface":"back","average":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.35299999999999998},{"interface":"front","average":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"min":{"1min":0.27900000000000003,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"last":0.44900000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.38300000000000001}]},{"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.56899999999999995}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-11-03T10:34:58.090 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-11-03T10:34:58.091 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-11-03T10:34:58.091 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-11-03T10:34:58.091 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph health --format=json 2023-11-03T10:34:58.317 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/mon.smithi077/config 2023-11-03T10:34:59.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:58 smithi145 ceph-mon[111069]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T10:34:59.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:58 smithi145 ceph-mon[111069]: from='client.14458 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-03T10:34:59.119 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:58 smithi077 ceph-mon[108342]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T10:34:59.120 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:58 smithi077 ceph-mon[108342]: from='client.14458 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-03T10:34:59.510 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-11-03T10:34:59.510 INFO:teuthology.orchestra.run.smithi077.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-11-03T10:34:59.882 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-11-03T10:34:59.882 INFO:tasks.cephadm:Setup complete, yielding 2023-11-03T10:34:59.883 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-03T10:34:59.892 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi077.front.sepia.ceph.com 2023-11-03T10:34:59.893 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- bash -c 'ceph orch status' 2023-11-03T10:35:00.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:34:59 smithi145 ceph-mon[111069]: from='client.? 172.21.15.77:0/2057409617' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-03T10:35:00.226 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:34:59 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/2057409617' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-03T10:35:01.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:00 smithi145 ceph-mon[111069]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T10:35:01.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:00 smithi077 ceph-mon[108342]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T10:35:01.275 INFO:teuthology.orchestra.run.smithi077.stdout:Backend: cephadm 2023-11-03T10:35:01.276 INFO:teuthology.orchestra.run.smithi077.stdout:Available: Yes 2023-11-03T10:35:01.276 INFO:teuthology.orchestra.run.smithi077.stdout:Paused: No 2023-11-03T10:35:01.675 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- bash -c 'ceph orch ps' 2023-11-03T10:35:03.005 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:02 smithi077 ceph-mon[108342]: from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:35:03.006 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:02 smithi077 ceph-mon[108342]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T10:35:03.033 INFO:teuthology.orchestra.run.smithi077.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-03T10:35:03.033 INFO:teuthology.orchestra.run.smithi077.stdout:alertmanager.smithi077 smithi077 *:9093,9094 running (2m) 103s ago 3m 13.7M - ba2b418f427c ec92145d4f24 2023-11-03T10:35:03.034 INFO:teuthology.orchestra.run.smithi077.stdout:crash.smithi077 smithi077 running (3m) 103s ago 3m 7004k - 17.2.0 e1d6a67b021e 3cf56b732c65 2023-11-03T10:35:03.034 INFO:teuthology.orchestra.run.smithi077.stdout:crash.smithi145 smithi145 running (3m) 40s ago 3m 7168k - 17.2.0 e1d6a67b021e bcfef56253b1 2023-11-03T10:35:03.034 INFO:teuthology.orchestra.run.smithi077.stdout:grafana.smithi077 smithi077 *:3000 running (2m) 103s ago 3m 45.7M - 8.3.5 dad864ee21e9 9308a513e85f 2023-11-03T10:35:03.034 INFO:teuthology.orchestra.run.smithi077.stdout:mgr.smithi077.iwfrkz smithi077 *:9283 running (4m) 103s ago 4m 463M - 17.2.0 e1d6a67b021e a74ee8a3352f 2023-11-03T10:35:03.035 INFO:teuthology.orchestra.run.smithi077.stdout:mgr.smithi145.ojodkj smithi145 *:8443,9283 running (3m) 40s ago 3m 418M - 17.2.0 e1d6a67b021e 7bc0c75b579d 2023-11-03T10:35:03.035 INFO:teuthology.orchestra.run.smithi077.stdout:mon.smithi077 smithi077 running (4m) 103s ago 4m 57.5M 2048M 17.2.0 e1d6a67b021e 0e16f423936a 2023-11-03T10:35:03.035 INFO:teuthology.orchestra.run.smithi077.stdout:mon.smithi145 smithi145 running (3m) 40s ago 3m 52.4M 2048M 17.2.0 e1d6a67b021e a8df3dc1838f 2023-11-03T10:35:03.035 INFO:teuthology.orchestra.run.smithi077.stdout:node-exporter.smithi077 smithi077 *:9100 running (3m) 103s ago 3m 25.7M - 1dbe0e931976 4bc7cea5e937 2023-11-03T10:35:03.036 INFO:teuthology.orchestra.run.smithi077.stdout:node-exporter.smithi145 smithi145 *:9100 running (3m) 40s ago 3m 25.4M - 1dbe0e931976 a8efefe1c97f 2023-11-03T10:35:03.036 INFO:teuthology.orchestra.run.smithi077.stdout:osd.0 smithi077 running (2m) 103s ago 2m 40.2M 3224M 17.2.0 e1d6a67b021e 30d31ef3db20 2023-11-03T10:35:03.036 INFO:teuthology.orchestra.run.smithi077.stdout:osd.1 smithi077 running (2m) 103s ago 2m 43.2M 3224M 17.2.0 e1d6a67b021e 14e3d5394d76 2023-11-03T10:35:03.036 INFO:teuthology.orchestra.run.smithi077.stdout:osd.2 smithi077 running (2m) 103s ago 2m 37.9M 3224M 17.2.0 e1d6a67b021e c0b186ea4ba5 2023-11-03T10:35:03.037 INFO:teuthology.orchestra.run.smithi077.stdout:osd.3 smithi077 running (112s) 103s ago 111s 29.2M 3224M 17.2.0 e1d6a67b021e fcf3c0d3ba2f 2023-11-03T10:35:03.037 INFO:teuthology.orchestra.run.smithi077.stdout:osd.4 smithi145 running (95s) 40s ago 94s 40.8M 3992M 17.2.0 e1d6a67b021e 93aff7485bf1 2023-11-03T10:35:03.037 INFO:teuthology.orchestra.run.smithi077.stdout:osd.5 smithi145 running (78s) 40s ago 78s 37.5M 3992M 17.2.0 e1d6a67b021e ce350c0bf3a0 2023-11-03T10:35:03.037 INFO:teuthology.orchestra.run.smithi077.stdout:osd.6 smithi145 running (60s) 40s ago 60s 36.0M 3992M 17.2.0 e1d6a67b021e ed3aa1bf1694 2023-11-03T10:35:03.038 INFO:teuthology.orchestra.run.smithi077.stdout:osd.7 smithi145 running (42s) 40s ago 42s 12.0M 3992M 17.2.0 e1d6a67b021e 7b07331ce554 2023-11-03T10:35:03.038 INFO:teuthology.orchestra.run.smithi077.stdout:prometheus.smithi077 smithi077 *:9095 running (3m) 103s ago 2m 46.8M - 514e6a882f6e 8e6d7fae6af6 2023-11-03T10:35:03.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:02 smithi145 ceph-mon[111069]: from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:35:03.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:02 smithi145 ceph-mon[111069]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T10:35:03.414 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- bash -c 'ceph orch ls' 2023-11-03T10:35:04.798 INFO:teuthology.orchestra.run.smithi077.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-11-03T10:35:04.799 INFO:teuthology.orchestra.run.smithi077.stdout:alertmanager ?:9093,9094 1/1 105s ago 4m count:1 2023-11-03T10:35:04.799 INFO:teuthology.orchestra.run.smithi077.stdout:crash 2/2 105s ago 4m * 2023-11-03T10:35:04.799 INFO:teuthology.orchestra.run.smithi077.stdout:grafana ?:3000 1/1 105s ago 4m count:1 2023-11-03T10:35:04.799 INFO:teuthology.orchestra.run.smithi077.stdout:mgr 2/2 105s ago 4m count:2 2023-11-03T10:35:04.799 INFO:teuthology.orchestra.run.smithi077.stdout:mon 2/2 105s ago 3m smithi077:172.21.15.77=smithi077;smithi145:172.21.15.145=smithi145;count:2 2023-11-03T10:35:04.800 INFO:teuthology.orchestra.run.smithi077.stdout:node-exporter ?:9100 2/2 105s ago 4m * 2023-11-03T10:35:04.800 INFO:teuthology.orchestra.run.smithi077.stdout:osd 8 105s ago - 2023-11-03T10:35:04.800 INFO:teuthology.orchestra.run.smithi077.stdout:prometheus ?:9095 1/1 105s ago 4m count:1 2023-11-03T10:35:05.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:04 smithi145 ceph-mon[111069]: from='client.14470 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:35:05.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:04 smithi145 ceph-mon[111069]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T10:35:05.105 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:04 smithi077 ceph-mon[108342]: from='client.14470 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:35:05.105 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:04 smithi077 ceph-mon[108342]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T10:35:05.181 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- bash -c 'ceph orch host ls' 2023-11-03T10:35:06.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:05 smithi145 ceph-mon[111069]: from='client.14474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:35:06.201 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:05 smithi077 ceph-mon[108342]: from='client.14474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:35:06.566 INFO:teuthology.orchestra.run.smithi077.stdout:HOST ADDR LABELS STATUS 2023-11-03T10:35:06.566 INFO:teuthology.orchestra.run.smithi077.stdout:smithi077 172.21.15.77 2023-11-03T10:35:06.566 INFO:teuthology.orchestra.run.smithi077.stdout:smithi145 172.21.15.145 2023-11-03T10:35:06.567 INFO:teuthology.orchestra.run.smithi077.stdout:2 hosts in cluster 2023-11-03T10:35:06.922 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:06 smithi077 ceph-mon[108342]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T10:35:06.940 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- bash -c 'ceph orch device ls' 2023-11-03T10:35:07.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:06 smithi145 ceph-mon[111069]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T10:35:07.934 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:07 smithi077 ceph-mon[108342]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:35:08.307 INFO:teuthology.orchestra.run.smithi077.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REJECT REASONS 2023-11-03T10:35:08.308 INFO:teuthology.orchestra.run.smithi077.stdout:smithi077 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT620400ZJ400BGN 400G LVM detected, locked 2023-11-03T10:35:08.308 INFO:teuthology.orchestra.run.smithi077.stdout:smithi145 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT620500N9400BGN 400G LVM detected, locked 2023-11-03T10:35:08.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:07 smithi145 ceph-mon[111069]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:35:08.680 INFO:teuthology.run_tasks:Running task vip.exec... 2023-11-03T10:35:08.698 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi077.front.sepia.ceph.com 2023-11-03T10:35:08.699 DEBUG:teuthology.orchestra.run.smithi077:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-11-03T10:35:08.728 INFO:teuthology.orchestra.run.smithi077.stderr:+ systemctl stop nfs-server 2023-11-03T10:35:08.735 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi145.front.sepia.ceph.com 2023-11-03T10:35:08.736 DEBUG:teuthology.orchestra.run.smithi145:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-11-03T10:35:08.775 INFO:teuthology.orchestra.run.smithi145.stderr:+ systemctl stop nfs-server 2023-11-03T10:35:08.783 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-03T10:35:08.792 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi077.front.sepia.ceph.com 2023-11-03T10:35:08.793 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- bash -c 'ceph fs volume create foofs' 2023-11-03T10:35:09.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:08 smithi077 ceph-mon[108342]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T10:35:09.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:08 smithi145 ceph-mon[111069]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T10:35:10.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:09 smithi077 ceph-mon[108342]: from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:35:10.334 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:09 smithi145 ceph-mon[111069]: from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:35:11.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:10 smithi077 ceph-mon[108342]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T10:35:11.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:10 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-11-03T10:35:11.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:10 smithi145 ceph-mon[111069]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T10:35:11.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:10 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-11-03T10:35:12.217 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:11 smithi145 ceph-mon[111069]: from='client.14486 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:35:12.218 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:11 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-11-03T10:35:12.218 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:11 smithi145 ceph-mon[111069]: osdmap e57: 8 total, 8 up, 8 in 2023-11-03T10:35:12.218 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:11 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-11-03T10:35:12.218 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:11 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-11-03T10:35:12.219 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:11 smithi145 ceph-mon[111069]: osdmap e58: 8 total, 8 up, 8 in 2023-11-03T10:35:12.221 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:11 smithi077 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-mon-smithi077[108319]: 2023-11-03T10:35:11.855+0000 7fa054e79700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-11-03T10:35:12.222 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:11 smithi077 ceph-mon[108342]: from='client.14486 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:35:12.222 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:11 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-11-03T10:35:12.222 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:11 smithi077 ceph-mon[108342]: osdmap e57: 8 total, 8 up, 8 in 2023-11-03T10:35:12.222 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:11 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-11-03T10:35:12.222 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:11 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-11-03T10:35:12.223 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:11 smithi077 ceph-mon[108342]: osdmap e58: 8 total, 8 up, 8 in 2023-11-03T10:35:12.281 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-11-03T10:35:12.292 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2023-11-03T10:35:12.293 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-11-03T10:35:12.887 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:12 smithi077 ceph-mon[108342]: pgmap v155: 33 pgs: 11 creating+peering, 1 active+clean, 21 unknown; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T10:35:12.887 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:12 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-11-03T10:35:12.888 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:12 smithi077 ceph-mon[108342]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-11-03T10:35:12.888 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:12 smithi077 ceph-mon[108342]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-11-03T10:35:12.888 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:12 smithi077 ceph-mon[108342]: osdmap e59: 8 total, 8 up, 8 in 2023-11-03T10:35:12.888 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:12 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-11-03T10:35:12.888 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:12 smithi077 ceph-mon[108342]: fsmap foofs:0 2023-11-03T10:35:12.889 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:12 smithi077 ceph-mon[108342]: Saving service mds.foofs spec with placement count:2 2023-11-03T10:35:12.889 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:12 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:35:12.889 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:12 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:35:12.889 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:12 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:35:12.889 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:12 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T10:35:12.890 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:12 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:35:12.890 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:12 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:35:12.890 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:12 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi077.vnexfw", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-03T10:35:12.890 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:12 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi077.vnexfw", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-03T10:35:12.890 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:12 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:35:12.891 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:12 smithi077 ceph-mon[108342]: osdmap e60: 8 total, 8 up, 8 in 2023-11-03T10:35:13.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:12 smithi145 ceph-mon[111069]: pgmap v155: 33 pgs: 11 creating+peering, 1 active+clean, 21 unknown; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-03T10:35:13.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:12 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-11-03T10:35:13.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:12 smithi145 ceph-mon[111069]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-11-03T10:35:13.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:12 smithi145 ceph-mon[111069]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-11-03T10:35:13.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:12 smithi145 ceph-mon[111069]: osdmap e59: 8 total, 8 up, 8 in 2023-11-03T10:35:13.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:12 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-11-03T10:35:13.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:12 smithi145 ceph-mon[111069]: fsmap foofs:0 2023-11-03T10:35:13.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:12 smithi145 ceph-mon[111069]: Saving service mds.foofs spec with placement count:2 2023-11-03T10:35:13.337 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:12 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:35:13.337 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:12 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:35:13.337 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:12 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:35:13.337 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:12 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T10:35:13.337 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:12 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:35:13.338 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:12 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:35:13.338 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:12 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi077.vnexfw", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-03T10:35:13.338 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:12 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi077.vnexfw", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-03T10:35:13.338 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:12 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:35:13.338 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:12 smithi145 ceph-mon[111069]: osdmap e60: 8 total, 8 up, 8 in 2023-11-03T10:35:14.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:13 smithi077 ceph-mon[108342]: Deploying daemon mds.foofs.smithi077.vnexfw on smithi077 2023-11-03T10:35:14.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:13 smithi077 ceph-mon[108342]: osdmap e61: 8 total, 8 up, 8 in 2023-11-03T10:35:14.281 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-11-03T10:35:14.282 INFO:teuthology.orchestra.run.smithi077.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-03T10:30:43.939910Z", "last_refresh": "2023-11-03T10:33:19.741728Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-03T10:30:39.731546Z", "last_refresh": "2023-11-03T10:33:19.741790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-03T10:30:42.108658Z", "last_refresh": "2023-11-03T10:33:19.741851Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-03T10:35:11.884940Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-03T10:35:11.876936Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-03T10:30:38.731088Z", "last_refresh": "2023-11-03T10:33:19.741660Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi077:172.21.15.77=smithi077", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-03T10:31:14.099671Z", "last_refresh": "2023-11-03T10:33:19.741493Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-03T10:30:43.019746Z", "last_refresh": "2023-11-03T10:33:19.741910Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", "container_image_name": "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", "last_refresh": "2023-11-03T10:33:19.742027Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-03T10:30:41.022120Z", "last_refresh": "2023-11-03T10:33:19.741968Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-03T10:35:14.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:13 smithi145 ceph-mon[111069]: Deploying daemon mds.foofs.smithi077.vnexfw on smithi077 2023-11-03T10:35:14.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:13 smithi145 ceph-mon[111069]: osdmap e61: 8 total, 8 up, 8 in 2023-11-03T10:35:15.130 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:14 smithi077 ceph-mon[108342]: pgmap v159: 65 pgs: 18 active+clean, 6 creating+activating, 17 creating+peering, 24 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-11-03T10:35:15.130 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:14 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:35:15.130 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:14 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi145.wrjqzl", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-03T10:35:15.130 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:14 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi145.wrjqzl", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-03T10:35:15.131 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:14 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:35:15.132 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-03T10:35:15.332 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:14 smithi145 ceph-mon[111069]: pgmap v159: 65 pgs: 18 active+clean, 6 creating+activating, 17 creating+peering, 24 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-11-03T10:35:15.332 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:14 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:35:15.332 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:14 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi145.wrjqzl", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-03T10:35:15.333 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:14 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi145.wrjqzl", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-03T10:35:15.333 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:14 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:35:16.053 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:15 smithi145 ceph-mon[111069]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-03T10:35:16.053 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:15 smithi145 ceph-mon[111069]: Deploying daemon mds.foofs.smithi145.wrjqzl on smithi145 2023-11-03T10:35:16.053 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:15 smithi145 ceph-mon[111069]: mds.? [v2:172.21.15.77:6834/1409020649,v1:172.21.15.77:6835/1409020649] up:boot 2023-11-03T10:35:16.053 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:15 smithi145 ceph-mon[111069]: daemon mds.foofs.smithi077.vnexfw assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-11-03T10:35:16.054 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:15 smithi145 ceph-mon[111069]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-11-03T10:35:16.054 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:15 smithi145 ceph-mon[111069]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-11-03T10:35:16.054 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:15 smithi145 ceph-mon[111069]: Cluster is now healthy 2023-11-03T10:35:16.054 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:15 smithi145 ceph-mon[111069]: fsmap foofs:0 1 up:standby 2023-11-03T10:35:16.054 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:15 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi077.vnexfw"}]: dispatch 2023-11-03T10:35:16.055 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:15 smithi145 ceph-mon[111069]: fsmap foofs:1 {0=foofs.smithi077.vnexfw=up:creating} 2023-11-03T10:35:16.055 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:15 smithi145 ceph-mon[111069]: daemon mds.foofs.smithi077.vnexfw is now active in filesystem foofs as rank 0 2023-11-03T10:35:16.133 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-11-03T10:35:16.167 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:15 smithi077 ceph-mon[108342]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-03T10:35:16.167 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:15 smithi077 ceph-mon[108342]: Deploying daemon mds.foofs.smithi145.wrjqzl on smithi145 2023-11-03T10:35:16.167 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:15 smithi077 ceph-mon[108342]: mds.? [v2:172.21.15.77:6834/1409020649,v1:172.21.15.77:6835/1409020649] up:boot 2023-11-03T10:35:16.167 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:15 smithi077 ceph-mon[108342]: daemon mds.foofs.smithi077.vnexfw assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-11-03T10:35:16.168 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:15 smithi077 ceph-mon[108342]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-11-03T10:35:16.168 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:15 smithi077 ceph-mon[108342]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-11-03T10:35:16.168 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:15 smithi077 ceph-mon[108342]: Cluster is now healthy 2023-11-03T10:35:16.168 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:15 smithi077 ceph-mon[108342]: fsmap foofs:0 1 up:standby 2023-11-03T10:35:16.168 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:15 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi077.vnexfw"}]: dispatch 2023-11-03T10:35:16.169 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:15 smithi077 ceph-mon[108342]: fsmap foofs:1 {0=foofs.smithi077.vnexfw=up:creating} 2023-11-03T10:35:16.169 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:15 smithi077 ceph-mon[108342]: daemon mds.foofs.smithi077.vnexfw is now active in filesystem foofs as rank 0 2023-11-03T10:35:17.184 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:16 smithi077 ceph-mon[108342]: pgmap v161: 65 pgs: 34 active+clean, 6 creating+activating, 17 creating+peering, 8 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-11-03T10:35:17.184 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:16 smithi077 ceph-mon[108342]: mds.? [v2:172.21.15.77:6834/1409020649,v1:172.21.15.77:6835/1409020649] up:active 2023-11-03T10:35:17.184 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:16 smithi077 ceph-mon[108342]: fsmap foofs:1 {0=foofs.smithi077.vnexfw=up:active} 2023-11-03T10:35:17.185 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:16 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:35:17.185 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:16 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:35:17.185 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:16 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:35:17.185 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:16 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T10:35:17.240 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:16 smithi145 ceph-mon[111069]: pgmap v161: 65 pgs: 34 active+clean, 6 creating+activating, 17 creating+peering, 8 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-11-03T10:35:17.241 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:16 smithi145 ceph-mon[111069]: mds.? [v2:172.21.15.77:6834/1409020649,v1:172.21.15.77:6835/1409020649] up:active 2023-11-03T10:35:17.241 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:16 smithi145 ceph-mon[111069]: fsmap foofs:1 {0=foofs.smithi077.vnexfw=up:active} 2023-11-03T10:35:17.241 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:16 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:35:17.241 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:16 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:35:17.241 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:16 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:35:17.242 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:16 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T10:35:17.639 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-11-03T10:35:17.639 INFO:teuthology.orchestra.run.smithi077.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-03T10:30:43.939910Z", "last_refresh": "2023-11-03T10:33:19.741728Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-03T10:30:39.731546Z", "last_refresh": "2023-11-03T10:33:19.741790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-03T10:30:42.108658Z", "last_refresh": "2023-11-03T10:33:19.741851Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-03T10:35:11.884940Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-03T10:35:11.876936Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-03T10:30:38.731088Z", "last_refresh": "2023-11-03T10:33:19.741660Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi077:172.21.15.77=smithi077", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-03T10:31:14.099671Z", "last_refresh": "2023-11-03T10:33:19.741493Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-03T10:30:43.019746Z", "last_refresh": "2023-11-03T10:33:19.741910Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", "container_image_name": "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", "last_refresh": "2023-11-03T10:33:19.742027Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-03T10:30:41.022120Z", "last_refresh": "2023-11-03T10:33:19.741968Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-03T10:35:18.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:17 smithi077 ceph-mon[108342]: mds.? [v2:172.21.15.145:6832/73505959,v1:172.21.15.145:6833/73505959] up:boot 2023-11-03T10:35:18.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:17 smithi077 ceph-mon[108342]: fsmap foofs:1 {0=foofs.smithi077.vnexfw=up:active} 1 up:standby 2023-11-03T10:35:18.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:17 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi145.wrjqzl"}]: dispatch 2023-11-03T10:35:18.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:17 smithi077 ceph-mon[108342]: fsmap foofs:1 {0=foofs.smithi077.vnexfw=up:active} 1 up:standby 2023-11-03T10:35:18.055 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-03T10:35:18.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:17 smithi145 ceph-mon[111069]: mds.? [v2:172.21.15.145:6832/73505959,v1:172.21.15.145:6833/73505959] up:boot 2023-11-03T10:35:18.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:17 smithi145 ceph-mon[111069]: fsmap foofs:1 {0=foofs.smithi077.vnexfw=up:active} 1 up:standby 2023-11-03T10:35:18.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:17 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi145.wrjqzl"}]: dispatch 2023-11-03T10:35:18.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:17 smithi145 ceph-mon[111069]: fsmap foofs:1 {0=foofs.smithi077.vnexfw=up:active} 1 up:standby 2023-11-03T10:35:19.057 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- ceph orch ls -f json 2023-11-03T10:35:19.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:18 smithi077 ceph-mon[108342]: pgmap v162: 65 pgs: 53 active+clean, 6 creating+activating, 6 creating+peering; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 374 B/s wr, 0 op/s 2023-11-03T10:35:19.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:18 smithi077 ceph-mon[108342]: from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-03T10:35:19.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:18 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:35:19.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:18 smithi145 ceph-mon[111069]: pgmap v162: 65 pgs: 53 active+clean, 6 creating+activating, 6 creating+peering; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 374 B/s wr, 0 op/s 2023-11-03T10:35:19.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:18 smithi145 ceph-mon[111069]: from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-03T10:35:19.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:18 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:35:20.556 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-11-03T10:35:20.556 INFO:teuthology.orchestra.run.smithi077.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-03T10:30:43.939910Z", "last_refresh": "2023-11-03T10:35:20.077278Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-03T10:30:39.731546Z", "last_refresh": "2023-11-03T10:35:18.140808Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-03T10:30:42.108658Z", "last_refresh": "2023-11-03T10:35:20.077423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-03T10:35:11.884940Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-03T10:35:11.876936Z", "last_refresh": "2023-11-03T10:35:18.141380Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-03T10:30:38.731088Z", "last_refresh": "2023-11-03T10:35:18.140943Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi077:172.21.15.77=smithi077", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-03T10:31:14.099671Z", "last_refresh": "2023-11-03T10:35:18.141012Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-03T10:30:43.019746Z", "last_refresh": "2023-11-03T10:35:18.141075Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", "container_image_name": "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", "last_refresh": "2023-11-03T10:35:18.141134Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-03T10:30:41.022120Z", "last_refresh": "2023-11-03T10:35:20.077546Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-03T10:35:20.946 INFO:tasks.cephadm:mds.foofs has 2/2 2023-11-03T10:35:20.946 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-03T10:35:20.956 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi077.front.sepia.ceph.com 2023-11-03T10:35:20.956 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2023-11-03T10:35:21.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:20 smithi077 ceph-mon[108342]: pgmap v163: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s wr, 5 op/s 2023-11-03T10:35:21.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:20 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:35:21.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:20 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:35:21.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:20 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:35:21.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:20 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:35:21.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:20 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T10:35:21.255 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:20 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:35:21.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:20 smithi145 ceph-mon[111069]: pgmap v163: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s wr, 5 op/s 2023-11-03T10:35:21.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:20 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:35:21.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:20 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:35:21.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:20 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:35:21.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:20 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:35:21.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:20 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T10:35:21.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:20 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:35:22.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:21 smithi077 ceph-mon[108342]: from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-03T10:35:22.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:21 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:35:22.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:21 smithi145 ceph-mon[111069]: from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-03T10:35:22.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:21 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:35:23.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:22 smithi077 ceph-mon[108342]: pgmap v164: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 5 op/s 2023-11-03T10:35:23.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:22 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-11-03T10:35:23.334 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:22 smithi145 ceph-mon[111069]: pgmap v164: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 5 op/s 2023-11-03T10:35:23.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:22 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-11-03T10:35:23.959 INFO:teuthology.orchestra.run.smithi077.stdout:NFS Cluster Created Successfully 2023-11-03T10:35:24.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:23 smithi077 ceph-mon[108342]: from='client.14510 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:35:24.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:23 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-11-03T10:35:24.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:23 smithi077 ceph-mon[108342]: osdmap e62: 8 total, 8 up, 8 in 2023-11-03T10:35:24.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:23 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-11-03T10:35:24.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:23 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-11-03T10:35:24.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:23 smithi077 ceph-mon[108342]: osdmap e63: 8 total, 8 up, 8 in 2023-11-03T10:35:24.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:23 smithi145 ceph-mon[111069]: from='client.14510 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:35:24.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:23 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-11-03T10:35:24.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:23 smithi145 ceph-mon[111069]: osdmap e62: 8 total, 8 up, 8 in 2023-11-03T10:35:24.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:23 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-11-03T10:35:24.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:23 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-11-03T10:35:24.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:23 smithi145 ceph-mon[111069]: osdmap e63: 8 total, 8 up, 8 in 2023-11-03T10:35:24.349 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- bash -c 'ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2023-11-03T10:35:25.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:24 smithi077 ceph-mon[108342]: pgmap v166: 97 pgs: 5 creating+peering, 27 unknown, 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s wr, 4 op/s 2023-11-03T10:35:25.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:24 smithi077 ceph-mon[108342]: Saving service nfs.foo spec with placement count:2 2023-11-03T10:35:25.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:24 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:35:25.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:24 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:35:25.255 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:24 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:35:25.255 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:24 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T10:35:25.255 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:24 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:35:25.255 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:24 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:35:25.256 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:24 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi077.rqjfgp", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-03T10:35:25.256 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:24 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi077.rqjfgp", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-03T10:35:25.256 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:24 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-11-03T10:35:25.256 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:24 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-11-03T10:35:25.257 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:24 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:35:25.257 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:24 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-03T10:35:25.257 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:24 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-03T10:35:25.257 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:24 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi077.rqjfgp-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-03T10:35:25.258 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:24 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi077.rqjfgp-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-03T10:35:25.258 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:24 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:35:25.258 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:24 smithi077 ceph-mon[108342]: osdmap e64: 8 total, 8 up, 8 in 2023-11-03T10:35:25.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:24 smithi145 ceph-mon[111069]: pgmap v166: 97 pgs: 5 creating+peering, 27 unknown, 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s wr, 4 op/s 2023-11-03T10:35:25.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:24 smithi145 ceph-mon[111069]: Saving service nfs.foo spec with placement count:2 2023-11-03T10:35:25.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:24 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:35:25.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:24 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:35:25.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:24 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:35:25.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:24 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T10:35:25.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:24 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:35:25.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:24 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:35:25.337 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:24 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi077.rqjfgp", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-03T10:35:25.337 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:24 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi077.rqjfgp", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-03T10:35:25.337 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:24 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-11-03T10:35:25.337 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:24 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-11-03T10:35:25.337 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:24 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:35:25.338 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:24 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-03T10:35:25.338 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:24 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-03T10:35:25.338 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:24 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi077.rqjfgp-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-03T10:35:25.338 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:24 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi077.rqjfgp-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-03T10:35:25.339 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:24 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:35:25.339 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:24 smithi145 ceph-mon[111069]: osdmap e64: 8 total, 8 up, 8 in 2023-11-03T10:35:26.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:25 smithi077 ceph-mon[108342]: Creating key for client.nfs.foo.0.0.smithi077.rqjfgp 2023-11-03T10:35:26.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:25 smithi077 ceph-mon[108342]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-11-03T10:35:26.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:25 smithi077 ceph-mon[108342]: Rados config object exists: conf-nfs.foo 2023-11-03T10:35:26.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:25 smithi077 ceph-mon[108342]: Creating key for client.nfs.foo.0.0.smithi077.rqjfgp-rgw 2023-11-03T10:35:26.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:25 smithi077 ceph-mon[108342]: Deploying daemon nfs.foo.0.0.smithi077.rqjfgp on smithi077 2023-11-03T10:35:26.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:25 smithi145 ceph-mon[111069]: Creating key for client.nfs.foo.0.0.smithi077.rqjfgp 2023-11-03T10:35:26.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:25 smithi145 ceph-mon[111069]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-11-03T10:35:26.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:25 smithi145 ceph-mon[111069]: Rados config object exists: conf-nfs.foo 2023-11-03T10:35:26.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:25 smithi145 ceph-mon[111069]: Creating key for client.nfs.foo.0.0.smithi077.rqjfgp-rgw 2023-11-03T10:35:26.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:25 smithi145 ceph-mon[111069]: Deploying daemon nfs.foo.0.0.smithi077.rqjfgp on smithi077 2023-11-03T10:35:26.337 INFO:teuthology.orchestra.run.smithi077.stderr:Invalid command: Unexpected argument '--clusterid' 2023-11-03T10:35:26.338 INFO:teuthology.orchestra.run.smithi077.stderr:nfs export create cephfs [] [--readonly] [--client_addr ...] [--squash ] : Create a CephFS export 2023-11-03T10:35:26.338 INFO:teuthology.orchestra.run.smithi077.stderr:Error EINVAL: invalid command 2023-11-03T10:35:26.668 INFO:teuthology.orchestra.run.smithi077.stdout:{ 2023-11-03T10:35:26.668 INFO:teuthology.orchestra.run.smithi077.stdout: "bind": "/fake", 2023-11-03T10:35:26.668 INFO:teuthology.orchestra.run.smithi077.stdout: "fs": "foofs", 2023-11-03T10:35:26.669 INFO:teuthology.orchestra.run.smithi077.stdout: "path": "/", 2023-11-03T10:35:26.669 INFO:teuthology.orchestra.run.smithi077.stdout: "cluster": "foo", 2023-11-03T10:35:26.669 INFO:teuthology.orchestra.run.smithi077.stdout: "mode": "RW" 2023-11-03T10:35:26.669 INFO:teuthology.orchestra.run.smithi077.stdout:} 2023-11-03T10:35:27.037 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2023-11-03T10:35:27.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:26 smithi077 ceph-mon[108342]: pgmap v169: 97 pgs: 14 creating+peering, 14 unknown, 69 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-11-03T10:35:27.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:26 smithi077 ceph-mon[108342]: mgrmap e20: smithi077.iwfrkz(active, since 3m), standbys: smithi145.ojodkj 2023-11-03T10:35:27.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:26 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:35:27.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:26 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi145.ygdiwy", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-03T10:35:27.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:26 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi145.ygdiwy", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-03T10:35:27.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:26 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-11-03T10:35:27.255 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:26 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-11-03T10:35:27.255 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:26 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:35:27.255 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:26 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:35:27.255 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:26 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2023-11-03T10:35:27.255 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:26 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2023-11-03T10:35:27.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:26 smithi145 ceph-mon[111069]: pgmap v169: 97 pgs: 14 creating+peering, 14 unknown, 69 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-11-03T10:35:27.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:26 smithi145 ceph-mon[111069]: mgrmap e20: smithi077.iwfrkz(active, since 3m), standbys: smithi145.ojodkj 2023-11-03T10:35:27.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:26 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:35:27.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:26 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi145.ygdiwy", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-03T10:35:27.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:26 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi145.ygdiwy", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-03T10:35:27.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:26 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-11-03T10:35:27.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:26 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-11-03T10:35:27.337 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:26 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:35:27.337 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:26 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:35:27.337 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:26 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2023-11-03T10:35:27.337 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:26 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2023-11-03T10:35:28.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:27 smithi077 ceph-mon[108342]: Creating key for client.nfs.foo.1.0.smithi145.ygdiwy 2023-11-03T10:35:28.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:27 smithi077 ceph-mon[108342]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-11-03T10:35:28.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:27 smithi077 ceph-mon[108342]: from='client.14544 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:35:28.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:27 smithi145 ceph-mon[111069]: Creating key for client.nfs.foo.1.0.smithi145.ygdiwy 2023-11-03T10:35:28.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:27 smithi145 ceph-mon[111069]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-11-03T10:35:28.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:27 smithi145 ceph-mon[111069]: from='client.14544 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:35:29.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:28 smithi077 ceph-mon[108342]: pgmap v170: 97 pgs: 14 creating+peering, 7 unknown, 76 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail 2023-11-03T10:35:29.334 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:28 smithi145 ceph-mon[111069]: pgmap v170: 97 pgs: 14 creating+peering, 7 unknown, 76 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail 2023-11-03T10:35:30.210 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:29 smithi145 ceph-mon[111069]: from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:35:30.210 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:29 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-03T10:35:30.210 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:29 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-03T10:35:30.211 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:29 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi145.ygdiwy-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-03T10:35:30.211 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:29 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi145.ygdiwy-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-03T10:35:30.211 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:29 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:35:30.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:29 smithi077 ceph-mon[108342]: from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:35:30.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:29 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-03T10:35:30.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:29 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-03T10:35:30.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:29 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi145.ygdiwy-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-03T10:35:30.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:29 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi145.ygdiwy-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-03T10:35:30.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:29 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:35:31.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:30 smithi077 ceph-mon[108342]: Rados config object exists: conf-nfs.foo 2023-11-03T10:35:31.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:30 smithi077 ceph-mon[108342]: Creating key for client.nfs.foo.1.0.smithi145.ygdiwy-rgw 2023-11-03T10:35:31.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:30 smithi077 ceph-mon[108342]: Deploying daemon nfs.foo.1.0.smithi145.ygdiwy on smithi145 2023-11-03T10:35:31.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:30 smithi077 ceph-mon[108342]: pgmap v171: 97 pgs: 97 active+clean; 580 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s rd, 2.2 KiB/s wr, 4 op/s 2023-11-03T10:35:31.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:30 smithi077 ceph-mon[108342]: from='client.14562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:35:31.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:30 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:35:31.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:30 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:35:31.005 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:30 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:35:31.005 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:30 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T10:35:31.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:30 smithi145 ceph-mon[111069]: Rados config object exists: conf-nfs.foo 2023-11-03T10:35:31.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:30 smithi145 ceph-mon[111069]: Creating key for client.nfs.foo.1.0.smithi145.ygdiwy-rgw 2023-11-03T10:35:31.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:30 smithi145 ceph-mon[111069]: Deploying daemon nfs.foo.1.0.smithi145.ygdiwy on smithi145 2023-11-03T10:35:31.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:30 smithi145 ceph-mon[111069]: pgmap v171: 97 pgs: 97 active+clean; 580 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s rd, 2.2 KiB/s wr, 4 op/s 2023-11-03T10:35:31.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:30 smithi145 ceph-mon[111069]: from='client.14562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:35:31.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:30 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:35:31.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:30 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:35:31.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:30 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:35:31.337 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:30 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T10:35:32.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:31 smithi145 ceph-mon[111069]: from='client.14578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:35:32.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:31 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]: dispatch 2023-11-03T10:35:32.086 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:31 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2023-11-03T10:35:32.086 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:31 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2023-11-03T10:35:32.086 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:31 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2023-11-03T10:35:32.086 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:31 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.iwfrkz/mirror_snapshot_schedule"}]: dispatch 2023-11-03T10:35:32.087 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:31 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.iwfrkz/trash_purge_schedule"}]: dispatch 2023-11-03T10:35:32.087 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:31 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:35:32.206 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:31 smithi077 ceph-mon[108342]: from='client.14578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:35:32.206 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:31 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]: dispatch 2023-11-03T10:35:32.206 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:31 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2023-11-03T10:35:32.206 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:31 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2023-11-03T10:35:32.207 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:31 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2023-11-03T10:35:32.207 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:31 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.iwfrkz/mirror_snapshot_schedule"}]: dispatch 2023-11-03T10:35:32.207 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:31 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.iwfrkz/trash_purge_schedule"}]: dispatch 2023-11-03T10:35:32.207 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:31 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:35:33.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:32 smithi077 ceph-mon[108342]: pgmap v172: 97 pgs: 97 active+clean; 580 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.7 KiB/s wr, 3 op/s 2023-11-03T10:35:33.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:32 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]': finished 2023-11-03T10:35:33.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:32 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]': finished 2023-11-03T10:35:33.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:32 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]': finished 2023-11-03T10:35:33.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:32 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]': finished 2023-11-03T10:35:33.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:32 smithi077 ceph-mon[108342]: osdmap e65: 8 total, 8 up, 8 in 2023-11-03T10:35:33.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:32 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:35:33.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:32 smithi145 ceph-mon[111069]: pgmap v172: 97 pgs: 97 active+clean; 580 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.7 KiB/s wr, 3 op/s 2023-11-03T10:35:33.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:32 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]': finished 2023-11-03T10:35:33.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:32 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]': finished 2023-11-03T10:35:33.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:32 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]': finished 2023-11-03T10:35:33.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:32 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]': finished 2023-11-03T10:35:33.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:32 smithi145 ceph-mon[111069]: osdmap e65: 8 total, 8 up, 8 in 2023-11-03T10:35:33.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:32 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:35:34.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:33 smithi077 ceph-mon[108342]: from='client.14582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:35:34.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:33 smithi077 ceph-mon[108342]: osdmap e66: 8 total, 8 up, 8 in 2023-11-03T10:35:34.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:33 smithi077 ceph-mon[108342]: pgmap v175: 97 pgs: 97 active+clean; 580 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.7 KiB/s wr, 8 op/s 2023-11-03T10:35:34.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:33 smithi077 ceph-mon[108342]: from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:35:34.255 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:33 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:35:34.255 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:33 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:35:34.255 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:33 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:35:34.256 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:33 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:35:34.256 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:33 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:35:34.256 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:33 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T10:35:34.257 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:33 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:35:34.257 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:33 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:35:34.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:33 smithi145 ceph-mon[111069]: from='client.14582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:35:34.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:33 smithi145 ceph-mon[111069]: osdmap e66: 8 total, 8 up, 8 in 2023-11-03T10:35:34.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:33 smithi145 ceph-mon[111069]: pgmap v175: 97 pgs: 97 active+clean; 580 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.7 KiB/s wr, 8 op/s 2023-11-03T10:35:34.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:33 smithi145 ceph-mon[111069]: from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:35:34.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:33 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:35:34.337 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:33 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:35:34.337 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:33 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:35:34.338 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:33 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:35:34.338 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:33 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:35:34.338 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:33 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T10:35:34.339 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:33 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:35:34.339 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:33 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:35:34.920 INFO:teuthology.orchestra.run.smithi077.stdout:nfs.foo ?:2049 2/2 2s ago 10s count:2 2023-11-03T10:35:35.243 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:34 smithi077 ceph-mon[108342]: from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:35:35.277 INFO:teuthology.run_tasks:Running task vip.exec... 2023-11-03T10:35:35.286 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi077.front.sepia.ceph.com 2023-11-03T10:35:35.286 DEBUG:teuthology.orchestra.run.smithi077:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2023-11-03T10:35:35.314 INFO:teuthology.orchestra.run.smithi077.stderr:+ mkdir /mnt/foo 2023-11-03T10:35:35.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:34 smithi145 ceph-mon[111069]: from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:35:35.336 DEBUG:teuthology.orchestra.run.smithi077:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2023-11-03T10:35:35.403 INFO:teuthology.orchestra.run.smithi077.stderr:++ hostname 2023-11-03T10:35:35.403 INFO:teuthology.orchestra.run.smithi077.stderr:+ mount -t nfs smithi077:/fake /mnt/foo -o sync 2023-11-03T10:35:35.840 DEBUG:teuthology.orchestra.run.smithi077:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2023-11-03T10:35:35.907 INFO:teuthology.orchestra.run.smithi077.stderr:+ echo test 2023-11-03T10:35:35.957 DEBUG:teuthology.orchestra.run.smithi077:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2023-11-03T10:35:36.024 INFO:teuthology.orchestra.run.smithi077.stderr:+ sync 2023-11-03T10:35:36.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:35 smithi077 ceph-mon[108342]: pgmap v176: 97 pgs: 97 active+clean; 581 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 KiB/s wr, 9 op/s 2023-11-03T10:35:36.334 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:35 smithi145 ceph-mon[111069]: pgmap v176: 97 pgs: 97 active+clean; 581 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 KiB/s wr, 9 op/s 2023-11-03T10:35:36.408 INFO:teuthology.run_tasks:Running task parallel... 2023-11-03T10:35:36.419 INFO:teuthology.task.parallel:starting parallel... 2023-11-03T10:35:36.420 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-11-03T10:35:36.429 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-11-03T10:35:36.430 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi077.front.sepia.ceph.com 2023-11-03T10:35:36.430 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -e sha1=054a55d156d3a2f0db54aab582507ae7417905e5 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2023-11-03T10:35:36.431 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-11-03T10:35:36.431 INFO:teuthology.task.sequential:In sequential, running task exec... 2023-11-03T10:35:36.432 INFO:teuthology.task.exec:Executing custom commands... 2023-11-03T10:35:36.432 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi077.front.sepia.ceph.com 2023-11-03T10:35:36.433 DEBUG:teuthology.orchestra.run.smithi077:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2023-11-03T10:35:36.533 INFO:teuthology.orchestra.run.smithi077.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-11-03T10:35:36.534 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-11-03T10:35:36.534 INFO:teuthology.orchestra.run.smithi077.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2023-11-03T10:35:36.543 INFO:teuthology.orchestra.run.smithi077.stdout:3 of 5 processes prepared for launch 0 sec 2023-11-03T10:35:36.643 INFO:teuthology.orchestra.run.smithi077.stdout:5 of 5 processes prepared for launch 0 sec 2023-11-03T10:35:36.643 INFO:teuthology.orchestra.run.smithi077.stdout:releasing clients 2023-11-03T10:35:37.493 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:37 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:35:37.643 INFO:teuthology.orchestra.run.smithi077.stdout: 4 75 16.97 MB/sec warmup 1 sec latency 181.366 ms 2023-11-03T10:35:37.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:37 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:35:38.551 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:38 smithi077 ceph-mon[108342]: pgmap v177: 97 pgs: 97 active+clean; 581 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 3.7 KiB/s rd, 1.6 KiB/s wr, 5 op/s 2023-11-03T10:35:38.643 INFO:teuthology.orchestra.run.smithi077.stdout: 5 196 19.48 MB/sec warmup 2 sec latency 149.241 ms 2023-11-03T10:35:38.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:38 smithi145 ceph-mon[111069]: pgmap v177: 97 pgs: 97 active+clean; 581 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 3.7 KiB/s rd, 1.6 KiB/s wr, 5 op/s 2023-11-03T10:35:39.086 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -e sha1=054a55d156d3a2f0db54aab582507ae7417905e5 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2023-11-03T10:35:39.646 INFO:teuthology.orchestra.run.smithi077.stdout: 5 309 18.85 MB/sec warmup 3 sec latency 137.107 ms 2023-11-03T10:35:40.413 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:40 smithi077 ceph-mon[108342]: pgmap v178: 97 pgs: 97 active+clean; 23 MiB data, 65 MiB used, 715 GiB / 715 GiB avail; 3.7 KiB/s rd, 2.9 MiB/s wr, 180 op/s 2023-11-03T10:35:40.645 INFO:teuthology.orchestra.run.smithi077.stdout: 5 426 18.72 MB/sec warmup 4 sec latency 140.691 ms 2023-11-03T10:35:40.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:40 smithi145 ceph-mon[111069]: pgmap v178: 97 pgs: 97 active+clean; 23 MiB data, 65 MiB used, 715 GiB / 715 GiB avail; 3.7 KiB/s rd, 2.9 MiB/s wr, 180 op/s 2023-11-03T10:35:41.645 INFO:teuthology.orchestra.run.smithi077.stdout: 5 549 18.97 MB/sec warmup 5 sec latency 143.924 ms 2023-11-03T10:35:41.767 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -e sha1=054a55d156d3a2f0db54aab582507ae7417905e5 -- bash -c 'ceph config set global log_to_journald false --force' 2023-11-03T10:35:42.490 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:42 smithi077 ceph-mon[108342]: pgmap v179: 97 pgs: 97 active+clean; 42 MiB data, 86 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 4.6 MiB/s wr, 195 op/s 2023-11-03T10:35:42.645 INFO:teuthology.orchestra.run.smithi077.stdout: 5 770 17.79 MB/sec warmup 6 sec latency 110.215 ms 2023-11-03T10:35:42.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:42 smithi145 ceph-mon[111069]: pgmap v179: 97 pgs: 97 active+clean; 42 MiB data, 86 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 4.6 MiB/s wr, 195 op/s 2023-11-03T10:35:43.646 INFO:teuthology.orchestra.run.smithi077.stdout: 5 1061 16.16 MB/sec warmup 7 sec latency 102.886 ms 2023-11-03T10:35:44.260 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -e sha1=054a55d156d3a2f0db54aab582507ae7417905e5 -- bash -c 'ceph mgr module enable nfs --force' 2023-11-03T10:35:44.534 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:44 smithi077 ceph-mon[108342]: pgmap v180: 97 pgs: 97 active+clean; 92 MiB data, 137 MiB used, 715 GiB / 715 GiB avail; 297 B/s rd, 9.1 MiB/s wr, 368 op/s 2023-11-03T10:35:44.646 INFO:teuthology.orchestra.run.smithi077.stdout: 5 1568 16.32 MB/sec warmup 8 sec latency 80.152 ms 2023-11-03T10:35:44.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:44 smithi145 ceph-mon[111069]: pgmap v180: 97 pgs: 97 active+clean; 92 MiB data, 137 MiB used, 715 GiB / 715 GiB avail; 297 B/s rd, 9.1 MiB/s wr, 368 op/s 2023-11-03T10:35:45.646 INFO:teuthology.orchestra.run.smithi077.stdout: 5 2214 15.03 MB/sec warmup 9 sec latency 86.961 ms 2023-11-03T10:35:46.541 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:46 smithi077 ceph-mon[108342]: pgmap v181: 97 pgs: 97 active+clean; 104 MiB data, 176 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 9.0 MiB/s wr, 385 op/s 2023-11-03T10:35:46.646 INFO:teuthology.orchestra.run.smithi077.stdout: 5 2691 15.17 MB/sec warmup 10 sec latency 130.124 ms 2023-11-03T10:35:46.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:46 smithi145 ceph-mon[111069]: pgmap v181: 97 pgs: 97 active+clean; 104 MiB data, 176 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 9.0 MiB/s wr, 385 op/s 2023-11-03T10:35:47.449 INFO:teuthology.orchestra.run.smithi077.stderr:module 'nfs' is already enabled 2023-11-03T10:35:47.564 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:47 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/2813689108' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-11-03T10:35:47.646 INFO:teuthology.orchestra.run.smithi077.stdout: 5 3187 15.66 MB/sec warmup 11 sec latency 133.745 ms 2023-11-03T10:35:47.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:47 smithi145 ceph-mon[111069]: from='client.? 172.21.15.77:0/2813689108' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-11-03T10:35:48.024 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -e sha1=054a55d156d3a2f0db54aab582507ae7417905e5 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2023-11-03T10:35:48.571 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:48 smithi077 ceph-mon[108342]: pgmap v182: 97 pgs: 97 active+clean; 110 MiB data, 191 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 9.7 MiB/s wr, 408 op/s 2023-11-03T10:35:48.571 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:48 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/2813689108' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2023-11-03T10:35:48.571 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:48 smithi077 ceph-mon[108342]: mgrmap e21: smithi077.iwfrkz(active, since 4m), standbys: smithi145.ojodkj 2023-11-03T10:35:48.646 INFO:teuthology.orchestra.run.smithi077.stdout: 5 3571 15.81 MB/sec warmup 12 sec latency 126.522 ms 2023-11-03T10:35:48.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:48 smithi145 ceph-mon[111069]: pgmap v182: 97 pgs: 97 active+clean; 110 MiB data, 191 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 9.7 MiB/s wr, 408 op/s 2023-11-03T10:35:48.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:48 smithi145 ceph-mon[111069]: from='client.? 172.21.15.77:0/2813689108' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2023-11-03T10:35:48.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:48 smithi145 ceph-mon[111069]: mgrmap e21: smithi077.iwfrkz(active, since 4m), standbys: smithi145.ojodkj 2023-11-03T10:35:49.655 INFO:teuthology.orchestra.run.smithi077.stdout: 5 3846 15.25 MB/sec warmup 13 sec latency 124.073 ms 2023-11-03T10:35:50.264 INFO:teuthology.orchestra.run.smithi077.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:054a55d156d3a2f0db54aab582507ae7417905e5 2023-11-03T10:35:50.599 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:50 smithi077 ceph-mon[108342]: pgmap v183: 97 pgs: 97 active+clean; 122 MiB data, 210 MiB used, 715 GiB / 715 GiB avail; 2.6 KiB/s rd, 12 MiB/s wr, 641 op/s 2023-11-03T10:35:50.599 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:50 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:35:50.599 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:50 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:35:50.599 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:50 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:35:50.600 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:50 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T10:35:50.600 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:50 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:35:50.600 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:50 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:35:50.655 INFO:teuthology.orchestra.run.smithi077.stdout: 5 4117 14.32 MB/sec warmup 14 sec latency 158.115 ms 2023-11-03T10:35:50.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:50 smithi145 ceph-mon[111069]: pgmap v183: 97 pgs: 97 active+clean; 122 MiB data, 210 MiB used, 715 GiB / 715 GiB avail; 2.6 KiB/s rd, 12 MiB/s wr, 641 op/s 2023-11-03T10:35:50.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:50 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:35:50.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:50 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:35:50.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:50 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:35:50.837 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:50 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T10:35:50.837 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:50 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:35:50.837 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:50 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:35:50.886 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-11-03T10:35:50.887 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi077.front.sepia.ceph.com 2023-11-03T10:35:50.887 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -e sha1=054a55d156d3a2f0db54aab582507ae7417905e5 -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; ceph health detail ; sleep 30 ; done' 2023-11-03T10:35:51.621 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:51 smithi077 ceph-mon[108342]: from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:054a55d156d3a2f0db54aab582507ae7417905e5", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:35:51.621 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:51 smithi077 ceph-mon[108342]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:054a55d156d3a2f0db54aab582507ae7417905e5 2023-11-03T10:35:51.621 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:51 smithi077 ceph-mon[108342]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:054a55d156d3a2f0db54aab582507ae7417905e5 2023-11-03T10:35:51.661 INFO:teuthology.orchestra.run.smithi077.stdout: 5 4487 13.68 MB/sec warmup 15 sec latency 129.782 ms 2023-11-03T10:35:51.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:51 smithi145 ceph-mon[111069]: from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:054a55d156d3a2f0db54aab582507ae7417905e5", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:35:51.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:51 smithi145 ceph-mon[111069]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:054a55d156d3a2f0db54aab582507ae7417905e5 2023-11-03T10:35:51.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:51 smithi145 ceph-mon[111069]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:054a55d156d3a2f0db54aab582507ae7417905e5 2023-11-03T10:35:52.648 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:52 smithi077 ceph-mon[108342]: pgmap v184: 97 pgs: 97 active+clean; 126 MiB data, 203 MiB used, 715 GiB / 715 GiB avail; 2.6 KiB/s rd, 10 MiB/s wr, 545 op/s 2023-11-03T10:35:52.661 INFO:teuthology.orchestra.run.smithi077.stdout: 5 4816 13.52 MB/sec warmup 16 sec latency 213.631 ms 2023-11-03T10:35:52.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:52 smithi145 ceph-mon[111069]: pgmap v184: 97 pgs: 97 active+clean; 126 MiB data, 203 MiB used, 715 GiB / 715 GiB avail; 2.6 KiB/s rd, 10 MiB/s wr, 545 op/s 2023-11-03T10:35:53.289 INFO:teuthology.orchestra.run.smithi077.stdout:true 2023-11-03T10:35:53.662 INFO:teuthology.orchestra.run.smithi077.stdout: 5 5128 13.29 MB/sec warmup 17 sec latency 131.039 ms 2023-11-03T10:35:54.247 INFO:teuthology.orchestra.run.smithi077.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-03T10:35:54.248 INFO:teuthology.orchestra.run.smithi077.stdout:alertmanager.smithi077 smithi077 *:9093,9094 running (3m) 20s ago 4m 25.9M - ba2b418f427c ec92145d4f24 2023-11-03T10:35:54.248 INFO:teuthology.orchestra.run.smithi077.stdout:crash.smithi077 smithi077 running (4m) 20s ago 4m 7004k - 17.2.0 e1d6a67b021e 3cf56b732c65 2023-11-03T10:35:54.248 INFO:teuthology.orchestra.run.smithi077.stdout:crash.smithi145 smithi145 running (4m) 21s ago 4m 7168k - 17.2.0 e1d6a67b021e bcfef56253b1 2023-11-03T10:35:54.248 INFO:teuthology.orchestra.run.smithi077.stdout:grafana.smithi077 smithi077 *:3000 running (3m) 20s ago 4m 47.0M - 8.3.5 dad864ee21e9 9308a513e85f 2023-11-03T10:35:54.249 INFO:teuthology.orchestra.run.smithi077.stdout:mds.foofs.smithi077.vnexfw smithi077 running (40s) 20s ago 39s 16.4M - 17.2.0 e1d6a67b021e caa8609560d3 2023-11-03T10:35:54.249 INFO:teuthology.orchestra.run.smithi077.stdout:mds.foofs.smithi145.wrjqzl smithi145 running (37s) 21s ago 37s 14.6M - 17.2.0 e1d6a67b021e 083254f73eb3 2023-11-03T10:35:54.249 INFO:teuthology.orchestra.run.smithi077.stdout:mgr.smithi077.iwfrkz smithi077 *:9283 running (5m) 20s ago 5m 476M - 17.2.0 e1d6a67b021e a74ee8a3352f 2023-11-03T10:35:54.249 INFO:teuthology.orchestra.run.smithi077.stdout:mgr.smithi145.ojodkj smithi145 *:8443,9283 running (4m) 21s ago 4m 419M - 17.2.0 e1d6a67b021e 7bc0c75b579d 2023-11-03T10:35:54.249 INFO:teuthology.orchestra.run.smithi077.stdout:mon.smithi077 smithi077 running (5m) 20s ago 5m 77.3M 2048M 17.2.0 e1d6a67b021e 0e16f423936a 2023-11-03T10:35:54.249 INFO:teuthology.orchestra.run.smithi077.stdout:mon.smithi145 smithi145 running (4m) 21s ago 4m 60.8M 2048M 17.2.0 e1d6a67b021e a8df3dc1838f 2023-11-03T10:35:54.250 INFO:teuthology.orchestra.run.smithi077.stdout:nfs.foo.0.0.smithi077.rqjfgp smithi077 *:2049 running (28s) 20s ago 28s 54.1M - 4.0 e1d6a67b021e 902fc07e2940 2023-11-03T10:35:54.250 INFO:teuthology.orchestra.run.smithi077.stdout:nfs.foo.1.0.smithi145.ygdiwy smithi145 *:2049 running (23s) 21s ago 23s 57.8M - 4.0 e1d6a67b021e 05ff6f17e1c0 2023-11-03T10:35:54.250 INFO:teuthology.orchestra.run.smithi077.stdout:node-exporter.smithi077 smithi077 *:9100 running (4m) 20s ago 4m 27.5M - 1dbe0e931976 4bc7cea5e937 2023-11-03T10:35:54.250 INFO:teuthology.orchestra.run.smithi077.stdout:node-exporter.smithi145 smithi145 *:9100 running (4m) 21s ago 4m 25.1M - 1dbe0e931976 a8efefe1c97f 2023-11-03T10:35:54.251 INFO:teuthology.orchestra.run.smithi077.stdout:osd.0 smithi077 running (3m) 20s ago 3m 55.0M 3224M 17.2.0 e1d6a67b021e 30d31ef3db20 2023-11-03T10:35:54.251 INFO:teuthology.orchestra.run.smithi077.stdout:osd.1 smithi077 running (3m) 20s ago 3m 57.5M 3224M 17.2.0 e1d6a67b021e 14e3d5394d76 2023-11-03T10:35:54.251 INFO:teuthology.orchestra.run.smithi077.stdout:osd.2 smithi077 running (3m) 20s ago 3m 50.3M 3224M 17.2.0 e1d6a67b021e c0b186ea4ba5 2023-11-03T10:35:54.251 INFO:teuthology.orchestra.run.smithi077.stdout:osd.3 smithi077 running (2m) 20s ago 2m 49.1M 3224M 17.2.0 e1d6a67b021e fcf3c0d3ba2f 2023-11-03T10:35:54.251 INFO:teuthology.orchestra.run.smithi077.stdout:osd.4 smithi145 running (2m) 21s ago 2m 52.5M 3992M 17.2.0 e1d6a67b021e 93aff7485bf1 2023-11-03T10:35:54.251 INFO:teuthology.orchestra.run.smithi077.stdout:osd.5 smithi145 running (2m) 21s ago 2m 49.0M 3992M 17.2.0 e1d6a67b021e ce350c0bf3a0 2023-11-03T10:35:54.252 INFO:teuthology.orchestra.run.smithi077.stdout:osd.6 smithi145 running (111s) 21s ago 111s 48.2M 3992M 17.2.0 e1d6a67b021e ed3aa1bf1694 2023-11-03T10:35:54.252 INFO:teuthology.orchestra.run.smithi077.stdout:osd.7 smithi145 running (94s) 21s ago 93s 49.5M 3992M 17.2.0 e1d6a67b021e 7b07331ce554 2023-11-03T10:35:54.252 INFO:teuthology.orchestra.run.smithi077.stdout:prometheus.smithi077 smithi077 *:9095 running (3m) 20s ago 3m 61.7M - 514e6a882f6e 8e6d7fae6af6 2023-11-03T10:35:54.661 INFO:teuthology.orchestra.run.smithi077.stdout: 5 5449 12.67 MB/sec warmup 18 sec latency 104.978 ms 2023-11-03T10:35:54.696 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:54 smithi077 ceph-mon[108342]: from='client.24389 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:35:54.696 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:54 smithi077 ceph-mon[108342]: pgmap v185: 97 pgs: 97 active+clean; 131 MiB data, 241 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 9.9 MiB/s wr, 614 op/s 2023-11-03T10:35:54.696 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:54 smithi077 ceph-mon[108342]: from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:35:54.814 INFO:teuthology.orchestra.run.smithi077.stdout:{ 2023-11-03T10:35:54.815 INFO:teuthology.orchestra.run.smithi077.stdout: "mon": { 2023-11-03T10:35:54.815 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-03T10:35:54.815 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2023-11-03T10:35:54.815 INFO:teuthology.orchestra.run.smithi077.stdout: "mgr": { 2023-11-03T10:35:54.815 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-03T10:35:54.816 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2023-11-03T10:35:54.816 INFO:teuthology.orchestra.run.smithi077.stdout: "osd": { 2023-11-03T10:35:54.816 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-03T10:35:54.816 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2023-11-03T10:35:54.816 INFO:teuthology.orchestra.run.smithi077.stdout: "mds": { 2023-11-03T10:35:54.817 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-03T10:35:54.817 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2023-11-03T10:35:54.817 INFO:teuthology.orchestra.run.smithi077.stdout: "overall": { 2023-11-03T10:35:54.817 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-11-03T10:35:54.818 INFO:teuthology.orchestra.run.smithi077.stdout: } 2023-11-03T10:35:54.818 INFO:teuthology.orchestra.run.smithi077.stdout:} 2023-11-03T10:35:54.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:54 smithi145 ceph-mon[111069]: from='client.24389 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:35:54.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:54 smithi145 ceph-mon[111069]: pgmap v185: 97 pgs: 97 active+clean; 131 MiB data, 241 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 9.9 MiB/s wr, 614 op/s 2023-11-03T10:35:54.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:54 smithi145 ceph-mon[111069]: from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:35:55.313 INFO:teuthology.orchestra.run.smithi077.stdout:{ 2023-11-03T10:35:55.314 INFO:teuthology.orchestra.run.smithi077.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:054a55d156d3a2f0db54aab582507ae7417905e5", 2023-11-03T10:35:55.314 INFO:teuthology.orchestra.run.smithi077.stdout: "in_progress": true, 2023-11-03T10:35:55.314 INFO:teuthology.orchestra.run.smithi077.stdout: "services_complete": [], 2023-11-03T10:35:55.314 INFO:teuthology.orchestra.run.smithi077.stdout: "progress": "", 2023-11-03T10:35:55.315 INFO:teuthology.orchestra.run.smithi077.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:054a55d156d3a2f0db54aab582507ae7417905e5 image" 2023-11-03T10:35:55.315 INFO:teuthology.orchestra.run.smithi077.stdout:} 2023-11-03T10:35:55.661 INFO:teuthology.orchestra.run.smithi077.stdout: 5 5757 12.19 MB/sec warmup 19 sec latency 129.073 ms 2023-11-03T10:35:55.727 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:55 smithi077 ceph-mon[108342]: from='client.24395 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:35:55.728 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:55 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/1534592855' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-03T10:35:55.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:55 smithi145 ceph-mon[111069]: from='client.24395 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:35:55.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:55 smithi145 ceph-mon[111069]: from='client.? 172.21.15.77:0/1534592855' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-03T10:35:55.851 INFO:teuthology.orchestra.run.smithi077.stdout:HEALTH_OK 2023-11-03T10:35:56.661 INFO:teuthology.orchestra.run.smithi077.stdout: 5 6050 12.02 MB/sec warmup 20 sec latency 133.311 ms 2023-11-03T10:35:56.748 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:56 smithi077 ceph-mon[108342]: from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:35:56.749 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:56 smithi077 ceph-mon[108342]: pgmap v186: 97 pgs: 97 active+clean; 134 MiB data, 262 MiB used, 715 GiB / 715 GiB avail; 6.9 KiB/s rd, 6.3 MiB/s wr, 536 op/s 2023-11-03T10:35:56.749 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:56 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/3734417495' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-03T10:35:56.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:56 smithi145 ceph-mon[111069]: from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:35:56.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:56 smithi145 ceph-mon[111069]: pgmap v186: 97 pgs: 97 active+clean; 134 MiB data, 262 MiB used, 715 GiB / 715 GiB avail; 6.9 KiB/s rd, 6.3 MiB/s wr, 536 op/s 2023-11-03T10:35:56.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:56 smithi145 ceph-mon[111069]: from='client.? 172.21.15.77:0/3734417495' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-03T10:35:57.666 INFO:teuthology.orchestra.run.smithi077.stdout: 5 6392 12.09 MB/sec warmup 21 sec latency 128.380 ms 2023-11-03T10:35:58.546 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:35:58 smithi077 ceph-mon[108342]: pgmap v187: 97 pgs: 97 active+clean; 129 MiB data, 278 MiB used, 715 GiB / 715 GiB avail; 6.8 KiB/s rd, 5.3 MiB/s wr, 490 op/s 2023-11-03T10:35:58.666 INFO:teuthology.orchestra.run.smithi077.stdout: 5 6779 12.34 MB/sec warmup 22 sec latency 127.129 ms 2023-11-03T10:35:58.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:35:58 smithi145 ceph-mon[111069]: pgmap v187: 97 pgs: 97 active+clean; 129 MiB data, 278 MiB used, 715 GiB / 715 GiB avail; 6.8 KiB/s rd, 5.3 MiB/s wr, 490 op/s 2023-11-03T10:35:59.676 INFO:teuthology.orchestra.run.smithi077.stdout: 5 7042 12.22 MB/sec warmup 23 sec latency 136.080 ms 2023-11-03T10:36:00.629 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:36:00 smithi077 ceph-mon[108342]: pgmap v188: 97 pgs: 97 active+clean; 133 MiB data, 313 MiB used, 715 GiB / 715 GiB avail; 8.5 KiB/s rd, 6.2 MiB/s wr, 619 op/s 2023-11-03T10:36:00.676 INFO:teuthology.orchestra.run.smithi077.stdout: 5 7219 12.02 MB/sec warmup 24 sec latency 142.955 ms 2023-11-03T10:36:00.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:36:00 smithi145 ceph-mon[111069]: pgmap v188: 97 pgs: 97 active+clean; 133 MiB data, 313 MiB used, 715 GiB / 715 GiB avail; 8.5 KiB/s rd, 6.2 MiB/s wr, 619 op/s 2023-11-03T10:36:01.676 INFO:teuthology.orchestra.run.smithi077.stdout: 5 7449 11.74 MB/sec warmup 25 sec latency 146.284 ms 2023-11-03T10:36:02.676 INFO:teuthology.orchestra.run.smithi077.stdout: 5 7627 11.41 MB/sec warmup 26 sec latency 154.039 ms 2023-11-03T10:36:02.703 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:36:02 smithi077 ceph-mon[108342]: pgmap v189: 97 pgs: 97 active+clean; 137 MiB data, 321 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.6 MiB/s wr, 402 op/s 2023-11-03T10:36:02.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:36:02 smithi145 ceph-mon[111069]: pgmap v189: 97 pgs: 97 active+clean; 137 MiB data, 321 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.6 MiB/s wr, 402 op/s 2023-11-03T10:36:03.676 INFO:teuthology.orchestra.run.smithi077.stdout: 5 7890 11.16 MB/sec warmup 27 sec latency 119.130 ms 2023-11-03T10:36:04.686 INFO:teuthology.orchestra.run.smithi077.stdout: 5 8165 10.85 MB/sec warmup 28 sec latency 123.659 ms 2023-11-03T10:36:04.758 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:36:04 smithi077 ceph-mon[108342]: pgmap v190: 97 pgs: 97 active+clean; 144 MiB data, 345 MiB used, 715 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.2 MiB/s wr, 506 op/s 2023-11-03T10:36:05.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:36:04 smithi145 ceph-mon[111069]: pgmap v190: 97 pgs: 97 active+clean; 144 MiB data, 345 MiB used, 715 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.2 MiB/s wr, 506 op/s 2023-11-03T10:36:05.686 INFO:teuthology.orchestra.run.smithi077.stdout: 5 8398 10.63 MB/sec warmup 29 sec latency 159.075 ms 2023-11-03T10:36:06.686 INFO:teuthology.orchestra.run.smithi077.stdout: 5 8683 10.54 MB/sec warmup 30 sec latency 127.139 ms 2023-11-03T10:36:06.826 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:36:06 smithi077 ceph-mon[108342]: pgmap v191: 97 pgs: 97 active+clean; 145 MiB data, 366 MiB used, 715 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.2 MiB/s wr, 411 op/s 2023-11-03T10:36:07.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:36:06 smithi145 ceph-mon[111069]: pgmap v191: 97 pgs: 97 active+clean; 145 MiB data, 366 MiB used, 715 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.2 MiB/s wr, 411 op/s 2023-11-03T10:36:07.686 INFO:teuthology.orchestra.run.smithi077.stdout: 5 9024 10.45 MB/sec warmup 31 sec latency 123.901 ms 2023-11-03T10:36:08.686 INFO:teuthology.orchestra.run.smithi077.stdout: 5 9340 10.23 MB/sec warmup 32 sec latency 131.395 ms 2023-11-03T10:36:08.717 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:36:08 smithi077 ceph-mon[108342]: pgmap v192: 97 pgs: 97 active+clean; 142 MiB data, 368 MiB used, 715 GiB / 715 GiB avail; 3.6 KiB/s rd, 3.8 MiB/s wr, 336 op/s 2023-11-03T10:36:09.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:36:08 smithi145 ceph-mon[111069]: pgmap v192: 97 pgs: 97 active+clean; 142 MiB data, 368 MiB used, 715 GiB / 715 GiB avail; 3.6 KiB/s rd, 3.8 MiB/s wr, 336 op/s 2023-11-03T10:36:09.686 INFO:teuthology.orchestra.run.smithi077.stdout: 5 9665 10.22 MB/sec warmup 33 sec latency 128.297 ms 2023-11-03T10:36:10.664 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:36:10 smithi077 ceph-mon[108342]: pgmap v193: 97 pgs: 97 active+clean; 139 MiB data, 393 MiB used, 715 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.6 MiB/s wr, 475 op/s 2023-11-03T10:36:10.687 INFO:teuthology.orchestra.run.smithi077.stdout: 5 10078 10.47 MB/sec warmup 34 sec latency 131.481 ms 2023-11-03T10:36:11.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:36:10 smithi145 ceph-mon[111069]: pgmap v193: 97 pgs: 97 active+clean; 139 MiB data, 393 MiB used, 715 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.6 MiB/s wr, 475 op/s 2023-11-03T10:36:11.687 INFO:teuthology.orchestra.run.smithi077.stdout: 5 10448 10.60 MB/sec warmup 35 sec latency 148.671 ms 2023-11-03T10:36:12.682 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:36:12 smithi077 ceph-mon[108342]: pgmap v194: 97 pgs: 97 active+clean; 142 MiB data, 411 MiB used, 715 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.6 MiB/s wr, 345 op/s 2023-11-03T10:36:12.687 INFO:teuthology.orchestra.run.smithi077.stdout: 5 10796 10.67 MB/sec warmup 36 sec latency 133.562 ms 2023-11-03T10:36:13.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:36:12 smithi145 ceph-mon[111069]: pgmap v194: 97 pgs: 97 active+clean; 142 MiB data, 411 MiB used, 715 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.6 MiB/s wr, 345 op/s 2023-11-03T10:36:13.688 INFO:teuthology.orchestra.run.smithi077.stdout: 5 11054 10.54 MB/sec warmup 37 sec latency 126.781 ms 2023-11-03T10:36:14.688 INFO:teuthology.orchestra.run.smithi077.stdout: 5 11278 10.33 MB/sec warmup 38 sec latency 123.965 ms 2023-11-03T10:36:14.740 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:36:14 smithi077 ceph-mon[108342]: pgmap v195: 97 pgs: 97 active+clean; 153 MiB data, 442 MiB used, 715 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.8 MiB/s wr, 494 op/s 2023-11-03T10:36:15.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:36:14 smithi145 ceph-mon[111069]: pgmap v195: 97 pgs: 97 active+clean; 153 MiB data, 442 MiB used, 715 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.8 MiB/s wr, 494 op/s 2023-11-03T10:36:15.687 INFO:teuthology.orchestra.run.smithi077.stdout: 5 11496 10.14 MB/sec warmup 39 sec latency 94.782 ms 2023-11-03T10:36:16.688 INFO:teuthology.orchestra.run.smithi077.stdout: 5 11729 10.03 MB/sec warmup 40 sec latency 123.607 ms 2023-11-03T10:36:16.800 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:36:16 smithi077 ceph-mon[108342]: pgmap v196: 97 pgs: 97 active+clean; 154 MiB data, 449 MiB used, 715 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.0 MiB/s wr, 384 op/s 2023-11-03T10:36:17.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:36:16 smithi145 ceph-mon[111069]: pgmap v196: 97 pgs: 97 active+clean; 154 MiB data, 449 MiB used, 715 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.0 MiB/s wr, 384 op/s 2023-11-03T10:36:17.689 INFO:teuthology.orchestra.run.smithi077.stdout: 5 12024 9.98 MB/sec warmup 41 sec latency 127.630 ms 2023-11-03T10:36:18.689 INFO:teuthology.orchestra.run.smithi077.stdout: 5 12294 9.87 MB/sec warmup 42 sec latency 177.031 ms 2023-11-03T10:36:18.850 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:36:18 smithi077 ceph-mon[108342]: pgmap v197: 97 pgs: 97 active+clean; 158 MiB data, 454 MiB used, 715 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.4 MiB/s wr, 457 op/s 2023-11-03T10:36:19.086 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:36:18 smithi145 ceph-mon[111069]: pgmap v197: 97 pgs: 97 active+clean; 158 MiB data, 454 MiB used, 715 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.4 MiB/s wr, 457 op/s 2023-11-03T10:36:19.689 INFO:teuthology.orchestra.run.smithi077.stdout: 5 12582 9.76 MB/sec warmup 43 sec latency 130.953 ms 2023-11-03T10:36:20.689 INFO:teuthology.orchestra.run.smithi077.stdout: 5 12886 9.64 MB/sec warmup 44 sec latency 89.634 ms 2023-11-03T10:36:20.913 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:36:20 smithi077 ceph-mon[108342]: pgmap v198: 97 pgs: 97 active+clean; 156 MiB data, 462 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.0 MiB/s wr, 523 op/s 2023-11-03T10:36:21.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:36:20 smithi145 ceph-mon[111069]: pgmap v198: 97 pgs: 97 active+clean; 156 MiB data, 462 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.0 MiB/s wr, 523 op/s 2023-11-03T10:36:21.689 INFO:teuthology.orchestra.run.smithi077.stdout: 5 13316 9.71 MB/sec warmup 45 sec latency 138.563 ms 2023-11-03T10:36:22.689 INFO:teuthology.orchestra.run.smithi077.stdout: 5 13691 9.87 MB/sec warmup 46 sec latency 129.684 ms 2023-11-03T10:36:22.711 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:36:22 smithi077 ceph-mon[108342]: pgmap v199: 97 pgs: 97 active+clean; 152 MiB data, 486 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.2 MiB/s wr, 378 op/s 2023-11-03T10:36:23.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:36:22 smithi145 ceph-mon[111069]: pgmap v199: 97 pgs: 97 active+clean; 152 MiB data, 486 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.2 MiB/s wr, 378 op/s 2023-11-03T10:36:23.689 INFO:teuthology.orchestra.run.smithi077.stdout: 5 14065 10.00 MB/sec warmup 47 sec latency 147.027 ms 2023-11-03T10:36:24.495 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:36:24 smithi077 ceph-mon[108342]: pgmap v200: 97 pgs: 97 active+clean; 156 MiB data, 510 MiB used, 715 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.8 MiB/s wr, 519 op/s 2023-11-03T10:36:24.495 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:36:24 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:36:24.495 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:36:24 smithi077 ceph-mon[108342]: Upgrade: Target is version 18.0.0-6983-g054a55d1 (unknown) 2023-11-03T10:36:24.496 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:36:24 smithi077 ceph-mon[108342]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:397420ab791fa892eed1ccbb8a2e502375bb65b7bc2d21b2eaf545c402f955ee, digests ['quay.ceph.io/ceph-ci/ceph@sha256:397420ab791fa892eed1ccbb8a2e502375bb65b7bc2d21b2eaf545c402f955ee'] 2023-11-03T10:36:24.496 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:36:24 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:36:24.496 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:36:24 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:36:24.496 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:36:24 smithi077 ceph-mon[108342]: Upgrade: Need to upgrade myself (mgr.smithi077.iwfrkz) 2023-11-03T10:36:24.497 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:36:24 smithi077 ceph-mon[108342]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:397420ab791fa892eed1ccbb8a2e502375bb65b7bc2d21b2eaf545c402f955ee on smithi145 2023-11-03T10:36:24.689 INFO:teuthology.orchestra.run.smithi077.stdout: 5 14527 10.08 MB/sec warmup 48 sec latency 129.654 ms 2023-11-03T10:36:24.838 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:36:24 smithi145 ceph-mon[111069]: pgmap v200: 97 pgs: 97 active+clean; 156 MiB data, 510 MiB used, 715 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.8 MiB/s wr, 519 op/s 2023-11-03T10:36:24.838 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:36:24 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:36:24.838 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:36:24 smithi145 ceph-mon[111069]: Upgrade: Target is version 18.0.0-6983-g054a55d1 (unknown) 2023-11-03T10:36:24.839 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:36:24 smithi145 ceph-mon[111069]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:397420ab791fa892eed1ccbb8a2e502375bb65b7bc2d21b2eaf545c402f955ee, digests ['quay.ceph.io/ceph-ci/ceph@sha256:397420ab791fa892eed1ccbb8a2e502375bb65b7bc2d21b2eaf545c402f955ee'] 2023-11-03T10:36:24.839 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:36:24 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:36:24.839 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:36:24 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:36:24.839 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:36:24 smithi145 ceph-mon[111069]: Upgrade: Need to upgrade myself (mgr.smithi077.iwfrkz) 2023-11-03T10:36:24.839 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:36:24 smithi145 ceph-mon[111069]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:397420ab791fa892eed1ccbb8a2e502375bb65b7bc2d21b2eaf545c402f955ee on smithi145 2023-11-03T10:36:25.689 INFO:teuthology.orchestra.run.smithi077.stdout: 5 14901 9.99 MB/sec warmup 49 sec latency 129.555 ms 2023-11-03T10:36:26.283 INFO:teuthology.orchestra.run.smithi077.stdout:true 2023-11-03T10:36:26.520 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:36:26 smithi077 ceph-mon[108342]: pgmap v201: 97 pgs: 97 active+clean; 158 MiB data, 522 MiB used, 715 GiB / 715 GiB avail; 7.5 KiB/s rd, 3.5 MiB/s wr, 369 op/s 2023-11-03T10:36:26.696 INFO:teuthology.orchestra.run.smithi077.stdout: 5 15144 9.90 MB/sec warmup 50 sec latency 137.060 ms 2023-11-03T10:36:26.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:36:26 smithi145 ceph-mon[111069]: pgmap v201: 97 pgs: 97 active+clean; 158 MiB data, 522 MiB used, 715 GiB / 715 GiB avail; 7.5 KiB/s rd, 3.5 MiB/s wr, 369 op/s 2023-11-03T10:36:27.177 INFO:teuthology.orchestra.run.smithi077.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-03T10:36:27.177 INFO:teuthology.orchestra.run.smithi077.stdout:alertmanager.smithi077 smithi077 *:9093,9094 running (4m) 53s ago 5m 25.9M - ba2b418f427c ec92145d4f24 2023-11-03T10:36:27.178 INFO:teuthology.orchestra.run.smithi077.stdout:crash.smithi077 smithi077 running (5m) 53s ago 5m 7004k - 17.2.0 e1d6a67b021e 3cf56b732c65 2023-11-03T10:36:27.178 INFO:teuthology.orchestra.run.smithi077.stdout:crash.smithi145 smithi145 running (4m) 54s ago 4m 7168k - 17.2.0 e1d6a67b021e bcfef56253b1 2023-11-03T10:36:27.178 INFO:teuthology.orchestra.run.smithi077.stdout:grafana.smithi077 smithi077 *:3000 running (4m) 53s ago 5m 47.0M - 8.3.5 dad864ee21e9 9308a513e85f 2023-11-03T10:36:27.178 INFO:teuthology.orchestra.run.smithi077.stdout:mds.foofs.smithi077.vnexfw smithi077 running (73s) 53s ago 72s 16.4M - 17.2.0 e1d6a67b021e caa8609560d3 2023-11-03T10:36:27.178 INFO:teuthology.orchestra.run.smithi077.stdout:mds.foofs.smithi145.wrjqzl smithi145 running (70s) 54s ago 70s 14.6M - 17.2.0 e1d6a67b021e 083254f73eb3 2023-11-03T10:36:27.179 INFO:teuthology.orchestra.run.smithi077.stdout:mgr.smithi077.iwfrkz smithi077 *:9283 running (6m) 53s ago 6m 476M - 17.2.0 e1d6a67b021e a74ee8a3352f 2023-11-03T10:36:27.179 INFO:teuthology.orchestra.run.smithi077.stdout:mgr.smithi145.ojodkj smithi145 *:8443,9283 running (4m) 54s ago 4m 419M - 17.2.0 e1d6a67b021e 7bc0c75b579d 2023-11-03T10:36:27.179 INFO:teuthology.orchestra.run.smithi077.stdout:mon.smithi077 smithi077 running (6m) 53s ago 6m 77.3M 2048M 17.2.0 e1d6a67b021e 0e16f423936a 2023-11-03T10:36:27.179 INFO:teuthology.orchestra.run.smithi077.stdout:mon.smithi145 smithi145 running (4m) 54s ago 4m 60.8M 2048M 17.2.0 e1d6a67b021e a8df3dc1838f 2023-11-03T10:36:27.179 INFO:teuthology.orchestra.run.smithi077.stdout:nfs.foo.0.0.smithi077.rqjfgp smithi077 *:2049 running (61s) 53s ago 61s 54.1M - 4.0 e1d6a67b021e 902fc07e2940 2023-11-03T10:36:27.179 INFO:teuthology.orchestra.run.smithi077.stdout:nfs.foo.1.0.smithi145.ygdiwy smithi145 *:2049 running (56s) 54s ago 56s 57.8M - 4.0 e1d6a67b021e 05ff6f17e1c0 2023-11-03T10:36:27.180 INFO:teuthology.orchestra.run.smithi077.stdout:node-exporter.smithi077 smithi077 *:9100 running (5m) 53s ago 5m 27.5M - 1dbe0e931976 4bc7cea5e937 2023-11-03T10:36:27.180 INFO:teuthology.orchestra.run.smithi077.stdout:node-exporter.smithi145 smithi145 *:9100 running (4m) 54s ago 4m 25.1M - 1dbe0e931976 a8efefe1c97f 2023-11-03T10:36:27.180 INFO:teuthology.orchestra.run.smithi077.stdout:osd.0 smithi077 running (4m) 53s ago 4m 55.0M 3224M 17.2.0 e1d6a67b021e 30d31ef3db20 2023-11-03T10:36:27.180 INFO:teuthology.orchestra.run.smithi077.stdout:osd.1 smithi077 running (3m) 53s ago 3m 57.5M 3224M 17.2.0 e1d6a67b021e 14e3d5394d76 2023-11-03T10:36:27.180 INFO:teuthology.orchestra.run.smithi077.stdout:osd.2 smithi077 running (3m) 53s ago 3m 50.3M 3224M 17.2.0 e1d6a67b021e c0b186ea4ba5 2023-11-03T10:36:27.180 INFO:teuthology.orchestra.run.smithi077.stdout:osd.3 smithi077 running (3m) 53s ago 3m 49.1M 3224M 17.2.0 e1d6a67b021e fcf3c0d3ba2f 2023-11-03T10:36:27.181 INFO:teuthology.orchestra.run.smithi077.stdout:osd.4 smithi145 running (2m) 54s ago 2m 52.5M 3992M 17.2.0 e1d6a67b021e 93aff7485bf1 2023-11-03T10:36:27.181 INFO:teuthology.orchestra.run.smithi077.stdout:osd.5 smithi145 running (2m) 54s ago 2m 49.0M 3992M 17.2.0 e1d6a67b021e ce350c0bf3a0 2023-11-03T10:36:27.181 INFO:teuthology.orchestra.run.smithi077.stdout:osd.6 smithi145 running (2m) 54s ago 2m 48.2M 3992M 17.2.0 e1d6a67b021e ed3aa1bf1694 2023-11-03T10:36:27.181 INFO:teuthology.orchestra.run.smithi077.stdout:osd.7 smithi145 running (2m) 54s ago 2m 49.5M 3992M 17.2.0 e1d6a67b021e 7b07331ce554 2023-11-03T10:36:27.181 INFO:teuthology.orchestra.run.smithi077.stdout:prometheus.smithi077 smithi077 *:9095 running (4m) 53s ago 4m 61.7M - 514e6a882f6e 8e6d7fae6af6 2023-11-03T10:36:27.543 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:36:27 smithi077 ceph-mon[108342]: from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:36:27.544 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:36:27 smithi077 ceph-mon[108342]: from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:36:27.619 INFO:teuthology.orchestra.run.smithi077.stdout:{ 2023-11-03T10:36:27.619 INFO:teuthology.orchestra.run.smithi077.stdout: "mon": { 2023-11-03T10:36:27.619 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-03T10:36:27.620 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2023-11-03T10:36:27.620 INFO:teuthology.orchestra.run.smithi077.stdout: "mgr": { 2023-11-03T10:36:27.620 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-03T10:36:27.620 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2023-11-03T10:36:27.620 INFO:teuthology.orchestra.run.smithi077.stdout: "osd": { 2023-11-03T10:36:27.621 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-03T10:36:27.621 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2023-11-03T10:36:27.621 INFO:teuthology.orchestra.run.smithi077.stdout: "mds": { 2023-11-03T10:36:27.621 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-03T10:36:27.621 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2023-11-03T10:36:27.622 INFO:teuthology.orchestra.run.smithi077.stdout: "overall": { 2023-11-03T10:36:27.622 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-11-03T10:36:27.622 INFO:teuthology.orchestra.run.smithi077.stdout: } 2023-11-03T10:36:27.622 INFO:teuthology.orchestra.run.smithi077.stdout:} 2023-11-03T10:36:27.696 INFO:teuthology.orchestra.run.smithi077.stdout: 5 15439 9.81 MB/sec warmup 51 sec latency 123.841 ms 2023-11-03T10:36:27.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:36:27 smithi145 ceph-mon[111069]: from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:36:27.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:36:27 smithi145 ceph-mon[111069]: from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:36:27.992 INFO:teuthology.orchestra.run.smithi077.stdout:{ 2023-11-03T10:36:27.992 INFO:teuthology.orchestra.run.smithi077.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:397420ab791fa892eed1ccbb8a2e502375bb65b7bc2d21b2eaf545c402f955ee", 2023-11-03T10:36:27.993 INFO:teuthology.orchestra.run.smithi077.stdout: "in_progress": true, 2023-11-03T10:36:27.993 INFO:teuthology.orchestra.run.smithi077.stdout: "services_complete": [], 2023-11-03T10:36:27.993 INFO:teuthology.orchestra.run.smithi077.stdout: "progress": "0/23 daemons upgraded", 2023-11-03T10:36:27.993 INFO:teuthology.orchestra.run.smithi077.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:397420ab791fa892eed1ccbb8a2e502375bb65b7bc2d21b2eaf545c402f955ee image on host smithi145" 2023-11-03T10:36:27.993 INFO:teuthology.orchestra.run.smithi077.stdout:} 2023-11-03T10:36:28.503 INFO:teuthology.orchestra.run.smithi077.stdout:HEALTH_OK 2023-11-03T10:36:28.595 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:36:28 smithi077 ceph-mon[108342]: from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:36:28.595 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:36:28 smithi077 ceph-mon[108342]: pgmap v202: 97 pgs: 97 active+clean; 167 MiB data, 521 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.2 MiB/s wr, 452 op/s 2023-11-03T10:36:28.595 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:36:28 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/2617958807' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-03T10:36:28.596 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:36:28 smithi077 ceph-mon[108342]: from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:36:28.697 INFO:teuthology.orchestra.run.smithi077.stdout: 5 15670 9.74 MB/sec warmup 52 sec latency 131.522 ms 2023-11-03T10:36:28.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:36:28 smithi145 ceph-mon[111069]: from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:36:28.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:36:28 smithi145 ceph-mon[111069]: pgmap v202: 97 pgs: 97 active+clean; 167 MiB data, 521 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.2 MiB/s wr, 452 op/s 2023-11-03T10:36:28.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:36:28 smithi145 ceph-mon[111069]: from='client.? 172.21.15.77:0/2617958807' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-03T10:36:28.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:36:28 smithi145 ceph-mon[111069]: from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:36:29.624 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:36:29 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/1035333549' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-03T10:36:29.697 INFO:teuthology.orchestra.run.smithi077.stdout: 5 16027 9.71 MB/sec warmup 53 sec latency 123.699 ms 2023-11-03T10:36:29.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:36:29 smithi145 ceph-mon[111069]: from='client.? 172.21.15.77:0/1035333549' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-03T10:36:30.601 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:36:30 smithi077 ceph-mon[108342]: pgmap v203: 97 pgs: 97 active+clean; 171 MiB data, 578 MiB used, 715 GiB / 715 GiB avail; 9.8 KiB/s rd, 5.0 MiB/s wr, 482 op/s 2023-11-03T10:36:30.697 INFO:teuthology.orchestra.run.smithi077.stdout: 5 16493 9.68 MB/sec warmup 54 sec latency 126.078 ms 2023-11-03T10:36:30.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:36:30 smithi145 ceph-mon[111069]: pgmap v203: 97 pgs: 97 active+clean; 171 MiB data, 578 MiB used, 715 GiB / 715 GiB avail; 9.8 KiB/s rd, 5.0 MiB/s wr, 482 op/s 2023-11-03T10:36:31.616 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:36:31 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.iwfrkz/trash_purge_schedule"}]: dispatch 2023-11-03T10:36:31.616 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:36:31 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.iwfrkz/mirror_snapshot_schedule"}]: dispatch 2023-11-03T10:36:31.697 INFO:teuthology.orchestra.run.smithi077.stdout: 5 16867 9.76 MB/sec warmup 55 sec latency 116.564 ms 2023-11-03T10:36:31.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:36:31 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.iwfrkz/trash_purge_schedule"}]: dispatch 2023-11-03T10:36:31.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:36:31 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.iwfrkz/mirror_snapshot_schedule"}]: dispatch 2023-11-03T10:36:32.620 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:36:32 smithi077 ceph-mon[108342]: pgmap v204: 97 pgs: 97 active+clean; 168 MiB data, 598 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.6 MiB/s wr, 451 op/s 2023-11-03T10:36:32.697 INFO:teuthology.orchestra.run.smithi077.stdout: 5 17282 9.84 MB/sec warmup 56 sec latency 129.629 ms 2023-11-03T10:36:32.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:36:32 smithi145 ceph-mon[111069]: pgmap v204: 97 pgs: 97 active+clean; 168 MiB data, 598 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.6 MiB/s wr, 451 op/s 2023-11-03T10:36:33.697 INFO:teuthology.orchestra.run.smithi077.stdout: 5 17709 9.97 MB/sec warmup 57 sec latency 129.371 ms 2023-11-03T10:36:34.654 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:36:34 smithi077 ceph-mon[108342]: pgmap v205: 97 pgs: 97 active+clean; 168 MiB data, 630 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.5 MiB/s wr, 541 op/s 2023-11-03T10:36:34.697 INFO:teuthology.orchestra.run.smithi077.stdout: 5 17972 9.93 MB/sec warmup 58 sec latency 141.538 ms 2023-11-03T10:36:34.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:36:34 smithi145 ceph-mon[111069]: pgmap v205: 97 pgs: 97 active+clean; 168 MiB data, 630 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.5 MiB/s wr, 541 op/s 2023-11-03T10:36:35.697 INFO:teuthology.orchestra.run.smithi077.stdout: 5 18288 9.88 MB/sec warmup 59 sec latency 123.856 ms 2023-11-03T10:36:36.697 INFO:teuthology.orchestra.run.smithi077.stdout: 5 18592 9.79 MB/sec warmup 60 sec latency 129.835 ms 2023-11-03T10:36:36.715 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:36:36 smithi077 ceph-mon[108342]: pgmap v206: 97 pgs: 97 active+clean; 171 MiB data, 634 MiB used, 715 GiB / 715 GiB avail; 8.1 KiB/s rd, 4.8 MiB/s wr, 395 op/s 2023-11-03T10:36:36.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:36:36 smithi145 ceph-mon[111069]: pgmap v206: 97 pgs: 97 active+clean; 171 MiB data, 634 MiB used, 715 GiB / 715 GiB avail; 8.1 KiB/s rd, 4.8 MiB/s wr, 395 op/s 2023-11-03T10:36:37.697 INFO:teuthology.orchestra.run.smithi077.stdout: 5 19037 9.78 MB/sec warmup 61 sec latency 130.238 ms 2023-11-03T10:36:38.499 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:36:38 smithi077 ceph-mon[108342]: pgmap v207: 97 pgs: 97 active+clean; 181 MiB data, 651 MiB used, 715 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.6 MiB/s wr, 543 op/s 2023-11-03T10:36:38.705 INFO:teuthology.orchestra.run.smithi077.stdout: 5 19564 9.80 MB/sec warmup 62 sec latency 127.620 ms 2023-11-03T10:36:38.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:36:38 smithi145 ceph-mon[111069]: pgmap v207: 97 pgs: 97 active+clean; 181 MiB data, 651 MiB used, 715 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.6 MiB/s wr, 543 op/s 2023-11-03T10:36:39.705 INFO:teuthology.orchestra.run.smithi077.stdout: 5 19971 9.82 MB/sec warmup 63 sec latency 127.456 ms 2023-11-03T10:36:40.558 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:36:40 smithi077 ceph-mon[108342]: pgmap v208: 97 pgs: 97 active+clean; 183 MiB data, 692 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 5.7 MiB/s wr, 510 op/s 2023-11-03T10:36:40.705 INFO:teuthology.orchestra.run.smithi077.stdout: 5 20514 9.86 MB/sec warmup 64 sec latency 122.305 ms 2023-11-03T10:36:40.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:36:40 smithi145 ceph-mon[111069]: pgmap v208: 97 pgs: 97 active+clean; 183 MiB data, 692 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 5.7 MiB/s wr, 510 op/s 2023-11-03T10:36:41.705 INFO:teuthology.orchestra.run.smithi077.stdout: 5 20926 9.96 MB/sec warmup 65 sec latency 134.820 ms 2023-11-03T10:36:42.588 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:36:42 smithi077 ceph-mon[108342]: pgmap v209: 97 pgs: 97 active+clean; 186 MiB data, 702 MiB used, 715 GiB / 715 GiB avail; 5.9 KiB/s rd, 5.2 MiB/s wr, 512 op/s 2023-11-03T10:36:42.706 INFO:teuthology.orchestra.run.smithi077.stdout: 5 21292 10.04 MB/sec warmup 66 sec latency 134.583 ms 2023-11-03T10:36:42.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:36:42 smithi145 ceph-mon[111069]: pgmap v209: 97 pgs: 97 active+clean; 186 MiB data, 702 MiB used, 715 GiB / 715 GiB avail; 5.9 KiB/s rd, 5.2 MiB/s wr, 512 op/s 2023-11-03T10:36:43.705 INFO:teuthology.orchestra.run.smithi077.stdout: 5 21630 9.99 MB/sec warmup 67 sec latency 129.728 ms 2023-11-03T10:36:44.624 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:36:44 smithi077 ceph-mon[108342]: pgmap v210: 97 pgs: 97 active+clean; 186 MiB data, 716 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 6.0 MiB/s wr, 536 op/s 2023-11-03T10:36:44.715 INFO:teuthology.orchestra.run.smithi077.stdout: 5 21932 10.00 MB/sec warmup 68 sec latency 129.927 ms 2023-11-03T10:36:44.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:36:44 smithi145 ceph-mon[111069]: pgmap v210: 97 pgs: 97 active+clean; 186 MiB data, 716 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 6.0 MiB/s wr, 536 op/s 2023-11-03T10:36:45.715 INFO:teuthology.orchestra.run.smithi077.stdout: 5 22227 9.97 MB/sec warmup 69 sec latency 134.909 ms 2023-11-03T10:36:46.677 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:36:46 smithi077 ceph-mon[108342]: pgmap v211: 97 pgs: 97 active+clean; 189 MiB data, 736 MiB used, 715 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.5 MiB/s wr, 527 op/s 2023-11-03T10:36:46.715 INFO:teuthology.orchestra.run.smithi077.stdout: 5 22541 9.87 MB/sec warmup 70 sec latency 139.479 ms 2023-11-03T10:36:46.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:36:46 smithi145 ceph-mon[111069]: pgmap v211: 97 pgs: 97 active+clean; 189 MiB data, 736 MiB used, 715 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.5 MiB/s wr, 527 op/s 2023-11-03T10:36:47.715 INFO:teuthology.orchestra.run.smithi077.stdout: 5 22877 9.82 MB/sec warmup 71 sec latency 139.971 ms 2023-11-03T10:36:48.715 INFO:teuthology.orchestra.run.smithi077.stdout: 5 23255 9.84 MB/sec warmup 72 sec latency 127.598 ms 2023-11-03T10:36:48.741 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:36:48 smithi077 ceph-mon[108342]: pgmap v212: 97 pgs: 97 active+clean; 191 MiB data, 754 MiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 5.5 MiB/s wr, 527 op/s 2023-11-03T10:36:48.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:36:48 smithi145 ceph-mon[111069]: pgmap v212: 97 pgs: 97 active+clean; 191 MiB data, 754 MiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 5.5 MiB/s wr, 527 op/s 2023-11-03T10:36:49.715 INFO:teuthology.orchestra.run.smithi077.stdout: 5 23574 9.79 MB/sec warmup 73 sec latency 165.616 ms 2023-11-03T10:36:50.585 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:36:50 smithi145 ceph-mon[111069]: pgmap v213: 97 pgs: 97 active+clean; 198 MiB data, 803 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.1 MiB/s wr, 585 op/s 2023-11-03T10:36:50.585 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:36:50 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:36:50.585 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:36:50 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi145.ojodkj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-03T10:36:50.586 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:36:50 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-03T10:36:50.586 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:36:50 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:36:50.715 INFO:teuthology.orchestra.run.smithi077.stdout: 5 23980 9.87 MB/sec warmup 74 sec latency 123.621 ms 2023-11-03T10:36:50.771 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:36:50 smithi077 ceph-mon[108342]: pgmap v213: 97 pgs: 97 active+clean; 198 MiB data, 803 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.1 MiB/s wr, 585 op/s 2023-11-03T10:36:50.771 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:36:50 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:36:50.771 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:36:50 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi145.ojodkj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-03T10:36:50.771 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:36:50 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-03T10:36:50.772 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:36:50 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:36:51.683 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:36:51 smithi077 ceph-mon[108342]: Upgrade: Updating mgr.smithi145.ojodkj 2023-11-03T10:36:51.683 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:36:51 smithi077 ceph-mon[108342]: Deploying daemon mgr.smithi145.ojodkj on smithi145 2023-11-03T10:36:51.715 INFO:teuthology.orchestra.run.smithi077.stdout: 5 24377 9.89 MB/sec warmup 75 sec latency 130.073 ms 2023-11-03T10:36:51.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:36:51 smithi145 ceph-mon[111069]: Upgrade: Updating mgr.smithi145.ojodkj 2023-11-03T10:36:51.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:36:51 smithi145 ceph-mon[111069]: Deploying daemon mgr.smithi145.ojodkj on smithi145 2023-11-03T10:36:52.718 INFO:teuthology.orchestra.run.smithi077.stdout: 5 24881 9.95 MB/sec warmup 76 sec latency 108.570 ms 2023-11-03T10:36:52.798 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:36:52 smithi077 ceph-mon[108342]: pgmap v214: 97 pgs: 97 active+clean; 193 MiB data, 808 MiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 5.2 MiB/s wr, 537 op/s 2023-11-03T10:36:52.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:36:52 smithi145 ceph-mon[111069]: pgmap v214: 97 pgs: 97 active+clean; 193 MiB data, 808 MiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 5.2 MiB/s wr, 537 op/s 2023-11-03T10:36:53.729 INFO:teuthology.orchestra.run.smithi077.stdout: 5 25320 10.00 MB/sec warmup 77 sec latency 135.779 ms 2023-11-03T10:36:54.586 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:36:54 smithi077 ceph-mon[108342]: pgmap v215: 97 pgs: 97 active+clean; 195 MiB data, 816 MiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 5.4 MiB/s wr, 481 op/s 2023-11-03T10:36:54.736 INFO:teuthology.orchestra.run.smithi077.stdout: 5 25831 10.05 MB/sec warmup 78 sec latency 105.773 ms 2023-11-03T10:36:55.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:36:54 smithi145 ceph-mon[111069]: pgmap v215: 97 pgs: 97 active+clean; 195 MiB data, 816 MiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 5.4 MiB/s wr, 481 op/s 2023-11-03T10:36:55.736 INFO:teuthology.orchestra.run.smithi077.stdout: 5 26305 10.02 MB/sec warmup 79 sec latency 125.419 ms 2023-11-03T10:36:56.604 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:36:56 smithi077 ceph-mon[108342]: pgmap v216: 97 pgs: 97 active+clean; 201 MiB data, 833 MiB used, 714 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.1 MiB/s wr, 515 op/s 2023-11-03T10:36:56.741 INFO:teuthology.orchestra.run.smithi077.stdout: 5 26775 10.00 MB/sec warmup 80 sec latency 133.198 ms 2023-11-03T10:36:57.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:36:56 smithi145 ceph-mon[111069]: pgmap v216: 97 pgs: 97 active+clean; 201 MiB data, 833 MiB used, 714 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.1 MiB/s wr, 515 op/s 2023-11-03T10:36:57.747 INFO:teuthology.orchestra.run.smithi077.stdout: 5 27269 10.11 MB/sec warmup 81 sec latency 127.768 ms 2023-11-03T10:36:58.747 INFO:teuthology.orchestra.run.smithi077.stdout: 5 27685 10.14 MB/sec warmup 82 sec latency 127.167 ms 2023-11-03T10:36:58.898 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:36:58 smithi077 ceph-mon[108342]: pgmap v217: 97 pgs: 97 active+clean; 208 MiB data, 854 MiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 6.0 MiB/s wr, 597 op/s 2023-11-03T10:36:58.898 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:36:58 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:36:58.898 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:36:58 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:36:58.899 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:36:58 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:36:58.899 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:36:58 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T10:36:58.941 INFO:teuthology.orchestra.run.smithi077.stdout:true 2023-11-03T10:36:59.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:36:58 smithi145 ceph-mon[111069]: pgmap v217: 97 pgs: 97 active+clean; 208 MiB data, 854 MiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 6.0 MiB/s wr, 597 op/s 2023-11-03T10:36:59.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:36:58 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:36:59.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:36:58 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:36:59.086 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:36:58 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:36:59.086 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:36:58 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T10:36:59.747 INFO:teuthology.orchestra.run.smithi077.stdout: 5 28004 10.13 MB/sec warmup 83 sec latency 126.580 ms 2023-11-03T10:36:59.785 INFO:teuthology.orchestra.run.smithi077.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-03T10:36:59.785 INFO:teuthology.orchestra.run.smithi077.stdout:alertmanager.smithi077 smithi077 *:9093,9094 running (4m) 86s ago 5m 25.9M - ba2b418f427c ec92145d4f24 2023-11-03T10:36:59.785 INFO:teuthology.orchestra.run.smithi077.stdout:crash.smithi077 smithi077 running (5m) 86s ago 5m 7004k - 17.2.0 e1d6a67b021e 3cf56b732c65 2023-11-03T10:36:59.785 INFO:teuthology.orchestra.run.smithi077.stdout:crash.smithi145 smithi145 running (5m) 87s ago 5m 7168k - 17.2.0 e1d6a67b021e bcfef56253b1 2023-11-03T10:36:59.786 INFO:teuthology.orchestra.run.smithi077.stdout:grafana.smithi077 smithi077 *:3000 running (4m) 86s ago 5m 47.0M - 8.3.5 dad864ee21e9 9308a513e85f 2023-11-03T10:36:59.786 INFO:teuthology.orchestra.run.smithi077.stdout:mds.foofs.smithi077.vnexfw smithi077 running (105s) 86s ago 104s 16.4M - 17.2.0 e1d6a67b021e caa8609560d3 2023-11-03T10:36:59.786 INFO:teuthology.orchestra.run.smithi077.stdout:mds.foofs.smithi145.wrjqzl smithi145 running (103s) 87s ago 103s 14.6M - 17.2.0 e1d6a67b021e 083254f73eb3 2023-11-03T10:36:59.786 INFO:teuthology.orchestra.run.smithi077.stdout:mgr.smithi077.iwfrkz smithi077 *:9283 running (6m) 86s ago 6m 476M - 17.2.0 e1d6a67b021e a74ee8a3352f 2023-11-03T10:36:59.787 INFO:teuthology.orchestra.run.smithi077.stdout:mgr.smithi145.ojodkj smithi145 *:8443,9283 starting - - - - 2023-11-03T10:36:59.787 INFO:teuthology.orchestra.run.smithi077.stdout:mon.smithi077 smithi077 running (6m) 86s ago 6m 77.3M 2048M 17.2.0 e1d6a67b021e 0e16f423936a 2023-11-03T10:36:59.787 INFO:teuthology.orchestra.run.smithi077.stdout:mon.smithi145 smithi145 running (5m) 87s ago 5m 60.8M 2048M 17.2.0 e1d6a67b021e a8df3dc1838f 2023-11-03T10:36:59.787 INFO:teuthology.orchestra.run.smithi077.stdout:nfs.foo.0.0.smithi077.rqjfgp smithi077 *:2049 running (94s) 86s ago 93s 54.1M - 4.0 e1d6a67b021e 902fc07e2940 2023-11-03T10:36:59.787 INFO:teuthology.orchestra.run.smithi077.stdout:nfs.foo.1.0.smithi145.ygdiwy smithi145 *:2049 running (89s) 87s ago 89s 57.8M - 4.0 e1d6a67b021e 05ff6f17e1c0 2023-11-03T10:36:59.788 INFO:teuthology.orchestra.run.smithi077.stdout:node-exporter.smithi077 smithi077 *:9100 running (5m) 86s ago 5m 27.5M - 1dbe0e931976 4bc7cea5e937 2023-11-03T10:36:59.788 INFO:teuthology.orchestra.run.smithi077.stdout:node-exporter.smithi145 smithi145 *:9100 running (5m) 87s ago 5m 25.1M - 1dbe0e931976 a8efefe1c97f 2023-11-03T10:36:59.788 INFO:teuthology.orchestra.run.smithi077.stdout:osd.0 smithi077 running (4m) 86s ago 4m 55.0M 3224M 17.2.0 e1d6a67b021e 30d31ef3db20 2023-11-03T10:36:59.788 INFO:teuthology.orchestra.run.smithi077.stdout:osd.1 smithi077 running (4m) 86s ago 4m 57.5M 3224M 17.2.0 e1d6a67b021e 14e3d5394d76 2023-11-03T10:36:59.789 INFO:teuthology.orchestra.run.smithi077.stdout:osd.2 smithi077 running (4m) 86s ago 4m 50.3M 3224M 17.2.0 e1d6a67b021e c0b186ea4ba5 2023-11-03T10:36:59.789 INFO:teuthology.orchestra.run.smithi077.stdout:osd.3 smithi077 running (3m) 86s ago 3m 49.1M 3224M 17.2.0 e1d6a67b021e fcf3c0d3ba2f 2023-11-03T10:36:59.789 INFO:teuthology.orchestra.run.smithi077.stdout:osd.4 smithi145 running (3m) 87s ago 3m 52.5M 3992M 17.2.0 e1d6a67b021e 93aff7485bf1 2023-11-03T10:36:59.790 INFO:teuthology.orchestra.run.smithi077.stdout:osd.5 smithi145 running (3m) 87s ago 3m 49.0M 3992M 17.2.0 e1d6a67b021e ce350c0bf3a0 2023-11-03T10:36:59.790 INFO:teuthology.orchestra.run.smithi077.stdout:osd.6 smithi145 running (2m) 87s ago 2m 48.2M 3992M 17.2.0 e1d6a67b021e ed3aa1bf1694 2023-11-03T10:36:59.790 INFO:teuthology.orchestra.run.smithi077.stdout:osd.7 smithi145 running (2m) 87s ago 2m 49.5M 3992M 17.2.0 e1d6a67b021e 7b07331ce554 2023-11-03T10:36:59.791 INFO:teuthology.orchestra.run.smithi077.stdout:prometheus.smithi077 smithi077 *:9095 running (4m) 86s ago 4m 61.7M - 514e6a882f6e 8e6d7fae6af6 2023-11-03T10:36:59.931 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:36:59 smithi077 ceph-mon[108342]: from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:37:00.185 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:36:59 smithi145 ceph-mon[111069]: from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:37:00.296 INFO:teuthology.orchestra.run.smithi077.stdout:{ 2023-11-03T10:37:00.314 INFO:teuthology.orchestra.run.smithi077.stdout: "mon": { 2023-11-03T10:37:00.314 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-03T10:37:00.315 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2023-11-03T10:37:00.315 INFO:teuthology.orchestra.run.smithi077.stdout: "mgr": { 2023-11-03T10:37:00.315 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-03T10:37:00.315 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2023-11-03T10:37:00.315 INFO:teuthology.orchestra.run.smithi077.stdout: "osd": { 2023-11-03T10:37:00.316 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-03T10:37:00.316 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2023-11-03T10:37:00.316 INFO:teuthology.orchestra.run.smithi077.stdout: "mds": { 2023-11-03T10:37:00.316 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-03T10:37:00.316 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2023-11-03T10:37:00.316 INFO:teuthology.orchestra.run.smithi077.stdout: "overall": { 2023-11-03T10:37:00.317 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-11-03T10:37:00.317 INFO:teuthology.orchestra.run.smithi077.stdout: } 2023-11-03T10:37:00.317 INFO:teuthology.orchestra.run.smithi077.stdout:} 2023-11-03T10:37:00.703 INFO:teuthology.orchestra.run.smithi077.stdout:{ 2023-11-03T10:37:00.703 INFO:teuthology.orchestra.run.smithi077.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:397420ab791fa892eed1ccbb8a2e502375bb65b7bc2d21b2eaf545c402f955ee", 2023-11-03T10:37:00.703 INFO:teuthology.orchestra.run.smithi077.stdout: "in_progress": true, 2023-11-03T10:37:00.703 INFO:teuthology.orchestra.run.smithi077.stdout: "services_complete": [], 2023-11-03T10:37:00.704 INFO:teuthology.orchestra.run.smithi077.stdout: "progress": "1/23 daemons upgraded", 2023-11-03T10:37:00.704 INFO:teuthology.orchestra.run.smithi077.stdout: "message": "Currently upgrading mgr daemons" 2023-11-03T10:37:00.704 INFO:teuthology.orchestra.run.smithi077.stdout:} 2023-11-03T10:37:00.749 INFO:teuthology.orchestra.run.smithi077.stdout: 5 28233 10.06 MB/sec warmup 84 sec latency 147.037 ms 2023-11-03T10:37:00.967 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:00 smithi077 ceph-mon[108342]: from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:37:00.967 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:00 smithi077 ceph-mon[108342]: pgmap v218: 97 pgs: 97 active+clean; 210 MiB data, 910 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 6.8 MiB/s wr, 710 op/s 2023-11-03T10:37:00.967 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:00 smithi077 ceph-mon[108342]: from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:37:00.967 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:00 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/1697609824' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-03T10:37:00.968 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:00 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:37:01.035 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:00 smithi145 ceph-mon[111069]: from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:37:01.035 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:00 smithi145 ceph-mon[111069]: pgmap v218: 97 pgs: 97 active+clean; 210 MiB data, 910 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 6.8 MiB/s wr, 710 op/s 2023-11-03T10:37:01.035 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:00 smithi145 ceph-mon[111069]: from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:37:01.036 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:00 smithi145 ceph-mon[111069]: from='client.? 172.21.15.77:0/1697609824' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-03T10:37:01.036 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:00 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:37:01.217 INFO:teuthology.orchestra.run.smithi077.stdout:HEALTH_OK 2023-11-03T10:37:01.756 INFO:teuthology.orchestra.run.smithi077.stdout: 5 28512 10.02 MB/sec warmup 85 sec latency 129.236 ms 2023-11-03T10:37:02.242 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:02 smithi077 ceph-mon[108342]: from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:37:02.242 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:02 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:37:02.242 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:02 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/542897243' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-03T10:37:02.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:02 smithi145 ceph-mon[111069]: from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:37:02.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:02 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:37:02.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:02 smithi145 ceph-mon[111069]: from='client.? 172.21.15.77:0/542897243' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-03T10:37:02.758 INFO:teuthology.orchestra.run.smithi077.stdout: 5 28925 10.06 MB/sec warmup 86 sec latency 126.871 ms 2023-11-03T10:37:03.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:03 smithi077 ceph-mon[108342]: pgmap v219: 97 pgs: 97 active+clean; 211 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 7.3 KiB/s rd, 5.6 MiB/s wr, 511 op/s 2023-11-03T10:37:03.316 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:03 smithi145 ceph-mon[111069]: pgmap v219: 97 pgs: 97 active+clean; 211 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 7.3 KiB/s rd, 5.6 MiB/s wr, 511 op/s 2023-11-03T10:37:03.757 INFO:teuthology.orchestra.run.smithi077.stdout: 5 29244 10.04 MB/sec warmup 87 sec latency 201.719 ms 2023-11-03T10:37:04.522 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:04 smithi077 ceph-mon[108342]: pgmap v220: 97 pgs: 97 active+clean; 216 MiB data, 928 MiB used, 714 GiB / 715 GiB avail; 7.5 KiB/s rd, 6.6 MiB/s wr, 602 op/s 2023-11-03T10:37:04.522 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:04 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:37:04.522 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:04 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:37:04.522 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:04 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:37:04.523 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:04 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:37:04.523 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:04 smithi077 ceph-mon[108342]: Upgrade: Need to upgrade myself (mgr.smithi077.iwfrkz) 2023-11-03T10:37:04.523 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:04 smithi077 ceph-mon[108342]: Failing over to other MGR 2023-11-03T10:37:04.523 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:04 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mgr fail", "who": "smithi077.iwfrkz"}]: dispatch 2023-11-03T10:37:04.523 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:04 smithi077 ceph-mon[108342]: osdmap e67: 8 total, 8 up, 8 in 2023-11-03T10:37:04.757 INFO:teuthology.orchestra.run.smithi077.stdout: 5 29649 10.05 MB/sec warmup 88 sec latency 147.259 ms 2023-11-03T10:37:04.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:04 smithi145 ceph-mon[111069]: pgmap v220: 97 pgs: 97 active+clean; 216 MiB data, 928 MiB used, 714 GiB / 715 GiB avail; 7.5 KiB/s rd, 6.6 MiB/s wr, 602 op/s 2023-11-03T10:37:04.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:04 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:37:04.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:04 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:37:04.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:04 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' 2023-11-03T10:37:04.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:04 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:37:04.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:04 smithi145 ceph-mon[111069]: Upgrade: Need to upgrade myself (mgr.smithi077.iwfrkz) 2023-11-03T10:37:04.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:04 smithi145 ceph-mon[111069]: Failing over to other MGR 2023-11-03T10:37:04.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:04 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "mgr fail", "who": "smithi077.iwfrkz"}]: dispatch 2023-11-03T10:37:04.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:04 smithi145 ceph-mon[111069]: osdmap e67: 8 total, 8 up, 8 in 2023-11-03T10:37:05.533 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:05 smithi077 ceph-mon[108342]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd='[{"prefix": "mgr fail", "who": "smithi077.iwfrkz"}]': finished 2023-11-03T10:37:05.533 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:05 smithi077 ceph-mon[108342]: mgrmap e22: smithi145.ojodkj(active, starting, since 1.00588s) 2023-11-03T10:37:05.757 INFO:teuthology.orchestra.run.smithi077.stdout: 5 30005 9.98 MB/sec warmup 89 sec latency 124.356 ms 2023-11-03T10:37:05.775 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:05 smithi145 ceph-mon[111069]: from='mgr.14204 172.21.15.77:0/2195337641' entity='mgr.smithi077.iwfrkz' cmd='[{"prefix": "mgr fail", "who": "smithi077.iwfrkz"}]': finished 2023-11-03T10:37:05.775 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:05 smithi145 ceph-mon[111069]: mgrmap e22: smithi145.ojodkj(active, starting, since 1.00588s) 2023-11-03T10:37:06.757 INFO:teuthology.orchestra.run.smithi077.stdout: 5 30335 9.96 MB/sec warmup 90 sec latency 126.253 ms 2023-11-03T10:37:06.808 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:06 smithi077 ceph-mon[108342]: Active manager daemon smithi145.ojodkj restarted 2023-11-03T10:37:06.809 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:06 smithi077 ceph-mon[108342]: Activating manager daemon smithi145.ojodkj 2023-11-03T10:37:06.809 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:06 smithi077 ceph-mon[108342]: from='mgr.? 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi145.ojodkj/crt"}]: dispatch 2023-11-03T10:37:06.809 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:06 smithi077 ceph-mon[108342]: osdmap e68: 8 total, 8 up, 8 in 2023-11-03T10:37:06.809 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:06 smithi077 ceph-mon[108342]: from='mgr.? 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-03T10:37:06.810 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:06 smithi077 ceph-mon[108342]: from='mgr.? 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi145.ojodkj/key"}]: dispatch 2023-11-03T10:37:06.810 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:06 smithi077 ceph-mon[108342]: from='mgr.? 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-03T10:37:06.810 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:06 smithi077 ceph-mon[108342]: mgrmap e23: smithi145.ojodkj(active, starting, since 0.802545s) 2023-11-03T10:37:06.810 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:06 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "mon metadata", "id": "smithi077"}]: dispatch 2023-11-03T10:37:06.810 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:06 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2023-11-03T10:37:06.811 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:06 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi077.vnexfw"}]: dispatch 2023-11-03T10:37:06.811 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:06 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi145.wrjqzl"}]: dispatch 2023-11-03T10:37:06.811 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:06 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "mgr metadata", "who": "smithi145.ojodkj", "id": "smithi145.ojodkj"}]: dispatch 2023-11-03T10:37:06.811 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:06 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-03T10:37:06.811 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:06 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-03T10:37:06.811 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:06 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-03T10:37:06.812 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:06 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-03T10:37:06.812 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:06 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-03T10:37:06.812 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:06 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-03T10:37:06.812 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:06 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-03T10:37:06.812 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:06 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-03T10:37:06.813 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:06 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-03T10:37:06.813 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:06 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-03T10:37:06.813 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:06 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-03T10:37:06.813 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:06 smithi077 ceph-mon[108342]: Manager daemon smithi145.ojodkj is now available 2023-11-03T10:37:06.813 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:06 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:06.814 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:06 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:37:06.814 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:06 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:37:06.814 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:06 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:37:06.814 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:06 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi145.ojodkj/mirror_snapshot_schedule"}]: dispatch 2023-11-03T10:37:06.814 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:06 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi145.ojodkj/mirror_snapshot_schedule"}]: dispatch 2023-11-03T10:37:06.815 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:06 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi145.ojodkj/trash_purge_schedule"}]: dispatch 2023-11-03T10:37:06.815 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:06 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi145.ojodkj/trash_purge_schedule"}]: dispatch 2023-11-03T10:37:06.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:06 smithi145 ceph-mon[111069]: Active manager daemon smithi145.ojodkj restarted 2023-11-03T10:37:06.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:06 smithi145 ceph-mon[111069]: Activating manager daemon smithi145.ojodkj 2023-11-03T10:37:06.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:06 smithi145 ceph-mon[111069]: from='mgr.? 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi145.ojodkj/crt"}]: dispatch 2023-11-03T10:37:06.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:06 smithi145 ceph-mon[111069]: osdmap e68: 8 total, 8 up, 8 in 2023-11-03T10:37:06.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:06 smithi145 ceph-mon[111069]: from='mgr.? 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-03T10:37:06.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:06 smithi145 ceph-mon[111069]: from='mgr.? 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi145.ojodkj/key"}]: dispatch 2023-11-03T10:37:06.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:06 smithi145 ceph-mon[111069]: from='mgr.? 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-03T10:37:06.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:06 smithi145 ceph-mon[111069]: mgrmap e23: smithi145.ojodkj(active, starting, since 0.802545s) 2023-11-03T10:37:06.837 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:06 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "mon metadata", "id": "smithi077"}]: dispatch 2023-11-03T10:37:06.837 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:06 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2023-11-03T10:37:06.837 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:06 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi077.vnexfw"}]: dispatch 2023-11-03T10:37:06.837 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:06 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi145.wrjqzl"}]: dispatch 2023-11-03T10:37:06.837 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:06 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "mgr metadata", "who": "smithi145.ojodkj", "id": "smithi145.ojodkj"}]: dispatch 2023-11-03T10:37:06.838 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:06 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-03T10:37:06.838 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:06 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-03T10:37:06.838 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:06 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-03T10:37:06.838 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:06 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-03T10:37:06.838 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:06 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-03T10:37:06.839 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:06 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-03T10:37:06.839 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:06 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-03T10:37:06.839 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:06 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-03T10:37:06.839 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:06 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-03T10:37:06.840 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:06 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-03T10:37:06.840 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:06 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-03T10:37:06.840 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:06 smithi145 ceph-mon[111069]: Manager daemon smithi145.ojodkj is now available 2023-11-03T10:37:06.841 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:06 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:06.841 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:06 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:37:06.841 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:06 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:37:06.841 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:06 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:37:06.842 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:06 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi145.ojodkj/mirror_snapshot_schedule"}]: dispatch 2023-11-03T10:37:06.842 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:06 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi145.ojodkj/mirror_snapshot_schedule"}]: dispatch 2023-11-03T10:37:06.842 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:06 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi145.ojodkj/trash_purge_schedule"}]: dispatch 2023-11-03T10:37:06.842 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:06 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi145.ojodkj/trash_purge_schedule"}]: dispatch 2023-11-03T10:37:07.757 INFO:teuthology.orchestra.run.smithi077.stdout: 5 30706 10.00 MB/sec warmup 91 sec latency 150.526 ms 2023-11-03T10:37:08.584 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:08 smithi077 ceph-mon[108342]: Deploying cephadm binary to smithi145 2023-11-03T10:37:08.584 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:08 smithi077 ceph-mon[108342]: Deploying cephadm binary to smithi077 2023-11-03T10:37:08.584 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:08 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:08.584 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:08 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:08.585 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:08 smithi077 ceph-mon[108342]: mgrmap e24: smithi145.ojodkj(active, since 1.80671s) 2023-11-03T10:37:08.585 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:08 smithi077 ceph-mon[108342]: pgmap v3: 97 pgs: 97 active+clean; 220 MiB data, 976 MiB used, 714 GiB / 715 GiB avail 2023-11-03T10:37:08.748 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:08 smithi145 ceph-mon[111069]: Deploying cephadm binary to smithi145 2023-11-03T10:37:08.748 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:08 smithi145 ceph-mon[111069]: Deploying cephadm binary to smithi077 2023-11-03T10:37:08.748 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:08 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:08.749 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:08 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:08.749 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:08 smithi145 ceph-mon[111069]: mgrmap e24: smithi145.ojodkj(active, since 1.80671s) 2023-11-03T10:37:08.749 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:08 smithi145 ceph-mon[111069]: pgmap v3: 97 pgs: 97 active+clean; 220 MiB data, 976 MiB used, 714 GiB / 715 GiB avail 2023-11-03T10:37:08.757 INFO:teuthology.orchestra.run.smithi077.stdout: 5 31004 9.98 MB/sec warmup 92 sec latency 124.628 ms 2023-11-03T10:37:09.618 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:09 smithi077 ceph-mon[108342]: [03/Nov/2023:10:37:08] ENGINE Bus STARTING 2023-11-03T10:37:09.619 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:09 smithi077 ceph-mon[108342]: [03/Nov/2023:10:37:08] ENGINE Serving on http://172.21.15.145:8765 2023-11-03T10:37:09.619 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:09 smithi077 ceph-mon[108342]: [03/Nov/2023:10:37:08] ENGINE Serving on https://172.21.15.145:7150 2023-11-03T10:37:09.619 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:09 smithi077 ceph-mon[108342]: [03/Nov/2023:10:37:08] ENGINE Bus STARTED 2023-11-03T10:37:09.619 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:09 smithi077 ceph-mon[108342]: pgmap v4: 97 pgs: 97 active+clean; 220 MiB data, 976 MiB used, 714 GiB / 715 GiB avail 2023-11-03T10:37:09.620 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:09 smithi077 ceph-mon[108342]: mgrmap e25: smithi145.ojodkj(active, since 2s) 2023-11-03T10:37:09.760 INFO:teuthology.orchestra.run.smithi077.stdout: 5 31346 10.04 MB/sec warmup 93 sec latency 142.084 ms 2023-11-03T10:37:09.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:09 smithi145 ceph-mon[111069]: [03/Nov/2023:10:37:08] ENGINE Bus STARTING 2023-11-03T10:37:09.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:09 smithi145 ceph-mon[111069]: [03/Nov/2023:10:37:08] ENGINE Serving on http://172.21.15.145:8765 2023-11-03T10:37:09.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:09 smithi145 ceph-mon[111069]: [03/Nov/2023:10:37:08] ENGINE Serving on https://172.21.15.145:7150 2023-11-03T10:37:09.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:09 smithi145 ceph-mon[111069]: [03/Nov/2023:10:37:08] ENGINE Bus STARTED 2023-11-03T10:37:09.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:09 smithi145 ceph-mon[111069]: pgmap v4: 97 pgs: 97 active+clean; 220 MiB data, 976 MiB used, 714 GiB / 715 GiB avail 2023-11-03T10:37:09.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:09 smithi145 ceph-mon[111069]: mgrmap e25: smithi145.ojodkj(active, since 2s) 2023-11-03T10:37:10.760 INFO:teuthology.orchestra.run.smithi077.stdout: 5 31551 9.97 MB/sec warmup 94 sec latency 134.187 ms 2023-11-03T10:37:11.400 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:11 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:11.401 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:11 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:11.401 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:11 smithi077 ceph-mon[108342]: pgmap v5: 97 pgs: 97 active+clean; 220 MiB data, 976 MiB used, 714 GiB / 715 GiB avail 2023-11-03T10:37:11.401 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:11 smithi077 ceph-mon[108342]: mgrmap e26: smithi145.ojodkj(active, since 4s) 2023-11-03T10:37:11.401 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:11 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:11.402 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:11 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:11.585 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:11 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:11.585 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:11 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:11.586 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:11 smithi145 ceph-mon[111069]: pgmap v5: 97 pgs: 97 active+clean; 220 MiB data, 976 MiB used, 714 GiB / 715 GiB avail 2023-11-03T10:37:11.586 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:11 smithi145 ceph-mon[111069]: mgrmap e26: smithi145.ojodkj(active, since 4s) 2023-11-03T10:37:11.586 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:11 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:11.586 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:11 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:11.766 INFO:teuthology.orchestra.run.smithi077.stdout: 5 31805 9.94 MB/sec warmup 95 sec latency 134.683 ms 2023-11-03T10:37:12.669 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:12 smithi077 ceph-mon[108342]: Standby manager daemon smithi077.iwfrkz started 2023-11-03T10:37:12.670 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:12 smithi077 ceph-mon[108342]: from='mgr.? 172.21.15.77:0/572041505' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi077.iwfrkz/crt"}]: dispatch 2023-11-03T10:37:12.670 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:12 smithi077 ceph-mon[108342]: from='mgr.? 172.21.15.77:0/572041505' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-03T10:37:12.670 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:12 smithi077 ceph-mon[108342]: from='mgr.? 172.21.15.77:0/572041505' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi077.iwfrkz/key"}]: dispatch 2023-11-03T10:37:12.670 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:12 smithi077 ceph-mon[108342]: from='mgr.? 172.21.15.77:0/572041505' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-03T10:37:12.766 INFO:teuthology.orchestra.run.smithi077.stdout: 5 32065 9.88 MB/sec warmup 96 sec latency 137.862 ms 2023-11-03T10:37:12.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:12 smithi145 ceph-mon[111069]: Standby manager daemon smithi077.iwfrkz started 2023-11-03T10:37:12.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:12 smithi145 ceph-mon[111069]: from='mgr.? 172.21.15.77:0/572041505' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi077.iwfrkz/crt"}]: dispatch 2023-11-03T10:37:12.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:12 smithi145 ceph-mon[111069]: from='mgr.? 172.21.15.77:0/572041505' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-03T10:37:12.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:12 smithi145 ceph-mon[111069]: from='mgr.? 172.21.15.77:0/572041505' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi077.iwfrkz/key"}]: dispatch 2023-11-03T10:37:12.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:12 smithi145 ceph-mon[111069]: from='mgr.? 172.21.15.77:0/572041505' entity='mgr.smithi077.iwfrkz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-03T10:37:13.686 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:13 smithi077 ceph-mon[108342]: pgmap v6: 97 pgs: 97 active+clean; 220 MiB data, 976 MiB used, 714 GiB / 715 GiB avail 2023-11-03T10:37:13.686 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:13 smithi077 ceph-mon[108342]: mgrmap e27: smithi145.ojodkj(active, since 6s), standbys: smithi077.iwfrkz 2023-11-03T10:37:13.686 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:13 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "mgr metadata", "who": "smithi077.iwfrkz", "id": "smithi077.iwfrkz"}]: dispatch 2023-11-03T10:37:13.687 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:13 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:13.687 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:13 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:13.687 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:13 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:13.687 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:13 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:13.766 INFO:teuthology.orchestra.run.smithi077.stdout: 5 32449 9.90 MB/sec warmup 97 sec latency 126.460 ms 2023-11-03T10:37:13.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:13 smithi145 ceph-mon[111069]: pgmap v6: 97 pgs: 97 active+clean; 220 MiB data, 976 MiB used, 714 GiB / 715 GiB avail 2023-11-03T10:37:13.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:13 smithi145 ceph-mon[111069]: mgrmap e27: smithi145.ojodkj(active, since 6s), standbys: smithi077.iwfrkz 2023-11-03T10:37:13.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:13 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "mgr metadata", "who": "smithi077.iwfrkz", "id": "smithi077.iwfrkz"}]: dispatch 2023-11-03T10:37:13.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:13 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:13.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:13 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:13.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:13 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:13.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:13 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:14.716 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:14 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:37:14.716 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:14 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:37:14.716 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:14 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:37:14.717 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:14 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:37:14.717 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:14 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:37:14.717 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:14 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:37:14.717 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:14 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:37:14.717 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:14 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:37:14.718 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:14 smithi077 ceph-mon[108342]: Adjusting osd_memory_target on smithi145 to 2712M 2023-11-03T10:37:14.718 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:14 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:14.718 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:14 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:14.718 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:14 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:14.718 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:14 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:37:14.719 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:14 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:37:14.719 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:14 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:37:14.719 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:14 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:37:14.719 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:14 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:37:14.719 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:14 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:37:14.720 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:14 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:37:14.720 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:14 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:37:14.720 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:14 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:14.720 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:14 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:37:14.720 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:14 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T10:37:14.766 INFO:teuthology.orchestra.run.smithi077.stdout: 5 32765 9.86 MB/sec warmup 98 sec latency 183.691 ms 2023-11-03T10:37:14.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:14 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:37:14.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:14 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:37:14.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:14 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:37:14.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:14 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:37:14.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:14 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:37:14.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:14 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:37:14.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:14 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:37:14.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:14 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:37:14.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:14 smithi145 ceph-mon[111069]: Adjusting osd_memory_target on smithi145 to 2712M 2023-11-03T10:37:14.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:14 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:14.837 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:14 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:14.837 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:14 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:14.837 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:14 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:37:14.837 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:14 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:37:14.837 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:14 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:37:14.838 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:14 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:37:14.838 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:14 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:37:14.838 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:14 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:37:14.838 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:14 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:37:14.838 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:14 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-03T10:37:14.839 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:14 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:14.839 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:14 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:37:14.839 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:14 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T10:37:15.723 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:15 smithi077 ceph-mon[108342]: Adjusting osd_memory_target on smithi077 to 1944M 2023-11-03T10:37:15.723 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:15 smithi077 ceph-mon[108342]: Updating smithi077:/etc/ceph/ceph.conf 2023-11-03T10:37:15.723 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:15 smithi077 ceph-mon[108342]: Updating smithi145:/etc/ceph/ceph.conf 2023-11-03T10:37:15.723 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:15 smithi077 ceph-mon[108342]: pgmap v7: 97 pgs: 97 active+clean; 229 MiB data, 1023 MiB used, 714 GiB / 715 GiB avail; 34 KiB/s rd, 3.2 MiB/s wr, 287 op/s 2023-11-03T10:37:15.724 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:15 smithi077 ceph-mon[108342]: Updating smithi145:/var/lib/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-11-03T10:37:15.766 INFO:teuthology.orchestra.run.smithi077.stdout: 5 33181 9.89 MB/sec warmup 99 sec latency 104.320 ms 2023-11-03T10:37:15.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:15 smithi145 ceph-mon[111069]: Adjusting osd_memory_target on smithi077 to 1944M 2023-11-03T10:37:15.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:15 smithi145 ceph-mon[111069]: Updating smithi077:/etc/ceph/ceph.conf 2023-11-03T10:37:15.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:15 smithi145 ceph-mon[111069]: Updating smithi145:/etc/ceph/ceph.conf 2023-11-03T10:37:15.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:15 smithi145 ceph-mon[111069]: pgmap v7: 97 pgs: 97 active+clean; 229 MiB data, 1023 MiB used, 714 GiB / 715 GiB avail; 34 KiB/s rd, 3.2 MiB/s wr, 287 op/s 2023-11-03T10:37:15.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:15 smithi145 ceph-mon[111069]: Updating smithi145:/var/lib/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-11-03T10:37:16.737 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:16 smithi077 ceph-mon[108342]: Updating smithi077:/var/lib/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-11-03T10:37:16.737 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:16 smithi077 ceph-mon[108342]: Updating smithi145:/etc/ceph/ceph.client.admin.keyring 2023-11-03T10:37:16.738 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:16 smithi077 ceph-mon[108342]: Updating smithi077:/etc/ceph/ceph.client.admin.keyring 2023-11-03T10:37:16.738 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:16 smithi077 ceph-mon[108342]: Updating smithi145:/var/lib/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/config/ceph.client.admin.keyring 2023-11-03T10:37:16.738 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:16 smithi077 ceph-mon[108342]: Updating smithi077:/var/lib/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/config/ceph.client.admin.keyring 2023-11-03T10:37:16.739 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:16 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:16.739 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:16 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:16.739 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:16 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:16.739 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:16 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:16.740 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:16 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:16.740 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:16 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:16.740 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:16 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:16.741 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:16 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:16.741 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:16 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:16.741 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:16 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:16.766 INFO:teuthology.orchestra.run.smithi077.stdout: 5 33553 9.84 MB/sec warmup 100 sec latency 129.380 ms 2023-11-03T10:37:17.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:16 smithi145 ceph-mon[111069]: Updating smithi077:/var/lib/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-11-03T10:37:17.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:16 smithi145 ceph-mon[111069]: Updating smithi145:/etc/ceph/ceph.client.admin.keyring 2023-11-03T10:37:17.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:16 smithi145 ceph-mon[111069]: Updating smithi077:/etc/ceph/ceph.client.admin.keyring 2023-11-03T10:37:17.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:16 smithi145 ceph-mon[111069]: Updating smithi145:/var/lib/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/config/ceph.client.admin.keyring 2023-11-03T10:37:17.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:16 smithi145 ceph-mon[111069]: Updating smithi077:/var/lib/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/config/ceph.client.admin.keyring 2023-11-03T10:37:17.086 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:16 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:17.086 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:16 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:17.086 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:16 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:17.086 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:16 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:17.087 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:16 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:17.087 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:16 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:17.087 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:16 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:17.087 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:16 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:17.087 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:16 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:17.088 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:16 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:17.758 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:17 smithi077 ceph-mon[108342]: Reconfiguring alertmanager.smithi077 (dependencies changed)... 2023-11-03T10:37:17.759 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:17 smithi077 ceph-mon[108342]: Reconfiguring daemon alertmanager.smithi077 on smithi077 2023-11-03T10:37:17.759 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:17 smithi077 ceph-mon[108342]: pgmap v8: 97 pgs: 97 active+clean; 229 MiB data, 1023 MiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 2.5 MiB/s wr, 223 op/s 2023-11-03T10:37:17.766 INFO:teuthology.orchestra.run.smithi077.stdout: 5 33847 9.82 MB/sec warmup 101 sec latency 139.556 ms 2023-11-03T10:37:18.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:17 smithi145 ceph-mon[111069]: Reconfiguring alertmanager.smithi077 (dependencies changed)... 2023-11-03T10:37:18.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:17 smithi145 ceph-mon[111069]: Reconfiguring daemon alertmanager.smithi077 on smithi077 2023-11-03T10:37:18.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:17 smithi145 ceph-mon[111069]: pgmap v8: 97 pgs: 97 active+clean; 229 MiB data, 1023 MiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 2.5 MiB/s wr, 223 op/s 2023-11-03T10:37:18.766 INFO:teuthology.orchestra.run.smithi077.stdout: 5 34160 9.82 MB/sec warmup 102 sec latency 204.573 ms 2023-11-03T10:37:19.570 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:19 smithi077 ceph-mon[108342]: pgmap v9: 97 pgs: 97 active+clean; 229 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 25 KiB/s rd, 4.3 MiB/s wr, 426 op/s 2023-11-03T10:37:19.766 INFO:teuthology.orchestra.run.smithi077.stdout: 5 34605 9.85 MB/sec warmup 103 sec latency 126.535 ms 2023-11-03T10:37:19.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:19 smithi145 ceph-mon[111069]: pgmap v9: 97 pgs: 97 active+clean; 229 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 25 KiB/s rd, 4.3 MiB/s wr, 426 op/s 2023-11-03T10:37:20.766 INFO:teuthology.orchestra.run.smithi077.stdout: 5 34984 9.92 MB/sec warmup 104 sec latency 146.545 ms 2023-11-03T10:37:21.726 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:21 smithi077 ceph-mon[108342]: pgmap v10: 97 pgs: 97 active+clean; 229 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 3.9 MiB/s wr, 390 op/s 2023-11-03T10:37:21.766 INFO:teuthology.orchestra.run.smithi077.stdout: 5 35393 9.91 MB/sec warmup 105 sec latency 95.503 ms 2023-11-03T10:37:21.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:21 smithi145 ceph-mon[111069]: pgmap v10: 97 pgs: 97 active+clean; 229 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 3.9 MiB/s wr, 390 op/s 2023-11-03T10:37:22.735 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:22 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:37:22.766 INFO:teuthology.orchestra.run.smithi077.stdout: 5 35709 9.88 MB/sec warmup 106 sec latency 127.125 ms 2023-11-03T10:37:23.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:22 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:37:23.761 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:23 smithi077 ceph-mon[108342]: pgmap v11: 97 pgs: 97 active+clean; 229 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 3.9 MiB/s wr, 390 op/s 2023-11-03T10:37:23.767 INFO:teuthology.orchestra.run.smithi077.stdout: 5 36059 9.87 MB/sec warmup 107 sec latency 195.741 ms 2023-11-03T10:37:24.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:23 smithi145 ceph-mon[111069]: pgmap v11: 97 pgs: 97 active+clean; 229 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 3.9 MiB/s wr, 390 op/s 2023-11-03T10:37:24.767 INFO:teuthology.orchestra.run.smithi077.stdout: 5 36407 9.89 MB/sec warmup 108 sec latency 207.717 ms 2023-11-03T10:37:25.768 INFO:teuthology.orchestra.run.smithi077.stdout: 5 36854 9.87 MB/sec warmup 109 sec latency 120.484 ms 2023-11-03T10:37:25.779 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:25 smithi077 ceph-mon[108342]: pgmap v12: 97 pgs: 97 active+clean; 242 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 6.3 MiB/s wr, 602 op/s 2023-11-03T10:37:26.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:25 smithi145 ceph-mon[111069]: pgmap v12: 97 pgs: 97 active+clean; 242 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 6.3 MiB/s wr, 602 op/s 2023-11-03T10:37:26.768 INFO:teuthology.orchestra.run.smithi077.stdout: 5 37206 9.84 MB/sec warmup 110 sec latency 108.361 ms 2023-11-03T10:37:27.676 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:27 smithi077 ceph-mon[108342]: pgmap v13: 97 pgs: 97 active+clean; 242 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.5 MiB/s wr, 434 op/s 2023-11-03T10:37:27.677 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:27 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:27.677 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:27 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:27.677 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:27 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:27.677 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:27 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:27.677 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:27 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-03T10:37:27.772 INFO:teuthology.orchestra.run.smithi077.stdout: 5 37618 9.88 MB/sec warmup 111 sec latency 152.762 ms 2023-11-03T10:37:28.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:27 smithi145 ceph-mon[111069]: pgmap v13: 97 pgs: 97 active+clean; 242 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.5 MiB/s wr, 434 op/s 2023-11-03T10:37:28.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:27 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:28.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:27 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:28.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:27 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:28.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:27 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:28.086 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:27 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-03T10:37:28.772 INFO:teuthology.orchestra.run.smithi077.stdout: 5 37958 9.87 MB/sec warmup 112 sec latency 126.944 ms 2023-11-03T10:37:28.829 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:28 smithi077 ceph-mon[108342]: Reconfiguring grafana.smithi077 (dependencies changed)... 2023-11-03T10:37:28.830 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:28 smithi077 ceph-mon[108342]: Regenerating cephadm self-signed grafana TLS certificates 2023-11-03T10:37:28.830 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:28 smithi077 ceph-mon[108342]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-03T10:37:28.830 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:28 smithi077 ceph-mon[108342]: Reconfiguring daemon grafana.smithi077 on smithi077 2023-11-03T10:37:29.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:28 smithi145 ceph-mon[111069]: Reconfiguring grafana.smithi077 (dependencies changed)... 2023-11-03T10:37:29.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:28 smithi145 ceph-mon[111069]: Regenerating cephadm self-signed grafana TLS certificates 2023-11-03T10:37:29.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:28 smithi145 ceph-mon[111069]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-03T10:37:29.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:28 smithi145 ceph-mon[111069]: Reconfiguring daemon grafana.smithi077 on smithi077 2023-11-03T10:37:29.772 INFO:teuthology.orchestra.run.smithi077.stdout: 5 38275 9.89 MB/sec warmup 113 sec latency 131.598 ms 2023-11-03T10:37:29.844 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:29 smithi077 ceph-mon[108342]: pgmap v14: 97 pgs: 97 active+clean; 247 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.7 MiB/s wr, 663 op/s 2023-11-03T10:37:30.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:29 smithi145 ceph-mon[111069]: pgmap v14: 97 pgs: 97 active+clean; 247 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.7 MiB/s wr, 663 op/s 2023-11-03T10:37:30.772 INFO:teuthology.orchestra.run.smithi077.stdout: 5 38540 9.87 MB/sec warmup 114 sec latency 130.069 ms 2023-11-03T10:37:31.772 INFO:teuthology.orchestra.run.smithi077.stdout: 5 38862 9.86 MB/sec warmup 115 sec latency 126.075 ms 2023-11-03T10:37:31.777 INFO:teuthology.orchestra.run.smithi077.stdout:true 2023-11-03T10:37:31.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:31 smithi145 ceph-mon[111069]: pgmap v15: 97 pgs: 97 active+clean; 247 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.6 MiB/s wr, 440 op/s 2023-11-03T10:37:31.878 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:31 smithi077 ceph-mon[108342]: pgmap v15: 97 pgs: 97 active+clean; 247 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.6 MiB/s wr, 440 op/s 2023-11-03T10:37:32.765 INFO:teuthology.orchestra.run.smithi077.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-03T10:37:32.765 INFO:teuthology.orchestra.run.smithi077.stdout:alertmanager.smithi077 smithi077 *:9093,9094 starting - - - - 2023-11-03T10:37:32.765 INFO:teuthology.orchestra.run.smithi077.stdout:crash.smithi077 smithi077 running (6m) 19s ago 6m 7004k - 17.2.0 e1d6a67b021e 3cf56b732c65 2023-11-03T10:37:32.766 INFO:teuthology.orchestra.run.smithi077.stdout:crash.smithi145 smithi145 running (5m) 22s ago 5m 7168k - 17.2.0 e1d6a67b021e bcfef56253b1 2023-11-03T10:37:32.766 INFO:teuthology.orchestra.run.smithi077.stdout:grafana.smithi077 smithi077 *:3000 running (5m) 19s ago 6m 57.0M - 8.3.5 dad864ee21e9 9308a513e85f 2023-11-03T10:37:32.766 INFO:teuthology.orchestra.run.smithi077.stdout:mds.foofs.smithi077.vnexfw smithi077 running (2m) 19s ago 2m 34.3M - 17.2.0 e1d6a67b021e caa8609560d3 2023-11-03T10:37:32.766 INFO:teuthology.orchestra.run.smithi077.stdout:mds.foofs.smithi145.wrjqzl smithi145 running (2m) 22s ago 2m 15.2M - 17.2.0 e1d6a67b021e 083254f73eb3 2023-11-03T10:37:32.766 INFO:teuthology.orchestra.run.smithi077.stdout:mgr.smithi077.iwfrkz smithi077 *:9283 running (7m) 19s ago 7m 305M - 17.2.0 e1d6a67b021e a74ee8a3352f 2023-11-03T10:37:32.767 INFO:teuthology.orchestra.run.smithi077.stdout:mgr.smithi145.ojodkj smithi145 *:8443,9283 running (36s) 22s ago 5m 485M - 18.0.0-6983-g054a55d1 effb504c0d1c 11a0eed8802d 2023-11-03T10:37:32.767 INFO:teuthology.orchestra.run.smithi077.stdout:mon.smithi077 smithi077 running (7m) 19s ago 7m 88.6M 2048M 17.2.0 e1d6a67b021e 0e16f423936a 2023-11-03T10:37:32.767 INFO:teuthology.orchestra.run.smithi077.stdout:mon.smithi145 smithi145 running (5m) 22s ago 5m 56.7M 2048M 17.2.0 e1d6a67b021e a8df3dc1838f 2023-11-03T10:37:32.767 INFO:teuthology.orchestra.run.smithi077.stdout:nfs.foo.0.0.smithi077.rqjfgp smithi077 *:2049 running (2m) 19s ago 2m 235M - 4.0 e1d6a67b021e 902fc07e2940 2023-11-03T10:37:32.767 INFO:teuthology.orchestra.run.smithi077.stdout:nfs.foo.1.0.smithi145.ygdiwy smithi145 *:2049 running (2m) 22s ago 2m 82.3M - 4.0 e1d6a67b021e 05ff6f17e1c0 2023-11-03T10:37:32.767 INFO:teuthology.orchestra.run.smithi077.stdout:node-exporter.smithi077 smithi077 *:9100 running (6m) 19s ago 6m 24.3M - 1.3.1 1dbe0e931976 4bc7cea5e937 2023-11-03T10:37:32.768 INFO:teuthology.orchestra.run.smithi077.stdout:node-exporter.smithi145 smithi145 *:9100 running (5m) 22s ago 5m 27.1M - 1.3.1 1dbe0e931976 a8efefe1c97f 2023-11-03T10:37:32.768 INFO:teuthology.orchestra.run.smithi077.stdout:osd.0 smithi077 running (5m) 19s ago 5m 554M 1944M 17.2.0 e1d6a67b021e 30d31ef3db20 2023-11-03T10:37:32.768 INFO:teuthology.orchestra.run.smithi077.stdout:osd.1 smithi077 running (4m) 19s ago 4m 369M 1944M 17.2.0 e1d6a67b021e 14e3d5394d76 2023-11-03T10:37:32.768 INFO:teuthology.orchestra.run.smithi077.stdout:osd.2 smithi077 running (4m) 19s ago 4m 226M 1944M 17.2.0 e1d6a67b021e c0b186ea4ba5 2023-11-03T10:37:32.768 INFO:teuthology.orchestra.run.smithi077.stdout:osd.3 smithi077 running (4m) 19s ago 4m 516M 1944M 17.2.0 e1d6a67b021e fcf3c0d3ba2f 2023-11-03T10:37:32.769 INFO:teuthology.orchestra.run.smithi077.stdout:osd.4 smithi145 running (4m) 22s ago 4m 472M 2712M 17.2.0 e1d6a67b021e 93aff7485bf1 2023-11-03T10:37:32.769 INFO:teuthology.orchestra.run.smithi077.stdout:osd.5 smithi145 running (3m) 22s ago 3m 517M 2712M 17.2.0 e1d6a67b021e ce350c0bf3a0 2023-11-03T10:37:32.769 INFO:teuthology.orchestra.run.smithi077.stdout:osd.6 smithi145 running (3m) 22s ago 3m 484M 2712M 17.2.0 e1d6a67b021e ed3aa1bf1694 2023-11-03T10:37:32.769 INFO:teuthology.orchestra.run.smithi077.stdout:osd.7 smithi145 running (3m) 22s ago 3m 759M 2712M 17.2.0 e1d6a67b021e 7b07331ce554 2023-11-03T10:37:32.769 INFO:teuthology.orchestra.run.smithi077.stdout:prometheus.smithi077 smithi077 *:9095 running (5m) 19s ago 5m 64.2M - 2.33.4 514e6a882f6e 8e6d7fae6af6 2023-11-03T10:37:32.772 INFO:teuthology.orchestra.run.smithi077.stdout: 5 39080 9.80 MB/sec warmup 116 sec latency 124.214 ms 2023-11-03T10:37:33.339 INFO:teuthology.orchestra.run.smithi077.stdout:{ 2023-11-03T10:37:33.340 INFO:teuthology.orchestra.run.smithi077.stdout: "mon": { 2023-11-03T10:37:33.340 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-03T10:37:33.340 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2023-11-03T10:37:33.340 INFO:teuthology.orchestra.run.smithi077.stdout: "mgr": { 2023-11-03T10:37:33.341 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-03T10:37:33.341 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 18.0.0-6983-g054a55d1 (054a55d156d3a2f0db54aab582507ae7417905e5) reef (dev)": 1 2023-11-03T10:37:33.341 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2023-11-03T10:37:33.341 INFO:teuthology.orchestra.run.smithi077.stdout: "osd": { 2023-11-03T10:37:33.341 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-03T10:37:33.341 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2023-11-03T10:37:33.342 INFO:teuthology.orchestra.run.smithi077.stdout: "mds": { 2023-11-03T10:37:33.342 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-03T10:37:33.342 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2023-11-03T10:37:33.342 INFO:teuthology.orchestra.run.smithi077.stdout: "overall": { 2023-11-03T10:37:33.342 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-03T10:37:33.343 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 18.0.0-6983-g054a55d1 (054a55d156d3a2f0db54aab582507ae7417905e5) reef (dev)": 1 2023-11-03T10:37:33.343 INFO:teuthology.orchestra.run.smithi077.stdout: } 2023-11-03T10:37:33.343 INFO:teuthology.orchestra.run.smithi077.stdout:} 2023-11-03T10:37:33.689 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:33 smithi077 ceph-mon[108342]: from='client.24471 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:37:33.689 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:33 smithi077 ceph-mon[108342]: from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:37:33.689 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:33 smithi077 ceph-mon[108342]: pgmap v16: 97 pgs: 97 active+clean; 247 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.6 MiB/s wr, 440 op/s 2023-11-03T10:37:33.689 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:33 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/1988051508' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-03T10:37:33.772 INFO:teuthology.orchestra.run.smithi077.stdout: 5 39246 9.75 MB/sec warmup 117 sec latency 138.899 ms 2023-11-03T10:37:33.816 INFO:teuthology.orchestra.run.smithi077.stdout:{ 2023-11-03T10:37:33.816 INFO:teuthology.orchestra.run.smithi077.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:397420ab791fa892eed1ccbb8a2e502375bb65b7bc2d21b2eaf545c402f955ee", 2023-11-03T10:37:33.816 INFO:teuthology.orchestra.run.smithi077.stdout: "in_progress": true, 2023-11-03T10:37:33.816 INFO:teuthology.orchestra.run.smithi077.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-03T10:37:33.817 INFO:teuthology.orchestra.run.smithi077.stdout: "services_complete": [], 2023-11-03T10:37:33.817 INFO:teuthology.orchestra.run.smithi077.stdout: "progress": "1/23 daemons upgraded", 2023-11-03T10:37:33.817 INFO:teuthology.orchestra.run.smithi077.stdout: "message": "", 2023-11-03T10:37:33.817 INFO:teuthology.orchestra.run.smithi077.stdout: "is_paused": false 2023-11-03T10:37:33.817 INFO:teuthology.orchestra.run.smithi077.stdout:} 2023-11-03T10:37:34.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:33 smithi145 ceph-mon[111069]: from='client.24471 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:37:34.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:33 smithi145 ceph-mon[111069]: from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:37:34.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:33 smithi145 ceph-mon[111069]: pgmap v16: 97 pgs: 97 active+clean; 247 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.6 MiB/s wr, 440 op/s 2023-11-03T10:37:34.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:33 smithi145 ceph-mon[111069]: from='client.? 172.21.15.77:0/1988051508' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-03T10:37:34.412 INFO:teuthology.orchestra.run.smithi077.stdout:HEALTH_OK 2023-11-03T10:37:34.721 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:34 smithi077 ceph-mon[108342]: from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:37:34.721 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:34 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/1344277169' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-03T10:37:34.773 INFO:teuthology.orchestra.run.smithi077.stdout: 5 39494 9.74 MB/sec warmup 118 sec latency 163.439 ms 2023-11-03T10:37:35.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:34 smithi145 ceph-mon[111069]: from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:37:35.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:34 smithi145 ceph-mon[111069]: from='client.? 172.21.15.77:0/1344277169' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-03T10:37:35.770 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:35 smithi077 ceph-mon[108342]: from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:37:35.770 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:35 smithi077 ceph-mon[108342]: pgmap v17: 97 pgs: 97 active+clean; 253 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.5 MiB/s wr, 618 op/s 2023-11-03T10:37:35.772 INFO:teuthology.orchestra.run.smithi077.stdout: 5 39757 9.72 MB/sec warmup 119 sec latency 183.488 ms 2023-11-03T10:37:36.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:35 smithi145 ceph-mon[111069]: from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:37:36.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:35 smithi145 ceph-mon[111069]: pgmap v17: 97 pgs: 97 active+clean; 253 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.5 MiB/s wr, 618 op/s 2023-11-03T10:37:36.825 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:36 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:37:37.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:36 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:37:37.772 INFO:teuthology.orchestra.run.smithi077.stdout: 5 40244 5.24 MB/sec execute 1 sec latency 130.782 ms 2023-11-03T10:37:37.845 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:37 smithi077 ceph-mon[108342]: pgmap v18: 97 pgs: 97 active+clean; 253 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.1 MiB/s wr, 406 op/s 2023-11-03T10:37:38.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:37 smithi145 ceph-mon[111069]: pgmap v18: 97 pgs: 97 active+clean; 253 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.1 MiB/s wr, 406 op/s 2023-11-03T10:37:38.772 INFO:teuthology.orchestra.run.smithi077.stdout: 5 40516 6.13 MB/sec execute 2 sec latency 123.883 ms 2023-11-03T10:37:39.646 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:39 smithi077 ceph-mon[108342]: pgmap v19: 97 pgs: 97 active+clean; 253 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.5 MiB/s wr, 555 op/s 2023-11-03T10:37:39.772 INFO:teuthology.orchestra.run.smithi077.stdout: 5 40701 4.99 MB/sec execute 3 sec latency 127.200 ms 2023-11-03T10:37:39.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:39 smithi145 ceph-mon[111069]: pgmap v19: 97 pgs: 97 active+clean; 253 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.5 MiB/s wr, 555 op/s 2023-11-03T10:37:40.778 INFO:teuthology.orchestra.run.smithi077.stdout: 5 41046 6.72 MB/sec execute 4 sec latency 123.657 ms 2023-11-03T10:37:41.719 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:41 smithi077 ceph-mon[108342]: pgmap v20: 97 pgs: 97 active+clean; 253 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 326 op/s 2023-11-03T10:37:41.779 INFO:teuthology.orchestra.run.smithi077.stdout: 5 41400 7.25 MB/sec execute 5 sec latency 123.288 ms 2023-11-03T10:37:41.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:41 smithi145 ceph-mon[111069]: pgmap v20: 97 pgs: 97 active+clean; 253 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 326 op/s 2023-11-03T10:37:42.779 INFO:teuthology.orchestra.run.smithi077.stdout: 5 41741 8.20 MB/sec execute 6 sec latency 136.437 ms 2023-11-03T10:37:43.761 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:43 smithi077 ceph-mon[108342]: pgmap v21: 97 pgs: 97 active+clean; 253 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 326 op/s 2023-11-03T10:37:43.779 INFO:teuthology.orchestra.run.smithi077.stdout: 5 42191 8.18 MB/sec execute 7 sec latency 129.719 ms 2023-11-03T10:37:43.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:43 smithi145 ceph-mon[111069]: pgmap v21: 97 pgs: 97 active+clean; 253 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 326 op/s 2023-11-03T10:37:44.779 INFO:teuthology.orchestra.run.smithi077.stdout: 5 42503 8.08 MB/sec execute 8 sec latency 198.119 ms 2023-11-03T10:37:45.781 INFO:teuthology.orchestra.run.smithi077.stdout: 5 42862 8.89 MB/sec execute 9 sec latency 120.042 ms 2023-11-03T10:37:45.805 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:45 smithi077 ceph-mon[108342]: pgmap v22: 97 pgs: 97 active+clean; 259 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.2 MiB/s wr, 504 op/s 2023-11-03T10:37:45.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:45 smithi145 ceph-mon[111069]: pgmap v22: 97 pgs: 97 active+clean; 259 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.2 MiB/s wr, 504 op/s 2023-11-03T10:37:46.781 INFO:teuthology.orchestra.run.smithi077.stdout: 5 43192 8.55 MB/sec execute 10 sec latency 143.237 ms 2023-11-03T10:37:47.781 INFO:teuthology.orchestra.run.smithi077.stdout: 5 43562 8.66 MB/sec execute 11 sec latency 127.122 ms 2023-11-03T10:37:47.801 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:47 smithi077 ceph-mon[108342]: pgmap v23: 97 pgs: 97 active+clean; 259 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 326 op/s 2023-11-03T10:37:48.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:47 smithi145 ceph-mon[111069]: pgmap v23: 97 pgs: 97 active+clean; 259 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 326 op/s 2023-11-03T10:37:48.781 INFO:teuthology.orchestra.run.smithi077.stdout: 5 43885 8.58 MB/sec execute 12 sec latency 104.259 ms 2023-11-03T10:37:48.826 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:48 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:48.826 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:48 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:48.826 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:48 smithi077 ceph-mon[108342]: Reconfiguring node-exporter.smithi077 (dependencies changed)... 2023-11-03T10:37:48.826 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:48 smithi077 ceph-mon[108342]: Reconfiguring daemon node-exporter.smithi077 on smithi077 2023-11-03T10:37:49.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:48 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:49.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:48 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:49.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:48 smithi145 ceph-mon[111069]: Reconfiguring node-exporter.smithi077 (dependencies changed)... 2023-11-03T10:37:49.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:48 smithi145 ceph-mon[111069]: Reconfiguring daemon node-exporter.smithi077 on smithi077 2023-11-03T10:37:49.782 INFO:teuthology.orchestra.run.smithi077.stdout: 5 44217 9.01 MB/sec execute 13 sec latency 138.120 ms 2023-11-03T10:37:49.847 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:49 smithi077 ceph-mon[108342]: pgmap v24: 97 pgs: 97 active+clean; 267 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.5 MiB/s wr, 538 op/s 2023-11-03T10:37:50.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:49 smithi145 ceph-mon[111069]: pgmap v24: 97 pgs: 97 active+clean; 267 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.5 MiB/s wr, 538 op/s 2023-11-03T10:37:50.781 INFO:teuthology.orchestra.run.smithi077.stdout: 5 44582 8.82 MB/sec execute 14 sec latency 120.703 ms 2023-11-03T10:37:50.868 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:50 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:50.868 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:50 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:50.869 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:50 smithi077 ceph-mon[108342]: Reconfiguring prometheus.smithi077 (dependencies changed)... 2023-11-03T10:37:50.869 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:50 smithi077 ceph-mon[108342]: Reconfiguring daemon prometheus.smithi077 on smithi077 2023-11-03T10:37:50.869 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:50 smithi077 ceph-mon[108342]: pgmap v25: 97 pgs: 97 active+clean; 267 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.0 MiB/s wr, 388 op/s 2023-11-03T10:37:51.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:50 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:51.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:50 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:37:51.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:50 smithi145 ceph-mon[111069]: Reconfiguring prometheus.smithi077 (dependencies changed)... 2023-11-03T10:37:51.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:50 smithi145 ceph-mon[111069]: Reconfiguring daemon prometheus.smithi077 on smithi077 2023-11-03T10:37:51.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:50 smithi145 ceph-mon[111069]: pgmap v25: 97 pgs: 97 active+clean; 267 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.0 MiB/s wr, 388 op/s 2023-11-03T10:37:51.781 INFO:teuthology.orchestra.run.smithi077.stdout: 5 44880 8.94 MB/sec execute 15 sec latency 123.718 ms 2023-11-03T10:37:51.884 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:51 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:37:52.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:51 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:37:52.781 INFO:teuthology.orchestra.run.smithi077.stdout: 5 45128 8.78 MB/sec execute 16 sec latency 117.690 ms 2023-11-03T10:37:52.912 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:52 smithi077 ceph-mon[108342]: pgmap v26: 97 pgs: 97 active+clean; 267 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.0 MiB/s wr, 388 op/s 2023-11-03T10:37:53.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:52 smithi145 ceph-mon[111069]: pgmap v26: 97 pgs: 97 active+clean; 267 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.0 MiB/s wr, 388 op/s 2023-11-03T10:37:53.781 INFO:teuthology.orchestra.run.smithi077.stdout: 5 45453 8.65 MB/sec execute 17 sec latency 152.239 ms 2023-11-03T10:37:54.781 INFO:teuthology.orchestra.run.smithi077.stdout: 5 45937 8.85 MB/sec execute 18 sec latency 118.788 ms 2023-11-03T10:37:55.733 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:55 smithi077 ceph-mon[108342]: pgmap v27: 97 pgs: 97 active+clean; 274 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.2 MiB/s wr, 582 op/s 2023-11-03T10:37:55.783 INFO:teuthology.orchestra.run.smithi077.stdout: 5 46283 8.92 MB/sec execute 19 sec latency 135.356 ms 2023-11-03T10:37:55.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:55 smithi145 ceph-mon[111069]: pgmap v27: 97 pgs: 97 active+clean; 274 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.2 MiB/s wr, 582 op/s 2023-11-03T10:37:56.781 INFO:teuthology.orchestra.run.smithi077.stdout: 5 46712 8.87 MB/sec execute 20 sec latency 110.722 ms 2023-11-03T10:37:57.766 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:57 smithi077 ceph-mon[108342]: pgmap v28: 97 pgs: 97 active+clean; 274 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.3 MiB/s wr, 405 op/s 2023-11-03T10:37:57.781 INFO:teuthology.orchestra.run.smithi077.stdout: 5 47055 8.82 MB/sec execute 21 sec latency 128.591 ms 2023-11-03T10:37:57.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:57 smithi145 ceph-mon[111069]: pgmap v28: 97 pgs: 97 active+clean; 274 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.3 MiB/s wr, 405 op/s 2023-11-03T10:37:58.789 INFO:teuthology.orchestra.run.smithi077.stdout: 5 47395 9.05 MB/sec execute 22 sec latency 130.472 ms 2023-11-03T10:37:59.549 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:37:59 smithi077 ceph-mon[108342]: pgmap v29: 97 pgs: 97 active+clean; 277 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.4 MiB/s wr, 633 op/s 2023-11-03T10:37:59.789 INFO:teuthology.orchestra.run.smithi077.stdout: 5 47805 9.33 MB/sec execute 23 sec latency 129.730 ms 2023-11-03T10:37:59.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:37:59 smithi145 ceph-mon[111069]: pgmap v29: 97 pgs: 97 active+clean; 277 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.4 MiB/s wr, 633 op/s 2023-11-03T10:38:00.793 INFO:teuthology.orchestra.run.smithi077.stdout: 5 48284 9.44 MB/sec execute 24 sec latency 123.793 ms 2023-11-03T10:38:01.577 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:01 smithi077 ceph-mon[108342]: pgmap v30: 97 pgs: 97 active+clean; 277 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.2 MiB/s wr, 422 op/s 2023-11-03T10:38:01.793 INFO:teuthology.orchestra.run.smithi077.stdout: 5 48543 9.27 MB/sec execute 25 sec latency 161.621 ms 2023-11-03T10:38:01.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:01 smithi145 ceph-mon[111069]: pgmap v30: 97 pgs: 97 active+clean; 277 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.2 MiB/s wr, 422 op/s 2023-11-03T10:38:02.793 INFO:teuthology.orchestra.run.smithi077.stdout: 5 48937 9.29 MB/sec execute 26 sec latency 132.942 ms 2023-11-03T10:38:03.609 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:03 smithi077 ceph-mon[108342]: pgmap v31: 97 pgs: 97 active+clean; 277 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.2 MiB/s wr, 422 op/s 2023-11-03T10:38:03.793 INFO:teuthology.orchestra.run.smithi077.stdout: 5 49327 9.37 MB/sec execute 27 sec latency 111.115 ms 2023-11-03T10:38:03.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:03 smithi145 ceph-mon[111069]: pgmap v31: 97 pgs: 97 active+clean; 277 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.2 MiB/s wr, 422 op/s 2023-11-03T10:38:04.804 INFO:teuthology.orchestra.run.smithi077.stdout: 5 49668 9.30 MB/sec execute 28 sec latency 126.736 ms 2023-11-03T10:38:04.933 INFO:teuthology.orchestra.run.smithi077.stdout:true 2023-11-03T10:38:05.410 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:05 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:38:05.410 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:05 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:38:05.410 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:05 smithi077 ceph-mon[108342]: Reconfiguring node-exporter.smithi145 (dependencies changed)... 2023-11-03T10:38:05.411 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:05 smithi077 ceph-mon[108342]: Reconfiguring daemon node-exporter.smithi145 on smithi145 2023-11-03T10:38:05.411 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:05 smithi077 ceph-mon[108342]: pgmap v32: 97 pgs: 97 active+clean; 291 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.8 MiB/s wr, 645 op/s 2023-11-03T10:38:05.526 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:05 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:38:05.527 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:05 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:38:05.527 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:05 smithi145 ceph-mon[111069]: Reconfiguring node-exporter.smithi145 (dependencies changed)... 2023-11-03T10:38:05.527 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:05 smithi145 ceph-mon[111069]: Reconfiguring daemon node-exporter.smithi145 on smithi145 2023-11-03T10:38:05.528 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:05 smithi145 ceph-mon[111069]: pgmap v32: 97 pgs: 97 active+clean; 291 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.8 MiB/s wr, 645 op/s 2023-11-03T10:38:05.804 INFO:teuthology.orchestra.run.smithi077.stdout: 5 49975 9.16 MB/sec execute 29 sec latency 126.857 ms 2023-11-03T10:38:05.927 INFO:teuthology.orchestra.run.smithi077.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-03T10:38:05.927 INFO:teuthology.orchestra.run.smithi077.stdout:alertmanager.smithi077 smithi077 *:9093,9094 starting - - - - 2023-11-03T10:38:05.928 INFO:teuthology.orchestra.run.smithi077.stdout:crash.smithi077 smithi077 running (6m) 52s ago 6m 7004k - 17.2.0 e1d6a67b021e 3cf56b732c65 2023-11-03T10:38:05.928 INFO:teuthology.orchestra.run.smithi077.stdout:crash.smithi145 smithi145 running (6m) 55s ago 6m 7168k - 17.2.0 e1d6a67b021e bcfef56253b1 2023-11-03T10:38:05.928 INFO:teuthology.orchestra.run.smithi077.stdout:grafana.smithi077 smithi077 *:3000 starting - - - - 2023-11-03T10:38:05.928 INFO:teuthology.orchestra.run.smithi077.stdout:mds.foofs.smithi077.vnexfw smithi077 running (2m) 52s ago 2m 34.3M - 17.2.0 e1d6a67b021e caa8609560d3 2023-11-03T10:38:05.928 INFO:teuthology.orchestra.run.smithi077.stdout:mds.foofs.smithi145.wrjqzl smithi145 running (2m) 55s ago 2m 15.2M - 17.2.0 e1d6a67b021e 083254f73eb3 2023-11-03T10:38:05.929 INFO:teuthology.orchestra.run.smithi077.stdout:mgr.smithi077.iwfrkz smithi077 *:9283 running (7m) 52s ago 7m 305M - 17.2.0 e1d6a67b021e a74ee8a3352f 2023-11-03T10:38:05.929 INFO:teuthology.orchestra.run.smithi077.stdout:mgr.smithi145.ojodkj smithi145 *:8443,9283 running (69s) 55s ago 6m 485M - 18.0.0-6983-g054a55d1 effb504c0d1c 11a0eed8802d 2023-11-03T10:38:05.929 INFO:teuthology.orchestra.run.smithi077.stdout:mon.smithi077 smithi077 running (7m) 52s ago 8m 88.6M 2048M 17.2.0 e1d6a67b021e 0e16f423936a 2023-11-03T10:38:05.929 INFO:teuthology.orchestra.run.smithi077.stdout:mon.smithi145 smithi145 running (6m) 55s ago 6m 56.7M 2048M 17.2.0 e1d6a67b021e a8df3dc1838f 2023-11-03T10:38:05.929 INFO:teuthology.orchestra.run.smithi077.stdout:nfs.foo.0.0.smithi077.rqjfgp smithi077 *:2049 running (2m) 52s ago 2m 235M - 4.0 e1d6a67b021e 902fc07e2940 2023-11-03T10:38:05.930 INFO:teuthology.orchestra.run.smithi077.stdout:nfs.foo.1.0.smithi145.ygdiwy smithi145 *:2049 running (2m) 55s ago 2m 82.3M - 4.0 e1d6a67b021e 05ff6f17e1c0 2023-11-03T10:38:05.930 INFO:teuthology.orchestra.run.smithi077.stdout:node-exporter.smithi077 smithi077 *:9100 starting - - - - 2023-11-03T10:38:05.930 INFO:teuthology.orchestra.run.smithi077.stdout:node-exporter.smithi145 smithi145 *:9100 starting - - - - 2023-11-03T10:38:05.930 INFO:teuthology.orchestra.run.smithi077.stdout:osd.0 smithi077 running (5m) 52s ago 5m 554M 1944M 17.2.0 e1d6a67b021e 30d31ef3db20 2023-11-03T10:38:05.930 INFO:teuthology.orchestra.run.smithi077.stdout:osd.1 smithi077 running (5m) 52s ago 5m 369M 1944M 17.2.0 e1d6a67b021e 14e3d5394d76 2023-11-03T10:38:05.930 INFO:teuthology.orchestra.run.smithi077.stdout:osd.2 smithi077 running (5m) 52s ago 5m 226M 1944M 17.2.0 e1d6a67b021e c0b186ea4ba5 2023-11-03T10:38:05.931 INFO:teuthology.orchestra.run.smithi077.stdout:osd.3 smithi077 running (4m) 52s ago 4m 516M 1944M 17.2.0 e1d6a67b021e fcf3c0d3ba2f 2023-11-03T10:38:05.931 INFO:teuthology.orchestra.run.smithi077.stdout:osd.4 smithi145 running (4m) 55s ago 4m 472M 2712M 17.2.0 e1d6a67b021e 93aff7485bf1 2023-11-03T10:38:05.931 INFO:teuthology.orchestra.run.smithi077.stdout:osd.5 smithi145 running (4m) 55s ago 4m 517M 2712M 17.2.0 e1d6a67b021e ce350c0bf3a0 2023-11-03T10:38:05.931 INFO:teuthology.orchestra.run.smithi077.stdout:osd.6 smithi145 running (4m) 55s ago 4m 484M 2712M 17.2.0 e1d6a67b021e ed3aa1bf1694 2023-11-03T10:38:05.931 INFO:teuthology.orchestra.run.smithi077.stdout:osd.7 smithi145 running (3m) 55s ago 3m 759M 2712M 17.2.0 e1d6a67b021e 7b07331ce554 2023-11-03T10:38:05.932 INFO:teuthology.orchestra.run.smithi077.stdout:prometheus.smithi077 smithi077 *:9095 starting - - - - 2023-11-03T10:38:06.512 INFO:teuthology.orchestra.run.smithi077.stdout:{ 2023-11-03T10:38:06.513 INFO:teuthology.orchestra.run.smithi077.stdout: "mon": { 2023-11-03T10:38:06.513 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-03T10:38:06.513 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2023-11-03T10:38:06.513 INFO:teuthology.orchestra.run.smithi077.stdout: "mgr": { 2023-11-03T10:38:06.514 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-03T10:38:06.514 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 18.0.0-6983-g054a55d1 (054a55d156d3a2f0db54aab582507ae7417905e5) reef (dev)": 1 2023-11-03T10:38:06.514 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2023-11-03T10:38:06.514 INFO:teuthology.orchestra.run.smithi077.stdout: "osd": { 2023-11-03T10:38:06.514 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-03T10:38:06.514 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2023-11-03T10:38:06.515 INFO:teuthology.orchestra.run.smithi077.stdout: "mds": { 2023-11-03T10:38:06.515 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-03T10:38:06.515 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2023-11-03T10:38:06.515 INFO:teuthology.orchestra.run.smithi077.stdout: "overall": { 2023-11-03T10:38:06.516 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-03T10:38:06.516 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 18.0.0-6983-g054a55d1 (054a55d156d3a2f0db54aab582507ae7417905e5) reef (dev)": 1 2023-11-03T10:38:06.516 INFO:teuthology.orchestra.run.smithi077.stdout: } 2023-11-03T10:38:06.516 INFO:teuthology.orchestra.run.smithi077.stdout:} 2023-11-03T10:38:06.677 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:06 smithi077 ceph-mon[108342]: from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:38:06.677 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:06 smithi077 ceph-mon[108342]: from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:38:06.678 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:06 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:38:06.678 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:06 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:38:06.678 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:06 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-03T10:38:06.678 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:06 smithi077 ceph-mon[108342]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-03T10:38:06.678 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:06 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi077.front.sepia.ceph.com:9093"}]: dispatch 2023-11-03T10:38:06.679 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:06 smithi077 ceph-mon[108342]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi077.front.sepia.ceph.com:9093"}]: dispatch 2023-11-03T10:38:06.679 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:06 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:38:06.679 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:06 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-03T10:38:06.679 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:06 smithi077 ceph-mon[108342]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-03T10:38:06.679 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:06 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi077.front.sepia.ceph.com:3000"}]: dispatch 2023-11-03T10:38:06.680 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:06 smithi077 ceph-mon[108342]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi077.front.sepia.ceph.com:3000"}]: dispatch 2023-11-03T10:38:06.680 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:06 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:38:06.680 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:06 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-03T10:38:06.680 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:06 smithi077 ceph-mon[108342]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-03T10:38:06.680 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:06 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi077.front.sepia.ceph.com:9095"}]: dispatch 2023-11-03T10:38:06.680 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:06 smithi077 ceph-mon[108342]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi077.front.sepia.ceph.com:9095"}]: dispatch 2023-11-03T10:38:06.681 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:06 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:38:06.681 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:06 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:38:06.681 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:06 smithi077 ceph-mon[108342]: Upgrade: Need to upgrade myself (mgr.smithi145.ojodkj) 2023-11-03T10:38:06.682 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:06 smithi077 ceph-mon[108342]: Upgrade: Need to upgrade myself (mgr.smithi145.ojodkj) 2023-11-03T10:38:06.806 INFO:teuthology.orchestra.run.smithi077.stdout: 5 50363 9.12 MB/sec execute 30 sec latency 97.985 ms 2023-11-03T10:38:06.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:06 smithi145 ceph-mon[111069]: from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:38:06.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:06 smithi145 ceph-mon[111069]: from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:38:06.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:06 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:38:06.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:06 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:38:06.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:06 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-03T10:38:06.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:06 smithi145 ceph-mon[111069]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-03T10:38:06.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:06 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi077.front.sepia.ceph.com:9093"}]: dispatch 2023-11-03T10:38:06.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:06 smithi145 ceph-mon[111069]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi077.front.sepia.ceph.com:9093"}]: dispatch 2023-11-03T10:38:06.837 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:06 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:38:06.837 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:06 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-03T10:38:06.837 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:06 smithi145 ceph-mon[111069]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-03T10:38:06.837 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:06 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi077.front.sepia.ceph.com:3000"}]: dispatch 2023-11-03T10:38:06.838 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:06 smithi145 ceph-mon[111069]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi077.front.sepia.ceph.com:3000"}]: dispatch 2023-11-03T10:38:06.838 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:06 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:38:06.838 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:06 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-03T10:38:06.838 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:06 smithi145 ceph-mon[111069]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-03T10:38:06.838 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:06 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi077.front.sepia.ceph.com:9095"}]: dispatch 2023-11-03T10:38:06.839 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:06 smithi145 ceph-mon[111069]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi077.front.sepia.ceph.com:9095"}]: dispatch 2023-11-03T10:38:06.839 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:06 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:38:06.839 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:06 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:38:06.839 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:06 smithi145 ceph-mon[111069]: Upgrade: Need to upgrade myself (mgr.smithi145.ojodkj) 2023-11-03T10:38:06.840 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:06 smithi145 ceph-mon[111069]: Upgrade: Need to upgrade myself (mgr.smithi145.ojodkj) 2023-11-03T10:38:06.967 INFO:teuthology.orchestra.run.smithi077.stdout:{ 2023-11-03T10:38:06.967 INFO:teuthology.orchestra.run.smithi077.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:397420ab791fa892eed1ccbb8a2e502375bb65b7bc2d21b2eaf545c402f955ee", 2023-11-03T10:38:06.968 INFO:teuthology.orchestra.run.smithi077.stdout: "in_progress": true, 2023-11-03T10:38:06.968 INFO:teuthology.orchestra.run.smithi077.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-03T10:38:06.968 INFO:teuthology.orchestra.run.smithi077.stdout: "services_complete": [], 2023-11-03T10:38:06.968 INFO:teuthology.orchestra.run.smithi077.stdout: "progress": "1/23 daemons upgraded", 2023-11-03T10:38:06.968 INFO:teuthology.orchestra.run.smithi077.stdout: "message": "Currently upgrading mgr daemons", 2023-11-03T10:38:06.968 INFO:teuthology.orchestra.run.smithi077.stdout: "is_paused": false 2023-11-03T10:38:06.969 INFO:teuthology.orchestra.run.smithi077.stdout:} 2023-11-03T10:38:07.552 INFO:teuthology.orchestra.run.smithi077.stdout:HEALTH_OK 2023-11-03T10:38:07.696 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:07 smithi077 ceph-mon[108342]: from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:38:07.696 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:07 smithi077 ceph-mon[108342]: pgmap v33: 97 pgs: 97 active+clean; 291 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.6 MiB/s wr, 452 op/s 2023-11-03T10:38:07.696 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:07 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/3777810618' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-03T10:38:07.697 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:07 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:38:07.811 INFO:teuthology.orchestra.run.smithi077.stdout: 5 50599 9.00 MB/sec execute 31 sec latency 131.848 ms 2023-11-03T10:38:07.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:07 smithi145 ceph-mon[111069]: from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:38:07.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:07 smithi145 ceph-mon[111069]: pgmap v33: 97 pgs: 97 active+clean; 291 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.6 MiB/s wr, 452 op/s 2023-11-03T10:38:07.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:07 smithi145 ceph-mon[111069]: from='client.? 172.21.15.77:0/3777810618' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-03T10:38:07.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:07 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:38:08.718 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:08 smithi077 ceph-mon[108342]: from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:38:08.718 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:08 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/959523654' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-03T10:38:08.811 INFO:teuthology.orchestra.run.smithi077.stdout: 5 50960 9.23 MB/sec execute 32 sec latency 130.482 ms 2023-11-03T10:38:08.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:08 smithi145 ceph-mon[111069]: from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:38:08.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:08 smithi145 ceph-mon[111069]: from='client.? 172.21.15.77:0/959523654' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-03T10:38:09.728 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:09 smithi077 ceph-mon[108342]: pgmap v34: 97 pgs: 97 active+clean; 290 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.5 MiB/s wr, 653 op/s 2023-11-03T10:38:09.811 INFO:teuthology.orchestra.run.smithi077.stdout: 5 51381 9.48 MB/sec execute 33 sec latency 134.428 ms 2023-11-03T10:38:09.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:09 smithi145 ceph-mon[111069]: pgmap v34: 97 pgs: 97 active+clean; 290 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.5 MiB/s wr, 653 op/s 2023-11-03T10:38:10.812 INFO:teuthology.orchestra.run.smithi077.stdout: 5 51769 9.46 MB/sec execute 34 sec latency 108.292 ms 2023-11-03T10:38:11.016 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:10 smithi077 ceph-mon[108342]: Upgrade: Updating mgr.smithi077.iwfrkz 2023-11-03T10:38:11.016 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:10 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:38:11.016 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:10 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi077.iwfrkz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-03T10:38:11.017 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:10 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi077.iwfrkz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-03T10:38:11.017 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:10 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-03T10:38:11.017 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:10 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:38:11.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:10 smithi145 ceph-mon[111069]: Upgrade: Updating mgr.smithi077.iwfrkz 2023-11-03T10:38:11.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:10 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:38:11.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:10 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi077.iwfrkz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-03T10:38:11.086 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:10 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi077.iwfrkz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-03T10:38:11.086 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:10 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-03T10:38:11.086 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:10 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:38:11.812 INFO:teuthology.orchestra.run.smithi077.stdout: 5 52085 9.32 MB/sec execute 35 sec latency 133.668 ms 2023-11-03T10:38:12.050 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:11 smithi077 ceph-mon[108342]: Deploying daemon mgr.smithi077.iwfrkz on smithi077 2023-11-03T10:38:12.050 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:11 smithi077 ceph-mon[108342]: pgmap v35: 97 pgs: 97 active+clean; 290 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.4 MiB/s wr, 425 op/s 2023-11-03T10:38:12.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:11 smithi145 ceph-mon[111069]: Deploying daemon mgr.smithi077.iwfrkz on smithi077 2023-11-03T10:38:12.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:11 smithi145 ceph-mon[111069]: pgmap v35: 97 pgs: 97 active+clean; 290 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.4 MiB/s wr, 425 op/s 2023-11-03T10:38:12.812 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:12 smithi077 ceph-mon[108342]: pgmap v36: 97 pgs: 97 active+clean; 290 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.4 MiB/s wr, 425 op/s 2023-11-03T10:38:12.821 INFO:teuthology.orchestra.run.smithi077.stdout: 5 52451 9.28 MB/sec execute 36 sec latency 143.421 ms 2023-11-03T10:38:13.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:12 smithi145 ceph-mon[111069]: pgmap v36: 97 pgs: 97 active+clean; 290 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.4 MiB/s wr, 425 op/s 2023-11-03T10:38:13.812 INFO:teuthology.orchestra.run.smithi077.stdout: 5 52744 9.25 MB/sec execute 37 sec latency 210.026 ms 2023-11-03T10:38:14.819 INFO:teuthology.orchestra.run.smithi077.stdout: 5 53083 9.29 MB/sec execute 38 sec latency 126.088 ms 2023-11-03T10:38:15.656 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:15 smithi077 ceph-mon[108342]: pgmap v37: 97 pgs: 97 active+clean; 304 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.9 MiB/s wr, 639 op/s 2023-11-03T10:38:15.820 INFO:teuthology.orchestra.run.smithi077.stdout: 5 53457 9.22 MB/sec execute 39 sec latency 120.782 ms 2023-11-03T10:38:15.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:15 smithi145 ceph-mon[111069]: pgmap v37: 97 pgs: 97 active+clean; 304 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.9 MiB/s wr, 639 op/s 2023-11-03T10:38:16.820 INFO:teuthology.orchestra.run.smithi077.stdout: 5 53811 9.11 MB/sec execute 40 sec latency 127.467 ms 2023-11-03T10:38:17.695 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:17 smithi077 ceph-mon[108342]: pgmap v38: 97 pgs: 97 active+clean; 304 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.3 MiB/s wr, 415 op/s 2023-11-03T10:38:17.820 INFO:teuthology.orchestra.run.smithi077.stdout: 5 54127 9.17 MB/sec execute 41 sec latency 140.304 ms 2023-11-03T10:38:17.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:17 smithi145 ceph-mon[111069]: pgmap v38: 97 pgs: 97 active+clean; 304 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.3 MiB/s wr, 415 op/s 2023-11-03T10:38:18.820 INFO:teuthology.orchestra.run.smithi077.stdout: 5 54416 9.20 MB/sec execute 42 sec latency 132.976 ms 2023-11-03T10:38:19.487 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:19 smithi077 ceph-mon[108342]: pgmap v39: 97 pgs: 97 active+clean; 303 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.2 MiB/s wr, 625 op/s 2023-11-03T10:38:19.820 INFO:teuthology.orchestra.run.smithi077.stdout: 5 54866 9.42 MB/sec execute 43 sec latency 135.320 ms 2023-11-03T10:38:19.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:19 smithi145 ceph-mon[111069]: pgmap v39: 97 pgs: 97 active+clean; 303 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.2 MiB/s wr, 625 op/s 2023-11-03T10:38:20.820 INFO:teuthology.orchestra.run.smithi077.stdout: 5 55207 9.44 MB/sec execute 44 sec latency 136.893 ms 2023-11-03T10:38:21.777 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:21 smithi077 ceph-mon[108342]: pgmap v40: 97 pgs: 97 active+clean; 303 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 424 op/s 2023-11-03T10:38:21.820 INFO:teuthology.orchestra.run.smithi077.stdout: 5 55513 9.34 MB/sec execute 45 sec latency 124.135 ms 2023-11-03T10:38:21.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:21 smithi145 ceph-mon[111069]: pgmap v40: 97 pgs: 97 active+clean; 303 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 424 op/s 2023-11-03T10:38:22.800 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:22 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:38:22.830 INFO:teuthology.orchestra.run.smithi077.stdout: 5 55751 9.25 MB/sec execute 46 sec latency 128.473 ms 2023-11-03T10:38:23.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:22 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:38:23.828 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:23 smithi077 ceph-mon[108342]: pgmap v41: 97 pgs: 97 active+clean; 303 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 424 op/s 2023-11-03T10:38:23.829 INFO:teuthology.orchestra.run.smithi077.stdout: 5 56084 9.26 MB/sec execute 47 sec latency 137.127 ms 2023-11-03T10:38:24.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:23 smithi145 ceph-mon[111069]: pgmap v41: 97 pgs: 97 active+clean; 303 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 424 op/s 2023-11-03T10:38:24.830 INFO:teuthology.orchestra.run.smithi077.stdout: 5 56378 9.24 MB/sec execute 48 sec latency 123.383 ms 2023-11-03T10:38:25.652 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:25 smithi077 ceph-mon[108342]: pgmap v42: 97 pgs: 97 active+clean; 315 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 8.8 KiB/s rd, 6.6 MiB/s wr, 618 op/s 2023-11-03T10:38:25.835 INFO:teuthology.orchestra.run.smithi077.stdout: 5 56703 9.18 MB/sec execute 49 sec latency 129.705 ms 2023-11-03T10:38:26.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:25 smithi145 ceph-mon[111069]: pgmap v42: 97 pgs: 97 active+clean; 315 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 8.8 KiB/s rd, 6.6 MiB/s wr, 618 op/s 2023-11-03T10:38:26.835 INFO:teuthology.orchestra.run.smithi077.stdout: 5 57087 9.12 MB/sec execute 50 sec latency 127.094 ms 2023-11-03T10:38:27.715 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:27 smithi077 ceph-mon[108342]: pgmap v43: 97 pgs: 97 active+clean; 315 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 404 op/s 2023-11-03T10:38:27.835 INFO:teuthology.orchestra.run.smithi077.stdout: 5 57390 9.03 MB/sec execute 51 sec latency 125.550 ms 2023-11-03T10:38:28.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:27 smithi145 ceph-mon[111069]: pgmap v43: 97 pgs: 97 active+clean; 315 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 404 op/s 2023-11-03T10:38:28.835 INFO:teuthology.orchestra.run.smithi077.stdout: 5 57749 9.13 MB/sec execute 52 sec latency 131.433 ms 2023-11-03T10:38:29.517 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:29 smithi077 ceph-mon[108342]: pgmap v44: 97 pgs: 97 active+clean; 312 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.8 MiB/s wr, 602 op/s 2023-11-03T10:38:29.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:29 smithi145 ceph-mon[111069]: pgmap v44: 97 pgs: 97 active+clean; 312 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.8 MiB/s wr, 602 op/s 2023-11-03T10:38:29.835 INFO:teuthology.orchestra.run.smithi077.stdout: 5 58014 9.10 MB/sec execute 53 sec latency 181.889 ms 2023-11-03T10:38:30.835 INFO:teuthology.orchestra.run.smithi077.stdout: 5 58493 9.34 MB/sec execute 54 sec latency 127.005 ms 2023-11-03T10:38:31.798 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:31 smithi077 ceph-mon[108342]: pgmap v45: 97 pgs: 97 active+clean; 312 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 392 op/s 2023-11-03T10:38:31.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:31 smithi145 ceph-mon[111069]: pgmap v45: 97 pgs: 97 active+clean; 312 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 392 op/s 2023-11-03T10:38:31.845 INFO:teuthology.orchestra.run.smithi077.stdout: 5 58784 9.32 MB/sec execute 55 sec latency 123.559 ms 2023-11-03T10:38:32.845 INFO:teuthology.orchestra.run.smithi077.stdout: 5 59066 9.20 MB/sec execute 56 sec latency 129.362 ms 2023-11-03T10:38:33.573 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:33 smithi077 ceph-mon[108342]: pgmap v46: 97 pgs: 97 active+clean; 314 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.6 MiB/s wr, 417 op/s 2023-11-03T10:38:33.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:33 smithi145 ceph-mon[111069]: pgmap v46: 97 pgs: 97 active+clean; 314 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.6 MiB/s wr, 417 op/s 2023-11-03T10:38:33.845 INFO:teuthology.orchestra.run.smithi077.stdout: 5 59418 9.12 MB/sec execute 57 sec latency 140.567 ms 2023-11-03T10:38:34.848 INFO:teuthology.orchestra.run.smithi077.stdout: 5 59771 9.18 MB/sec execute 58 sec latency 141.508 ms 2023-11-03T10:38:35.606 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:35 smithi077 ceph-mon[108342]: pgmap v47: 97 pgs: 97 active+clean; 325 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.3 MiB/s wr, 585 op/s 2023-11-03T10:38:35.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:35 smithi145 ceph-mon[111069]: pgmap v47: 97 pgs: 97 active+clean; 325 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.3 MiB/s wr, 585 op/s 2023-11-03T10:38:35.845 INFO:teuthology.orchestra.run.smithi077.stdout: 5 60216 9.22 MB/sec execute 59 sec latency 127.517 ms 2023-11-03T10:38:36.845 INFO:teuthology.orchestra.run.smithi077.stdout: 5 60681 9.18 MB/sec execute 60 sec latency 94.918 ms 2023-11-03T10:38:37.633 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:37 smithi077 ceph-mon[108342]: pgmap v48: 97 pgs: 97 active+clean; 325 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 391 op/s 2023-11-03T10:38:37.634 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:37 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:38:37.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:37 smithi145 ceph-mon[111069]: pgmap v48: 97 pgs: 97 active+clean; 325 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 391 op/s 2023-11-03T10:38:37.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:37 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:38:37.845 INFO:teuthology.orchestra.run.smithi077.stdout: 5 61011 9.21 MB/sec execute 61 sec latency 131.945 ms 2023-11-03T10:38:38.036 INFO:teuthology.orchestra.run.smithi077.stdout:true 2023-11-03T10:38:38.850 INFO:teuthology.orchestra.run.smithi077.stdout: 5 61339 9.25 MB/sec execute 62 sec latency 129.405 ms 2023-11-03T10:38:38.989 INFO:teuthology.orchestra.run.smithi077.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-03T10:38:38.990 INFO:teuthology.orchestra.run.smithi077.stdout:alertmanager.smithi077 smithi077 *:9093,9094 starting - - - - 2023-11-03T10:38:38.990 INFO:teuthology.orchestra.run.smithi077.stdout:crash.smithi077 smithi077 running (7m) 85s ago 7m 7004k - 17.2.0 e1d6a67b021e 3cf56b732c65 2023-11-03T10:38:38.990 INFO:teuthology.orchestra.run.smithi077.stdout:crash.smithi145 smithi145 running (7m) 88s ago 7m 7168k - 17.2.0 e1d6a67b021e bcfef56253b1 2023-11-03T10:38:38.990 INFO:teuthology.orchestra.run.smithi077.stdout:grafana.smithi077 smithi077 *:3000 starting - - - - 2023-11-03T10:38:38.990 INFO:teuthology.orchestra.run.smithi077.stdout:mds.foofs.smithi077.vnexfw smithi077 running (3m) 85s ago 3m 34.3M - 17.2.0 e1d6a67b021e caa8609560d3 2023-11-03T10:38:38.991 INFO:teuthology.orchestra.run.smithi077.stdout:mds.foofs.smithi145.wrjqzl smithi145 running (3m) 88s ago 3m 15.2M - 17.2.0 e1d6a67b021e 083254f73eb3 2023-11-03T10:38:38.991 INFO:teuthology.orchestra.run.smithi077.stdout:mgr.smithi077.iwfrkz smithi077 *:9283 running (8m) 85s ago 8m 305M - 17.2.0 e1d6a67b021e a74ee8a3352f 2023-11-03T10:38:38.991 INFO:teuthology.orchestra.run.smithi077.stdout:mgr.smithi145.ojodkj smithi145 *:8443,9283 running (102s) 88s ago 6m 485M - 18.0.0-6983-g054a55d1 effb504c0d1c 11a0eed8802d 2023-11-03T10:38:38.991 INFO:teuthology.orchestra.run.smithi077.stdout:mon.smithi077 smithi077 running (8m) 85s ago 8m 88.6M 2048M 17.2.0 e1d6a67b021e 0e16f423936a 2023-11-03T10:38:38.991 INFO:teuthology.orchestra.run.smithi077.stdout:mon.smithi145 smithi145 running (6m) 88s ago 6m 56.7M 2048M 17.2.0 e1d6a67b021e a8df3dc1838f 2023-11-03T10:38:38.992 INFO:teuthology.orchestra.run.smithi077.stdout:nfs.foo.0.0.smithi077.rqjfgp smithi077 *:2049 running (3m) 85s ago 3m 235M - 4.0 e1d6a67b021e 902fc07e2940 2023-11-03T10:38:38.992 INFO:teuthology.orchestra.run.smithi077.stdout:nfs.foo.1.0.smithi145.ygdiwy smithi145 *:2049 running (3m) 88s ago 3m 82.3M - 4.0 e1d6a67b021e 05ff6f17e1c0 2023-11-03T10:38:38.992 INFO:teuthology.orchestra.run.smithi077.stdout:node-exporter.smithi077 smithi077 *:9100 starting - - - - 2023-11-03T10:38:38.992 INFO:teuthology.orchestra.run.smithi077.stdout:node-exporter.smithi145 smithi145 *:9100 starting - - - - 2023-11-03T10:38:38.992 INFO:teuthology.orchestra.run.smithi077.stdout:osd.0 smithi077 running (6m) 85s ago 6m 554M 1944M 17.2.0 e1d6a67b021e 30d31ef3db20 2023-11-03T10:38:38.993 INFO:teuthology.orchestra.run.smithi077.stdout:osd.1 smithi077 running (6m) 85s ago 6m 369M 1944M 17.2.0 e1d6a67b021e 14e3d5394d76 2023-11-03T10:38:38.993 INFO:teuthology.orchestra.run.smithi077.stdout:osd.2 smithi077 running (5m) 85s ago 5m 226M 1944M 17.2.0 e1d6a67b021e c0b186ea4ba5 2023-11-03T10:38:38.993 INFO:teuthology.orchestra.run.smithi077.stdout:osd.3 smithi077 running (5m) 85s ago 5m 516M 1944M 17.2.0 e1d6a67b021e fcf3c0d3ba2f 2023-11-03T10:38:38.993 INFO:teuthology.orchestra.run.smithi077.stdout:osd.4 smithi145 running (5m) 88s ago 5m 472M 2712M 17.2.0 e1d6a67b021e 93aff7485bf1 2023-11-03T10:38:38.993 INFO:teuthology.orchestra.run.smithi077.stdout:osd.5 smithi145 running (4m) 88s ago 4m 517M 2712M 17.2.0 e1d6a67b021e ce350c0bf3a0 2023-11-03T10:38:38.994 INFO:teuthology.orchestra.run.smithi077.stdout:osd.6 smithi145 running (4m) 88s ago 4m 484M 2712M 17.2.0 e1d6a67b021e ed3aa1bf1694 2023-11-03T10:38:38.994 INFO:teuthology.orchestra.run.smithi077.stdout:osd.7 smithi145 running (4m) 88s ago 4m 759M 2712M 17.2.0 e1d6a67b021e 7b07331ce554 2023-11-03T10:38:38.994 INFO:teuthology.orchestra.run.smithi077.stdout:prometheus.smithi077 smithi077 *:9095 starting - - - - 2023-11-03T10:38:39.618 INFO:teuthology.orchestra.run.smithi077.stdout:{ 2023-11-03T10:38:39.619 INFO:teuthology.orchestra.run.smithi077.stdout: "mon": { 2023-11-03T10:38:39.619 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-03T10:38:39.619 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2023-11-03T10:38:39.619 INFO:teuthology.orchestra.run.smithi077.stdout: "mgr": { 2023-11-03T10:38:39.620 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-03T10:38:39.620 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 18.0.0-6983-g054a55d1 (054a55d156d3a2f0db54aab582507ae7417905e5) reef (dev)": 1 2023-11-03T10:38:39.620 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2023-11-03T10:38:39.620 INFO:teuthology.orchestra.run.smithi077.stdout: "osd": { 2023-11-03T10:38:39.620 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-03T10:38:39.620 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2023-11-03T10:38:39.621 INFO:teuthology.orchestra.run.smithi077.stdout: "mds": { 2023-11-03T10:38:39.621 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-03T10:38:39.621 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2023-11-03T10:38:39.621 INFO:teuthology.orchestra.run.smithi077.stdout: "overall": { 2023-11-03T10:38:39.622 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-03T10:38:39.622 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 18.0.0-6983-g054a55d1 (054a55d156d3a2f0db54aab582507ae7417905e5) reef (dev)": 1 2023-11-03T10:38:39.622 INFO:teuthology.orchestra.run.smithi077.stdout: } 2023-11-03T10:38:39.622 INFO:teuthology.orchestra.run.smithi077.stdout:} 2023-11-03T10:38:39.647 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:39 smithi077 ceph-mon[108342]: from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:38:39.648 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:39 smithi077 ceph-mon[108342]: pgmap v49: 97 pgs: 97 active+clean; 325 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.1 MiB/s wr, 632 op/s 2023-11-03T10:38:39.648 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:39 smithi077 ceph-mon[108342]: from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:38:39.648 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:39 smithi077 ceph-mon[108342]: mgrmap e28: smithi145.ojodkj(active, since 92s), standbys: smithi077.iwfrkz 2023-11-03T10:38:39.849 INFO:teuthology.orchestra.run.smithi077.stdout: 5 61687 9.32 MB/sec execute 63 sec latency 126.425 ms 2023-11-03T10:38:40.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:39 smithi145 ceph-mon[111069]: from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:38:40.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:39 smithi145 ceph-mon[111069]: pgmap v49: 97 pgs: 97 active+clean; 325 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.1 MiB/s wr, 632 op/s 2023-11-03T10:38:40.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:39 smithi145 ceph-mon[111069]: from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:38:40.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:39 smithi145 ceph-mon[111069]: mgrmap e28: smithi145.ojodkj(active, since 92s), standbys: smithi077.iwfrkz 2023-11-03T10:38:40.094 INFO:teuthology.orchestra.run.smithi077.stdout:{ 2023-11-03T10:38:40.094 INFO:teuthology.orchestra.run.smithi077.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:397420ab791fa892eed1ccbb8a2e502375bb65b7bc2d21b2eaf545c402f955ee", 2023-11-03T10:38:40.095 INFO:teuthology.orchestra.run.smithi077.stdout: "in_progress": true, 2023-11-03T10:38:40.095 INFO:teuthology.orchestra.run.smithi077.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-03T10:38:40.095 INFO:teuthology.orchestra.run.smithi077.stdout: "services_complete": [], 2023-11-03T10:38:40.095 INFO:teuthology.orchestra.run.smithi077.stdout: "progress": "1/23 daemons upgraded", 2023-11-03T10:38:40.095 INFO:teuthology.orchestra.run.smithi077.stdout: "message": "Currently upgrading mgr daemons", 2023-11-03T10:38:40.096 INFO:teuthology.orchestra.run.smithi077.stdout: "is_paused": false 2023-11-03T10:38:40.096 INFO:teuthology.orchestra.run.smithi077.stdout:} 2023-11-03T10:38:40.638 INFO:teuthology.orchestra.run.smithi077.stdout:HEALTH_OK 2023-11-03T10:38:40.717 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:40 smithi077 ceph-mon[108342]: from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:38:40.717 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:40 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/1956105095' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-03T10:38:40.850 INFO:teuthology.orchestra.run.smithi077.stdout: 5 61982 9.35 MB/sec execute 64 sec latency 140.490 ms 2023-11-03T10:38:41.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:40 smithi145 ceph-mon[111069]: from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:38:41.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:40 smithi145 ceph-mon[111069]: from='client.? 172.21.15.77:0/1956105095' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-03T10:38:41.746 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:41 smithi077 ceph-mon[108342]: from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:38:41.747 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:41 smithi077 ceph-mon[108342]: pgmap v50: 97 pgs: 97 active+clean; 325 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.4 MiB/s wr, 434 op/s 2023-11-03T10:38:41.747 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:41 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/449455973' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-03T10:38:41.850 INFO:teuthology.orchestra.run.smithi077.stdout: 5 62246 9.34 MB/sec execute 65 sec latency 215.947 ms 2023-11-03T10:38:42.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:41 smithi145 ceph-mon[111069]: from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:38:42.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:41 smithi145 ceph-mon[111069]: pgmap v50: 97 pgs: 97 active+clean; 325 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.4 MiB/s wr, 434 op/s 2023-11-03T10:38:42.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:41 smithi145 ceph-mon[111069]: from='client.? 172.21.15.77:0/449455973' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-03T10:38:42.850 INFO:teuthology.orchestra.run.smithi077.stdout: 5 62527 9.24 MB/sec execute 66 sec latency 129.422 ms 2023-11-03T10:38:43.781 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:43 smithi077 ceph-mon[108342]: pgmap v51: 97 pgs: 97 active+clean; 329 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.4 MiB/s wr, 498 op/s 2023-11-03T10:38:43.855 INFO:teuthology.orchestra.run.smithi077.stdout: 5 62902 9.17 MB/sec execute 67 sec latency 130.348 ms 2023-11-03T10:38:44.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:43 smithi145 ceph-mon[111069]: pgmap v51: 97 pgs: 97 active+clean; 329 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.4 MiB/s wr, 498 op/s 2023-11-03T10:38:44.856 INFO:teuthology.orchestra.run.smithi077.stdout: 5 63291 9.22 MB/sec execute 68 sec latency 123.436 ms 2023-11-03T10:38:45.808 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:45 smithi077 ceph-mon[108342]: pgmap v52: 97 pgs: 97 active+clean; 337 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.1 MiB/s wr, 638 op/s 2023-11-03T10:38:45.856 INFO:teuthology.orchestra.run.smithi077.stdout: 5 63648 9.27 MB/sec execute 69 sec latency 127.210 ms 2023-11-03T10:38:46.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:45 smithi145 ceph-mon[111069]: pgmap v52: 97 pgs: 97 active+clean; 337 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.1 MiB/s wr, 638 op/s 2023-11-03T10:38:46.858 INFO:teuthology.orchestra.run.smithi077.stdout: 5 63989 9.21 MB/sec execute 70 sec latency 120.748 ms 2023-11-03T10:38:47.861 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:47 smithi077 ceph-mon[108342]: pgmap v53: 97 pgs: 97 active+clean; 337 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.4 MiB/s wr, 469 op/s 2023-11-03T10:38:47.862 INFO:teuthology.orchestra.run.smithi077.stdout: 5 64317 9.13 MB/sec execute 71 sec latency 131.245 ms 2023-11-03T10:38:48.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:47 smithi145 ceph-mon[111069]: pgmap v53: 97 pgs: 97 active+clean; 337 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.4 MiB/s wr, 469 op/s 2023-11-03T10:38:48.859 INFO:teuthology.orchestra.run.smithi077.stdout: 5 64638 9.12 MB/sec execute 72 sec latency 130.483 ms 2023-11-03T10:38:49.636 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:49 smithi077 ceph-mon[108342]: pgmap v54: 97 pgs: 97 active+clean; 332 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.2 MiB/s wr, 708 op/s 2023-11-03T10:38:49.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:49 smithi145 ceph-mon[111069]: pgmap v54: 97 pgs: 97 active+clean; 332 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.2 MiB/s wr, 708 op/s 2023-11-03T10:38:49.859 INFO:teuthology.orchestra.run.smithi077.stdout: 5 64938 9.15 MB/sec execute 73 sec latency 149.500 ms 2023-11-03T10:38:50.860 INFO:teuthology.orchestra.run.smithi077.stdout: 5 65423 9.29 MB/sec execute 74 sec latency 134.950 ms 2023-11-03T10:38:51.686 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:51 smithi077 ceph-mon[108342]: pgmap v55: 97 pgs: 97 active+clean; 332 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.1 MiB/s wr, 467 op/s 2023-11-03T10:38:51.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:51 smithi145 ceph-mon[111069]: pgmap v55: 97 pgs: 97 active+clean; 332 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.1 MiB/s wr, 467 op/s 2023-11-03T10:38:51.862 INFO:teuthology.orchestra.run.smithi077.stdout: 5 65854 9.35 MB/sec execute 75 sec latency 143.721 ms 2023-11-03T10:38:52.709 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:52 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:38:52.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:52 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:38:52.862 INFO:teuthology.orchestra.run.smithi077.stdout: 5 66110 9.30 MB/sec execute 76 sec latency 126.659 ms 2023-11-03T10:38:53.723 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:53 smithi077 ceph-mon[108342]: pgmap v56: 97 pgs: 97 active+clean; 332 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.1 MiB/s wr, 531 op/s 2023-11-03T10:38:53.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:53 smithi145 ceph-mon[111069]: pgmap v56: 97 pgs: 97 active+clean; 332 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.1 MiB/s wr, 531 op/s 2023-11-03T10:38:53.871 INFO:teuthology.orchestra.run.smithi077.stdout: 5 66423 9.26 MB/sec execute 77 sec latency 126.651 ms 2023-11-03T10:38:54.871 INFO:teuthology.orchestra.run.smithi077.stdout: 5 66793 9.25 MB/sec execute 78 sec latency 129.669 ms 2023-11-03T10:38:55.765 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:55 smithi077 ceph-mon[108342]: pgmap v57: 97 pgs: 97 active+clean; 333 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.6 MiB/s wr, 615 op/s 2023-11-03T10:38:55.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:55 smithi145 ceph-mon[111069]: pgmap v57: 97 pgs: 97 active+clean; 333 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.6 MiB/s wr, 615 op/s 2023-11-03T10:38:55.871 INFO:teuthology.orchestra.run.smithi077.stdout: 5 67132 9.24 MB/sec execute 79 sec latency 105.138 ms 2023-11-03T10:38:56.871 INFO:teuthology.orchestra.run.smithi077.stdout: 5 67599 9.26 MB/sec execute 80 sec latency 127.391 ms 2023-11-03T10:38:57.795 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:57 smithi077 ceph-mon[108342]: pgmap v58: 97 pgs: 97 active+clean; 333 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.4 MiB/s wr, 451 op/s 2023-11-03T10:38:57.876 INFO:teuthology.orchestra.run.smithi077.stdout: 5 68051 9.25 MB/sec execute 81 sec latency 126.929 ms 2023-11-03T10:38:58.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:57 smithi145 ceph-mon[111069]: pgmap v58: 97 pgs: 97 active+clean; 333 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.4 MiB/s wr, 451 op/s 2023-11-03T10:38:58.876 INFO:teuthology.orchestra.run.smithi077.stdout: 5 68426 9.28 MB/sec execute 82 sec latency 132.139 ms 2023-11-03T10:38:59.575 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:38:59 smithi077 ceph-mon[108342]: pgmap v59: 97 pgs: 97 active+clean; 330 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.3 MiB/s wr, 681 op/s 2023-11-03T10:38:59.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:38:59 smithi145 ceph-mon[111069]: pgmap v59: 97 pgs: 97 active+clean; 330 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.3 MiB/s wr, 681 op/s 2023-11-03T10:38:59.876 INFO:teuthology.orchestra.run.smithi077.stdout: 5 68914 9.40 MB/sec execute 83 sec latency 141.205 ms 2023-11-03T10:39:00.881 INFO:teuthology.orchestra.run.smithi077.stdout: 5 69281 9.43 MB/sec execute 84 sec latency 138.504 ms 2023-11-03T10:39:01.619 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:39:01 smithi077 ceph-mon[108342]: pgmap v60: 97 pgs: 97 active+clean; 330 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.5 MiB/s wr, 442 op/s 2023-11-03T10:39:01.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:39:01 smithi145 ceph-mon[111069]: pgmap v60: 97 pgs: 97 active+clean; 330 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.5 MiB/s wr, 442 op/s 2023-11-03T10:39:01.881 INFO:teuthology.orchestra.run.smithi077.stdout: 5 69633 9.43 MB/sec execute 85 sec latency 126.975 ms 2023-11-03T10:39:02.881 INFO:teuthology.orchestra.run.smithi077.stdout: 5 70086 9.42 MB/sec execute 86 sec latency 110.790 ms 2023-11-03T10:39:03.641 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:39:03 smithi077 ceph-mon[108342]: pgmap v61: 97 pgs: 97 active+clean; 333 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 6.1 MiB/s wr, 582 op/s 2023-11-03T10:39:03.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:39:03 smithi145 ceph-mon[111069]: pgmap v61: 97 pgs: 97 active+clean; 333 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 6.1 MiB/s wr, 582 op/s 2023-11-03T10:39:03.883 INFO:teuthology.orchestra.run.smithi077.stdout: 5 70453 9.45 MB/sec execute 87 sec latency 87.805 ms 2023-11-03T10:39:04.883 INFO:teuthology.orchestra.run.smithi077.stdout: 5 70764 9.44 MB/sec execute 88 sec latency 138.412 ms 2023-11-03T10:39:05.694 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:39:05 smithi077 ceph-mon[108342]: pgmap v62: 97 pgs: 97 active+clean; 335 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.4 MiB/s wr, 617 op/s 2023-11-03T10:39:05.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:39:05 smithi145 ceph-mon[111069]: pgmap v62: 97 pgs: 97 active+clean; 335 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.4 MiB/s wr, 617 op/s 2023-11-03T10:39:05.884 INFO:teuthology.orchestra.run.smithi077.stdout: 5 71134 9.39 MB/sec execute 89 sec latency 144.488 ms 2023-11-03T10:39:06.884 INFO:teuthology.orchestra.run.smithi077.stdout: 5 71513 9.34 MB/sec execute 90 sec latency 138.729 ms 2023-11-03T10:39:07.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:39:07 smithi145 ceph-mon[111069]: pgmap v63: 97 pgs: 97 active+clean; 335 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.9 MiB/s wr, 469 op/s 2023-11-03T10:39:07.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:39:07 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:39:07.839 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:39:07 smithi077 ceph-mon[108342]: pgmap v63: 97 pgs: 97 active+clean; 335 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.9 MiB/s wr, 469 op/s 2023-11-03T10:39:07.839 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:39:07 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:39:07.884 INFO:teuthology.orchestra.run.smithi077.stdout: 5 71843 9.36 MB/sec execute 91 sec latency 117.773 ms 2023-11-03T10:39:08.884 INFO:teuthology.orchestra.run.smithi077.stdout: 5 72272 9.43 MB/sec execute 92 sec latency 121.873 ms 2023-11-03T10:39:09.620 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:39:09 smithi077 ceph-mon[108342]: pgmap v64: 97 pgs: 97 active+clean; 333 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 6.8 MiB/s wr, 690 op/s 2023-11-03T10:39:09.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:39:09 smithi145 ceph-mon[111069]: pgmap v64: 97 pgs: 97 active+clean; 333 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 6.8 MiB/s wr, 690 op/s 2023-11-03T10:39:09.885 INFO:teuthology.orchestra.run.smithi077.stdout: 5 72652 9.48 MB/sec execute 93 sec latency 136.661 ms 2023-11-03T10:39:10.887 INFO:teuthology.orchestra.run.smithi077.stdout: 5 72919 9.46 MB/sec execute 94 sec latency 126.523 ms 2023-11-03T10:39:11.114 INFO:teuthology.orchestra.run.smithi077.stdout:true 2023-11-03T10:39:11.705 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:39:11 smithi077 ceph-mon[108342]: pgmap v65: 97 pgs: 97 active+clean; 333 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.8 MiB/s wr, 460 op/s 2023-11-03T10:39:11.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:39:11 smithi145 ceph-mon[111069]: pgmap v65: 97 pgs: 97 active+clean; 333 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.8 MiB/s wr, 460 op/s 2023-11-03T10:39:11.891 INFO:teuthology.orchestra.run.smithi077.stdout: 5 73147 9.40 MB/sec execute 95 sec latency 141.666 ms 2023-11-03T10:39:11.954 INFO:teuthology.orchestra.run.smithi077.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-03T10:39:11.955 INFO:teuthology.orchestra.run.smithi077.stdout:alertmanager.smithi077 smithi077 *:9093,9094 starting - - - - 2023-11-03T10:39:11.955 INFO:teuthology.orchestra.run.smithi077.stdout:crash.smithi077 smithi077 running (8m) 118s ago 8m 7004k - 17.2.0 e1d6a67b021e 3cf56b732c65 2023-11-03T10:39:11.955 INFO:teuthology.orchestra.run.smithi077.stdout:crash.smithi145 smithi145 running (7m) 2m ago 7m 7168k - 17.2.0 e1d6a67b021e bcfef56253b1 2023-11-03T10:39:11.955 INFO:teuthology.orchestra.run.smithi077.stdout:grafana.smithi077 smithi077 *:3000 starting - - - - 2023-11-03T10:39:11.955 INFO:teuthology.orchestra.run.smithi077.stdout:mds.foofs.smithi077.vnexfw smithi077 running (3m) 118s ago 3m 34.3M - 17.2.0 e1d6a67b021e caa8609560d3 2023-11-03T10:39:11.956 INFO:teuthology.orchestra.run.smithi077.stdout:mds.foofs.smithi145.wrjqzl smithi145 running (3m) 2m ago 3m 15.2M - 17.2.0 e1d6a67b021e 083254f73eb3 2023-11-03T10:39:11.956 INFO:teuthology.orchestra.run.smithi077.stdout:mgr.smithi077.iwfrkz smithi077 *:9283 running (9m) 118s ago 9m 305M - 17.2.0 e1d6a67b021e a74ee8a3352f 2023-11-03T10:39:11.956 INFO:teuthology.orchestra.run.smithi077.stdout:mgr.smithi145.ojodkj smithi145 *:8443,9283 running (2m) 2m ago 7m 485M - 18.0.0-6983-g054a55d1 effb504c0d1c 11a0eed8802d 2023-11-03T10:39:11.956 INFO:teuthology.orchestra.run.smithi077.stdout:mon.smithi077 smithi077 running (9m) 118s ago 9m 88.6M 2048M 17.2.0 e1d6a67b021e 0e16f423936a 2023-11-03T10:39:11.957 INFO:teuthology.orchestra.run.smithi077.stdout:mon.smithi145 smithi145 running (7m) 2m ago 7m 56.7M 2048M 17.2.0 e1d6a67b021e a8df3dc1838f 2023-11-03T10:39:11.957 INFO:teuthology.orchestra.run.smithi077.stdout:nfs.foo.0.0.smithi077.rqjfgp smithi077 *:2049 running (3m) 118s ago 3m 235M - 4.0 e1d6a67b021e 902fc07e2940 2023-11-03T10:39:11.957 INFO:teuthology.orchestra.run.smithi077.stdout:nfs.foo.1.0.smithi145.ygdiwy smithi145 *:2049 running (3m) 2m ago 3m 82.3M - 4.0 e1d6a67b021e 05ff6f17e1c0 2023-11-03T10:39:11.957 INFO:teuthology.orchestra.run.smithi077.stdout:node-exporter.smithi077 smithi077 *:9100 starting - - - - 2023-11-03T10:39:11.957 INFO:teuthology.orchestra.run.smithi077.stdout:node-exporter.smithi145 smithi145 *:9100 starting - - - - 2023-11-03T10:39:11.958 INFO:teuthology.orchestra.run.smithi077.stdout:osd.0 smithi077 running (6m) 118s ago 6m 554M 1944M 17.2.0 e1d6a67b021e 30d31ef3db20 2023-11-03T10:39:11.958 INFO:teuthology.orchestra.run.smithi077.stdout:osd.1 smithi077 running (6m) 118s ago 6m 369M 1944M 17.2.0 e1d6a67b021e 14e3d5394d76 2023-11-03T10:39:11.958 INFO:teuthology.orchestra.run.smithi077.stdout:osd.2 smithi077 running (6m) 118s ago 6m 226M 1944M 17.2.0 e1d6a67b021e c0b186ea4ba5 2023-11-03T10:39:11.958 INFO:teuthology.orchestra.run.smithi077.stdout:osd.3 smithi077 running (6m) 118s ago 6m 516M 1944M 17.2.0 e1d6a67b021e fcf3c0d3ba2f 2023-11-03T10:39:11.958 INFO:teuthology.orchestra.run.smithi077.stdout:osd.4 smithi145 running (5m) 2m ago 5m 472M 2712M 17.2.0 e1d6a67b021e 93aff7485bf1 2023-11-03T10:39:11.959 INFO:teuthology.orchestra.run.smithi077.stdout:osd.5 smithi145 running (5m) 2m ago 5m 517M 2712M 17.2.0 e1d6a67b021e ce350c0bf3a0 2023-11-03T10:39:11.959 INFO:teuthology.orchestra.run.smithi077.stdout:osd.6 smithi145 running (5m) 2m ago 5m 484M 2712M 17.2.0 e1d6a67b021e ed3aa1bf1694 2023-11-03T10:39:11.959 INFO:teuthology.orchestra.run.smithi077.stdout:osd.7 smithi145 running (4m) 2m ago 4m 759M 2712M 17.2.0 e1d6a67b021e 7b07331ce554 2023-11-03T10:39:11.959 INFO:teuthology.orchestra.run.smithi077.stdout:prometheus.smithi077 smithi077 *:9095 starting - - - - 2023-11-03T10:39:12.466 INFO:teuthology.orchestra.run.smithi077.stdout:{ 2023-11-03T10:39:12.466 INFO:teuthology.orchestra.run.smithi077.stdout: "mon": { 2023-11-03T10:39:12.466 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-03T10:39:12.467 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2023-11-03T10:39:12.467 INFO:teuthology.orchestra.run.smithi077.stdout: "mgr": { 2023-11-03T10:39:12.467 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-03T10:39:12.467 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 18.0.0-6983-g054a55d1 (054a55d156d3a2f0db54aab582507ae7417905e5) reef (dev)": 1 2023-11-03T10:39:12.467 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2023-11-03T10:39:12.468 INFO:teuthology.orchestra.run.smithi077.stdout: "osd": { 2023-11-03T10:39:12.468 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-03T10:39:12.468 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2023-11-03T10:39:12.468 INFO:teuthology.orchestra.run.smithi077.stdout: "mds": { 2023-11-03T10:39:12.468 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-03T10:39:12.469 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2023-11-03T10:39:12.469 INFO:teuthology.orchestra.run.smithi077.stdout: "overall": { 2023-11-03T10:39:12.469 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-03T10:39:12.469 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 18.0.0-6983-g054a55d1 (054a55d156d3a2f0db54aab582507ae7417905e5) reef (dev)": 1 2023-11-03T10:39:12.469 INFO:teuthology.orchestra.run.smithi077.stdout: } 2023-11-03T10:39:12.470 INFO:teuthology.orchestra.run.smithi077.stdout:} 2023-11-03T10:39:12.729 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:39:12 smithi077 ceph-mon[108342]: from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:39:12.729 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:39:12 smithi077 ceph-mon[108342]: from='client.24517 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:39:12.730 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:39:12 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/1589708791' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-03T10:39:12.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:39:12 smithi145 ceph-mon[111069]: from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:39:12.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:39:12 smithi145 ceph-mon[111069]: from='client.24517 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:39:12.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:39:12 smithi145 ceph-mon[111069]: from='client.? 172.21.15.77:0/1589708791' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-03T10:39:12.891 INFO:teuthology.orchestra.run.smithi077.stdout: 5 73451 9.40 MB/sec execute 96 sec latency 117.238 ms 2023-11-03T10:39:12.941 INFO:teuthology.orchestra.run.smithi077.stdout:{ 2023-11-03T10:39:12.941 INFO:teuthology.orchestra.run.smithi077.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:397420ab791fa892eed1ccbb8a2e502375bb65b7bc2d21b2eaf545c402f955ee", 2023-11-03T10:39:12.941 INFO:teuthology.orchestra.run.smithi077.stdout: "in_progress": true, 2023-11-03T10:39:12.941 INFO:teuthology.orchestra.run.smithi077.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-03T10:39:12.942 INFO:teuthology.orchestra.run.smithi077.stdout: "services_complete": [], 2023-11-03T10:39:12.942 INFO:teuthology.orchestra.run.smithi077.stdout: "progress": "1/23 daemons upgraded", 2023-11-03T10:39:12.942 INFO:teuthology.orchestra.run.smithi077.stdout: "message": "Currently upgrading mgr daemons", 2023-11-03T10:39:12.942 INFO:teuthology.orchestra.run.smithi077.stdout: "is_paused": false 2023-11-03T10:39:12.942 INFO:teuthology.orchestra.run.smithi077.stdout:} 2023-11-03T10:39:13.481 INFO:teuthology.orchestra.run.smithi077.stdout:HEALTH_OK 2023-11-03T10:39:13.749 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:39:13 smithi077 ceph-mon[108342]: from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:39:13.750 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:39:13 smithi077 ceph-mon[108342]: pgmap v66: 97 pgs: 97 active+clean; 337 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.9 KiB/s rd, 6.4 MiB/s wr, 616 op/s 2023-11-03T10:39:13.750 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:39:13 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/2225335922' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-03T10:39:13.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:39:13 smithi145 ceph-mon[111069]: from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:39:13.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:39:13 smithi145 ceph-mon[111069]: pgmap v66: 97 pgs: 97 active+clean; 337 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.9 KiB/s rd, 6.4 MiB/s wr, 616 op/s 2023-11-03T10:39:13.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:39:13 smithi145 ceph-mon[111069]: from='client.? 172.21.15.77:0/2225335922' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-03T10:39:13.891 INFO:teuthology.orchestra.run.smithi077.stdout: 5 73713 9.36 MB/sec execute 97 sec latency 123.353 ms 2023-11-03T10:39:14.772 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:39:14 smithi077 ceph-mon[108342]: from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:39:14.893 INFO:teuthology.orchestra.run.smithi077.stdout: 5 74083 9.37 MB/sec execute 98 sec latency 130.099 ms 2023-11-03T10:39:15.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:39:14 smithi145 ceph-mon[111069]: from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:39:15.780 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:39:15 smithi077 ceph-mon[108342]: pgmap v67: 97 pgs: 97 active+clean; 333 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.4 MiB/s wr, 505 op/s 2023-11-03T10:39:15.893 INFO:teuthology.orchestra.run.smithi077.stdout: 5 74486 9.37 MB/sec execute 99 sec latency 92.118 ms 2023-11-03T10:39:16.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:39:15 smithi145 ceph-mon[111069]: pgmap v67: 97 pgs: 97 active+clean; 333 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.4 MiB/s wr, 505 op/s 2023-11-03T10:39:16.893 INFO:teuthology.orchestra.run.smithi077.stdout: 5 74828 9.32 MB/sec execute 100 sec latency 135.469 ms 2023-11-03T10:39:17.824 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:39:17 smithi077 ceph-mon[108342]: pgmap v68: 97 pgs: 97 active+clean; 333 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.1 MiB/s wr, 406 op/s 2023-11-03T10:39:17.893 INFO:teuthology.orchestra.run.smithi077.stdout: 5 75234 9.38 MB/sec execute 101 sec latency 141.102 ms 2023-11-03T10:39:18.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:39:17 smithi145 ceph-mon[111069]: pgmap v68: 97 pgs: 97 active+clean; 333 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.1 MiB/s wr, 406 op/s 2023-11-03T10:39:18.893 INFO:teuthology.orchestra.run.smithi077.stdout: 5 75650 9.42 MB/sec execute 102 sec latency 138.311 ms 2023-11-03T10:39:19.610 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:39:19 smithi077 ceph-mon[108342]: pgmap v69: 97 pgs: 97 active+clean; 330 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.2 MiB/s wr, 623 op/s 2023-11-03T10:39:19.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:39:19 smithi145 ceph-mon[111069]: pgmap v69: 97 pgs: 97 active+clean; 330 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.2 MiB/s wr, 623 op/s 2023-11-03T10:39:19.893 INFO:teuthology.orchestra.run.smithi077.stdout: 5 76007 9.44 MB/sec execute 103 sec latency 146.280 ms 2023-11-03T10:39:20.893 INFO:teuthology.orchestra.run.smithi077.stdout: 5 76328 9.42 MB/sec execute 104 sec latency 123.715 ms 2023-11-03T10:39:21.666 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:39:21 smithi077 ceph-mon[108342]: pgmap v70: 97 pgs: 97 active+clean; 330 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.3 MiB/s wr, 401 op/s 2023-11-03T10:39:21.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:39:21 smithi145 ceph-mon[111069]: pgmap v70: 97 pgs: 97 active+clean; 330 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.3 MiB/s wr, 401 op/s 2023-11-03T10:39:21.899 INFO:teuthology.orchestra.run.smithi077.stdout: 5 76599 9.39 MB/sec execute 105 sec latency 144.832 ms 2023-11-03T10:39:22.694 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:39:22 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:39:22.899 INFO:teuthology.orchestra.run.smithi077.stdout: 5 76858 9.34 MB/sec execute 106 sec latency 141.310 ms 2023-11-03T10:39:23.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:39:22 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:39:23.712 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:39:23 smithi077 ceph-mon[108342]: pgmap v71: 97 pgs: 97 active+clean; 334 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 5.6 MiB/s wr, 565 op/s 2023-11-03T10:39:23.899 INFO:teuthology.orchestra.run.smithi077.stdout: 5 77213 9.36 MB/sec execute 107 sec latency 132.082 ms 2023-11-03T10:39:24.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:39:23 smithi145 ceph-mon[111069]: pgmap v71: 97 pgs: 97 active+clean; 334 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 5.6 MiB/s wr, 565 op/s 2023-11-03T10:39:24.902 INFO:teuthology.orchestra.run.smithi077.stdout: 5 77559 9.38 MB/sec execute 108 sec latency 138.044 ms 2023-11-03T10:39:25.731 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:39:25 smithi077 ceph-mon[108342]: pgmap v72: 97 pgs: 97 active+clean; 333 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 4.8 MiB/s wr, 444 op/s 2023-11-03T10:39:25.907 INFO:teuthology.orchestra.run.smithi077.stdout: 5 77942 9.37 MB/sec execute 109 sec latency 123.246 ms 2023-11-03T10:39:26.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:39:25 smithi145 ceph-mon[111069]: pgmap v72: 97 pgs: 97 active+clean; 333 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 4.8 MiB/s wr, 444 op/s 2023-11-03T10:39:26.907 INFO:teuthology.orchestra.run.smithi077.stdout: 5 78274 9.32 MB/sec execute 110 sec latency 129.915 ms 2023-11-03T10:39:27.753 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:39:27 smithi077 ceph-mon[108342]: pgmap v73: 97 pgs: 97 active+clean; 333 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 415 op/s 2023-11-03T10:39:27.916 INFO:teuthology.orchestra.run.smithi077.stdout: 5 78596 9.33 MB/sec execute 111 sec latency 133.050 ms 2023-11-03T10:39:28.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:39:27 smithi145 ceph-mon[111069]: pgmap v73: 97 pgs: 97 active+clean; 333 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 415 op/s 2023-11-03T10:39:28.917 INFO:teuthology.orchestra.run.smithi077.stdout: 5 79048 9.38 MB/sec execute 112 sec latency 120.321 ms 2023-11-03T10:39:29.565 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:39:29 smithi077 ceph-mon[108342]: pgmap v74: 97 pgs: 97 active+clean; 331 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.2 MiB/s wr, 623 op/s 2023-11-03T10:39:29.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:39:29 smithi145 ceph-mon[111069]: pgmap v74: 97 pgs: 97 active+clean; 331 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.2 MiB/s wr, 623 op/s 2023-11-03T10:39:29.925 INFO:teuthology.orchestra.run.smithi077.stdout: 5 79450 9.44 MB/sec execute 113 sec latency 138.647 ms 2023-11-03T10:39:30.925 INFO:teuthology.orchestra.run.smithi077.stdout: 5 79801 9.43 MB/sec execute 114 sec latency 95.093 ms 2023-11-03T10:39:31.589 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:39:31 smithi077 ceph-mon[108342]: pgmap v75: 97 pgs: 97 active+clean; 331 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.1 MiB/s wr, 406 op/s 2023-11-03T10:39:31.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:39:31 smithi145 ceph-mon[111069]: pgmap v75: 97 pgs: 97 active+clean; 331 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.1 MiB/s wr, 406 op/s 2023-11-03T10:39:31.925 INFO:teuthology.orchestra.run.smithi077.stdout: 5 80223 9.40 MB/sec execute 115 sec latency 88.934 ms 2023-11-03T10:39:32.925 INFO:teuthology.orchestra.run.smithi077.stdout: 5 80502 9.38 MB/sec execute 116 sec latency 132.498 ms 2023-11-03T10:39:33.659 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:39:33 smithi077 ceph-mon[108342]: pgmap v76: 97 pgs: 97 active+clean; 332 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 5.1 MiB/s wr, 458 op/s 2023-11-03T10:39:33.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:39:33 smithi145 ceph-mon[111069]: pgmap v76: 97 pgs: 97 active+clean; 332 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 5.1 MiB/s wr, 458 op/s 2023-11-03T10:39:33.925 INFO:teuthology.orchestra.run.smithi077.stdout: 5 80866 9.41 MB/sec execute 117 sec latency 138.722 ms 2023-11-03T10:39:34.925 INFO:teuthology.orchestra.run.smithi077.stdout: 5 81183 9.41 MB/sec execute 118 sec latency 126.959 ms 2023-11-03T10:39:35.747 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:39:35 smithi077 ceph-mon[108342]: pgmap v77: 97 pgs: 97 active+clean; 334 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.2 MiB/s wr, 471 op/s 2023-11-03T10:39:35.925 INFO:teuthology.orchestra.run.smithi077.stdout: 5 81528 9.39 MB/sec execute 119 sec latency 147.731 ms 2023-11-03T10:39:36.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:39:35 smithi145 ceph-mon[111069]: pgmap v77: 97 pgs: 97 active+clean; 334 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.2 MiB/s wr, 471 op/s 2023-11-03T10:39:36.774 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:39:36 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:39:36.925 INFO:teuthology.orchestra.run.smithi077.stdout: 5 81899 9.38 MB/sec execute 120 sec latency 129.811 ms 2023-11-03T10:39:37.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:39:36 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:39:37.788 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:39:37 smithi077 ceph-mon[108342]: pgmap v78: 97 pgs: 97 active+clean; 334 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.4 MiB/s wr, 437 op/s 2023-11-03T10:39:37.925 INFO:teuthology.orchestra.run.smithi077.stdout: 5 82173 9.34 MB/sec execute 121 sec latency 129.394 ms 2023-11-03T10:39:38.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:39:37 smithi145 ceph-mon[111069]: pgmap v78: 97 pgs: 97 active+clean; 334 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.4 MiB/s wr, 437 op/s 2023-11-03T10:39:38.925 INFO:teuthology.orchestra.run.smithi077.stdout: 5 82584 9.39 MB/sec execute 122 sec latency 129.601 ms 2023-11-03T10:39:39.578 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:39:39 smithi077 ceph-mon[108342]: pgmap v79: 97 pgs: 97 active+clean; 337 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.4 MiB/s wr, 637 op/s 2023-11-03T10:39:39.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:39:39 smithi145 ceph-mon[111069]: pgmap v79: 97 pgs: 97 active+clean; 337 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.4 MiB/s wr, 637 op/s 2023-11-03T10:39:39.925 INFO:teuthology.orchestra.run.smithi077.stdout: 5 83012 9.46 MB/sec execute 123 sec latency 123.709 ms 2023-11-03T10:39:40.925 INFO:teuthology.orchestra.run.smithi077.stdout: 5 83369 9.43 MB/sec execute 124 sec latency 123.913 ms 2023-11-03T10:39:41.601 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:39:41 smithi077 ceph-mon[108342]: pgmap v80: 97 pgs: 97 active+clean; 337 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.5 MiB/s wr, 429 op/s 2023-11-03T10:39:41.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:39:41 smithi145 ceph-mon[111069]: pgmap v80: 97 pgs: 97 active+clean; 337 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.5 MiB/s wr, 429 op/s 2023-11-03T10:39:41.925 INFO:teuthology.orchestra.run.smithi077.stdout: 5 83624 9.39 MB/sec execute 125 sec latency 133.571 ms 2023-11-03T10:39:42.932 INFO:teuthology.orchestra.run.smithi077.stdout: 5 84011 9.40 MB/sec execute 126 sec latency 129.050 ms 2023-11-03T10:39:43.632 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:39:43 smithi077 ceph-mon[108342]: pgmap v81: 97 pgs: 97 active+clean; 335 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 5.4 MiB/s wr, 481 op/s 2023-11-03T10:39:43.932 INFO:teuthology.orchestra.run.smithi077.stdout: 5 84332 9.39 MB/sec execute 127 sec latency 182.908 ms 2023-11-03T10:39:43.945 INFO:teuthology.orchestra.run.smithi077.stdout:true 2023-11-03T10:39:44.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:39:43 smithi145 ceph-mon[111069]: pgmap v81: 97 pgs: 97 active+clean; 335 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 5.4 MiB/s wr, 481 op/s 2023-11-03T10:39:44.843 INFO:teuthology.orchestra.run.smithi077.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-03T10:39:44.843 INFO:teuthology.orchestra.run.smithi077.stdout:alertmanager.smithi077 smithi077 *:9093,9094 starting - - - - 2023-11-03T10:39:44.843 INFO:teuthology.orchestra.run.smithi077.stdout:crash.smithi077 smithi077 running (8m) 2m ago 8m 7004k - 17.2.0 e1d6a67b021e 3cf56b732c65 2023-11-03T10:39:44.844 INFO:teuthology.orchestra.run.smithi077.stdout:crash.smithi145 smithi145 running (8m) 2m ago 8m 7168k - 17.2.0 e1d6a67b021e bcfef56253b1 2023-11-03T10:39:44.844 INFO:teuthology.orchestra.run.smithi077.stdout:grafana.smithi077 smithi077 *:3000 starting - - - - 2023-11-03T10:39:44.844 INFO:teuthology.orchestra.run.smithi077.stdout:mds.foofs.smithi077.vnexfw smithi077 running (4m) 2m ago 4m 34.3M - 17.2.0 e1d6a67b021e caa8609560d3 2023-11-03T10:39:44.844 INFO:teuthology.orchestra.run.smithi077.stdout:mds.foofs.smithi145.wrjqzl smithi145 running (4m) 2m ago 4m 15.2M - 17.2.0 e1d6a67b021e 083254f73eb3 2023-11-03T10:39:44.844 INFO:teuthology.orchestra.run.smithi077.stdout:mgr.smithi077.iwfrkz smithi077 *:9283 running (9m) 2m ago 9m 305M - 17.2.0 e1d6a67b021e a74ee8a3352f 2023-11-03T10:39:44.845 INFO:teuthology.orchestra.run.smithi077.stdout:mgr.smithi145.ojodkj smithi145 *:8443,9283 running (2m) 2m ago 8m 485M - 18.0.0-6983-g054a55d1 effb504c0d1c 11a0eed8802d 2023-11-03T10:39:44.845 INFO:teuthology.orchestra.run.smithi077.stdout:mon.smithi077 smithi077 running (9m) 2m ago 9m 88.6M 2048M 17.2.0 e1d6a67b021e 0e16f423936a 2023-11-03T10:39:44.845 INFO:teuthology.orchestra.run.smithi077.stdout:mon.smithi145 smithi145 running (8m) 2m ago 8m 56.7M 2048M 17.2.0 e1d6a67b021e a8df3dc1838f 2023-11-03T10:39:44.845 INFO:teuthology.orchestra.run.smithi077.stdout:nfs.foo.0.0.smithi077.rqjfgp smithi077 *:2049 running (4m) 2m ago 4m 235M - 4.0 e1d6a67b021e 902fc07e2940 2023-11-03T10:39:44.845 INFO:teuthology.orchestra.run.smithi077.stdout:nfs.foo.1.0.smithi145.ygdiwy smithi145 *:2049 running (4m) 2m ago 4m 82.3M - 4.0 e1d6a67b021e 05ff6f17e1c0 2023-11-03T10:39:44.846 INFO:teuthology.orchestra.run.smithi077.stdout:node-exporter.smithi077 smithi077 *:9100 starting - - - - 2023-11-03T10:39:44.846 INFO:teuthology.orchestra.run.smithi077.stdout:node-exporter.smithi145 smithi145 *:9100 starting - - - - 2023-11-03T10:39:44.846 INFO:teuthology.orchestra.run.smithi077.stdout:osd.0 smithi077 running (7m) 2m ago 7m 554M 1944M 17.2.0 e1d6a67b021e 30d31ef3db20 2023-11-03T10:39:44.846 INFO:teuthology.orchestra.run.smithi077.stdout:osd.1 smithi077 running (7m) 2m ago 7m 369M 1944M 17.2.0 e1d6a67b021e 14e3d5394d76 2023-11-03T10:39:44.846 INFO:teuthology.orchestra.run.smithi077.stdout:osd.2 smithi077 running (6m) 2m ago 6m 226M 1944M 17.2.0 e1d6a67b021e c0b186ea4ba5 2023-11-03T10:39:44.847 INFO:teuthology.orchestra.run.smithi077.stdout:osd.3 smithi077 running (6m) 2m ago 6m 516M 1944M 17.2.0 e1d6a67b021e fcf3c0d3ba2f 2023-11-03T10:39:44.847 INFO:teuthology.orchestra.run.smithi077.stdout:osd.4 smithi145 running (6m) 2m ago 6m 472M 2712M 17.2.0 e1d6a67b021e 93aff7485bf1 2023-11-03T10:39:44.847 INFO:teuthology.orchestra.run.smithi077.stdout:osd.5 smithi145 running (6m) 2m ago 5m 517M 2712M 17.2.0 e1d6a67b021e ce350c0bf3a0 2023-11-03T10:39:44.848 INFO:teuthology.orchestra.run.smithi077.stdout:osd.6 smithi145 running (5m) 2m ago 5m 484M 2712M 17.2.0 e1d6a67b021e ed3aa1bf1694 2023-11-03T10:39:44.848 INFO:teuthology.orchestra.run.smithi077.stdout:osd.7 smithi145 running (5m) 2m ago 5m 759M 2712M 17.2.0 e1d6a67b021e 7b07331ce554 2023-11-03T10:39:44.848 INFO:teuthology.orchestra.run.smithi077.stdout:prometheus.smithi077 smithi077 *:9095 starting - - - - 2023-11-03T10:39:44.937 INFO:teuthology.orchestra.run.smithi077.stdout: 5 84652 9.42 MB/sec execute 128 sec latency 129.781 ms 2023-11-03T10:39:45.335 INFO:teuthology.orchestra.run.smithi077.stdout:{ 2023-11-03T10:39:45.335 INFO:teuthology.orchestra.run.smithi077.stdout: "mon": { 2023-11-03T10:39:45.335 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-03T10:39:45.335 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2023-11-03T10:39:45.336 INFO:teuthology.orchestra.run.smithi077.stdout: "mgr": { 2023-11-03T10:39:45.336 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-03T10:39:45.336 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 18.0.0-6983-g054a55d1 (054a55d156d3a2f0db54aab582507ae7417905e5) reef (dev)": 1 2023-11-03T10:39:45.336 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2023-11-03T10:39:45.337 INFO:teuthology.orchestra.run.smithi077.stdout: "osd": { 2023-11-03T10:39:45.337 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-03T10:39:45.337 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2023-11-03T10:39:45.338 INFO:teuthology.orchestra.run.smithi077.stdout: "mds": { 2023-11-03T10:39:45.338 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-03T10:39:45.338 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2023-11-03T10:39:45.338 INFO:teuthology.orchestra.run.smithi077.stdout: "overall": { 2023-11-03T10:39:45.339 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-03T10:39:45.339 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 18.0.0-6983-g054a55d1 (054a55d156d3a2f0db54aab582507ae7417905e5) reef (dev)": 1 2023-11-03T10:39:45.339 INFO:teuthology.orchestra.run.smithi077.stdout: } 2023-11-03T10:39:45.339 INFO:teuthology.orchestra.run.smithi077.stdout:} 2023-11-03T10:39:45.678 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:39:45 smithi077 ceph-mon[108342]: from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:39:45.679 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:39:45 smithi077 ceph-mon[108342]: from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:39:45.679 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:39:45 smithi077 ceph-mon[108342]: pgmap v82: 97 pgs: 97 active+clean; 338 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 5.7 MiB/s wr, 592 op/s 2023-11-03T10:39:45.679 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:39:45 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/1791370359' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-03T10:39:45.792 INFO:teuthology.orchestra.run.smithi077.stdout:{ 2023-11-03T10:39:45.793 INFO:teuthology.orchestra.run.smithi077.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:397420ab791fa892eed1ccbb8a2e502375bb65b7bc2d21b2eaf545c402f955ee", 2023-11-03T10:39:45.793 INFO:teuthology.orchestra.run.smithi077.stdout: "in_progress": true, 2023-11-03T10:39:45.793 INFO:teuthology.orchestra.run.smithi077.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-03T10:39:45.793 INFO:teuthology.orchestra.run.smithi077.stdout: "services_complete": [], 2023-11-03T10:39:45.793 INFO:teuthology.orchestra.run.smithi077.stdout: "progress": "1/23 daemons upgraded", 2023-11-03T10:39:45.794 INFO:teuthology.orchestra.run.smithi077.stdout: "message": "Currently upgrading mgr daemons", 2023-11-03T10:39:45.794 INFO:teuthology.orchestra.run.smithi077.stdout: "is_paused": false 2023-11-03T10:39:45.794 INFO:teuthology.orchestra.run.smithi077.stdout:} 2023-11-03T10:39:45.946 INFO:teuthology.orchestra.run.smithi077.stdout: 5 84942 9.40 MB/sec execute 129 sec latency 132.031 ms 2023-11-03T10:39:46.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:39:45 smithi145 ceph-mon[111069]: from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:39:46.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:39:45 smithi145 ceph-mon[111069]: from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:39:46.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:39:45 smithi145 ceph-mon[111069]: pgmap v82: 97 pgs: 97 active+clean; 338 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 5.7 MiB/s wr, 592 op/s 2023-11-03T10:39:46.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:39:45 smithi145 ceph-mon[111069]: from='client.? 172.21.15.77:0/1791370359' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-03T10:39:46.411 INFO:teuthology.orchestra.run.smithi077.stdout:HEALTH_OK 2023-11-03T10:39:46.712 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:39:46 smithi077 ceph-mon[108342]: from='client.24531 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:39:46.712 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:39:46 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/1905907905' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-03T10:39:46.951 INFO:teuthology.orchestra.run.smithi077.stdout: 5 85298 9.35 MB/sec execute 130 sec latency 131.667 ms 2023-11-03T10:39:47.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:39:46 smithi145 ceph-mon[111069]: from='client.24531 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:39:47.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:39:46 smithi145 ceph-mon[111069]: from='client.? 172.21.15.77:0/1905907905' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-03T10:39:47.732 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:39:47 smithi077 ceph-mon[108342]: from='client.24535 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:39:47.732 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:39:47 smithi077 ceph-mon[108342]: pgmap v83: 97 pgs: 97 active+clean; 338 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.2 MiB/s wr, 415 op/s 2023-11-03T10:39:47.951 INFO:teuthology.orchestra.run.smithi077.stdout: 5 85607 9.33 MB/sec execute 131 sec latency 133.638 ms 2023-11-03T10:39:48.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:39:47 smithi145 ceph-mon[111069]: from='client.24535 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:39:48.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:39:47 smithi145 ceph-mon[111069]: pgmap v83: 97 pgs: 97 active+clean; 338 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.2 MiB/s wr, 415 op/s 2023-11-03T10:39:48.952 INFO:teuthology.orchestra.run.smithi077.stdout: 5 85973 9.37 MB/sec execute 132 sec latency 128.903 ms 2023-11-03T10:39:49.532 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:39:49 smithi077 ceph-mon[108342]: pgmap v84: 97 pgs: 97 active+clean; 336 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.2 MiB/s wr, 615 op/s 2023-11-03T10:39:49.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:39:49 smithi145 ceph-mon[111069]: pgmap v84: 97 pgs: 97 active+clean; 336 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.2 MiB/s wr, 615 op/s 2023-11-03T10:39:49.952 INFO:teuthology.orchestra.run.smithi077.stdout: 5 86356 9.40 MB/sec execute 133 sec latency 213.221 ms 2023-11-03T10:39:50.952 INFO:teuthology.orchestra.run.smithi077.stdout: 5 86753 9.43 MB/sec execute 134 sec latency 89.612 ms 2023-11-03T10:39:51.834 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:39:51 smithi077 ceph-mon[108342]: pgmap v85: 97 pgs: 97 active+clean; 336 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.2 MiB/s wr, 415 op/s 2023-11-03T10:39:51.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:39:51 smithi145 ceph-mon[111069]: pgmap v85: 97 pgs: 97 active+clean; 336 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.2 MiB/s wr, 415 op/s 2023-11-03T10:39:51.952 INFO:teuthology.orchestra.run.smithi077.stdout: 5 87023 9.38 MB/sec execute 135 sec latency 132.694 ms 2023-11-03T10:39:52.846 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:39:52 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:39:52.952 INFO:teuthology.orchestra.run.smithi077.stdout: 5 87365 9.37 MB/sec execute 136 sec latency 130.417 ms 2023-11-03T10:39:53.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:39:52 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:39:53.610 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:39:53 smithi077 ceph-mon[108342]: pgmap v86: 97 pgs: 97 active+clean; 330 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.1 MiB/s wr, 458 op/s 2023-11-03T10:39:53.952 INFO:teuthology.orchestra.run.smithi077.stdout: 5 87618 9.33 MB/sec execute 137 sec latency 213.183 ms 2023-11-03T10:39:54.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:39:53 smithi145 ceph-mon[111069]: pgmap v86: 97 pgs: 97 active+clean; 330 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.1 MiB/s wr, 458 op/s 2023-11-03T10:39:54.952 INFO:teuthology.orchestra.run.smithi077.stdout: 5 87864 9.34 MB/sec execute 138 sec latency 125.409 ms 2023-11-03T10:39:55.671 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:39:55 smithi077 ceph-mon[108342]: pgmap v87: 97 pgs: 97 active+clean; 336 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.4 MiB/s wr, 566 op/s 2023-11-03T10:39:55.953 INFO:teuthology.orchestra.run.smithi077.stdout: 5 88216 9.36 MB/sec execute 139 sec latency 126.658 ms 2023-11-03T10:39:56.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:39:55 smithi145 ceph-mon[111069]: pgmap v87: 97 pgs: 97 active+clean; 336 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.4 MiB/s wr, 566 op/s 2023-11-03T10:39:56.953 INFO:teuthology.orchestra.run.smithi077.stdout: 5 88597 9.34 MB/sec execute 140 sec latency 129.758 ms 2023-11-03T10:39:57.744 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:39:57 smithi077 ceph-mon[108342]: pgmap v88: 97 pgs: 97 active+clean; 336 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.1 MiB/s wr, 402 op/s 2023-11-03T10:39:57.955 INFO:teuthology.orchestra.run.smithi077.stdout: 5 88898 9.31 MB/sec execute 141 sec latency 116.712 ms 2023-11-03T10:39:58.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:39:57 smithi145 ceph-mon[111069]: pgmap v88: 97 pgs: 97 active+clean; 336 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.1 MiB/s wr, 402 op/s 2023-11-03T10:39:58.955 INFO:teuthology.orchestra.run.smithi077.stdout: 5 89150 9.30 MB/sec execute 142 sec latency 131.523 ms 2023-11-03T10:39:59.544 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:39:59 smithi077 ceph-mon[108342]: pgmap v89: 97 pgs: 97 active+clean; 330 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.9 MiB/s wr, 595 op/s 2023-11-03T10:39:59.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:39:59 smithi145 ceph-mon[111069]: pgmap v89: 97 pgs: 97 active+clean; 330 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.9 MiB/s wr, 595 op/s 2023-11-03T10:39:59.955 INFO:teuthology.orchestra.run.smithi077.stdout: 5 89468 9.31 MB/sec execute 143 sec latency 138.985 ms 2023-11-03T10:40:00.587 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:40:00 smithi077 ceph-mon[108342]: overall HEALTH_OK 2023-11-03T10:40:00.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:40:00 smithi145 ceph-mon[111069]: overall HEALTH_OK 2023-11-03T10:40:00.963 INFO:teuthology.orchestra.run.smithi077.stdout: 5 89843 9.34 MB/sec execute 144 sec latency 124.910 ms 2023-11-03T10:40:01.659 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:40:01 smithi077 ceph-mon[108342]: pgmap v90: 97 pgs: 97 active+clean; 330 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 395 op/s 2023-11-03T10:40:01.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:40:01 smithi145 ceph-mon[111069]: pgmap v90: 97 pgs: 97 active+clean; 330 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 395 op/s 2023-11-03T10:40:01.963 INFO:teuthology.orchestra.run.smithi077.stdout: 5 90111 9.31 MB/sec execute 145 sec latency 143.394 ms 2023-11-03T10:40:02.963 INFO:teuthology.orchestra.run.smithi077.stdout: 5 90364 9.30 MB/sec execute 146 sec latency 130.417 ms 2023-11-03T10:40:03.714 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:40:03 smithi077 ceph-mon[108342]: pgmap v91: 97 pgs: 97 active+clean; 335 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.4 MiB/s wr, 544 op/s 2023-11-03T10:40:03.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:40:03 smithi145 ceph-mon[111069]: pgmap v91: 97 pgs: 97 active+clean; 335 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.4 MiB/s wr, 544 op/s 2023-11-03T10:40:03.963 INFO:teuthology.orchestra.run.smithi077.stdout: 5 90686 9.30 MB/sec execute 147 sec latency 136.255 ms 2023-11-03T10:40:04.966 INFO:teuthology.orchestra.run.smithi077.stdout: 5 91029 9.26 MB/sec execute 148 sec latency 151.085 ms 2023-11-03T10:40:05.753 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:40:05 smithi077 ceph-mon[108342]: pgmap v92: 97 pgs: 97 active+clean; 337 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.2 MiB/s wr, 532 op/s 2023-11-03T10:40:05.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:40:05 smithi145 ceph-mon[111069]: pgmap v92: 97 pgs: 97 active+clean; 337 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.2 MiB/s wr, 532 op/s 2023-11-03T10:40:05.970 INFO:teuthology.orchestra.run.smithi077.stdout: 5 91299 9.26 MB/sec execute 149 sec latency 140.989 ms 2023-11-03T10:40:06.970 INFO:teuthology.orchestra.run.smithi077.stdout: 5 91596 9.28 MB/sec execute 150 sec latency 127.409 ms 2023-11-03T10:40:07.833 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:40:07 smithi077 ceph-mon[108342]: pgmap v93: 97 pgs: 97 active+clean; 337 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 373 op/s 2023-11-03T10:40:07.833 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:40:07 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:40:07.976 INFO:teuthology.orchestra.run.smithi077.stdout: 5 91990 9.26 MB/sec execute 151 sec latency 149.033 ms 2023-11-03T10:40:08.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:40:07 smithi145 ceph-mon[111069]: pgmap v93: 97 pgs: 97 active+clean; 337 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 373 op/s 2023-11-03T10:40:08.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:40:07 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:40:08.976 INFO:teuthology.orchestra.run.smithi077.stdout: 5 92389 9.25 MB/sec execute 152 sec latency 129.909 ms 2023-11-03T10:40:09.634 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:40:09 smithi077 ceph-mon[108342]: pgmap v94: 97 pgs: 97 active+clean; 330 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.8 MiB/s wr, 569 op/s 2023-11-03T10:40:09.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:40:09 smithi145 ceph-mon[111069]: pgmap v94: 97 pgs: 97 active+clean; 330 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.8 MiB/s wr, 569 op/s 2023-11-03T10:40:09.978 INFO:teuthology.orchestra.run.smithi077.stdout: 5 92661 9.23 MB/sec execute 153 sec latency 126.547 ms 2023-11-03T10:40:10.978 INFO:teuthology.orchestra.run.smithi077.stdout: 5 93001 9.26 MB/sec execute 154 sec latency 129.455 ms 2023-11-03T10:40:11.716 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:40:11 smithi077 ceph-mon[108342]: pgmap v95: 97 pgs: 97 active+clean; 330 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 375 op/s 2023-11-03T10:40:11.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:40:11 smithi145 ceph-mon[111069]: pgmap v95: 97 pgs: 97 active+clean; 330 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 375 op/s 2023-11-03T10:40:11.985 INFO:teuthology.orchestra.run.smithi077.stdout: 5 93359 9.26 MB/sec execute 155 sec latency 127.028 ms 2023-11-03T10:40:12.990 INFO:teuthology.orchestra.run.smithi077.stdout: 5 93709 9.29 MB/sec execute 156 sec latency 128.421 ms 2023-11-03T10:40:13.776 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:40:13 smithi077 ceph-mon[108342]: pgmap v96: 97 pgs: 97 active+clean; 329 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.9 MiB/s wr, 416 op/s 2023-11-03T10:40:13.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:40:13 smithi145 ceph-mon[111069]: pgmap v96: 97 pgs: 97 active+clean; 329 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.9 MiB/s wr, 416 op/s 2023-11-03T10:40:13.994 INFO:teuthology.orchestra.run.smithi077.stdout: 5 93926 9.27 MB/sec execute 157 sec latency 126.524 ms 2023-11-03T10:40:14.994 INFO:teuthology.orchestra.run.smithi077.stdout: 5 94157 9.23 MB/sec execute 158 sec latency 127.579 ms 2023-11-03T10:40:15.800 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:40:15 smithi077 ceph-mon[108342]: pgmap v97: 97 pgs: 97 active+clean; 336 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 4.6 MiB/s wr, 422 op/s 2023-11-03T10:40:15.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:40:15 smithi145 ceph-mon[111069]: pgmap v97: 97 pgs: 97 active+clean; 336 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 4.6 MiB/s wr, 422 op/s 2023-11-03T10:40:15.994 INFO:teuthology.orchestra.run.smithi077.stdout: 5 94467 9.21 MB/sec execute 159 sec latency 142.999 ms 2023-11-03T10:40:16.878 INFO:teuthology.orchestra.run.smithi077.stdout:true 2023-11-03T10:40:16.994 INFO:teuthology.orchestra.run.smithi077.stdout: 5 94690 9.18 MB/sec execute 160 sec latency 122.953 ms 2023-11-03T10:40:17.593 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:40:17 smithi077 ceph-mon[108342]: pgmap v98: 97 pgs: 97 active+clean; 336 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 391 op/s 2023-11-03T10:40:17.737 INFO:teuthology.orchestra.run.smithi077.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-03T10:40:17.738 INFO:teuthology.orchestra.run.smithi077.stdout:alertmanager.smithi077 smithi077 *:9093,9094 starting - - - - 2023-11-03T10:40:17.738 INFO:teuthology.orchestra.run.smithi077.stdout:crash.smithi077 smithi077 running (9m) 3m ago 9m 7004k - 17.2.0 e1d6a67b021e 3cf56b732c65 2023-11-03T10:40:17.738 INFO:teuthology.orchestra.run.smithi077.stdout:crash.smithi145 smithi145 running (8m) 3m ago 8m 7168k - 17.2.0 e1d6a67b021e bcfef56253b1 2023-11-03T10:40:17.738 INFO:teuthology.orchestra.run.smithi077.stdout:grafana.smithi077 smithi077 *:3000 starting - - - - 2023-11-03T10:40:17.739 INFO:teuthology.orchestra.run.smithi077.stdout:mds.foofs.smithi077.vnexfw smithi077 running (5m) 3m ago 5m 34.3M - 17.2.0 e1d6a67b021e caa8609560d3 2023-11-03T10:40:17.739 INFO:teuthology.orchestra.run.smithi077.stdout:mds.foofs.smithi145.wrjqzl smithi145 running (5m) 3m ago 5m 15.2M - 17.2.0 e1d6a67b021e 083254f73eb3 2023-11-03T10:40:17.739 INFO:teuthology.orchestra.run.smithi077.stdout:mgr.smithi077.iwfrkz smithi077 *:9283 running (10m) 3m ago 10m 305M - 17.2.0 e1d6a67b021e a74ee8a3352f 2023-11-03T10:40:17.739 INFO:teuthology.orchestra.run.smithi077.stdout:mgr.smithi145.ojodkj smithi145 *:8443,9283 running (3m) 3m ago 8m 485M - 18.0.0-6983-g054a55d1 effb504c0d1c 11a0eed8802d 2023-11-03T10:40:17.740 INFO:teuthology.orchestra.run.smithi077.stdout:mon.smithi077 smithi077 running (10m) 3m ago 10m 88.6M 2048M 17.2.0 e1d6a67b021e 0e16f423936a 2023-11-03T10:40:17.740 INFO:teuthology.orchestra.run.smithi077.stdout:mon.smithi145 smithi145 running (8m) 3m ago 8m 56.7M 2048M 17.2.0 e1d6a67b021e a8df3dc1838f 2023-11-03T10:40:17.740 INFO:teuthology.orchestra.run.smithi077.stdout:nfs.foo.0.0.smithi077.rqjfgp smithi077 *:2049 running (4m) 3m ago 4m 235M - 4.0 e1d6a67b021e 902fc07e2940 2023-11-03T10:40:17.740 INFO:teuthology.orchestra.run.smithi077.stdout:nfs.foo.1.0.smithi145.ygdiwy smithi145 *:2049 running (4m) 3m ago 4m 82.3M - 4.0 e1d6a67b021e 05ff6f17e1c0 2023-11-03T10:40:17.740 INFO:teuthology.orchestra.run.smithi077.stdout:node-exporter.smithi077 smithi077 *:9100 starting - - - - 2023-11-03T10:40:17.741 INFO:teuthology.orchestra.run.smithi077.stdout:node-exporter.smithi145 smithi145 *:9100 starting - - - - 2023-11-03T10:40:17.741 INFO:teuthology.orchestra.run.smithi077.stdout:osd.0 smithi077 running (8m) 3m ago 8m 554M 1944M 17.2.0 e1d6a67b021e 30d31ef3db20 2023-11-03T10:40:17.741 INFO:teuthology.orchestra.run.smithi077.stdout:osd.1 smithi077 running (7m) 3m ago 7m 369M 1944M 17.2.0 e1d6a67b021e 14e3d5394d76 2023-11-03T10:40:17.741 INFO:teuthology.orchestra.run.smithi077.stdout:osd.2 smithi077 running (7m) 3m ago 7m 226M 1944M 17.2.0 e1d6a67b021e c0b186ea4ba5 2023-11-03T10:40:17.741 INFO:teuthology.orchestra.run.smithi077.stdout:osd.3 smithi077 running (7m) 3m ago 7m 516M 1944M 17.2.0 e1d6a67b021e fcf3c0d3ba2f 2023-11-03T10:40:17.742 INFO:teuthology.orchestra.run.smithi077.stdout:osd.4 smithi145 running (6m) 3m ago 6m 472M 2712M 17.2.0 e1d6a67b021e 93aff7485bf1 2023-11-03T10:40:17.742 INFO:teuthology.orchestra.run.smithi077.stdout:osd.5 smithi145 running (6m) 3m ago 6m 517M 2712M 17.2.0 e1d6a67b021e ce350c0bf3a0 2023-11-03T10:40:17.742 INFO:teuthology.orchestra.run.smithi077.stdout:osd.6 smithi145 running (6m) 3m ago 6m 484M 2712M 17.2.0 e1d6a67b021e ed3aa1bf1694 2023-11-03T10:40:17.742 INFO:teuthology.orchestra.run.smithi077.stdout:osd.7 smithi145 running (5m) 3m ago 5m 759M 2712M 17.2.0 e1d6a67b021e 7b07331ce554 2023-11-03T10:40:17.743 INFO:teuthology.orchestra.run.smithi077.stdout:prometheus.smithi077 smithi077 *:9095 starting - - - - 2023-11-03T10:40:17.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:40:17 smithi145 ceph-mon[111069]: pgmap v98: 97 pgs: 97 active+clean; 336 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 391 op/s 2023-11-03T10:40:17.994 INFO:teuthology.orchestra.run.smithi077.stdout: 5 94922 9.18 MB/sec execute 161 sec latency 136.739 ms 2023-11-03T10:40:18.286 INFO:teuthology.orchestra.run.smithi077.stdout:{ 2023-11-03T10:40:18.287 INFO:teuthology.orchestra.run.smithi077.stdout: "mon": { 2023-11-03T10:40:18.287 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-03T10:40:18.287 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2023-11-03T10:40:18.287 INFO:teuthology.orchestra.run.smithi077.stdout: "mgr": { 2023-11-03T10:40:18.287 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-03T10:40:18.288 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 18.0.0-6983-g054a55d1 (054a55d156d3a2f0db54aab582507ae7417905e5) reef (dev)": 1 2023-11-03T10:40:18.288 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2023-11-03T10:40:18.288 INFO:teuthology.orchestra.run.smithi077.stdout: "osd": { 2023-11-03T10:40:18.288 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-03T10:40:18.288 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2023-11-03T10:40:18.289 INFO:teuthology.orchestra.run.smithi077.stdout: "mds": { 2023-11-03T10:40:18.289 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-03T10:40:18.289 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2023-11-03T10:40:18.289 INFO:teuthology.orchestra.run.smithi077.stdout: "overall": { 2023-11-03T10:40:18.289 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-03T10:40:18.289 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 18.0.0-6983-g054a55d1 (054a55d156d3a2f0db54aab582507ae7417905e5) reef (dev)": 1 2023-11-03T10:40:18.290 INFO:teuthology.orchestra.run.smithi077.stdout: } 2023-11-03T10:40:18.290 INFO:teuthology.orchestra.run.smithi077.stdout:} 2023-11-03T10:40:18.605 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:40:18 smithi077 ceph-mon[108342]: from='client.24539 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:40:18.605 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:40:18 smithi077 ceph-mon[108342]: from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:40:18.605 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:40:18 smithi077 ceph-mon[108342]: from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:40:18.605 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:40:18 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/801760795' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-03T10:40:18.781 INFO:teuthology.orchestra.run.smithi077.stdout:{ 2023-11-03T10:40:18.781 INFO:teuthology.orchestra.run.smithi077.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:397420ab791fa892eed1ccbb8a2e502375bb65b7bc2d21b2eaf545c402f955ee", 2023-11-03T10:40:18.781 INFO:teuthology.orchestra.run.smithi077.stdout: "in_progress": true, 2023-11-03T10:40:18.781 INFO:teuthology.orchestra.run.smithi077.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-03T10:40:18.781 INFO:teuthology.orchestra.run.smithi077.stdout: "services_complete": [], 2023-11-03T10:40:18.782 INFO:teuthology.orchestra.run.smithi077.stdout: "progress": "1/23 daemons upgraded", 2023-11-03T10:40:18.782 INFO:teuthology.orchestra.run.smithi077.stdout: "message": "Currently upgrading mgr daemons", 2023-11-03T10:40:18.782 INFO:teuthology.orchestra.run.smithi077.stdout: "is_paused": false 2023-11-03T10:40:18.782 INFO:teuthology.orchestra.run.smithi077.stdout:} 2023-11-03T10:40:18.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:40:18 smithi145 ceph-mon[111069]: from='client.24539 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:40:18.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:40:18 smithi145 ceph-mon[111069]: from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:40:18.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:40:18 smithi145 ceph-mon[111069]: from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:40:18.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:40:18 smithi145 ceph-mon[111069]: from='client.? 172.21.15.77:0/801760795' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-03T10:40:18.994 INFO:teuthology.orchestra.run.smithi077.stdout: 5 95175 9.19 MB/sec execute 162 sec latency 115.052 ms 2023-11-03T10:40:19.357 INFO:teuthology.orchestra.run.smithi077.stdout:HEALTH_OK 2023-11-03T10:40:19.635 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:40:19 smithi077 ceph-mon[108342]: pgmap v99: 97 pgs: 97 active+clean; 338 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.6 MiB/s wr, 556 op/s 2023-11-03T10:40:19.635 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:40:19 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/1619631926' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-03T10:40:19.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:40:19 smithi145 ceph-mon[111069]: pgmap v99: 97 pgs: 97 active+clean; 338 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.6 MiB/s wr, 556 op/s 2023-11-03T10:40:19.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:40:19 smithi145 ceph-mon[111069]: from='client.? 172.21.15.77:0/1619631926' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-03T10:40:19.999 INFO:teuthology.orchestra.run.smithi077.stdout: 5 95457 9.17 MB/sec execute 163 sec latency 138.907 ms 2023-11-03T10:40:20.659 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:40:20 smithi077 ceph-mon[108342]: from='client.24547 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:40:20.999 INFO:teuthology.orchestra.run.smithi077.stdout: 5 95802 9.15 MB/sec execute 164 sec latency 137.553 ms 2023-11-03T10:40:21.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:40:20 smithi145 ceph-mon[111069]: from='client.24547 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:40:21.690 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:40:21 smithi077 ceph-mon[108342]: pgmap v100: 97 pgs: 97 active+clean; 338 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 360 op/s 2023-11-03T10:40:21.690 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:40:21 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:40:21.999 INFO:teuthology.orchestra.run.smithi077.stdout: 5 96050 9.11 MB/sec execute 165 sec latency 146.798 ms 2023-11-03T10:40:22.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:40:21 smithi145 ceph-mon[111069]: pgmap v100: 97 pgs: 97 active+clean; 338 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 360 op/s 2023-11-03T10:40:22.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:40:21 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:40:23.002 INFO:teuthology.orchestra.run.smithi077.stdout: 5 96296 9.11 MB/sec execute 166 sec latency 139.619 ms 2023-11-03T10:40:23.729 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:40:23 smithi077 ceph-mon[108342]: pgmap v101: 97 pgs: 97 active+clean; 332 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.5 MiB/s wr, 408 op/s 2023-11-03T10:40:24.012 INFO:teuthology.orchestra.run.smithi077.stdout: 5 96592 9.12 MB/sec execute 167 sec latency 126.772 ms 2023-11-03T10:40:24.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:40:23 smithi145 ceph-mon[111069]: pgmap v101: 97 pgs: 97 active+clean; 332 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.5 MiB/s wr, 408 op/s 2023-11-03T10:40:25.012 INFO:teuthology.orchestra.run.smithi077.stdout: 5 96932 9.13 MB/sec execute 168 sec latency 129.891 ms 2023-11-03T10:40:25.798 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:40:25 smithi077 ceph-mon[108342]: pgmap v102: 97 pgs: 97 active+clean; 336 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.4 MiB/s wr, 483 op/s 2023-11-03T10:40:26.012 INFO:teuthology.orchestra.run.smithi077.stdout: 5 97138 9.12 MB/sec execute 169 sec latency 126.033 ms 2023-11-03T10:40:26.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:40:25 smithi145 ceph-mon[111069]: pgmap v102: 97 pgs: 97 active+clean; 336 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.4 MiB/s wr, 483 op/s 2023-11-03T10:40:27.019 INFO:teuthology.orchestra.run.smithi077.stdout: 5 97409 9.11 MB/sec execute 170 sec latency 136.129 ms 2023-11-03T10:40:27.896 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:40:27 smithi077 ceph-mon[108342]: pgmap v103: 97 pgs: 97 active+clean; 336 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.2 MiB/s wr, 328 op/s 2023-11-03T10:40:28.019 INFO:teuthology.orchestra.run.smithi077.stdout: 5 97658 9.08 MB/sec execute 171 sec latency 146.535 ms 2023-11-03T10:40:28.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:40:27 smithi145 ceph-mon[111069]: pgmap v103: 97 pgs: 97 active+clean; 336 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.2 MiB/s wr, 328 op/s 2023-11-03T10:40:29.020 INFO:teuthology.orchestra.run.smithi077.stdout: 5 97952 9.05 MB/sec execute 172 sec latency 121.843 ms 2023-11-03T10:40:29.693 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:40:29 smithi077 ceph-mon[108342]: pgmap v104: 97 pgs: 97 active+clean; 337 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.0 MiB/s wr, 490 op/s 2023-11-03T10:40:29.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:40:29 smithi145 ceph-mon[111069]: pgmap v104: 97 pgs: 97 active+clean; 337 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.0 MiB/s wr, 490 op/s 2023-11-03T10:40:30.028 INFO:teuthology.orchestra.run.smithi077.stdout: 5 98237 9.04 MB/sec execute 173 sec latency 86.413 ms 2023-11-03T10:40:31.028 INFO:teuthology.orchestra.run.smithi077.stdout: 5 98588 9.05 MB/sec execute 174 sec latency 124.995 ms 2023-11-03T10:40:31.714 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:40:31 smithi077 ceph-mon[108342]: pgmap v105: 97 pgs: 97 active+clean; 337 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.3 MiB/s wr, 325 op/s 2023-11-03T10:40:32.028 INFO:teuthology.orchestra.run.smithi077.stdout: 5 98968 9.07 MB/sec execute 175 sec latency 173.940 ms 2023-11-03T10:40:32.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:40:31 smithi145 ceph-mon[111069]: pgmap v105: 97 pgs: 97 active+clean; 337 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.3 MiB/s wr, 325 op/s 2023-11-03T10:40:33.032 INFO:teuthology.orchestra.run.smithi077.stdout: 5 99297 9.06 MB/sec execute 176 sec latency 108.731 ms 2023-11-03T10:40:33.764 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:40:33 smithi077 ceph-mon[108342]: pgmap v106: 97 pgs: 97 active+clean; 339 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.6 KiB/s rd, 4.2 MiB/s wr, 413 op/s 2023-11-03T10:40:34.032 INFO:teuthology.orchestra.run.smithi077.stdout: 5 99636 9.06 MB/sec execute 177 sec latency 130.230 ms 2023-11-03T10:40:34.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:40:33 smithi145 ceph-mon[111069]: pgmap v106: 97 pgs: 97 active+clean; 339 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.6 KiB/s rd, 4.2 MiB/s wr, 413 op/s 2023-11-03T10:40:35.032 INFO:teuthology.orchestra.run.smithi077.stdout: 5 99946 9.06 MB/sec execute 178 sec latency 126.864 ms 2023-11-03T10:40:35.816 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:40:35 smithi077 ceph-mon[108342]: pgmap v107: 97 pgs: 97 active+clean; 331 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.4 MiB/s wr, 472 op/s 2023-11-03T10:40:36.032 INFO:teuthology.orchestra.run.smithi077.stdout: 5 100258 9.08 MB/sec execute 179 sec latency 149.793 ms 2023-11-03T10:40:36.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:40:35 smithi145 ceph-mon[111069]: pgmap v107: 97 pgs: 97 active+clean; 331 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.4 MiB/s wr, 472 op/s 2023-11-03T10:40:36.835 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:40:36 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:40:37.032 INFO:teuthology.orchestra.run.smithi077.stdout: 5 100446 9.06 MB/sec execute 180 sec latency 131.484 ms 2023-11-03T10:40:37.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:40:36 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:40:37.852 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:40:37 smithi077 ceph-mon[108342]: pgmap v108: 97 pgs: 97 active+clean; 331 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 357 op/s 2023-11-03T10:40:38.032 INFO:teuthology.orchestra.run.smithi077.stdout: 5 100795 9.06 MB/sec execute 181 sec latency 136.095 ms 2023-11-03T10:40:38.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:40:37 smithi145 ceph-mon[111069]: pgmap v108: 97 pgs: 97 active+clean; 331 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 357 op/s 2023-11-03T10:40:39.032 INFO:teuthology.orchestra.run.smithi077.stdout: 5 101051 9.03 MB/sec execute 182 sec latency 126.388 ms 2023-11-03T10:40:39.660 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:40:39 smithi077 ceph-mon[108342]: pgmap v109: 97 pgs: 97 active+clean; 338 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.7 MiB/s wr, 531 op/s 2023-11-03T10:40:39.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:40:39 smithi145 ceph-mon[111069]: pgmap v109: 97 pgs: 97 active+clean; 338 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.7 MiB/s wr, 531 op/s 2023-11-03T10:40:40.032 INFO:teuthology.orchestra.run.smithi077.stdout: 5 101274 9.00 MB/sec execute 183 sec latency 128.502 ms 2023-11-03T10:40:41.032 INFO:teuthology.orchestra.run.smithi077.stdout: 5 101528 9.00 MB/sec execute 184 sec latency 120.619 ms 2023-11-03T10:40:41.718 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:40:41 smithi077 ceph-mon[108342]: pgmap v110: 97 pgs: 97 active+clean; 338 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 369 op/s 2023-11-03T10:40:42.032 INFO:teuthology.orchestra.run.smithi077.stdout: 5 101947 9.00 MB/sec execute 185 sec latency 126.137 ms 2023-11-03T10:40:42.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:40:41 smithi145 ceph-mon[111069]: pgmap v110: 97 pgs: 97 active+clean; 338 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 369 op/s 2023-11-03T10:40:43.032 INFO:teuthology.orchestra.run.smithi077.stdout: 5 102354 9.00 MB/sec execute 186 sec latency 122.704 ms 2023-11-03T10:40:43.744 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:40:43 smithi077 ceph-mon[108342]: pgmap v111: 97 pgs: 97 active+clean; 334 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.5 MiB/s wr, 407 op/s 2023-11-03T10:40:44.032 INFO:teuthology.orchestra.run.smithi077.stdout: 5 102752 9.01 MB/sec execute 187 sec latency 124.017 ms 2023-11-03T10:40:44.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:40:43 smithi145 ceph-mon[111069]: pgmap v111: 97 pgs: 97 active+clean; 334 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.5 MiB/s wr, 407 op/s 2023-11-03T10:40:45.032 INFO:teuthology.orchestra.run.smithi077.stdout: 5 103073 9.02 MB/sec execute 188 sec latency 126.395 ms 2023-11-03T10:40:45.794 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:40:45 smithi077 ceph-mon[108342]: pgmap v112: 97 pgs: 97 active+clean; 335 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 4.6 MiB/s wr, 471 op/s 2023-11-03T10:40:46.033 INFO:teuthology.orchestra.run.smithi077.stdout: 5 103476 9.05 MB/sec execute 189 sec latency 129.145 ms 2023-11-03T10:40:46.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:40:45 smithi145 ceph-mon[111069]: pgmap v112: 97 pgs: 97 active+clean; 335 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 4.6 MiB/s wr, 471 op/s 2023-11-03T10:40:47.032 INFO:teuthology.orchestra.run.smithi077.stdout: 5 103818 9.06 MB/sec execute 190 sec latency 178.373 ms 2023-11-03T10:40:47.850 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:40:47 smithi077 ceph-mon[108342]: pgmap v113: 97 pgs: 97 active+clean; 335 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 363 op/s 2023-11-03T10:40:48.032 INFO:teuthology.orchestra.run.smithi077.stdout: 5 104115 9.06 MB/sec execute 191 sec latency 127.035 ms 2023-11-03T10:40:48.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:40:47 smithi145 ceph-mon[111069]: pgmap v113: 97 pgs: 97 active+clean; 335 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 363 op/s 2023-11-03T10:40:49.032 INFO:teuthology.orchestra.run.smithi077.stdout: 5 104389 9.05 MB/sec execute 192 sec latency 141.187 ms 2023-11-03T10:40:49.633 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:40:49 smithi077 ceph-mon[108342]: pgmap v114: 97 pgs: 97 active+clean; 340 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.3 MiB/s wr, 570 op/s 2023-11-03T10:40:49.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:40:49 smithi145 ceph-mon[111069]: pgmap v114: 97 pgs: 97 active+clean; 340 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.3 MiB/s wr, 570 op/s 2023-11-03T10:40:49.839 INFO:teuthology.orchestra.run.smithi077.stdout:true 2023-11-03T10:40:50.033 INFO:teuthology.orchestra.run.smithi077.stdout: 5 104629 9.01 MB/sec execute 193 sec latency 126.504 ms 2023-11-03T10:40:50.773 INFO:teuthology.orchestra.run.smithi077.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-03T10:40:50.774 INFO:teuthology.orchestra.run.smithi077.stdout:alertmanager.smithi077 smithi077 *:9093,9094 starting - - - - 2023-11-03T10:40:50.774 INFO:teuthology.orchestra.run.smithi077.stdout:crash.smithi077 smithi077 running (9m) 3m ago 9m 7004k - 17.2.0 e1d6a67b021e 3cf56b732c65 2023-11-03T10:40:50.774 INFO:teuthology.orchestra.run.smithi077.stdout:crash.smithi145 smithi145 running (9m) 3m ago 9m 7168k - 17.2.0 e1d6a67b021e bcfef56253b1 2023-11-03T10:40:50.774 INFO:teuthology.orchestra.run.smithi077.stdout:grafana.smithi077 smithi077 *:3000 starting - - - - 2023-11-03T10:40:50.775 INFO:teuthology.orchestra.run.smithi077.stdout:mds.foofs.smithi077.vnexfw smithi077 running (5m) 3m ago 5m 34.3M - 17.2.0 e1d6a67b021e caa8609560d3 2023-11-03T10:40:50.775 INFO:teuthology.orchestra.run.smithi077.stdout:mds.foofs.smithi145.wrjqzl smithi145 running (5m) 3m ago 5m 15.2M - 17.2.0 e1d6a67b021e 083254f73eb3 2023-11-03T10:40:50.775 INFO:teuthology.orchestra.run.smithi077.stdout:mgr.smithi077.iwfrkz smithi077 *:9283 running (10m) 3m ago 10m 305M - 17.2.0 e1d6a67b021e a74ee8a3352f 2023-11-03T10:40:50.775 INFO:teuthology.orchestra.run.smithi077.stdout:mgr.smithi145.ojodkj smithi145 *:8443,9283 running (3m) 3m ago 9m 485M - 18.0.0-6983-g054a55d1 effb504c0d1c 11a0eed8802d 2023-11-03T10:40:50.775 INFO:teuthology.orchestra.run.smithi077.stdout:mon.smithi077 smithi077 running (10m) 3m ago 10m 88.6M 2048M 17.2.0 e1d6a67b021e 0e16f423936a 2023-11-03T10:40:50.776 INFO:teuthology.orchestra.run.smithi077.stdout:mon.smithi145 smithi145 running (9m) 3m ago 9m 56.7M 2048M 17.2.0 e1d6a67b021e a8df3dc1838f 2023-11-03T10:40:50.776 INFO:teuthology.orchestra.run.smithi077.stdout:nfs.foo.0.0.smithi077.rqjfgp smithi077 *:2049 running (5m) 3m ago 5m 235M - 4.0 e1d6a67b021e 902fc07e2940 2023-11-03T10:40:50.776 INFO:teuthology.orchestra.run.smithi077.stdout:nfs.foo.1.0.smithi145.ygdiwy smithi145 *:2049 running (5m) 3m ago 5m 82.3M - 4.0 e1d6a67b021e 05ff6f17e1c0 2023-11-03T10:40:50.776 INFO:teuthology.orchestra.run.smithi077.stdout:node-exporter.smithi077 smithi077 *:9100 starting - - - - 2023-11-03T10:40:50.776 INFO:teuthology.orchestra.run.smithi077.stdout:node-exporter.smithi145 smithi145 *:9100 starting - - - - 2023-11-03T10:40:50.777 INFO:teuthology.orchestra.run.smithi077.stdout:osd.0 smithi077 running (8m) 3m ago 8m 554M 1944M 17.2.0 e1d6a67b021e 30d31ef3db20 2023-11-03T10:40:50.777 INFO:teuthology.orchestra.run.smithi077.stdout:osd.1 smithi077 running (8m) 3m ago 8m 369M 1944M 17.2.0 e1d6a67b021e 14e3d5394d76 2023-11-03T10:40:50.777 INFO:teuthology.orchestra.run.smithi077.stdout:osd.2 smithi077 running (7m) 3m ago 7m 226M 1944M 17.2.0 e1d6a67b021e c0b186ea4ba5 2023-11-03T10:40:50.777 INFO:teuthology.orchestra.run.smithi077.stdout:osd.3 smithi077 running (7m) 3m ago 7m 516M 1944M 17.2.0 e1d6a67b021e fcf3c0d3ba2f 2023-11-03T10:40:50.777 INFO:teuthology.orchestra.run.smithi077.stdout:osd.4 smithi145 running (7m) 3m ago 7m 472M 2712M 17.2.0 e1d6a67b021e 93aff7485bf1 2023-11-03T10:40:50.778 INFO:teuthology.orchestra.run.smithi077.stdout:osd.5 smithi145 running (7m) 3m ago 7m 517M 2712M 17.2.0 e1d6a67b021e ce350c0bf3a0 2023-11-03T10:40:50.778 INFO:teuthology.orchestra.run.smithi077.stdout:osd.6 smithi145 running (6m) 3m ago 6m 484M 2712M 17.2.0 e1d6a67b021e ed3aa1bf1694 2023-11-03T10:40:50.778 INFO:teuthology.orchestra.run.smithi077.stdout:osd.7 smithi145 running (6m) 3m ago 6m 759M 2712M 17.2.0 e1d6a67b021e 7b07331ce554 2023-11-03T10:40:50.778 INFO:teuthology.orchestra.run.smithi077.stdout:prometheus.smithi077 smithi077 *:9095 starting - - - - 2023-11-03T10:40:51.033 INFO:teuthology.orchestra.run.smithi077.stdout: 5 104897 9.00 MB/sec execute 194 sec latency 126.707 ms 2023-11-03T10:40:51.308 INFO:teuthology.orchestra.run.smithi077.stdout:{ 2023-11-03T10:40:51.308 INFO:teuthology.orchestra.run.smithi077.stdout: "mon": { 2023-11-03T10:40:51.308 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-03T10:40:51.308 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2023-11-03T10:40:51.308 INFO:teuthology.orchestra.run.smithi077.stdout: "mgr": { 2023-11-03T10:40:51.309 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-03T10:40:51.309 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 18.0.0-6983-g054a55d1 (054a55d156d3a2f0db54aab582507ae7417905e5) reef (dev)": 1 2023-11-03T10:40:51.309 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2023-11-03T10:40:51.309 INFO:teuthology.orchestra.run.smithi077.stdout: "osd": { 2023-11-03T10:40:51.309 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-03T10:40:51.310 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2023-11-03T10:40:51.310 INFO:teuthology.orchestra.run.smithi077.stdout: "mds": { 2023-11-03T10:40:51.310 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-03T10:40:51.310 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2023-11-03T10:40:51.310 INFO:teuthology.orchestra.run.smithi077.stdout: "overall": { 2023-11-03T10:40:51.311 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-03T10:40:51.311 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 18.0.0-6983-g054a55d1 (054a55d156d3a2f0db54aab582507ae7417905e5) reef (dev)": 1 2023-11-03T10:40:51.311 INFO:teuthology.orchestra.run.smithi077.stdout: } 2023-11-03T10:40:51.311 INFO:teuthology.orchestra.run.smithi077.stdout:} 2023-11-03T10:40:51.682 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:40:51 smithi077 ceph-mon[108342]: from='client.24551 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:40:51.682 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:40:51 smithi077 ceph-mon[108342]: from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:40:51.682 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:40:51 smithi077 ceph-mon[108342]: pgmap v115: 97 pgs: 97 active+clean; 340 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.1 MiB/s wr, 396 op/s 2023-11-03T10:40:51.683 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:40:51 smithi077 ceph-mon[108342]: from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:40:51.683 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:40:51 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/4227246451' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-03T10:40:51.683 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:40:51 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:40:51.742 INFO:teuthology.orchestra.run.smithi077.stdout:{ 2023-11-03T10:40:51.742 INFO:teuthology.orchestra.run.smithi077.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:397420ab791fa892eed1ccbb8a2e502375bb65b7bc2d21b2eaf545c402f955ee", 2023-11-03T10:40:51.743 INFO:teuthology.orchestra.run.smithi077.stdout: "in_progress": true, 2023-11-03T10:40:51.743 INFO:teuthology.orchestra.run.smithi077.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-03T10:40:51.743 INFO:teuthology.orchestra.run.smithi077.stdout: "services_complete": [], 2023-11-03T10:40:51.743 INFO:teuthology.orchestra.run.smithi077.stdout: "progress": "1/23 daemons upgraded", 2023-11-03T10:40:51.743 INFO:teuthology.orchestra.run.smithi077.stdout: "message": "Currently upgrading mgr daemons", 2023-11-03T10:40:51.744 INFO:teuthology.orchestra.run.smithi077.stdout: "is_paused": false 2023-11-03T10:40:51.744 INFO:teuthology.orchestra.run.smithi077.stdout:} 2023-11-03T10:40:52.033 INFO:teuthology.orchestra.run.smithi077.stdout: 5 105162 8.98 MB/sec execute 195 sec latency 127.282 ms 2023-11-03T10:40:52.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:40:51 smithi145 ceph-mon[111069]: from='client.24551 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:40:52.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:40:51 smithi145 ceph-mon[111069]: from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:40:52.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:40:51 smithi145 ceph-mon[111069]: pgmap v115: 97 pgs: 97 active+clean; 340 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.1 MiB/s wr, 396 op/s 2023-11-03T10:40:52.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:40:51 smithi145 ceph-mon[111069]: from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:40:52.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:40:51 smithi145 ceph-mon[111069]: from='client.? 172.21.15.77:0/4227246451' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-03T10:40:52.086 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:40:51 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:40:52.253 INFO:teuthology.orchestra.run.smithi077.stdout:HEALTH_OK 2023-11-03T10:40:52.710 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:40:52 smithi077 ceph-mon[108342]: from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:40:52.710 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:40:52 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/3398188549' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-03T10:40:53.040 INFO:teuthology.orchestra.run.smithi077.stdout: 5 105502 8.99 MB/sec execute 196 sec latency 135.649 ms 2023-11-03T10:40:53.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:40:52 smithi145 ceph-mon[111069]: from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:40:53.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:40:52 smithi145 ceph-mon[111069]: from='client.? 172.21.15.77:0/3398188549' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-03T10:40:53.724 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:40:53 smithi077 ceph-mon[108342]: pgmap v116: 97 pgs: 97 active+clean; 340 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.7 MiB/s wr, 463 op/s 2023-11-03T10:40:54.040 INFO:teuthology.orchestra.run.smithi077.stdout: 5 105854 8.98 MB/sec execute 197 sec latency 123.729 ms 2023-11-03T10:40:54.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:40:53 smithi145 ceph-mon[111069]: pgmap v116: 97 pgs: 97 active+clean; 340 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.7 MiB/s wr, 463 op/s 2023-11-03T10:40:55.040 INFO:teuthology.orchestra.run.smithi077.stdout: 5 106193 8.99 MB/sec execute 198 sec latency 131.816 ms 2023-11-03T10:40:55.775 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:40:55 smithi077 ceph-mon[108342]: pgmap v117: 97 pgs: 97 active+clean; 337 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.1 MiB/s wr, 538 op/s 2023-11-03T10:40:56.040 INFO:teuthology.orchestra.run.smithi077.stdout: 5 106455 8.98 MB/sec execute 199 sec latency 131.150 ms 2023-11-03T10:40:56.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:40:55 smithi145 ceph-mon[111069]: pgmap v117: 97 pgs: 97 active+clean; 337 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.1 MiB/s wr, 538 op/s 2023-11-03T10:40:57.040 INFO:teuthology.orchestra.run.smithi077.stdout: 5 106747 8.99 MB/sec execute 200 sec latency 133.627 ms 2023-11-03T10:40:57.839 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:40:57 smithi077 ceph-mon[108342]: pgmap v118: 97 pgs: 97 active+clean; 337 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.1 MiB/s wr, 387 op/s 2023-11-03T10:40:58.045 INFO:teuthology.orchestra.run.smithi077.stdout: 5 107037 8.98 MB/sec execute 201 sec latency 127.025 ms 2023-11-03T10:40:58.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:40:57 smithi145 ceph-mon[111069]: pgmap v118: 97 pgs: 97 active+clean; 337 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.1 MiB/s wr, 387 op/s 2023-11-03T10:40:59.056 INFO:teuthology.orchestra.run.smithi077.stdout: 5 107293 8.98 MB/sec execute 202 sec latency 141.413 ms 2023-11-03T10:40:59.633 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:40:59 smithi077 ceph-mon[108342]: pgmap v119: 97 pgs: 97 active+clean; 340 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 6.0 MiB/s wr, 567 op/s 2023-11-03T10:40:59.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:40:59 smithi145 ceph-mon[111069]: pgmap v119: 97 pgs: 97 active+clean; 340 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 6.0 MiB/s wr, 567 op/s 2023-11-03T10:41:00.056 INFO:teuthology.orchestra.run.smithi077.stdout: 5 107570 8.99 MB/sec execute 203 sec latency 130.960 ms 2023-11-03T10:41:01.066 INFO:teuthology.orchestra.run.smithi077.stdout: 5 107841 8.96 MB/sec execute 204 sec latency 136.129 ms 2023-11-03T10:41:01.641 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:41:01 smithi077 ceph-mon[108342]: pgmap v120: 97 pgs: 97 active+clean; 340 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.5 MiB/s wr, 360 op/s 2023-11-03T10:41:02.082 INFO:teuthology.orchestra.run.smithi077.stdout: 5 108146 8.94 MB/sec execute 205 sec latency 99.541 ms 2023-11-03T10:41:02.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:41:01 smithi145 ceph-mon[111069]: pgmap v120: 97 pgs: 97 active+clean; 340 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.5 MiB/s wr, 360 op/s 2023-11-03T10:41:03.082 INFO:teuthology.orchestra.run.smithi077.stdout: 5 108382 8.94 MB/sec execute 206 sec latency 108.122 ms 2023-11-03T10:41:03.694 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:41:03 smithi077 ceph-mon[108342]: pgmap v121: 97 pgs: 97 active+clean; 339 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.2 MiB/s wr, 420 op/s 2023-11-03T10:41:04.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:41:03 smithi145 ceph-mon[111069]: pgmap v121: 97 pgs: 97 active+clean; 339 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.2 MiB/s wr, 420 op/s 2023-11-03T10:41:04.087 INFO:teuthology.orchestra.run.smithi077.stdout: 5 108636 8.92 MB/sec execute 207 sec latency 132.417 ms 2023-11-03T10:41:05.087 INFO:teuthology.orchestra.run.smithi077.stdout: 5 108989 8.92 MB/sec execute 208 sec latency 145.168 ms 2023-11-03T10:41:05.755 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:41:05 smithi077 ceph-mon[108342]: pgmap v122: 97 pgs: 97 active+clean; 338 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 4.6 MiB/s wr, 460 op/s 2023-11-03T10:41:06.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:41:05 smithi145 ceph-mon[111069]: pgmap v122: 97 pgs: 97 active+clean; 338 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 4.6 MiB/s wr, 460 op/s 2023-11-03T10:41:06.087 INFO:teuthology.orchestra.run.smithi077.stdout: 5 109346 8.91 MB/sec execute 209 sec latency 138.756 ms 2023-11-03T10:41:06.779 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:41:06 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:41:07.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:41:06 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:41:07.087 INFO:teuthology.orchestra.run.smithi077.stdout: 5 109577 8.89 MB/sec execute 210 sec latency 120.357 ms 2023-11-03T10:41:07.790 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:41:07 smithi077 ceph-mon[108342]: pgmap v123: 97 pgs: 97 active+clean; 338 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.6 MiB/s wr, 347 op/s 2023-11-03T10:41:08.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:41:07 smithi145 ceph-mon[111069]: pgmap v123: 97 pgs: 97 active+clean; 338 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.6 MiB/s wr, 347 op/s 2023-11-03T10:41:08.087 INFO:teuthology.orchestra.run.smithi077.stdout: 5 109880 8.92 MB/sec execute 211 sec latency 137.984 ms 2023-11-03T10:41:09.096 INFO:teuthology.orchestra.run.smithi077.stdout: 5 110294 8.93 MB/sec execute 212 sec latency 207.865 ms 2023-11-03T10:41:09.581 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:41:09 smithi077 ceph-mon[108342]: pgmap v124: 97 pgs: 97 active+clean; 332 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.3 MiB/s wr, 524 op/s 2023-11-03T10:41:09.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:41:09 smithi145 ceph-mon[111069]: pgmap v124: 97 pgs: 97 active+clean; 332 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.3 MiB/s wr, 524 op/s 2023-11-03T10:41:10.096 INFO:teuthology.orchestra.run.smithi077.stdout: 5 110614 8.93 MB/sec execute 213 sec latency 153.380 ms 2023-11-03T10:41:11.096 INFO:teuthology.orchestra.run.smithi077.stdout: 5 110875 8.93 MB/sec execute 214 sec latency 131.530 ms 2023-11-03T10:41:11.658 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:41:11 smithi077 ceph-mon[108342]: pgmap v125: 97 pgs: 97 active+clean; 332 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 344 op/s 2023-11-03T10:41:12.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:41:11 smithi145 ceph-mon[111069]: pgmap v125: 97 pgs: 97 active+clean; 332 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 344 op/s 2023-11-03T10:41:12.132 INFO:teuthology.orchestra.run.smithi077.stdout: 5 111176 8.93 MB/sec execute 215 sec latency 157.717 ms 2023-11-03T10:41:13.096 INFO:teuthology.orchestra.run.smithi077.stdout: 5 111546 8.92 MB/sec execute 216 sec latency 126.453 ms 2023-11-03T10:41:13.687 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:41:13 smithi077 ceph-mon[108342]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi077.iwfrkz on host smithi077 failed. 2023-11-03T10:41:13.687 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:41:13 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:41:13.688 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:41:13 smithi077 ceph-mon[108342]: pgmap v126: 97 pgs: 97 active+clean; 332 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.4 MiB/s wr, 347 op/s 2023-11-03T10:41:13.688 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:41:13 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:41:13.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:41:13 smithi145 ceph-mon[111069]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi077.iwfrkz on host smithi077 failed. 2023-11-03T10:41:13.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:41:13 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:41:13.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:41:13 smithi145 ceph-mon[111069]: pgmap v126: 97 pgs: 97 active+clean; 332 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.4 MiB/s wr, 347 op/s 2023-11-03T10:41:13.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:41:13 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:41:14.102 INFO:teuthology.orchestra.run.smithi077.stdout: 5 111835 8.90 MB/sec execute 217 sec latency 131.643 ms 2023-11-03T10:41:14.709 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:41:14 smithi077 ceph-mon[108342]: Health check failed: Upgrading daemon mgr.smithi077.iwfrkz on host smithi077 failed. (UPGRADE_REDEPLOY_DAEMON) 2023-11-03T10:41:14.820 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:41:14 smithi145 ceph-mon[111069]: Health check failed: Upgrading daemon mgr.smithi077.iwfrkz on host smithi077 failed. (UPGRADE_REDEPLOY_DAEMON) 2023-11-03T10:41:15.102 INFO:teuthology.orchestra.run.smithi077.stdout: 5 112207 8.92 MB/sec execute 218 sec latency 126.799 ms 2023-11-03T10:41:15.716 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:41:15 smithi077 ceph-mon[108342]: pgmap v127: 97 pgs: 97 active+clean; 337 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.9 MiB/s wr, 482 op/s 2023-11-03T10:41:15.716 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:41:15 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:41:15.716 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:41:15 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:41:15.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:41:15 smithi145 ceph-mon[111069]: pgmap v127: 97 pgs: 97 active+clean; 337 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.9 MiB/s wr, 482 op/s 2023-11-03T10:41:15.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:41:15 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:41:15.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:41:15 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:41:16.110 INFO:teuthology.orchestra.run.smithi077.stdout: 5 112582 8.89 MB/sec execute 219 sec latency 129.633 ms 2023-11-03T10:41:17.120 INFO:teuthology.orchestra.run.smithi077.stdout: 5 112914 8.89 MB/sec execute 220 sec latency 126.391 ms 2023-11-03T10:41:17.793 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:41:17 smithi077 ceph-mon[108342]: pgmap v128: 97 pgs: 97 active+clean; 337 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.9 MiB/s wr, 373 op/s 2023-11-03T10:41:17.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:41:17 smithi145 ceph-mon[111069]: pgmap v128: 97 pgs: 97 active+clean; 337 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.9 MiB/s wr, 373 op/s 2023-11-03T10:41:18.120 INFO:teuthology.orchestra.run.smithi077.stdout: 5 113279 8.91 MB/sec execute 221 sec latency 125.921 ms 2023-11-03T10:41:19.120 INFO:teuthology.orchestra.run.smithi077.stdout: 5 113552 8.92 MB/sec execute 222 sec latency 132.350 ms 2023-11-03T10:41:19.636 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:41:19 smithi077 ceph-mon[108342]: pgmap v129: 97 pgs: 97 active+clean; 334 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.8 MiB/s wr, 583 op/s 2023-11-03T10:41:19.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:41:19 smithi145 ceph-mon[111069]: pgmap v129: 97 pgs: 97 active+clean; 334 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.8 MiB/s wr, 583 op/s 2023-11-03T10:41:20.120 INFO:teuthology.orchestra.run.smithi077.stdout: 5 113872 8.92 MB/sec execute 223 sec latency 125.791 ms 2023-11-03T10:41:21.120 INFO:teuthology.orchestra.run.smithi077.stdout: 5 114149 8.91 MB/sec execute 224 sec latency 123.496 ms 2023-11-03T10:41:21.713 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:41:21 smithi077 ceph-mon[108342]: pgmap v130: 97 pgs: 97 active+clean; 334 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.1 MiB/s wr, 404 op/s 2023-11-03T10:41:21.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:41:21 smithi145 ceph-mon[111069]: pgmap v130: 97 pgs: 97 active+clean; 334 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.1 MiB/s wr, 404 op/s 2023-11-03T10:41:22.120 INFO:teuthology.orchestra.run.smithi077.stdout: 5 114559 8.94 MB/sec execute 225 sec latency 146.159 ms 2023-11-03T10:41:22.718 INFO:teuthology.orchestra.run.smithi077.stdout:true 2023-11-03T10:41:22.723 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:41:22 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:41:22.724 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:41:22 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:41:23.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:41:22 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:41:23.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:41:22 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:41:23.120 INFO:teuthology.orchestra.run.smithi077.stdout: 5 114816 8.93 MB/sec execute 226 sec latency 131.317 ms 2023-11-03T10:41:23.147 INFO:teuthology.orchestra.run.smithi077.stdout:"Error: UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi077.iwfrkz on host smithi077 failed." 2023-11-03T10:41:23.748 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:41:23 smithi077 ceph-mon[108342]: pgmap v131: 97 pgs: 97 active+clean; 334 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.1 MiB/s wr, 404 op/s 2023-11-03T10:41:23.749 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:41:23 smithi077 ceph-mon[108342]: from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:41:24.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:41:23 smithi145 ceph-mon[111069]: pgmap v131: 97 pgs: 97 active+clean; 334 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.1 MiB/s wr, 404 op/s 2023-11-03T10:41:24.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:41:23 smithi145 ceph-mon[111069]: from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:41:24.120 INFO:teuthology.orchestra.run.smithi077.stdout: 5 115120 8.91 MB/sec execute 227 sec latency 149.056 ms 2023-11-03T10:41:24.762 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:41:24 smithi077 ceph-mon[108342]: from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:41:25.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:41:24 smithi145 ceph-mon[111069]: from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:41:25.120 INFO:teuthology.orchestra.run.smithi077.stdout: 5 115472 8.90 MB/sec execute 228 sec latency 127.036 ms 2023-11-03T10:41:25.805 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:41:25 smithi077 ceph-mon[108342]: pgmap v132: 97 pgs: 97 active+clean; 343 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 6.3 MiB/s wr, 590 op/s 2023-11-03T10:41:26.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:41:25 smithi145 ceph-mon[111069]: pgmap v132: 97 pgs: 97 active+clean; 343 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 6.3 MiB/s wr, 590 op/s 2023-11-03T10:41:26.129 INFO:teuthology.orchestra.run.smithi077.stdout: 5 115759 8.90 MB/sec execute 229 sec latency 136.084 ms 2023-11-03T10:41:27.129 INFO:teuthology.orchestra.run.smithi077.stdout: 5 116134 8.91 MB/sec execute 230 sec latency 126.954 ms 2023-11-03T10:41:27.872 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:41:27 smithi077 ceph-mon[108342]: pgmap v133: 97 pgs: 97 active+clean; 343 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 396 op/s 2023-11-03T10:41:28.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:41:27 smithi145 ceph-mon[111069]: pgmap v133: 97 pgs: 97 active+clean; 343 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 396 op/s 2023-11-03T10:41:28.129 INFO:teuthology.orchestra.run.smithi077.stdout: 5 116520 8.91 MB/sec execute 231 sec latency 127.182 ms 2023-11-03T10:41:29.131 INFO:teuthology.orchestra.run.smithi077.stdout: 5 116864 8.91 MB/sec execute 232 sec latency 117.417 ms 2023-11-03T10:41:29.911 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:41:29 smithi077 ceph-mon[108342]: pgmap v134: 97 pgs: 97 active+clean; 338 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.6 KiB/s rd, 5.9 MiB/s wr, 597 op/s 2023-11-03T10:41:30.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:41:29 smithi145 ceph-mon[111069]: pgmap v134: 97 pgs: 97 active+clean; 338 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.6 KiB/s rd, 5.9 MiB/s wr, 597 op/s 2023-11-03T10:41:30.131 INFO:teuthology.orchestra.run.smithi077.stdout: 5 117221 8.92 MB/sec execute 233 sec latency 137.333 ms 2023-11-03T10:41:31.135 INFO:teuthology.orchestra.run.smithi077.stdout: 5 117505 8.91 MB/sec execute 234 sec latency 133.925 ms 2023-11-03T10:41:31.711 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:41:31 smithi077 ceph-mon[108342]: pgmap v135: 97 pgs: 97 active+clean; 338 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 389 op/s 2023-11-03T10:41:32.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:41:31 smithi145 ceph-mon[111069]: pgmap v135: 97 pgs: 97 active+clean; 338 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 389 op/s 2023-11-03T10:41:32.135 INFO:teuthology.orchestra.run.smithi077.stdout: 5 117792 8.91 MB/sec execute 235 sec latency 123.461 ms 2023-11-03T10:41:33.135 INFO:teuthology.orchestra.run.smithi077.stdout: 5 118085 8.92 MB/sec execute 236 sec latency 125.434 ms 2023-11-03T10:41:33.786 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:41:33 smithi077 ceph-mon[108342]: pgmap v136: 97 pgs: 97 active+clean; 338 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 389 op/s 2023-11-03T10:41:34.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:41:33 smithi145 ceph-mon[111069]: pgmap v136: 97 pgs: 97 active+clean; 338 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 389 op/s 2023-11-03T10:41:34.135 INFO:teuthology.orchestra.run.smithi077.stdout: 5 118359 8.91 MB/sec execute 237 sec latency 134.624 ms 2023-11-03T10:41:35.135 INFO:teuthology.orchestra.run.smithi077.stdout: 5 118665 8.90 MB/sec execute 238 sec latency 130.604 ms 2023-11-03T10:41:35.819 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:41:35 smithi077 ceph-mon[108342]: pgmap v137: 97 pgs: 97 active+clean; 336 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.2 MiB/s wr, 583 op/s 2023-11-03T10:41:36.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:41:35 smithi145 ceph-mon[111069]: pgmap v137: 97 pgs: 97 active+clean; 336 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.2 MiB/s wr, 583 op/s 2023-11-03T10:41:36.135 INFO:teuthology.orchestra.run.smithi077.stdout: 5 118935 8.89 MB/sec execute 239 sec latency 117.608 ms 2023-11-03T10:41:36.848 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:41:36 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:41:37.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:41:36 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:41:37.135 INFO:teuthology.orchestra.run.smithi077.stdout: 5 119229 8.88 MB/sec execute 240 sec latency 140.232 ms 2023-11-03T10:41:37.867 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:41:37 smithi077 ceph-mon[108342]: pgmap v138: 97 pgs: 97 active+clean; 336 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 395 op/s 2023-11-03T10:41:38.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:41:37 smithi145 ceph-mon[111069]: pgmap v138: 97 pgs: 97 active+clean; 336 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 395 op/s 2023-11-03T10:41:38.135 INFO:teuthology.orchestra.run.smithi077.stdout: 5 119538 8.88 MB/sec execute 241 sec latency 129.962 ms 2023-11-03T10:41:39.145 INFO:teuthology.orchestra.run.smithi077.stdout: 5 119907 8.88 MB/sec execute 242 sec latency 124.064 ms 2023-11-03T10:41:39.735 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:41:39 smithi077 ceph-mon[108342]: pgmap v139: 97 pgs: 97 active+clean; 338 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.8 MiB/s wr, 573 op/s 2023-11-03T10:41:40.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:41:39 smithi145 ceph-mon[111069]: pgmap v139: 97 pgs: 97 active+clean; 338 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.8 MiB/s wr, 573 op/s 2023-11-03T10:41:40.145 INFO:teuthology.orchestra.run.smithi077.stdout: 5 120274 8.89 MB/sec execute 243 sec latency 126.581 ms 2023-11-03T10:41:41.145 INFO:teuthology.orchestra.run.smithi077.stdout: 5 120591 8.88 MB/sec execute 244 sec latency 126.609 ms 2023-11-03T10:41:41.950 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:41:41 smithi077 ceph-mon[108342]: pgmap v140: 97 pgs: 97 active+clean; 338 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.0 MiB/s wr, 372 op/s 2023-11-03T10:41:42.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:41:41 smithi145 ceph-mon[111069]: pgmap v140: 97 pgs: 97 active+clean; 338 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.0 MiB/s wr, 372 op/s 2023-11-03T10:41:42.145 INFO:teuthology.orchestra.run.smithi077.stdout: 5 120961 8.89 MB/sec execute 245 sec latency 133.348 ms 2023-11-03T10:41:43.145 INFO:teuthology.orchestra.run.smithi077.stdout: 5 121255 8.90 MB/sec execute 246 sec latency 137.640 ms 2023-11-03T10:41:43.742 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:41:43 smithi077 ceph-mon[108342]: pgmap v141: 97 pgs: 97 active+clean; 338 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.0 MiB/s wr, 372 op/s 2023-11-03T10:41:44.086 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:41:43 smithi145 ceph-mon[111069]: pgmap v141: 97 pgs: 97 active+clean; 338 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.0 MiB/s wr, 372 op/s 2023-11-03T10:41:44.145 INFO:teuthology.orchestra.run.smithi077.stdout: 5 121529 8.90 MB/sec execute 247 sec latency 135.197 ms 2023-11-03T10:41:45.145 INFO:teuthology.orchestra.run.smithi077.stdout: 5 121804 8.89 MB/sec execute 248 sec latency 123.257 ms 2023-11-03T10:41:45.800 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:41:45 smithi077 ceph-mon[108342]: pgmap v142: 97 pgs: 97 active+clean; 337 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 6.0 MiB/s wr, 573 op/s 2023-11-03T10:41:46.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:41:45 smithi145 ceph-mon[111069]: pgmap v142: 97 pgs: 97 active+clean; 337 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 6.0 MiB/s wr, 573 op/s 2023-11-03T10:41:46.145 INFO:teuthology.orchestra.run.smithi077.stdout: 5 122034 8.89 MB/sec execute 249 sec latency 148.992 ms 2023-11-03T10:41:47.145 INFO:teuthology.orchestra.run.smithi077.stdout: 5 122268 8.87 MB/sec execute 250 sec latency 123.718 ms 2023-11-03T10:41:47.847 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:41:47 smithi077 ceph-mon[108342]: pgmap v143: 97 pgs: 97 active+clean; 337 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 379 op/s 2023-11-03T10:41:48.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:41:47 smithi145 ceph-mon[111069]: pgmap v143: 97 pgs: 97 active+clean; 337 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 379 op/s 2023-11-03T10:41:48.145 INFO:teuthology.orchestra.run.smithi077.stdout: 5 122508 8.85 MB/sec execute 251 sec latency 94.559 ms 2023-11-03T10:41:49.145 INFO:teuthology.orchestra.run.smithi077.stdout: 5 122778 8.83 MB/sec execute 252 sec latency 129.930 ms 2023-11-03T10:41:49.882 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:41:49 smithi077 ceph-mon[108342]: pgmap v144: 97 pgs: 97 active+clean; 338 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.5 MiB/s wr, 542 op/s 2023-11-03T10:41:50.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:41:49 smithi145 ceph-mon[111069]: pgmap v144: 97 pgs: 97 active+clean; 338 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.5 MiB/s wr, 542 op/s 2023-11-03T10:41:50.145 INFO:teuthology.orchestra.run.smithi077.stdout: 5 123027 8.81 MB/sec execute 253 sec latency 126.461 ms 2023-11-03T10:41:51.152 INFO:teuthology.orchestra.run.smithi077.stdout: 5 123372 8.82 MB/sec execute 254 sec latency 126.805 ms 2023-11-03T10:41:51.942 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:41:51 smithi077 ceph-mon[108342]: pgmap v145: 97 pgs: 97 active+clean; 338 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.7 MiB/s wr, 364 op/s 2023-11-03T10:41:51.942 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:41:51 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:41:52.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:41:51 smithi145 ceph-mon[111069]: pgmap v145: 97 pgs: 97 active+clean; 338 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.7 MiB/s wr, 364 op/s 2023-11-03T10:41:52.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:41:51 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:41:52.152 INFO:teuthology.orchestra.run.smithi077.stdout: 5 123741 8.84 MB/sec execute 255 sec latency 105.367 ms 2023-11-03T10:41:53.153 INFO:teuthology.orchestra.run.smithi077.stdout: 5 124030 8.83 MB/sec execute 256 sec latency 89.521 ms 2023-11-03T10:41:54.017 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:41:53 smithi077 ceph-mon[108342]: pgmap v146: 97 pgs: 97 active+clean; 338 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.7 MiB/s wr, 364 op/s 2023-11-03T10:41:54.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:41:53 smithi145 ceph-mon[111069]: pgmap v146: 97 pgs: 97 active+clean; 338 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.7 MiB/s wr, 364 op/s 2023-11-03T10:41:54.152 INFO:teuthology.orchestra.run.smithi077.stdout: 5 124279 8.82 MB/sec execute 257 sec latency 138.708 ms 2023-11-03T10:41:55.153 INFO:teuthology.orchestra.run.smithi077.stdout: 5 124603 8.83 MB/sec execute 258 sec latency 135.984 ms 2023-11-03T10:41:55.802 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:41:55 smithi077 ceph-mon[108342]: pgmap v147: 97 pgs: 97 active+clean; 332 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.3 MiB/s wr, 541 op/s 2023-11-03T10:41:56.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:41:55 smithi145 ceph-mon[111069]: pgmap v147: 97 pgs: 97 active+clean; 332 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.3 MiB/s wr, 541 op/s 2023-11-03T10:41:56.155 INFO:teuthology.orchestra.run.smithi077.stdout: 5 124892 8.83 MB/sec execute 259 sec latency 129.631 ms 2023-11-03T10:41:57.156 INFO:teuthology.orchestra.run.smithi077.stdout: 5 125183 8.84 MB/sec execute 260 sec latency 132.783 ms 2023-11-03T10:41:57.861 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:41:57 smithi077 ceph-mon[108342]: pgmap v148: 97 pgs: 97 active+clean; 332 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.2 MiB/s wr, 339 op/s 2023-11-03T10:41:58.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:41:57 smithi145 ceph-mon[111069]: pgmap v148: 97 pgs: 97 active+clean; 332 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.2 MiB/s wr, 339 op/s 2023-11-03T10:41:58.165 INFO:teuthology.orchestra.run.smithi077.stdout: 5 125426 8.82 MB/sec execute 261 sec latency 126.661 ms 2023-11-03T10:41:59.165 INFO:teuthology.orchestra.run.smithi077.stdout: 5 125686 8.81 MB/sec execute 262 sec latency 140.283 ms 2023-11-03T10:41:59.650 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:41:59 smithi077 ceph-mon[108342]: pgmap v149: 97 pgs: 97 active+clean; 341 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.3 MiB/s wr, 511 op/s 2023-11-03T10:41:59.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:41:59 smithi145 ceph-mon[111069]: pgmap v149: 97 pgs: 97 active+clean; 341 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.3 MiB/s wr, 511 op/s 2023-11-03T10:42:00.165 INFO:teuthology.orchestra.run.smithi077.stdout: 5 125898 8.79 MB/sec execute 263 sec latency 130.612 ms 2023-11-03T10:42:01.166 INFO:teuthology.orchestra.run.smithi077.stdout: 5 126160 8.78 MB/sec execute 264 sec latency 145.447 ms 2023-11-03T10:42:01.555 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:42:01 smithi077 ceph-mon[108342]: pgmap v150: 97 pgs: 97 active+clean; 341 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.7 MiB/s wr, 348 op/s 2023-11-03T10:42:01.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:42:01 smithi145 ceph-mon[111069]: pgmap v150: 97 pgs: 97 active+clean; 341 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.7 MiB/s wr, 348 op/s 2023-11-03T10:42:02.166 INFO:teuthology.orchestra.run.smithi077.stdout: 5 126434 8.77 MB/sec execute 265 sec latency 121.007 ms 2023-11-03T10:42:03.166 INFO:teuthology.orchestra.run.smithi077.stdout: 5 126737 8.77 MB/sec execute 266 sec latency 135.523 ms 2023-11-03T10:42:03.603 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:42:03 smithi077 ceph-mon[108342]: pgmap v151: 97 pgs: 97 active+clean; 341 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.7 MiB/s wr, 348 op/s 2023-11-03T10:42:03.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:42:03 smithi145 ceph-mon[111069]: pgmap v151: 97 pgs: 97 active+clean; 341 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.7 MiB/s wr, 348 op/s 2023-11-03T10:42:04.166 INFO:teuthology.orchestra.run.smithi077.stdout: 5 127041 8.76 MB/sec execute 267 sec latency 116.555 ms 2023-11-03T10:42:05.167 INFO:teuthology.orchestra.run.smithi077.stdout: 5 127358 8.77 MB/sec execute 268 sec latency 134.349 ms 2023-11-03T10:42:05.683 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:42:05 smithi077 ceph-mon[108342]: pgmap v152: 97 pgs: 97 active+clean; 331 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.0 MiB/s wr, 510 op/s 2023-11-03T10:42:05.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:42:05 smithi145 ceph-mon[111069]: pgmap v152: 97 pgs: 97 active+clean; 331 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.0 MiB/s wr, 510 op/s 2023-11-03T10:42:06.167 INFO:teuthology.orchestra.run.smithi077.stdout: 5 127678 8.77 MB/sec execute 269 sec latency 123.610 ms 2023-11-03T10:42:07.167 INFO:teuthology.orchestra.run.smithi077.stdout: 5 127969 8.77 MB/sec execute 270 sec latency 126.577 ms 2023-11-03T10:42:07.738 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:42:07 smithi077 ceph-mon[108342]: pgmap v153: 97 pgs: 97 active+clean; 331 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.4 MiB/s wr, 333 op/s 2023-11-03T10:42:07.738 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:42:07 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:42:07.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:42:07 smithi145 ceph-mon[111069]: pgmap v153: 97 pgs: 97 active+clean; 331 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.4 MiB/s wr, 333 op/s 2023-11-03T10:42:07.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:42:07 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:42:08.167 INFO:teuthology.orchestra.run.smithi077.stdout: 5 128293 8.78 MB/sec execute 271 sec latency 136.635 ms 2023-11-03T10:42:09.167 INFO:teuthology.orchestra.run.smithi077.stdout: 5 128545 8.78 MB/sec execute 272 sec latency 145.304 ms 2023-11-03T10:42:09.786 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:42:09 smithi077 ceph-mon[108342]: pgmap v154: 97 pgs: 97 active+clean; 334 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.4 MiB/s wr, 512 op/s 2023-11-03T10:42:09.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:42:09 smithi145 ceph-mon[111069]: pgmap v154: 97 pgs: 97 active+clean; 334 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.4 MiB/s wr, 512 op/s 2023-11-03T10:42:10.167 INFO:teuthology.orchestra.run.smithi077.stdout: 5 128825 8.77 MB/sec execute 273 sec latency 141.325 ms 2023-11-03T10:42:11.167 INFO:teuthology.orchestra.run.smithi077.stdout: 5 129052 8.77 MB/sec execute 274 sec latency 146.224 ms 2023-11-03T10:42:11.597 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:42:11 smithi077 ceph-mon[108342]: pgmap v155: 97 pgs: 97 active+clean; 334 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.3 MiB/s wr, 340 op/s 2023-11-03T10:42:11.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:42:11 smithi145 ceph-mon[111069]: pgmap v155: 97 pgs: 97 active+clean; 334 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.3 MiB/s wr, 340 op/s 2023-11-03T10:42:12.167 INFO:teuthology.orchestra.run.smithi077.stdout: 5 129263 8.75 MB/sec execute 275 sec latency 146.752 ms 2023-11-03T10:42:13.167 INFO:teuthology.orchestra.run.smithi077.stdout: 5 129471 8.74 MB/sec execute 276 sec latency 129.408 ms 2023-11-03T10:42:13.646 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:42:13 smithi077 ceph-mon[108342]: pgmap v156: 97 pgs: 97 active+clean; 334 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.3 MiB/s wr, 340 op/s 2023-11-03T10:42:14.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:42:13 smithi145 ceph-mon[111069]: pgmap v156: 97 pgs: 97 active+clean; 334 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.3 MiB/s wr, 340 op/s 2023-11-03T10:42:14.167 INFO:teuthology.orchestra.run.smithi077.stdout: 5 129782 8.72 MB/sec execute 277 sec latency 120.969 ms 2023-11-03T10:42:15.167 INFO:teuthology.orchestra.run.smithi077.stdout: 5 129999 8.71 MB/sec execute 278 sec latency 120.830 ms 2023-11-03T10:42:15.730 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:42:15 smithi077 ceph-mon[108342]: pgmap v157: 97 pgs: 97 active+clean; 335 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.0 MiB/s wr, 500 op/s 2023-11-03T10:42:16.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:42:15 smithi145 ceph-mon[111069]: pgmap v157: 97 pgs: 97 active+clean; 335 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.0 MiB/s wr, 500 op/s 2023-11-03T10:42:16.167 INFO:teuthology.orchestra.run.smithi077.stdout: 5 130359 8.70 MB/sec execute 279 sec latency 127.741 ms 2023-11-03T10:42:17.167 INFO:teuthology.orchestra.run.smithi077.stdout: 5 130679 8.71 MB/sec execute 280 sec latency 138.172 ms 2023-11-03T10:42:17.752 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:42:17 smithi077 ceph-mon[108342]: pgmap v158: 97 pgs: 97 active+clean; 335 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 338 op/s 2023-11-03T10:42:18.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:42:17 smithi145 ceph-mon[111069]: pgmap v158: 97 pgs: 97 active+clean; 335 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 338 op/s 2023-11-03T10:42:18.167 INFO:teuthology.orchestra.run.smithi077.stdout: 5 130991 8.71 MB/sec execute 281 sec latency 130.418 ms 2023-11-03T10:42:19.167 INFO:teuthology.orchestra.run.smithi077.stdout: 5 131366 8.71 MB/sec execute 282 sec latency 121.790 ms 2023-11-03T10:42:19.810 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:42:19 smithi077 ceph-mon[108342]: pgmap v159: 97 pgs: 97 active+clean; 332 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.2 MiB/s wr, 514 op/s 2023-11-03T10:42:20.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:42:19 smithi145 ceph-mon[111069]: pgmap v159: 97 pgs: 97 active+clean; 332 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.2 MiB/s wr, 514 op/s 2023-11-03T10:42:20.167 INFO:teuthology.orchestra.run.smithi077.stdout: 5 131594 8.71 MB/sec execute 283 sec latency 130.253 ms 2023-11-03T10:42:21.167 INFO:teuthology.orchestra.run.smithi077.stdout: 5 131769 8.70 MB/sec execute 284 sec latency 126.971 ms 2023-11-03T10:42:21.831 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:42:21 smithi077 ceph-mon[108342]: pgmap v160: 97 pgs: 97 active+clean; 332 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.3 MiB/s wr, 336 op/s 2023-11-03T10:42:21.831 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:42:21 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:42:22.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:42:21 smithi145 ceph-mon[111069]: pgmap v160: 97 pgs: 97 active+clean; 332 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.3 MiB/s wr, 336 op/s 2023-11-03T10:42:22.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:42:21 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:42:22.172 INFO:teuthology.orchestra.run.smithi077.stdout: 5 132041 8.71 MB/sec execute 285 sec latency 123.757 ms 2023-11-03T10:42:23.174 INFO:teuthology.orchestra.run.smithi077.stdout: 5 132302 8.69 MB/sec execute 286 sec latency 152.150 ms 2023-11-03T10:42:23.899 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:42:23 smithi077 ceph-mon[108342]: pgmap v161: 97 pgs: 97 active+clean; 332 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.3 MiB/s wr, 336 op/s 2023-11-03T10:42:24.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:42:23 smithi145 ceph-mon[111069]: pgmap v161: 97 pgs: 97 active+clean; 332 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.3 MiB/s wr, 336 op/s 2023-11-03T10:42:24.174 INFO:teuthology.orchestra.run.smithi077.stdout: 5 132560 8.69 MB/sec execute 287 sec latency 127.629 ms 2023-11-03T10:42:25.174 INFO:teuthology.orchestra.run.smithi077.stdout: 5 132771 8.69 MB/sec execute 288 sec latency 125.335 ms 2023-11-03T10:42:25.707 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:42:25 smithi077 ceph-mon[108342]: pgmap v162: 97 pgs: 97 active+clean; 341 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.1 MiB/s wr, 491 op/s 2023-11-03T10:42:26.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:42:25 smithi145 ceph-mon[111069]: pgmap v162: 97 pgs: 97 active+clean; 341 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.1 MiB/s wr, 491 op/s 2023-11-03T10:42:26.181 INFO:teuthology.orchestra.run.smithi077.stdout: 5 133022 8.68 MB/sec execute 289 sec latency 220.491 ms 2023-11-03T10:42:27.186 INFO:teuthology.orchestra.run.smithi077.stdout: 5 133462 8.66 MB/sec execute 290 sec latency 126.689 ms 2023-11-03T10:42:27.749 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:42:27 smithi077 ceph-mon[108342]: pgmap v163: 97 pgs: 97 active+clean; 341 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.4 MiB/s wr, 331 op/s 2023-11-03T10:42:28.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:42:27 smithi145 ceph-mon[111069]: pgmap v163: 97 pgs: 97 active+clean; 341 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.4 MiB/s wr, 331 op/s 2023-11-03T10:42:28.186 INFO:teuthology.orchestra.run.smithi077.stdout: 5 133804 8.65 MB/sec execute 291 sec latency 127.200 ms 2023-11-03T10:42:29.187 INFO:teuthology.orchestra.run.smithi077.stdout: 5 134127 8.67 MB/sec execute 292 sec latency 148.039 ms 2023-11-03T10:42:29.785 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:42:29 smithi077 ceph-mon[108342]: pgmap v164: 97 pgs: 97 active+clean; 336 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.9 MiB/s wr, 506 op/s 2023-11-03T10:42:30.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:42:29 smithi145 ceph-mon[111069]: pgmap v164: 97 pgs: 97 active+clean; 336 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.9 MiB/s wr, 506 op/s 2023-11-03T10:42:30.186 INFO:teuthology.orchestra.run.smithi077.stdout: 5 134535 8.69 MB/sec execute 293 sec latency 145.887 ms 2023-11-03T10:42:31.186 INFO:teuthology.orchestra.run.smithi077.stdout: 5 135004 8.71 MB/sec execute 294 sec latency 123.987 ms 2023-11-03T10:42:31.802 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:42:31 smithi077 ceph-mon[108342]: pgmap v165: 97 pgs: 97 active+clean; 336 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.4 MiB/s wr, 330 op/s 2023-11-03T10:42:32.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:42:31 smithi145 ceph-mon[111069]: pgmap v165: 97 pgs: 97 active+clean; 336 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.4 MiB/s wr, 330 op/s 2023-11-03T10:42:32.186 INFO:teuthology.orchestra.run.smithi077.stdout: 5 135248 8.69 MB/sec execute 295 sec latency 146.047 ms 2023-11-03T10:42:33.186 INFO:teuthology.orchestra.run.smithi077.stdout: 5 135467 8.69 MB/sec execute 296 sec latency 139.939 ms 2023-11-03T10:42:33.850 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:42:33 smithi077 ceph-mon[108342]: pgmap v166: 97 pgs: 97 active+clean; 336 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.4 MiB/s wr, 330 op/s 2023-11-03T10:42:34.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:42:33 smithi145 ceph-mon[111069]: pgmap v166: 97 pgs: 97 active+clean; 336 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.4 MiB/s wr, 330 op/s 2023-11-03T10:42:34.190 INFO:teuthology.orchestra.run.smithi077.stdout: 5 135860 8.69 MB/sec execute 297 sec latency 124.837 ms 2023-11-03T10:42:35.190 INFO:teuthology.orchestra.run.smithi077.stdout: 5 136191 8.70 MB/sec execute 298 sec latency 130.068 ms 2023-11-03T10:42:35.880 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:42:35 smithi077 ceph-mon[108342]: pgmap v167: 97 pgs: 97 active+clean; 340 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.7 MiB/s wr, 536 op/s 2023-11-03T10:42:36.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:42:35 smithi145 ceph-mon[111069]: pgmap v167: 97 pgs: 97 active+clean; 340 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.7 MiB/s wr, 536 op/s 2023-11-03T10:42:36.190 INFO:teuthology.orchestra.run.smithi077.stdout: 5 136566 8.71 MB/sec execute 299 sec latency 129.507 ms 2023-11-03T10:42:36.892 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:42:36 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:42:37.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:42:36 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:42:37.190 INFO:teuthology.orchestra.run.smithi077.stdout: 5 136879 8.69 MB/sec execute 300 sec latency 126.965 ms 2023-11-03T10:42:37.911 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:42:37 smithi077 ceph-mon[108342]: pgmap v168: 97 pgs: 97 active+clean; 340 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 381 op/s 2023-11-03T10:42:38.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:42:37 smithi145 ceph-mon[111069]: pgmap v168: 97 pgs: 97 active+clean; 340 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 381 op/s 2023-11-03T10:42:38.191 INFO:teuthology.orchestra.run.smithi077.stdout: 5 137248 8.68 MB/sec execute 301 sec latency 105.082 ms 2023-11-03T10:42:39.191 INFO:teuthology.orchestra.run.smithi077.stdout: 5 137452 8.66 MB/sec execute 302 sec latency 138.404 ms 2023-11-03T10:42:39.947 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:42:39 smithi077 ceph-mon[108342]: pgmap v169: 97 pgs: 97 active+clean; 336 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.7 MiB/s wr, 587 op/s 2023-11-03T10:42:40.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:42:39 smithi145 ceph-mon[111069]: pgmap v169: 97 pgs: 97 active+clean; 336 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.7 MiB/s wr, 587 op/s 2023-11-03T10:42:40.201 INFO:teuthology.orchestra.run.smithi077.stdout: 5 137814 8.68 MB/sec execute 303 sec latency 108.535 ms 2023-11-03T10:42:41.202 INFO:teuthology.orchestra.run.smithi077.stdout: 5 138256 8.70 MB/sec execute 304 sec latency 137.693 ms 2023-11-03T10:42:41.990 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:42:41 smithi077 ceph-mon[108342]: pgmap v170: 97 pgs: 97 active+clean; 336 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.2 MiB/s wr, 412 op/s 2023-11-03T10:42:42.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:42:41 smithi145 ceph-mon[111069]: pgmap v170: 97 pgs: 97 active+clean; 336 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.2 MiB/s wr, 412 op/s 2023-11-03T10:42:42.201 INFO:teuthology.orchestra.run.smithi077.stdout: 5 138579 8.70 MB/sec execute 305 sec latency 129.759 ms 2023-11-03T10:42:43.202 INFO:teuthology.orchestra.run.smithi077.stdout: 5 138829 8.70 MB/sec execute 306 sec latency 134.457 ms 2023-11-03T10:42:43.776 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:42:43 smithi077 ceph-mon[108342]: pgmap v171: 97 pgs: 97 active+clean; 336 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.2 MiB/s wr, 412 op/s 2023-11-03T10:42:44.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:42:43 smithi145 ceph-mon[111069]: pgmap v171: 97 pgs: 97 active+clean; 336 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.2 MiB/s wr, 412 op/s 2023-11-03T10:42:44.206 INFO:teuthology.orchestra.run.smithi077.stdout: 5 139169 8.70 MB/sec execute 307 sec latency 140.689 ms 2023-11-03T10:42:45.043 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:42:44 smithi077 ceph-mon[108342]: pgmap v172: 97 pgs: 97 active+clean; 339 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.4 MiB/s wr, 609 op/s 2023-11-03T10:42:45.206 INFO:teuthology.orchestra.run.smithi077.stdout: 5 139474 8.69 MB/sec execute 308 sec latency 108.085 ms 2023-11-03T10:42:45.334 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:42:44 smithi145 ceph-mon[111069]: pgmap v172: 97 pgs: 97 active+clean; 339 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.4 MiB/s wr, 609 op/s 2023-11-03T10:42:46.206 INFO:teuthology.orchestra.run.smithi077.stdout: 5 139764 8.70 MB/sec execute 309 sec latency 126.690 ms 2023-11-03T10:42:47.206 INFO:teuthology.orchestra.run.smithi077.stdout: 5 140052 8.70 MB/sec execute 310 sec latency 138.575 ms 2023-11-03T10:42:47.581 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:42:47 smithi077 ceph-mon[108342]: pgmap v173: 97 pgs: 97 active+clean; 339 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.0 MiB/s wr, 403 op/s 2023-11-03T10:42:47.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:42:47 smithi145 ceph-mon[111069]: pgmap v173: 97 pgs: 97 active+clean; 339 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.0 MiB/s wr, 403 op/s 2023-11-03T10:42:48.206 INFO:teuthology.orchestra.run.smithi077.stdout: 5 140353 8.69 MB/sec execute 311 sec latency 131.966 ms 2023-11-03T10:42:49.206 INFO:teuthology.orchestra.run.smithi077.stdout: 5 140746 8.67 MB/sec execute 312 sec latency 129.822 ms 2023-11-03T10:42:49.634 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:42:49 smithi077 ceph-mon[108342]: pgmap v174: 97 pgs: 97 active+clean; 339 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.0 MiB/s wr, 597 op/s 2023-11-03T10:42:50.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:42:49 smithi145 ceph-mon[111069]: pgmap v174: 97 pgs: 97 active+clean; 339 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.0 MiB/s wr, 597 op/s 2023-11-03T10:42:50.206 INFO:teuthology.orchestra.run.smithi077.stdout: 5 141002 8.67 MB/sec execute 313 sec latency 132.643 ms 2023-11-03T10:42:51.207 INFO:teuthology.orchestra.run.smithi077.stdout: 5 141264 8.68 MB/sec execute 314 sec latency 143.364 ms 2023-11-03T10:42:51.701 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:42:51 smithi077 ceph-mon[108342]: pgmap v175: 97 pgs: 97 active+clean; 339 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 390 op/s 2023-11-03T10:42:51.701 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:42:51 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:42:52.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:42:51 smithi145 ceph-mon[111069]: pgmap v175: 97 pgs: 97 active+clean; 339 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 390 op/s 2023-11-03T10:42:52.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:42:51 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:42:52.213 INFO:teuthology.orchestra.run.smithi077.stdout: 5 141555 8.68 MB/sec execute 315 sec latency 126.627 ms 2023-11-03T10:42:53.213 INFO:teuthology.orchestra.run.smithi077.stdout: 5 141867 8.68 MB/sec execute 316 sec latency 164.332 ms 2023-11-03T10:42:53.763 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:42:53 smithi077 ceph-mon[108342]: pgmap v176: 97 pgs: 97 active+clean; 339 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 390 op/s 2023-11-03T10:42:54.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:42:53 smithi145 ceph-mon[111069]: pgmap v176: 97 pgs: 97 active+clean; 339 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 390 op/s 2023-11-03T10:42:54.213 INFO:teuthology.orchestra.run.smithi077.stdout: 5 142088 8.67 MB/sec execute 317 sec latency 120.653 ms 2023-11-03T10:42:55.219 INFO:teuthology.orchestra.run.smithi077.stdout: 5 142382 8.67 MB/sec execute 318 sec latency 126.898 ms 2023-11-03T10:42:55.803 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:42:55 smithi077 ceph-mon[108342]: pgmap v177: 97 pgs: 97 active+clean; 340 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.9 MiB/s wr, 565 op/s 2023-11-03T10:42:56.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:42:55 smithi145 ceph-mon[111069]: pgmap v177: 97 pgs: 97 active+clean; 340 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.9 MiB/s wr, 565 op/s 2023-11-03T10:42:56.220 INFO:teuthology.orchestra.run.smithi077.stdout: 5 142684 8.67 MB/sec execute 319 sec latency 148.090 ms 2023-11-03T10:42:57.221 INFO:teuthology.orchestra.run.smithi077.stdout: 5 142983 8.67 MB/sec execute 320 sec latency 139.380 ms 2023-11-03T10:42:57.851 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:42:57 smithi077 ceph-mon[108342]: pgmap v178: 97 pgs: 97 active+clean; 340 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.7 MiB/s wr, 367 op/s 2023-11-03T10:42:58.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:42:57 smithi145 ceph-mon[111069]: pgmap v178: 97 pgs: 97 active+clean; 340 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.7 MiB/s wr, 367 op/s 2023-11-03T10:42:58.221 INFO:teuthology.orchestra.run.smithi077.stdout: 5 143384 8.69 MB/sec execute 321 sec latency 127.111 ms 2023-11-03T10:42:59.221 INFO:teuthology.orchestra.run.smithi077.stdout: 5 143664 8.67 MB/sec execute 322 sec latency 175.046 ms 2023-11-03T10:42:59.887 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:42:59 smithi077 ceph-mon[108342]: pgmap v179: 97 pgs: 97 active+clean; 345 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.8 MiB/s wr, 541 op/s 2023-11-03T10:43:00.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:42:59 smithi145 ceph-mon[111069]: pgmap v179: 97 pgs: 97 active+clean; 345 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.8 MiB/s wr, 541 op/s 2023-11-03T10:43:00.221 INFO:teuthology.orchestra.run.smithi077.stdout: 5 143948 8.66 MB/sec execute 323 sec latency 168.135 ms 2023-11-03T10:43:01.221 INFO:teuthology.orchestra.run.smithi077.stdout: 5 144241 8.66 MB/sec execute 324 sec latency 135.365 ms 2023-11-03T10:43:01.666 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:43:01 smithi077 ceph-mon[108342]: pgmap v180: 97 pgs: 97 active+clean; 345 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.8 MiB/s wr, 348 op/s 2023-11-03T10:43:02.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:43:01 smithi145 ceph-mon[111069]: pgmap v180: 97 pgs: 97 active+clean; 345 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.8 MiB/s wr, 348 op/s 2023-11-03T10:43:02.221 INFO:teuthology.orchestra.run.smithi077.stdout: 5 144479 8.65 MB/sec execute 325 sec latency 142.513 ms 2023-11-03T10:43:03.221 INFO:teuthology.orchestra.run.smithi077.stdout: 5 144741 8.64 MB/sec execute 326 sec latency 179.870 ms 2023-11-03T10:43:03.753 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:43:03 smithi077 ceph-mon[108342]: pgmap v181: 97 pgs: 97 active+clean; 345 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.8 MiB/s wr, 348 op/s 2023-11-03T10:43:04.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:43:03 smithi145 ceph-mon[111069]: pgmap v181: 97 pgs: 97 active+clean; 345 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.8 MiB/s wr, 348 op/s 2023-11-03T10:43:04.221 INFO:teuthology.orchestra.run.smithi077.stdout: 5 145013 8.65 MB/sec execute 327 sec latency 134.017 ms 2023-11-03T10:43:05.221 INFO:teuthology.orchestra.run.smithi077.stdout: 5 145249 8.65 MB/sec execute 328 sec latency 136.922 ms 2023-11-03T10:43:05.812 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:43:05 smithi077 ceph-mon[108342]: pgmap v182: 97 pgs: 97 active+clean; 343 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.2 MiB/s wr, 519 op/s 2023-11-03T10:43:06.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:43:05 smithi145 ceph-mon[111069]: pgmap v182: 97 pgs: 97 active+clean; 343 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.2 MiB/s wr, 519 op/s 2023-11-03T10:43:06.221 INFO:teuthology.orchestra.run.smithi077.stdout: 5 145458 8.64 MB/sec execute 329 sec latency 129.590 ms 2023-11-03T10:43:06.842 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:43:06 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:43:07.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:43:06 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:43:07.221 INFO:teuthology.orchestra.run.smithi077.stdout: 5 145746 8.62 MB/sec execute 330 sec latency 136.565 ms 2023-11-03T10:43:07.890 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:43:07 smithi077 ceph-mon[108342]: pgmap v183: 97 pgs: 97 active+clean; 343 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 345 op/s 2023-11-03T10:43:08.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:43:07 smithi145 ceph-mon[111069]: pgmap v183: 97 pgs: 97 active+clean; 343 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 345 op/s 2023-11-03T10:43:08.221 INFO:teuthology.orchestra.run.smithi077.stdout: 5 146027 8.62 MB/sec execute 331 sec latency 136.546 ms 2023-11-03T10:43:09.221 INFO:teuthology.orchestra.run.smithi077.stdout: 5 146198 8.60 MB/sec execute 332 sec latency 136.843 ms 2023-11-03T10:43:09.930 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:43:09 smithi077 ceph-mon[108342]: pgmap v184: 97 pgs: 97 active+clean; 341 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.2 MiB/s wr, 496 op/s 2023-11-03T10:43:10.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:43:09 smithi145 ceph-mon[111069]: pgmap v184: 97 pgs: 97 active+clean; 341 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.2 MiB/s wr, 496 op/s 2023-11-03T10:43:10.225 INFO:teuthology.orchestra.run.smithi077.stdout: 5 146486 8.62 MB/sec execute 333 sec latency 128.012 ms 2023-11-03T10:43:11.225 INFO:teuthology.orchestra.run.smithi077.stdout: 5 146852 8.62 MB/sec execute 334 sec latency 134.257 ms 2023-11-03T10:43:11.715 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:43:11 smithi077 ceph-mon[108342]: pgmap v185: 97 pgs: 97 active+clean; 341 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.1 MiB/s wr, 322 op/s 2023-11-03T10:43:12.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:43:11 smithi145 ceph-mon[111069]: pgmap v185: 97 pgs: 97 active+clean; 341 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.1 MiB/s wr, 322 op/s 2023-11-03T10:43:12.230 INFO:teuthology.orchestra.run.smithi077.stdout: 5 147243 8.62 MB/sec execute 335 sec latency 132.732 ms 2023-11-03T10:43:13.230 INFO:teuthology.orchestra.run.smithi077.stdout: 5 147486 8.62 MB/sec execute 336 sec latency 143.066 ms 2023-11-03T10:43:13.761 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:43:13 smithi077 ceph-mon[108342]: pgmap v186: 97 pgs: 97 active+clean; 341 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.1 MiB/s wr, 322 op/s 2023-11-03T10:43:14.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:43:13 smithi145 ceph-mon[111069]: pgmap v186: 97 pgs: 97 active+clean; 341 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.1 MiB/s wr, 322 op/s 2023-11-03T10:43:14.230 INFO:teuthology.orchestra.run.smithi077.stdout: 5 147861 8.62 MB/sec execute 337 sec latency 88.786 ms 2023-11-03T10:43:15.230 INFO:teuthology.orchestra.run.smithi077.stdout: 5 148250 8.62 MB/sec execute 338 sec latency 132.402 ms 2023-11-03T10:43:15.800 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:43:15 smithi077 ceph-mon[108342]: pgmap v187: 97 pgs: 97 active+clean; 343 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 4.9 MiB/s wr, 503 op/s 2023-11-03T10:43:16.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:43:15 smithi145 ceph-mon[111069]: pgmap v187: 97 pgs: 97 active+clean; 343 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 4.9 MiB/s wr, 503 op/s 2023-11-03T10:43:16.232 INFO:teuthology.orchestra.run.smithi077.stdout: 5 148582 8.63 MB/sec execute 339 sec latency 129.675 ms 2023-11-03T10:43:17.239 INFO:teuthology.orchestra.run.smithi077.stdout: 5 148929 8.63 MB/sec execute 340 sec latency 136.513 ms 2023-11-03T10:43:17.842 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:43:17 smithi077 ceph-mon[108342]: pgmap v188: 97 pgs: 97 active+clean; 343 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 332 op/s 2023-11-03T10:43:18.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:43:17 smithi145 ceph-mon[111069]: pgmap v188: 97 pgs: 97 active+clean; 343 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 332 op/s 2023-11-03T10:43:18.239 INFO:teuthology.orchestra.run.smithi077.stdout: 5 149274 8.62 MB/sec execute 341 sec latency 137.428 ms 2023-11-03T10:43:19.239 INFO:teuthology.orchestra.run.smithi077.stdout: 5 149534 8.62 MB/sec execute 342 sec latency 133.751 ms 2023-11-03T10:43:19.894 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:43:19 smithi077 ceph-mon[108342]: pgmap v189: 97 pgs: 97 active+clean; 345 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.6 MiB/s wr, 542 op/s 2023-11-03T10:43:20.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:43:19 smithi145 ceph-mon[111069]: pgmap v189: 97 pgs: 97 active+clean; 345 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.6 MiB/s wr, 542 op/s 2023-11-03T10:43:20.239 INFO:teuthology.orchestra.run.smithi077.stdout: 5 149843 8.62 MB/sec execute 343 sec latency 142.623 ms 2023-11-03T10:43:21.239 INFO:teuthology.orchestra.run.smithi077.stdout: 5 150112 8.62 MB/sec execute 344 sec latency 146.262 ms 2023-11-03T10:43:21.962 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:43:21 smithi077 ceph-mon[108342]: pgmap v190: 97 pgs: 97 active+clean; 345 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 391 op/s 2023-11-03T10:43:21.962 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:43:21 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:43:22.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:43:21 smithi145 ceph-mon[111069]: pgmap v190: 97 pgs: 97 active+clean; 345 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 391 op/s 2023-11-03T10:43:22.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:43:21 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:43:22.239 INFO:teuthology.orchestra.run.smithi077.stdout: 5 150513 8.63 MB/sec execute 345 sec latency 124.071 ms 2023-11-03T10:43:23.239 INFO:teuthology.orchestra.run.smithi077.stdout: 5 150832 8.63 MB/sec execute 346 sec latency 124.145 ms 2023-11-03T10:43:24.030 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:43:23 smithi077 ceph-mon[108342]: pgmap v191: 97 pgs: 97 active+clean; 345 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 391 op/s 2023-11-03T10:43:24.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:43:23 smithi145 ceph-mon[111069]: pgmap v191: 97 pgs: 97 active+clean; 345 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 391 op/s 2023-11-03T10:43:24.239 INFO:teuthology.orchestra.run.smithi077.stdout: 5 151111 8.62 MB/sec execute 347 sec latency 146.152 ms 2023-11-03T10:43:25.239 INFO:teuthology.orchestra.run.smithi077.stdout: 5 151309 8.62 MB/sec execute 348 sec latency 131.527 ms 2023-11-03T10:43:25.822 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:43:25 smithi077 ceph-mon[108342]: pgmap v192: 97 pgs: 97 active+clean; 348 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.9 MiB/s wr, 572 op/s 2023-11-03T10:43:26.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:43:25 smithi145 ceph-mon[111069]: pgmap v192: 97 pgs: 97 active+clean; 348 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.9 MiB/s wr, 572 op/s 2023-11-03T10:43:26.247 INFO:teuthology.orchestra.run.smithi077.stdout: 5 151558 8.61 MB/sec execute 349 sec latency 137.438 ms 2023-11-03T10:43:27.248 INFO:teuthology.orchestra.run.smithi077.stdout: 5 151802 8.60 MB/sec execute 350 sec latency 121.656 ms 2023-11-03T10:43:27.893 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:43:27 smithi077 ceph-mon[108342]: pgmap v193: 97 pgs: 97 active+clean; 348 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.1 MiB/s wr, 391 op/s 2023-11-03T10:43:28.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:43:27 smithi145 ceph-mon[111069]: pgmap v193: 97 pgs: 97 active+clean; 348 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.1 MiB/s wr, 391 op/s 2023-11-03T10:43:28.248 INFO:teuthology.orchestra.run.smithi077.stdout: 5 152007 8.59 MB/sec execute 351 sec latency 124.503 ms 2023-11-03T10:43:29.249 INFO:teuthology.orchestra.run.smithi077.stdout: 5 152208 8.58 MB/sec execute 352 sec latency 129.906 ms 2023-11-03T10:43:29.926 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:43:29 smithi077 ceph-mon[108342]: pgmap v194: 97 pgs: 97 active+clean; 346 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.6 MiB/s wr, 548 op/s 2023-11-03T10:43:30.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:43:29 smithi145 ceph-mon[111069]: pgmap v194: 97 pgs: 97 active+clean; 346 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.6 MiB/s wr, 548 op/s 2023-11-03T10:43:30.249 INFO:teuthology.orchestra.run.smithi077.stdout: 5 152606 8.59 MB/sec execute 353 sec latency 126.677 ms 2023-11-03T10:43:30.993 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:43:30 smithi077 ceph-mon[108342]: pgmap v195: 97 pgs: 97 active+clean; 346 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 338 op/s 2023-11-03T10:43:31.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:43:30 smithi145 ceph-mon[111069]: pgmap v195: 97 pgs: 97 active+clean; 346 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 338 op/s 2023-11-03T10:43:31.249 INFO:teuthology.orchestra.run.smithi077.stdout: 5 152972 8.59 MB/sec execute 354 sec latency 129.940 ms 2023-11-03T10:43:32.249 INFO:teuthology.orchestra.run.smithi077.stdout: 5 153158 8.58 MB/sec execute 355 sec latency 137.759 ms 2023-11-03T10:43:33.249 INFO:teuthology.orchestra.run.smithi077.stdout: 5 153476 8.58 MB/sec execute 356 sec latency 123.296 ms 2023-11-03T10:43:33.600 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:43:33 smithi077 ceph-mon[108342]: pgmap v196: 97 pgs: 97 active+clean; 346 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 338 op/s 2023-11-03T10:43:33.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:43:33 smithi145 ceph-mon[111069]: pgmap v196: 97 pgs: 97 active+clean; 346 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 338 op/s 2023-11-03T10:43:34.249 INFO:teuthology.orchestra.run.smithi077.stdout: 5 153795 8.58 MB/sec execute 357 sec latency 130.069 ms 2023-11-03T10:43:35.249 INFO:teuthology.orchestra.run.smithi077.stdout: 5 154143 8.58 MB/sec execute 358 sec latency 126.567 ms 2023-11-03T10:43:35.660 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:43:35 smithi077 ceph-mon[108342]: pgmap v197: 97 pgs: 97 active+clean; 349 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 509 op/s 2023-11-03T10:43:36.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:43:35 smithi145 ceph-mon[111069]: pgmap v197: 97 pgs: 97 active+clean; 349 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 509 op/s 2023-11-03T10:43:36.249 INFO:teuthology.orchestra.run.smithi077.stdout: 5 154416 8.58 MB/sec execute 359 sec latency 142.414 ms 2023-11-03T10:43:36.697 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:43:36 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:43:37.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:43:36 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:43:37.249 INFO:teuthology.orchestra.run.smithi077.stdout: 5 154718 8.57 MB/sec execute 360 sec latency 186.539 ms 2023-11-03T10:43:37.710 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:43:37 smithi077 ceph-mon[108342]: pgmap v198: 97 pgs: 97 active+clean; 349 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.4 MiB/s wr, 328 op/s 2023-11-03T10:43:38.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:43:37 smithi145 ceph-mon[111069]: pgmap v198: 97 pgs: 97 active+clean; 349 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.4 MiB/s wr, 328 op/s 2023-11-03T10:43:38.249 INFO:teuthology.orchestra.run.smithi077.stdout: 5 155053 8.57 MB/sec execute 361 sec latency 126.728 ms 2023-11-03T10:43:39.250 INFO:teuthology.orchestra.run.smithi077.stdout: 5 155401 8.58 MB/sec execute 362 sec latency 167.629 ms 2023-11-03T10:43:39.766 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:43:39 smithi077 ceph-mon[108342]: pgmap v199: 97 pgs: 97 active+clean; 345 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.2 MiB/s wr, 519 op/s 2023-11-03T10:43:40.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:43:39 smithi145 ceph-mon[111069]: pgmap v199: 97 pgs: 97 active+clean; 345 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.2 MiB/s wr, 519 op/s 2023-11-03T10:43:40.250 INFO:teuthology.orchestra.run.smithi077.stdout: 5 155592 8.57 MB/sec execute 363 sec latency 129.797 ms 2023-11-03T10:43:41.249 INFO:teuthology.orchestra.run.smithi077.stdout: 5 155884 8.58 MB/sec execute 364 sec latency 129.807 ms 2023-11-03T10:43:41.845 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:43:41 smithi077 ceph-mon[108342]: pgmap v200: 97 pgs: 97 active+clean; 345 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 362 op/s 2023-11-03T10:43:42.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:43:41 smithi145 ceph-mon[111069]: pgmap v200: 97 pgs: 97 active+clean; 345 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 362 op/s 2023-11-03T10:43:42.250 INFO:teuthology.orchestra.run.smithi077.stdout: 5 156217 8.58 MB/sec execute 365 sec latency 123.938 ms 2023-11-03T10:43:43.250 INFO:teuthology.orchestra.run.smithi077.stdout: 5 156485 8.57 MB/sec execute 366 sec latency 140.790 ms 2023-11-03T10:43:43.879 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:43:43 smithi077 ceph-mon[108342]: pgmap v201: 97 pgs: 97 active+clean; 345 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 362 op/s 2023-11-03T10:43:44.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:43:43 smithi145 ceph-mon[111069]: pgmap v201: 97 pgs: 97 active+clean; 345 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 362 op/s 2023-11-03T10:43:44.253 INFO:teuthology.orchestra.run.smithi077.stdout: 5 156686 8.56 MB/sec execute 367 sec latency 126.014 ms 2023-11-03T10:43:45.253 INFO:teuthology.orchestra.run.smithi077.stdout: 5 156887 8.55 MB/sec execute 368 sec latency 136.417 ms 2023-11-03T10:43:45.950 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:43:45 smithi077 ceph-mon[108342]: pgmap v202: 97 pgs: 97 active+clean; 347 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.5 MiB/s wr, 537 op/s 2023-11-03T10:43:46.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:43:45 smithi145 ceph-mon[111069]: pgmap v202: 97 pgs: 97 active+clean; 347 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.5 MiB/s wr, 537 op/s 2023-11-03T10:43:46.253 INFO:teuthology.orchestra.run.smithi077.stdout: 5 157205 8.56 MB/sec execute 369 sec latency 129.701 ms 2023-11-03T10:43:47.253 INFO:teuthology.orchestra.run.smithi077.stdout: 5 157439 8.55 MB/sec execute 370 sec latency 149.003 ms 2023-11-03T10:43:47.747 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:43:47 smithi077 ceph-mon[108342]: pgmap v203: 97 pgs: 97 active+clean; 347 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.7 MiB/s wr, 366 op/s 2023-11-03T10:43:48.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:43:47 smithi145 ceph-mon[111069]: pgmap v203: 97 pgs: 97 active+clean; 347 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.7 MiB/s wr, 366 op/s 2023-11-03T10:43:48.255 INFO:teuthology.orchestra.run.smithi077.stdout: 5 157704 8.55 MB/sec execute 371 sec latency 126.367 ms 2023-11-03T10:43:49.256 INFO:teuthology.orchestra.run.smithi077.stdout: 5 158025 8.55 MB/sec execute 372 sec latency 139.232 ms 2023-11-03T10:43:49.798 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:43:49 smithi077 ceph-mon[108342]: pgmap v204: 97 pgs: 97 active+clean; 350 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.4 MiB/s wr, 518 op/s 2023-11-03T10:43:50.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:43:49 smithi145 ceph-mon[111069]: pgmap v204: 97 pgs: 97 active+clean; 350 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.4 MiB/s wr, 518 op/s 2023-11-03T10:43:50.256 INFO:teuthology.orchestra.run.smithi077.stdout: 5 158343 8.53 MB/sec execute 373 sec latency 102.329 ms 2023-11-03T10:43:51.256 INFO:teuthology.orchestra.run.smithi077.stdout: 5 158635 8.53 MB/sec execute 374 sec latency 129.572 ms 2023-11-03T10:43:51.864 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:43:51 smithi077 ceph-mon[108342]: pgmap v205: 97 pgs: 97 active+clean; 350 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.5 MiB/s wr, 327 op/s 2023-11-03T10:43:51.864 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:43:51 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:43:52.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:43:51 smithi145 ceph-mon[111069]: pgmap v205: 97 pgs: 97 active+clean; 350 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.5 MiB/s wr, 327 op/s 2023-11-03T10:43:52.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:43:51 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:43:52.261 INFO:teuthology.orchestra.run.smithi077.stdout: 5 158899 8.53 MB/sec execute 375 sec latency 154.666 ms 2023-11-03T10:43:53.261 INFO:teuthology.orchestra.run.smithi077.stdout: 5 159229 8.54 MB/sec execute 376 sec latency 125.671 ms 2023-11-03T10:43:53.950 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:43:53 smithi077 ceph-mon[108342]: pgmap v206: 97 pgs: 97 active+clean; 350 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.5 MiB/s wr, 327 op/s 2023-11-03T10:43:54.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:43:53 smithi145 ceph-mon[111069]: pgmap v206: 97 pgs: 97 active+clean; 350 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.5 MiB/s wr, 327 op/s 2023-11-03T10:43:54.261 INFO:teuthology.orchestra.run.smithi077.stdout: 5 159542 8.55 MB/sec execute 377 sec latency 121.041 ms 2023-11-03T10:43:55.264 INFO:teuthology.orchestra.run.smithi077.stdout: 5 159822 8.54 MB/sec execute 378 sec latency 87.410 ms 2023-11-03T10:43:56.001 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:43:55 smithi077 ceph-mon[108342]: pgmap v207: 97 pgs: 97 active+clean; 352 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.2 MiB/s wr, 503 op/s 2023-11-03T10:43:56.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:43:55 smithi145 ceph-mon[111069]: pgmap v207: 97 pgs: 97 active+clean; 352 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.2 MiB/s wr, 503 op/s 2023-11-03T10:43:56.271 INFO:teuthology.orchestra.run.smithi077.stdout: 5 160148 8.53 MB/sec execute 379 sec latency 126.486 ms 2023-11-03T10:43:57.271 INFO:teuthology.orchestra.run.smithi077.stdout: 5 160339 8.52 MB/sec execute 380 sec latency 143.099 ms 2023-11-03T10:43:57.804 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:43:57 smithi077 ceph-mon[108342]: pgmap v208: 97 pgs: 97 active+clean; 352 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 327 op/s 2023-11-03T10:43:58.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:43:57 smithi145 ceph-mon[111069]: pgmap v208: 97 pgs: 97 active+clean; 352 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 327 op/s 2023-11-03T10:43:58.271 INFO:teuthology.orchestra.run.smithi077.stdout: 5 160642 8.53 MB/sec execute 381 sec latency 123.359 ms 2023-11-03T10:43:59.271 INFO:teuthology.orchestra.run.smithi077.stdout: 5 161017 8.54 MB/sec execute 382 sec latency 126.932 ms 2023-11-03T10:43:59.842 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:43:59 smithi077 ceph-mon[108342]: pgmap v209: 97 pgs: 97 active+clean; 349 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.2 MiB/s wr, 505 op/s 2023-11-03T10:44:00.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:43:59 smithi145 ceph-mon[111069]: pgmap v209: 97 pgs: 97 active+clean; 349 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.2 MiB/s wr, 505 op/s 2023-11-03T10:44:00.271 INFO:teuthology.orchestra.run.smithi077.stdout: 5 161251 8.54 MB/sec execute 383 sec latency 149.849 ms 2023-11-03T10:44:01.271 INFO:teuthology.orchestra.run.smithi077.stdout: 5 161454 8.53 MB/sec execute 384 sec latency 167.725 ms 2023-11-03T10:44:01.889 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:44:01 smithi077 ceph-mon[108342]: pgmap v210: 97 pgs: 97 active+clean; 349 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 353 op/s 2023-11-03T10:44:02.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:44:01 smithi145 ceph-mon[111069]: pgmap v210: 97 pgs: 97 active+clean; 349 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 353 op/s 2023-11-03T10:44:02.271 INFO:teuthology.orchestra.run.smithi077.stdout: 5 161708 8.51 MB/sec execute 385 sec latency 127.043 ms 2023-11-03T10:44:02.914 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:44:02 smithi077 ceph-mon[108342]: pgmap v211: 97 pgs: 97 active+clean; 349 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 353 op/s 2023-11-03T10:44:03.271 INFO:teuthology.orchestra.run.smithi077.stdout: 5 161969 8.49 MB/sec execute 386 sec latency 126.794 ms 2023-11-03T10:44:03.334 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:44:02 smithi145 ceph-mon[111069]: pgmap v211: 97 pgs: 97 active+clean; 349 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 353 op/s 2023-11-03T10:44:04.271 INFO:teuthology.orchestra.run.smithi077.stdout: 5 162193 8.49 MB/sec execute 387 sec latency 118.002 ms 2023-11-03T10:44:05.271 INFO:teuthology.orchestra.run.smithi077.stdout: 5 162414 8.49 MB/sec execute 388 sec latency 108.142 ms 2023-11-03T10:44:05.782 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:44:05 smithi077 ceph-mon[108342]: pgmap v212: 97 pgs: 97 active+clean; 344 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 4.9 MiB/s wr, 514 op/s 2023-11-03T10:44:06.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:44:05 smithi145 ceph-mon[111069]: pgmap v212: 97 pgs: 97 active+clean; 344 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 4.9 MiB/s wr, 514 op/s 2023-11-03T10:44:06.273 INFO:teuthology.orchestra.run.smithi077.stdout: 5 162713 8.49 MB/sec execute 390 sec latency 137.037 ms 2023-11-03T10:44:06.805 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:44:06 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:44:07.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:44:06 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:44:07.274 INFO:teuthology.orchestra.run.smithi077.stdout: 5 162993 8.50 MB/sec execute 391 sec latency 128.499 ms 2023-11-03T10:44:07.844 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:44:07 smithi077 ceph-mon[108342]: pgmap v213: 97 pgs: 97 active+clean; 344 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 338 op/s 2023-11-03T10:44:08.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:44:07 smithi145 ceph-mon[111069]: pgmap v213: 97 pgs: 97 active+clean; 344 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 338 op/s 2023-11-03T10:44:08.274 INFO:teuthology.orchestra.run.smithi077.stdout: 5 163299 8.49 MB/sec execute 392 sec latency 131.930 ms 2023-11-03T10:44:09.281 INFO:teuthology.orchestra.run.smithi077.stdout: 5 163543 8.49 MB/sec execute 393 sec latency 140.460 ms 2023-11-03T10:44:09.919 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:44:09 smithi077 ceph-mon[108342]: pgmap v214: 97 pgs: 97 active+clean; 346 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.1 MiB/s wr, 501 op/s 2023-11-03T10:44:10.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:44:09 smithi145 ceph-mon[111069]: pgmap v214: 97 pgs: 97 active+clean; 346 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.1 MiB/s wr, 501 op/s 2023-11-03T10:44:10.281 INFO:teuthology.orchestra.run.smithi077.stdout: 5 163716 8.48 MB/sec execute 394 sec latency 126.684 ms 2023-11-03T10:44:11.281 INFO:teuthology.orchestra.run.smithi077.stdout: 5 163930 8.47 MB/sec execute 395 sec latency 146.331 ms 2023-11-03T10:44:11.697 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:44:11 smithi077 ceph-mon[108342]: pgmap v215: 97 pgs: 97 active+clean; 346 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.2 MiB/s wr, 323 op/s 2023-11-03T10:44:12.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:44:11 smithi145 ceph-mon[111069]: pgmap v215: 97 pgs: 97 active+clean; 346 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.2 MiB/s wr, 323 op/s 2023-11-03T10:44:12.281 INFO:teuthology.orchestra.run.smithi077.stdout: 5 164168 8.47 MB/sec execute 396 sec latency 155.989 ms 2023-11-03T10:44:13.281 INFO:teuthology.orchestra.run.smithi077.stdout: 5 164396 8.46 MB/sec execute 397 sec latency 135.662 ms 2023-11-03T10:44:13.743 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:44:13 smithi077 ceph-mon[108342]: pgmap v216: 97 pgs: 97 active+clean; 346 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.2 MiB/s wr, 323 op/s 2023-11-03T10:44:14.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:44:13 smithi145 ceph-mon[111069]: pgmap v216: 97 pgs: 97 active+clean; 346 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.2 MiB/s wr, 323 op/s 2023-11-03T10:44:14.286 INFO:teuthology.orchestra.run.smithi077.stdout: 5 164614 8.46 MB/sec execute 398 sec latency 140.470 ms 2023-11-03T10:44:15.288 INFO:teuthology.orchestra.run.smithi077.stdout: 5 164787 8.45 MB/sec execute 399 sec latency 158.598 ms 2023-11-03T10:44:15.808 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:44:15 smithi077 ceph-mon[108342]: pgmap v217: 97 pgs: 97 active+clean; 353 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.8 MiB/s wr, 457 op/s 2023-11-03T10:44:16.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:44:15 smithi145 ceph-mon[111069]: pgmap v217: 97 pgs: 97 active+clean; 353 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.8 MiB/s wr, 457 op/s 2023-11-03T10:44:16.289 INFO:teuthology.orchestra.run.smithi077.stdout: 5 165004 8.45 MB/sec execute 400 sec latency 137.805 ms 2023-11-03T10:44:17.289 INFO:teuthology.orchestra.run.smithi077.stdout: 5 165223 8.43 MB/sec execute 401 sec latency 138.151 ms 2023-11-03T10:44:17.906 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:44:17 smithi077 ceph-mon[108342]: pgmap v218: 97 pgs: 97 active+clean; 353 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.3 MiB/s wr, 296 op/s 2023-11-03T10:44:18.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:44:17 smithi145 ceph-mon[111069]: pgmap v218: 97 pgs: 97 active+clean; 353 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.3 MiB/s wr, 296 op/s 2023-11-03T10:44:18.289 INFO:teuthology.orchestra.run.smithi077.stdout: 5 165450 8.41 MB/sec execute 402 sec latency 103.756 ms 2023-11-03T10:44:19.289 INFO:teuthology.orchestra.run.smithi077.stdout: 5 165652 8.40 MB/sec execute 403 sec latency 195.950 ms 2023-11-03T10:44:19.984 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:44:19 smithi077 ceph-mon[108342]: pgmap v219: 97 pgs: 97 active+clean; 345 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.4 MiB/s wr, 432 op/s 2023-11-03T10:44:20.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:44:19 smithi145 ceph-mon[111069]: pgmap v219: 97 pgs: 97 active+clean; 345 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.4 MiB/s wr, 432 op/s 2023-11-03T10:44:20.289 INFO:teuthology.orchestra.run.smithi077.stdout: 5 165870 8.40 MB/sec execute 404 sec latency 130.231 ms 2023-11-03T10:44:21.291 INFO:teuthology.orchestra.run.smithi077.stdout: 5 166097 8.39 MB/sec execute 405 sec latency 139.064 ms 2023-11-03T10:44:21.778 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:44:21 smithi077 ceph-mon[108342]: pgmap v220: 97 pgs: 97 active+clean; 345 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 2.6 MiB/s wr, 270 op/s 2023-11-03T10:44:21.779 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:44:21 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:44:22.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:44:21 smithi145 ceph-mon[111069]: pgmap v220: 97 pgs: 97 active+clean; 345 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 2.6 MiB/s wr, 270 op/s 2023-11-03T10:44:22.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:44:21 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:44:22.300 INFO:teuthology.orchestra.run.smithi077.stdout: 5 166397 8.40 MB/sec execute 406 sec latency 127.886 ms 2023-11-03T10:44:23.304 INFO:teuthology.orchestra.run.smithi077.stdout: 5 166658 8.40 MB/sec execute 407 sec latency 129.350 ms 2023-11-03T10:44:23.842 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:44:23 smithi077 ceph-mon[108342]: pgmap v221: 97 pgs: 97 active+clean; 345 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 2.6 MiB/s wr, 270 op/s 2023-11-03T10:44:24.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:44:23 smithi145 ceph-mon[111069]: pgmap v221: 97 pgs: 97 active+clean; 345 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 2.6 MiB/s wr, 270 op/s 2023-11-03T10:44:24.310 INFO:teuthology.orchestra.run.smithi077.stdout: 5 166855 8.39 MB/sec execute 408 sec latency 126.500 ms 2023-11-03T10:44:25.310 INFO:teuthology.orchestra.run.smithi077.stdout: 5 167193 8.40 MB/sec execute 409 sec latency 135.467 ms 2023-11-03T10:44:25.879 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:44:25 smithi077 ceph-mon[108342]: pgmap v222: 97 pgs: 97 active+clean; 345 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.0 MiB/s wr, 409 op/s 2023-11-03T10:44:26.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:44:25 smithi145 ceph-mon[111069]: pgmap v222: 97 pgs: 97 active+clean; 345 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.0 MiB/s wr, 409 op/s 2023-11-03T10:44:26.310 INFO:teuthology.orchestra.run.smithi077.stdout: 5 167449 8.39 MB/sec execute 410 sec latency 129.600 ms 2023-11-03T10:44:27.310 INFO:teuthology.orchestra.run.smithi077.stdout: 5 167714 8.40 MB/sec execute 411 sec latency 137.060 ms 2023-11-03T10:44:27.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:44:27 smithi077 ceph-mon[108342]: pgmap v223: 97 pgs: 97 active+clean; 345 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.5 MiB/s wr, 275 op/s 2023-11-03T10:44:28.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:44:27 smithi145 ceph-mon[111069]: pgmap v223: 97 pgs: 97 active+clean; 345 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.5 MiB/s wr, 275 op/s 2023-11-03T10:44:28.310 INFO:teuthology.orchestra.run.smithi077.stdout: 5 167963 8.38 MB/sec execute 412 sec latency 128.415 ms 2023-11-03T10:44:29.310 INFO:teuthology.orchestra.run.smithi077.stdout: 5 168188 8.39 MB/sec execute 413 sec latency 129.360 ms 2023-11-03T10:44:29.958 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:44:29 smithi077 ceph-mon[108342]: pgmap v224: 97 pgs: 97 active+clean; 353 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.4 MiB/s wr, 435 op/s 2023-11-03T10:44:30.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:44:29 smithi145 ceph-mon[111069]: pgmap v224: 97 pgs: 97 active+clean; 353 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.4 MiB/s wr, 435 op/s 2023-11-03T10:44:30.317 INFO:teuthology.orchestra.run.smithi077.stdout: 5 168385 8.37 MB/sec execute 414 sec latency 139.966 ms 2023-11-03T10:44:31.320 INFO:teuthology.orchestra.run.smithi077.stdout: 5 168637 8.37 MB/sec execute 415 sec latency 138.839 ms 2023-11-03T10:44:32.032 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:44:31 smithi077 ceph-mon[108342]: pgmap v225: 97 pgs: 97 active+clean; 353 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.3 MiB/s wr, 299 op/s 2023-11-03T10:44:32.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:44:31 smithi145 ceph-mon[111069]: pgmap v225: 97 pgs: 97 active+clean; 353 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.3 MiB/s wr, 299 op/s 2023-11-03T10:44:32.320 INFO:teuthology.orchestra.run.smithi077.stdout: 5 168851 8.36 MB/sec execute 416 sec latency 135.102 ms 2023-11-03T10:44:33.053 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:44:32 smithi077 ceph-mon[108342]: pgmap v226: 97 pgs: 97 active+clean; 353 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.3 MiB/s wr, 299 op/s 2023-11-03T10:44:33.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:44:32 smithi145 ceph-mon[111069]: pgmap v226: 97 pgs: 97 active+clean; 353 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.3 MiB/s wr, 299 op/s 2023-11-03T10:44:33.325 INFO:teuthology.orchestra.run.smithi077.stdout: 5 169182 8.35 MB/sec execute 417 sec latency 127.951 ms 2023-11-03T10:44:34.326 INFO:teuthology.orchestra.run.smithi077.stdout: 5 169425 8.34 MB/sec execute 418 sec latency 126.689 ms 2023-11-03T10:44:35.335 INFO:teuthology.orchestra.run.smithi077.stdout: 5 169637 8.34 MB/sec execute 419 sec latency 127.292 ms 2023-11-03T10:44:35.881 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:44:35 smithi077 ceph-mon[108342]: pgmap v227: 97 pgs: 97 active+clean; 347 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.5 MiB/s wr, 445 op/s 2023-11-03T10:44:36.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:44:35 smithi145 ceph-mon[111069]: pgmap v227: 97 pgs: 97 active+clean; 347 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.5 MiB/s wr, 445 op/s 2023-11-03T10:44:36.335 INFO:teuthology.orchestra.run.smithi077.stdout: 5 169935 8.35 MB/sec execute 420 sec latency 137.390 ms 2023-11-03T10:44:36.895 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:44:36 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:44:37.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:44:36 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:44:37.335 INFO:teuthology.orchestra.run.smithi077.stdout: 5 170220 8.35 MB/sec execute 421 sec latency 125.890 ms 2023-11-03T10:44:37.905 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:44:37 smithi077 ceph-mon[108342]: pgmap v228: 97 pgs: 97 active+clean; 347 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.1 MiB/s wr, 305 op/s 2023-11-03T10:44:38.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:44:37 smithi145 ceph-mon[111069]: pgmap v228: 97 pgs: 97 active+clean; 347 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.1 MiB/s wr, 305 op/s 2023-11-03T10:44:38.335 INFO:teuthology.orchestra.run.smithi077.stdout: 5 170617 8.35 MB/sec execute 422 sec latency 126.170 ms 2023-11-03T10:44:39.335 INFO:teuthology.orchestra.run.smithi077.stdout: 5 170887 8.35 MB/sec execute 423 sec latency 133.329 ms 2023-11-03T10:44:39.949 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:44:39 smithi077 ceph-mon[108342]: pgmap v229: 97 pgs: 97 active+clean; 344 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.8 MiB/s wr, 468 op/s 2023-11-03T10:44:40.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:44:39 smithi145 ceph-mon[111069]: pgmap v229: 97 pgs: 97 active+clean; 344 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.8 MiB/s wr, 468 op/s 2023-11-03T10:44:40.336 INFO:teuthology.orchestra.run.smithi077.stdout: 5 171238 8.36 MB/sec execute 424 sec latency 129.468 ms 2023-11-03T10:44:41.336 INFO:teuthology.orchestra.run.smithi077.stdout: 5 171493 8.35 MB/sec execute 425 sec latency 125.728 ms 2023-11-03T10:44:41.726 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:44:41 smithi077 ceph-mon[108342]: pgmap v230: 97 pgs: 97 active+clean; 344 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 2.9 MiB/s wr, 308 op/s 2023-11-03T10:44:42.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:44:41 smithi145 ceph-mon[111069]: pgmap v230: 97 pgs: 97 active+clean; 344 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 2.9 MiB/s wr, 308 op/s 2023-11-03T10:44:42.336 INFO:teuthology.orchestra.run.smithi077.stdout: 5 171778 8.36 MB/sec execute 426 sec latency 127.953 ms 2023-11-03T10:44:43.336 INFO:teuthology.orchestra.run.smithi077.stdout: 5 172080 8.35 MB/sec execute 427 sec latency 127.767 ms 2023-11-03T10:44:43.770 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:44:43 smithi077 ceph-mon[108342]: pgmap v231: 97 pgs: 97 active+clean; 344 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 2.9 MiB/s wr, 308 op/s 2023-11-03T10:44:44.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:44:43 smithi145 ceph-mon[111069]: pgmap v231: 97 pgs: 97 active+clean; 344 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 2.9 MiB/s wr, 308 op/s 2023-11-03T10:44:44.336 INFO:teuthology.orchestra.run.smithi077.stdout: 5 172345 8.34 MB/sec execute 428 sec latency 129.827 ms 2023-11-03T10:44:45.336 INFO:teuthology.orchestra.run.smithi077.stdout: 5 172669 8.34 MB/sec execute 429 sec latency 189.323 ms 2023-11-03T10:44:45.814 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:44:45 smithi077 ceph-mon[108342]: pgmap v232: 97 pgs: 97 active+clean; 354 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.0 MiB/s wr, 494 op/s 2023-11-03T10:44:46.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:44:45 smithi145 ceph-mon[111069]: pgmap v232: 97 pgs: 97 active+clean; 354 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.0 MiB/s wr, 494 op/s 2023-11-03T10:44:46.337 INFO:teuthology.orchestra.run.smithi077.stdout: 5 172987 8.34 MB/sec execute 430 sec latency 125.250 ms 2023-11-03T10:44:47.336 INFO:teuthology.orchestra.run.smithi077.stdout: 5 173376 8.34 MB/sec execute 431 sec latency 126.804 ms 2023-11-03T10:44:47.850 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:44:47 smithi077 ceph-mon[108342]: pgmap v233: 97 pgs: 97 active+clean; 354 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.8 MiB/s wr, 349 op/s 2023-11-03T10:44:48.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:44:47 smithi145 ceph-mon[111069]: pgmap v233: 97 pgs: 97 active+clean; 354 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.8 MiB/s wr, 349 op/s 2023-11-03T10:44:48.337 INFO:teuthology.orchestra.run.smithi077.stdout: 5 173722 8.35 MB/sec execute 432 sec latency 101.840 ms 2023-11-03T10:44:49.336 INFO:teuthology.orchestra.run.smithi077.stdout: 5 173969 8.35 MB/sec execute 433 sec latency 135.508 ms 2023-11-03T10:44:49.897 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:44:49 smithi077 ceph-mon[108342]: pgmap v234: 97 pgs: 97 active+clean; 346 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.5 MiB/s wr, 544 op/s 2023-11-03T10:44:50.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:44:49 smithi145 ceph-mon[111069]: pgmap v234: 97 pgs: 97 active+clean; 346 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.5 MiB/s wr, 544 op/s 2023-11-03T10:44:50.336 INFO:teuthology.orchestra.run.smithi077.stdout: 5 174289 8.35 MB/sec execute 434 sec latency 129.841 ms 2023-11-03T10:44:51.337 INFO:teuthology.orchestra.run.smithi077.stdout: 5 174584 8.35 MB/sec execute 435 sec latency 124.389 ms 2023-11-03T10:44:51.933 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:44:51 smithi077 ceph-mon[108342]: pgmap v235: 97 pgs: 97 active+clean; 346 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 381 op/s 2023-11-03T10:44:51.933 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:44:51 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:44:52.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:44:51 smithi145 ceph-mon[111069]: pgmap v235: 97 pgs: 97 active+clean; 346 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 381 op/s 2023-11-03T10:44:52.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:44:51 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:44:52.336 INFO:teuthology.orchestra.run.smithi077.stdout: 5 174842 8.35 MB/sec execute 436 sec latency 129.514 ms 2023-11-03T10:44:53.337 INFO:teuthology.orchestra.run.smithi077.stdout: 5 175104 8.35 MB/sec execute 437 sec latency 128.674 ms 2023-11-03T10:44:53.965 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:44:53 smithi077 ceph-mon[108342]: pgmap v236: 97 pgs: 97 active+clean; 346 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 381 op/s 2023-11-03T10:44:54.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:44:53 smithi145 ceph-mon[111069]: pgmap v236: 97 pgs: 97 active+clean; 346 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 381 op/s 2023-11-03T10:44:54.337 INFO:teuthology.orchestra.run.smithi077.stdout: 5 175413 8.35 MB/sec execute 438 sec latency 141.870 ms 2023-11-03T10:44:55.337 INFO:teuthology.orchestra.run.smithi077.stdout: 5 175653 8.34 MB/sec execute 439 sec latency 123.756 ms 2023-11-03T10:44:56.019 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:44:55 smithi077 ceph-mon[108342]: pgmap v237: 97 pgs: 97 active+clean; 351 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.9 MiB/s wr, 559 op/s 2023-11-03T10:44:56.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:44:55 smithi145 ceph-mon[111069]: pgmap v237: 97 pgs: 97 active+clean; 351 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.9 MiB/s wr, 559 op/s 2023-11-03T10:44:56.337 INFO:teuthology.orchestra.run.smithi077.stdout: 5 175881 8.33 MB/sec execute 440 sec latency 128.691 ms 2023-11-03T10:44:57.337 INFO:teuthology.orchestra.run.smithi077.stdout: 5 176174 8.33 MB/sec execute 441 sec latency 129.545 ms 2023-11-03T10:44:57.833 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:44:57 smithi077 ceph-mon[108342]: pgmap v238: 97 pgs: 97 active+clean; 351 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 373 op/s 2023-11-03T10:44:58.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:44:57 smithi145 ceph-mon[111069]: pgmap v238: 97 pgs: 97 active+clean; 351 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 373 op/s 2023-11-03T10:44:58.337 INFO:teuthology.orchestra.run.smithi077.stdout: 5 176380 8.32 MB/sec execute 442 sec latency 126.860 ms 2023-11-03T10:44:59.337 INFO:teuthology.orchestra.run.smithi077.stdout: 5 176702 8.33 MB/sec execute 443 sec latency 126.882 ms 2023-11-03T10:44:59.883 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:44:59 smithi077 ceph-mon[108342]: pgmap v239: 97 pgs: 97 active+clean; 347 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.3 MiB/s wr, 530 op/s 2023-11-03T10:45:00.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:44:59 smithi145 ceph-mon[111069]: pgmap v239: 97 pgs: 97 active+clean; 347 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.3 MiB/s wr, 530 op/s 2023-11-03T10:45:00.347 INFO:teuthology.orchestra.run.smithi077.stdout: 5 177062 8.34 MB/sec execute 444 sec latency 137.798 ms 2023-11-03T10:45:01.346 INFO:teuthology.orchestra.run.smithi077.stdout: 5 177424 8.33 MB/sec execute 445 sec latency 130.195 ms 2023-11-03T10:45:01.940 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:45:01 smithi077 ceph-mon[108342]: pgmap v240: 97 pgs: 97 active+clean; 347 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 334 op/s 2023-11-03T10:45:02.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:45:01 smithi145 ceph-mon[111069]: pgmap v240: 97 pgs: 97 active+clean; 347 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 334 op/s 2023-11-03T10:45:02.350 INFO:teuthology.orchestra.run.smithi077.stdout: 5 177723 8.33 MB/sec execute 446 sec latency 123.752 ms 2023-11-03T10:45:02.979 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:45:02 smithi077 ceph-mon[108342]: pgmap v241: 97 pgs: 97 active+clean; 347 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 334 op/s 2023-11-03T10:45:03.334 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:45:02 smithi145 ceph-mon[111069]: pgmap v241: 97 pgs: 97 active+clean; 347 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 334 op/s 2023-11-03T10:45:03.356 INFO:teuthology.orchestra.run.smithi077.stdout: 5 178034 8.33 MB/sec execute 447 sec latency 141.227 ms 2023-11-03T10:45:04.356 INFO:teuthology.orchestra.run.smithi077.stdout: 5 178309 8.33 MB/sec execute 448 sec latency 138.919 ms 2023-11-03T10:45:05.363 INFO:teuthology.orchestra.run.smithi077.stdout: 5 178498 8.33 MB/sec execute 449 sec latency 137.648 ms 2023-11-03T10:45:05.818 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:45:05 smithi077 ceph-mon[108342]: pgmap v242: 97 pgs: 97 active+clean; 348 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.4 MiB/s wr, 519 op/s 2023-11-03T10:45:06.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:45:05 smithi145 ceph-mon[111069]: pgmap v242: 97 pgs: 97 active+clean; 348 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.4 MiB/s wr, 519 op/s 2023-11-03T10:45:06.363 INFO:teuthology.orchestra.run.smithi077.stdout: 5 178740 8.33 MB/sec execute 450 sec latency 134.725 ms 2023-11-03T10:45:06.830 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:45:06 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:45:07.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:45:06 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:45:07.370 INFO:teuthology.orchestra.run.smithi077.stdout: 5 178964 8.32 MB/sec execute 451 sec latency 129.398 ms 2023-11-03T10:45:07.861 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:45:07 smithi077 ceph-mon[108342]: pgmap v243: 97 pgs: 97 active+clean; 348 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 341 op/s 2023-11-03T10:45:08.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:45:07 smithi145 ceph-mon[111069]: pgmap v243: 97 pgs: 97 active+clean; 348 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 341 op/s 2023-11-03T10:45:08.371 INFO:teuthology.orchestra.run.smithi077.stdout: 5 179340 8.31 MB/sec execute 452 sec latency 152.098 ms 2023-11-03T10:45:09.371 INFO:teuthology.orchestra.run.smithi077.stdout: 5 179554 8.30 MB/sec execute 453 sec latency 129.045 ms 2023-11-03T10:45:09.916 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:45:09 smithi077 ceph-mon[108342]: pgmap v244: 97 pgs: 97 active+clean; 348 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.9 MiB/s wr, 494 op/s 2023-11-03T10:45:10.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:45:09 smithi145 ceph-mon[111069]: pgmap v244: 97 pgs: 97 active+clean; 348 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.9 MiB/s wr, 494 op/s 2023-11-03T10:45:10.371 INFO:teuthology.orchestra.run.smithi077.stdout: 5 179928 8.32 MB/sec execute 454 sec latency 126.500 ms 2023-11-03T10:45:11.371 INFO:teuthology.orchestra.run.smithi077.stdout: 5 180291 8.32 MB/sec execute 455 sec latency 121.002 ms 2023-11-03T10:45:11.713 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:45:11 smithi077 ceph-mon[108342]: pgmap v245: 97 pgs: 97 active+clean; 348 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.4 MiB/s wr, 337 op/s 2023-11-03T10:45:12.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:45:11 smithi145 ceph-mon[111069]: pgmap v245: 97 pgs: 97 active+clean; 348 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.4 MiB/s wr, 337 op/s 2023-11-03T10:45:12.371 INFO:teuthology.orchestra.run.smithi077.stdout: 5 180609 8.32 MB/sec execute 456 sec latency 108.382 ms 2023-11-03T10:45:13.371 INFO:teuthology.orchestra.run.smithi077.stdout: 5 180845 8.32 MB/sec execute 457 sec latency 134.466 ms 2023-11-03T10:45:13.746 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:45:13 smithi077 ceph-mon[108342]: pgmap v246: 97 pgs: 97 active+clean; 348 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.4 MiB/s wr, 337 op/s 2023-11-03T10:45:14.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:45:13 smithi145 ceph-mon[111069]: pgmap v246: 97 pgs: 97 active+clean; 348 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.4 MiB/s wr, 337 op/s 2023-11-03T10:45:14.371 INFO:teuthology.orchestra.run.smithi077.stdout: 5 181032 8.31 MB/sec execute 458 sec latency 137.647 ms 2023-11-03T10:45:15.372 INFO:teuthology.orchestra.run.smithi077.stdout: 5 181359 8.31 MB/sec execute 459 sec latency 125.952 ms 2023-11-03T10:45:15.900 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:45:15 smithi077 ceph-mon[108342]: pgmap v247: 97 pgs: 97 active+clean; 344 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.3 MiB/s wr, 533 op/s 2023-11-03T10:45:16.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:45:15 smithi145 ceph-mon[111069]: pgmap v247: 97 pgs: 97 active+clean; 344 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.3 MiB/s wr, 533 op/s 2023-11-03T10:45:16.372 INFO:teuthology.orchestra.run.smithi077.stdout: 5 181681 8.30 MB/sec execute 460 sec latency 126.804 ms 2023-11-03T10:45:17.379 INFO:teuthology.orchestra.run.smithi077.stdout: 5 181990 8.32 MB/sec execute 461 sec latency 123.943 ms 2023-11-03T10:45:17.949 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:45:17 smithi077 ceph-mon[108342]: pgmap v248: 97 pgs: 97 active+clean; 344 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 349 op/s 2023-11-03T10:45:18.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:45:17 smithi145 ceph-mon[111069]: pgmap v248: 97 pgs: 97 active+clean; 344 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 349 op/s 2023-11-03T10:45:18.379 INFO:teuthology.orchestra.run.smithi077.stdout: 5 182276 8.32 MB/sec execute 462 sec latency 127.269 ms 2023-11-03T10:45:19.379 INFO:teuthology.orchestra.run.smithi077.stdout: 5 182603 8.31 MB/sec execute 463 sec latency 130.941 ms 2023-11-03T10:45:19.991 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:45:19 smithi077 ceph-mon[108342]: pgmap v249: 97 pgs: 97 active+clean; 353 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.4 MiB/s wr, 518 op/s 2023-11-03T10:45:20.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:45:19 smithi145 ceph-mon[111069]: pgmap v249: 97 pgs: 97 active+clean; 353 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.4 MiB/s wr, 518 op/s 2023-11-03T10:45:20.379 INFO:teuthology.orchestra.run.smithi077.stdout: 5 182926 8.31 MB/sec execute 464 sec latency 129.959 ms 2023-11-03T10:45:21.386 INFO:teuthology.orchestra.run.smithi077.stdout: 5 183183 8.30 MB/sec execute 465 sec latency 145.694 ms 2023-11-03T10:45:21.776 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:45:21 smithi077 ceph-mon[108342]: pgmap v250: 97 pgs: 97 active+clean; 353 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.8 MiB/s wr, 365 op/s 2023-11-03T10:45:21.776 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:45:21 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:45:22.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:45:21 smithi145 ceph-mon[111069]: pgmap v250: 97 pgs: 97 active+clean; 353 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.8 MiB/s wr, 365 op/s 2023-11-03T10:45:22.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:45:21 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:45:22.386 INFO:teuthology.orchestra.run.smithi077.stdout: 5 183507 8.30 MB/sec execute 466 sec latency 177.043 ms 2023-11-03T10:45:23.386 INFO:teuthology.orchestra.run.smithi077.stdout: 5 183842 8.31 MB/sec execute 467 sec latency 121.002 ms 2023-11-03T10:45:23.821 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:45:23 smithi077 ceph-mon[108342]: pgmap v251: 97 pgs: 97 active+clean; 353 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.8 MiB/s wr, 365 op/s 2023-11-03T10:45:24.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:45:23 smithi145 ceph-mon[111069]: pgmap v251: 97 pgs: 97 active+clean; 353 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.8 MiB/s wr, 365 op/s 2023-11-03T10:45:24.391 INFO:teuthology.orchestra.run.smithi077.stdout: 5 184175 8.31 MB/sec execute 468 sec latency 132.885 ms 2023-11-03T10:45:25.391 INFO:teuthology.orchestra.run.smithi077.stdout: 5 184455 8.31 MB/sec execute 469 sec latency 129.794 ms 2023-11-03T10:45:25.888 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:45:25 smithi077 ceph-mon[108342]: pgmap v252: 97 pgs: 97 active+clean; 352 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.7 MiB/s wr, 559 op/s 2023-11-03T10:45:26.088 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:45:25 smithi145 ceph-mon[111069]: pgmap v252: 97 pgs: 97 active+clean; 352 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.7 MiB/s wr, 559 op/s 2023-11-03T10:45:26.391 INFO:teuthology.orchestra.run.smithi077.stdout: 5 184752 8.31 MB/sec execute 470 sec latency 140.618 ms 2023-11-03T10:45:27.398 INFO:teuthology.orchestra.run.smithi077.stdout: 5 184899 8.29 MB/sec execute 471 sec latency 201.148 ms 2023-11-03T10:45:27.944 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:45:27 smithi077 ceph-mon[108342]: pgmap v253: 97 pgs: 97 active+clean; 352 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 363 op/s 2023-11-03T10:45:28.086 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:45:27 smithi145 ceph-mon[111069]: pgmap v253: 97 pgs: 97 active+clean; 352 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 363 op/s 2023-11-03T10:45:28.398 INFO:teuthology.orchestra.run.smithi077.stdout: 5 185114 8.29 MB/sec execute 472 sec latency 190.656 ms 2023-11-03T10:45:29.398 INFO:teuthology.orchestra.run.smithi077.stdout: 5 185372 8.30 MB/sec execute 473 sec latency 120.854 ms 2023-11-03T10:45:30.015 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:45:29 smithi077 ceph-mon[108342]: pgmap v254: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.4 MiB/s wr, 525 op/s 2023-11-03T10:45:30.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:45:29 smithi145 ceph-mon[111069]: pgmap v254: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.4 MiB/s wr, 525 op/s 2023-11-03T10:45:30.399 INFO:teuthology.orchestra.run.smithi077.stdout: 5 185562 8.29 MB/sec execute 474 sec latency 204.357 ms 2023-11-03T10:45:31.399 INFO:teuthology.orchestra.run.smithi077.stdout: 5 185777 8.29 MB/sec execute 475 sec latency 123.514 ms 2023-11-03T10:45:31.829 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:45:31 smithi077 ceph-mon[108342]: pgmap v255: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 355 op/s 2023-11-03T10:45:32.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:45:31 smithi145 ceph-mon[111069]: pgmap v255: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 355 op/s 2023-11-03T10:45:32.411 INFO:teuthology.orchestra.run.smithi077.stdout: 5 186065 8.29 MB/sec execute 476 sec latency 129.039 ms 2023-11-03T10:45:33.411 INFO:teuthology.orchestra.run.smithi077.stdout: 5 186240 8.28 MB/sec execute 477 sec latency 129.646 ms 2023-11-03T10:45:33.901 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:45:33 smithi077 ceph-mon[108342]: pgmap v256: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 355 op/s 2023-11-03T10:45:34.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:45:33 smithi145 ceph-mon[111069]: pgmap v256: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 355 op/s 2023-11-03T10:45:34.411 INFO:teuthology.orchestra.run.smithi077.stdout: 5 186498 8.27 MB/sec execute 478 sec latency 97.858 ms 2023-11-03T10:45:34.909 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:45:34 smithi077 ceph-mon[108342]: pgmap v257: 97 pgs: 97 active+clean; 349 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 4.9 MiB/s wr, 492 op/s 2023-11-03T10:45:35.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:45:34 smithi145 ceph-mon[111069]: pgmap v257: 97 pgs: 97 active+clean; 349 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 4.9 MiB/s wr, 492 op/s 2023-11-03T10:45:35.412 INFO:teuthology.orchestra.run.smithi077.stdout: 5 186688 8.26 MB/sec execute 479 sec latency 126.790 ms 2023-11-03T10:45:36.419 INFO:teuthology.orchestra.run.smithi077.stdout: 5 186979 8.27 MB/sec execute 480 sec latency 127.913 ms 2023-11-03T10:45:37.422 INFO:teuthology.orchestra.run.smithi077.stdout: 5 187273 8.27 MB/sec execute 481 sec latency 130.565 ms 2023-11-03T10:45:37.720 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:45:37 smithi077 ceph-mon[108342]: pgmap v258: 97 pgs: 97 active+clean; 349 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.0 MiB/s wr, 298 op/s 2023-11-03T10:45:37.720 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:45:37 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:45:37.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:45:37 smithi145 ceph-mon[111069]: pgmap v258: 97 pgs: 97 active+clean; 349 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.0 MiB/s wr, 298 op/s 2023-11-03T10:45:37.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:45:37 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:45:38.422 INFO:teuthology.orchestra.run.smithi077.stdout: 5 187585 8.27 MB/sec execute 482 sec latency 145.633 ms 2023-11-03T10:45:39.428 INFO:teuthology.orchestra.run.smithi077.stdout: 5 187879 8.26 MB/sec execute 483 sec latency 123.910 ms 2023-11-03T10:45:39.754 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:45:39 smithi077 ceph-mon[108342]: pgmap v259: 97 pgs: 97 active+clean; 354 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.9 MiB/s wr, 455 op/s 2023-11-03T10:45:40.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:45:39 smithi145 ceph-mon[111069]: pgmap v259: 97 pgs: 97 active+clean; 354 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.9 MiB/s wr, 455 op/s 2023-11-03T10:45:40.430 INFO:teuthology.orchestra.run.smithi077.stdout: 5 188184 8.25 MB/sec execute 484 sec latency 126.731 ms 2023-11-03T10:45:41.428 INFO:teuthology.orchestra.run.smithi077.stdout: 5 188381 8.24 MB/sec execute 485 sec latency 136.951 ms 2023-11-03T10:45:41.811 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:45:41 smithi077 ceph-mon[108342]: pgmap v260: 97 pgs: 97 active+clean; 354 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.2 MiB/s wr, 293 op/s 2023-11-03T10:45:42.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:45:41 smithi145 ceph-mon[111069]: pgmap v260: 97 pgs: 97 active+clean; 354 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.2 MiB/s wr, 293 op/s 2023-11-03T10:45:42.428 INFO:teuthology.orchestra.run.smithi077.stdout: 5 188676 8.25 MB/sec execute 486 sec latency 128.235 ms 2023-11-03T10:45:43.428 INFO:teuthology.orchestra.run.smithi077.stdout: 5 188962 8.25 MB/sec execute 487 sec latency 139.287 ms 2023-11-03T10:45:43.862 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:45:43 smithi077 ceph-mon[108342]: pgmap v261: 97 pgs: 97 active+clean; 354 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.2 MiB/s wr, 293 op/s 2023-11-03T10:45:44.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:45:43 smithi145 ceph-mon[111069]: pgmap v261: 97 pgs: 97 active+clean; 354 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.2 MiB/s wr, 293 op/s 2023-11-03T10:45:44.431 INFO:teuthology.orchestra.run.smithi077.stdout: 5 189318 8.26 MB/sec execute 488 sec latency 131.426 ms 2023-11-03T10:45:45.431 INFO:teuthology.orchestra.run.smithi077.stdout: 5 189594 8.26 MB/sec execute 489 sec latency 177.222 ms 2023-11-03T10:45:45.890 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:45:45 smithi077 ceph-mon[108342]: pgmap v262: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.7 MiB/s wr, 462 op/s 2023-11-03T10:45:46.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:45:45 smithi145 ceph-mon[111069]: pgmap v262: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.7 MiB/s wr, 462 op/s 2023-11-03T10:45:46.431 INFO:teuthology.orchestra.run.smithi077.stdout: 5 189794 8.25 MB/sec execute 490 sec latency 131.349 ms 2023-11-03T10:45:47.431 INFO:teuthology.orchestra.run.smithi077.stdout: 5 190068 8.25 MB/sec execute 491 sec latency 134.752 ms 2023-11-03T10:45:47.936 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:45:47 smithi077 ceph-mon[108342]: pgmap v263: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.2 MiB/s wr, 326 op/s 2023-11-03T10:45:48.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:45:47 smithi145 ceph-mon[111069]: pgmap v263: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.2 MiB/s wr, 326 op/s 2023-11-03T10:45:48.431 INFO:teuthology.orchestra.run.smithi077.stdout: 5 190358 8.25 MB/sec execute 492 sec latency 129.829 ms 2023-11-03T10:45:49.438 INFO:teuthology.orchestra.run.smithi077.stdout: 5 190579 8.25 MB/sec execute 493 sec latency 129.006 ms 2023-11-03T10:45:49.971 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:45:49 smithi077 ceph-mon[108342]: pgmap v264: 97 pgs: 97 active+clean; 355 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.0 MiB/s wr, 487 op/s 2023-11-03T10:45:50.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:45:49 smithi145 ceph-mon[111069]: pgmap v264: 97 pgs: 97 active+clean; 355 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.0 MiB/s wr, 487 op/s 2023-11-03T10:45:50.438 INFO:teuthology.orchestra.run.smithi077.stdout: 5 190871 8.24 MB/sec execute 494 sec latency 132.553 ms 2023-11-03T10:45:51.438 INFO:teuthology.orchestra.run.smithi077.stdout: 5 191136 8.24 MB/sec execute 495 sec latency 129.844 ms 2023-11-03T10:45:52.007 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:45:51 smithi077 ceph-mon[108342]: pgmap v265: 97 pgs: 97 active+clean; 355 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.2 MiB/s wr, 330 op/s 2023-11-03T10:45:52.007 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:45:51 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:45:52.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:45:51 smithi145 ceph-mon[111069]: pgmap v265: 97 pgs: 97 active+clean; 355 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.2 MiB/s wr, 330 op/s 2023-11-03T10:45:52.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:45:51 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:45:52.438 INFO:teuthology.orchestra.run.smithi077.stdout: 5 191477 8.24 MB/sec execute 496 sec latency 130.880 ms 2023-11-03T10:45:53.443 INFO:teuthology.orchestra.run.smithi077.stdout: 5 191745 8.23 MB/sec execute 497 sec latency 123.942 ms 2023-11-03T10:45:54.039 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:45:53 smithi077 ceph-mon[108342]: pgmap v266: 97 pgs: 97 active+clean; 355 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.2 MiB/s wr, 330 op/s 2023-11-03T10:45:54.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:45:53 smithi145 ceph-mon[111069]: pgmap v266: 97 pgs: 97 active+clean; 355 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.2 MiB/s wr, 330 op/s 2023-11-03T10:45:54.443 INFO:teuthology.orchestra.run.smithi077.stdout: 5 192041 8.23 MB/sec execute 498 sec latency 121.335 ms 2023-11-03T10:45:55.443 INFO:teuthology.orchestra.run.smithi077.stdout: 5 192374 8.23 MB/sec execute 499 sec latency 169.968 ms 2023-11-03T10:45:56.066 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:45:55 smithi077 ceph-mon[108342]: pgmap v267: 97 pgs: 97 active+clean; 352 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.9 MiB/s wr, 507 op/s 2023-11-03T10:45:56.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:45:55 smithi145 ceph-mon[111069]: pgmap v267: 97 pgs: 97 active+clean; 352 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.9 MiB/s wr, 507 op/s 2023-11-03T10:45:56.443 INFO:teuthology.orchestra.run.smithi077.stdout: 5 192654 8.23 MB/sec execute 500 sec latency 129.504 ms 2023-11-03T10:45:57.082 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:45:56 smithi077 ceph-mon[108342]: pgmap v268: 97 pgs: 97 active+clean; 352 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 337 op/s 2023-11-03T10:45:57.334 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:45:56 smithi145 ceph-mon[111069]: pgmap v268: 97 pgs: 97 active+clean; 352 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 337 op/s 2023-11-03T10:45:57.443 INFO:teuthology.orchestra.run.smithi077.stdout: 5 192951 8.24 MB/sec execute 501 sec latency 135.429 ms 2023-11-03T10:45:58.443 INFO:teuthology.orchestra.run.smithi077.stdout: 5 193215 8.23 MB/sec execute 502 sec latency 147.772 ms 2023-11-03T10:45:59.450 INFO:teuthology.orchestra.run.smithi077.stdout: 5 193419 8.23 MB/sec execute 503 sec latency 130.300 ms 2023-11-03T10:45:59.899 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:45:59 smithi077 ceph-mon[108342]: pgmap v269: 97 pgs: 97 active+clean; 357 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.2 MiB/s wr, 512 op/s 2023-11-03T10:46:00.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:45:59 smithi145 ceph-mon[111069]: pgmap v269: 97 pgs: 97 active+clean; 357 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.2 MiB/s wr, 512 op/s 2023-11-03T10:46:00.450 INFO:teuthology.orchestra.run.smithi077.stdout: 5 193633 8.23 MB/sec execute 504 sec latency 152.369 ms 2023-11-03T10:46:01.450 INFO:teuthology.orchestra.run.smithi077.stdout: 5 193883 8.22 MB/sec execute 505 sec latency 123.788 ms 2023-11-03T10:46:01.736 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:46:01 smithi077 ceph-mon[108342]: pgmap v270: 97 pgs: 97 active+clean; 357 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 351 op/s 2023-11-03T10:46:02.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:46:01 smithi145 ceph-mon[111069]: pgmap v270: 97 pgs: 97 active+clean; 357 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 351 op/s 2023-11-03T10:46:02.450 INFO:teuthology.orchestra.run.smithi077.stdout: 5 194089 8.22 MB/sec execute 506 sec latency 141.221 ms 2023-11-03T10:46:03.450 INFO:teuthology.orchestra.run.smithi077.stdout: 5 194301 8.22 MB/sec execute 507 sec latency 151.119 ms 2023-11-03T10:46:03.776 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:46:03 smithi077 ceph-mon[108342]: pgmap v271: 97 pgs: 97 active+clean; 357 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 351 op/s 2023-11-03T10:46:04.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:46:03 smithi145 ceph-mon[111069]: pgmap v271: 97 pgs: 97 active+clean; 357 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 351 op/s 2023-11-03T10:46:04.450 INFO:teuthology.orchestra.run.smithi077.stdout: 5 194505 8.21 MB/sec execute 508 sec latency 134.154 ms 2023-11-03T10:46:05.451 INFO:teuthology.orchestra.run.smithi077.stdout: 5 194692 8.21 MB/sec execute 509 sec latency 119.747 ms 2023-11-03T10:46:05.834 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:46:05 smithi077 ceph-mon[108342]: pgmap v272: 97 pgs: 97 active+clean; 357 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 488 op/s 2023-11-03T10:46:06.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:46:05 smithi145 ceph-mon[111069]: pgmap v272: 97 pgs: 97 active+clean; 357 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 488 op/s 2023-11-03T10:46:06.450 INFO:teuthology.orchestra.run.smithi077.stdout: 5 194960 8.20 MB/sec execute 510 sec latency 102.374 ms 2023-11-03T10:46:06.861 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:46:06 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:46:07.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:46:06 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:46:07.450 INFO:teuthology.orchestra.run.smithi077.stdout: 5 195276 8.19 MB/sec execute 511 sec latency 100.463 ms 2023-11-03T10:46:07.889 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:46:07 smithi077 ceph-mon[108342]: pgmap v273: 97 pgs: 97 active+clean; 357 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.4 MiB/s wr, 312 op/s 2023-11-03T10:46:08.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:46:07 smithi145 ceph-mon[111069]: pgmap v273: 97 pgs: 97 active+clean; 357 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.4 MiB/s wr, 312 op/s 2023-11-03T10:46:08.451 INFO:teuthology.orchestra.run.smithi077.stdout: 5 195479 8.18 MB/sec execute 512 sec latency 123.331 ms 2023-11-03T10:46:09.451 INFO:teuthology.orchestra.run.smithi077.stdout: 5 195669 8.18 MB/sec execute 513 sec latency 135.631 ms 2023-11-03T10:46:09.952 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:46:09 smithi077 ceph-mon[108342]: pgmap v274: 97 pgs: 97 active+clean; 353 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.5 MiB/s wr, 454 op/s 2023-11-03T10:46:10.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:46:09 smithi145 ceph-mon[111069]: pgmap v274: 97 pgs: 97 active+clean; 353 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.5 MiB/s wr, 454 op/s 2023-11-03T10:46:10.451 INFO:teuthology.orchestra.run.smithi077.stdout: 5 196047 8.19 MB/sec execute 514 sec latency 141.902 ms 2023-11-03T10:46:11.451 INFO:teuthology.orchestra.run.smithi077.stdout: 5 196390 8.19 MB/sec execute 515 sec latency 129.422 ms 2023-11-03T10:46:11.978 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:46:11 smithi077 ceph-mon[108342]: pgmap v275: 97 pgs: 97 active+clean; 353 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 2.7 MiB/s wr, 278 op/s 2023-11-03T10:46:12.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:46:11 smithi145 ceph-mon[111069]: pgmap v275: 97 pgs: 97 active+clean; 353 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 2.7 MiB/s wr, 278 op/s 2023-11-03T10:46:12.451 INFO:teuthology.orchestra.run.smithi077.stdout: 5 196809 8.20 MB/sec execute 516 sec latency 127.184 ms 2023-11-03T10:46:13.458 INFO:teuthology.orchestra.run.smithi077.stdout: 5 197038 8.19 MB/sec execute 517 sec latency 129.511 ms 2023-11-03T10:46:13.751 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:46:13 smithi077 ceph-mon[108342]: pgmap v276: 97 pgs: 97 active+clean; 353 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 2.7 MiB/s wr, 278 op/s 2023-11-03T10:46:14.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:46:13 smithi145 ceph-mon[111069]: pgmap v276: 97 pgs: 97 active+clean; 353 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 2.7 MiB/s wr, 278 op/s 2023-11-03T10:46:14.458 INFO:teuthology.orchestra.run.smithi077.stdout: 5 197369 8.20 MB/sec execute 518 sec latency 137.177 ms 2023-11-03T10:46:15.458 INFO:teuthology.orchestra.run.smithi077.stdout: 5 197659 8.19 MB/sec execute 519 sec latency 126.996 ms 2023-11-03T10:46:15.797 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:46:15 smithi077 ceph-mon[108342]: pgmap v277: 97 pgs: 97 active+clean; 355 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.7 MiB/s wr, 460 op/s 2023-11-03T10:46:16.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:46:15 smithi145 ceph-mon[111069]: pgmap v277: 97 pgs: 97 active+clean; 355 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.7 MiB/s wr, 460 op/s 2023-11-03T10:46:16.465 INFO:teuthology.orchestra.run.smithi077.stdout: 5 197955 8.20 MB/sec execute 520 sec latency 123.407 ms 2023-11-03T10:46:17.466 INFO:teuthology.orchestra.run.smithi077.stdout: 5 198245 8.20 MB/sec execute 521 sec latency 132.550 ms 2023-11-03T10:46:17.848 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:46:17 smithi077 ceph-mon[108342]: pgmap v278: 97 pgs: 97 active+clean; 355 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.1 MiB/s wr, 323 op/s 2023-11-03T10:46:18.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:46:17 smithi145 ceph-mon[111069]: pgmap v278: 97 pgs: 97 active+clean; 355 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.1 MiB/s wr, 323 op/s 2023-11-03T10:46:18.466 INFO:teuthology.orchestra.run.smithi077.stdout: 5 198509 8.19 MB/sec execute 522 sec latency 130.575 ms 2023-11-03T10:46:19.466 INFO:teuthology.orchestra.run.smithi077.stdout: 5 198822 8.19 MB/sec execute 523 sec latency 116.198 ms 2023-11-03T10:46:19.877 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:46:19 smithi077 ceph-mon[108342]: pgmap v279: 97 pgs: 97 active+clean; 351 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 510 op/s 2023-11-03T10:46:20.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:46:19 smithi145 ceph-mon[111069]: pgmap v279: 97 pgs: 97 active+clean; 351 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 510 op/s 2023-11-03T10:46:20.466 INFO:teuthology.orchestra.run.smithi077.stdout: 5 199102 8.19 MB/sec execute 524 sec latency 125.761 ms 2023-11-03T10:46:21.466 INFO:teuthology.orchestra.run.smithi077.stdout: 5 199406 8.19 MB/sec execute 525 sec latency 129.716 ms 2023-11-03T10:46:21.802 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:46:21 smithi077 ceph-mon[108342]: pgmap v280: 97 pgs: 97 active+clean; 351 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 369 op/s 2023-11-03T10:46:21.802 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:46:21 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:46:22.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:46:21 smithi145 ceph-mon[111069]: pgmap v280: 97 pgs: 97 active+clean; 351 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 369 op/s 2023-11-03T10:46:22.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:46:21 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:46:22.466 INFO:teuthology.orchestra.run.smithi077.stdout: 5 199671 8.19 MB/sec execute 526 sec latency 145.629 ms 2023-11-03T10:46:23.472 INFO:teuthology.orchestra.run.smithi077.stdout: 5 199947 8.19 MB/sec execute 527 sec latency 134.122 ms 2023-11-03T10:46:23.857 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:46:23 smithi077 ceph-mon[108342]: pgmap v281: 97 pgs: 97 active+clean; 351 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 369 op/s 2023-11-03T10:46:24.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:46:23 smithi145 ceph-mon[111069]: pgmap v281: 97 pgs: 97 active+clean; 351 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 369 op/s 2023-11-03T10:46:24.473 INFO:teuthology.orchestra.run.smithi077.stdout: 5 200276 8.19 MB/sec execute 528 sec latency 127.474 ms 2023-11-03T10:46:25.473 INFO:teuthology.orchestra.run.smithi077.stdout: 5 200512 8.19 MB/sec execute 529 sec latency 127.820 ms 2023-11-03T10:46:25.920 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:46:25 smithi077 ceph-mon[108342]: pgmap v282: 97 pgs: 97 active+clean; 356 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.7 MiB/s wr, 543 op/s 2023-11-03T10:46:26.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:46:25 smithi145 ceph-mon[111069]: pgmap v282: 97 pgs: 97 active+clean; 356 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.7 MiB/s wr, 543 op/s 2023-11-03T10:46:26.481 INFO:teuthology.orchestra.run.smithi077.stdout: 5 200812 8.19 MB/sec execute 530 sec latency 126.266 ms 2023-11-03T10:46:27.482 INFO:teuthology.orchestra.run.smithi077.stdout: 5 201085 8.18 MB/sec execute 531 sec latency 123.816 ms 2023-11-03T10:46:27.971 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:46:27 smithi077 ceph-mon[108342]: pgmap v283: 97 pgs: 97 active+clean; 356 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 361 op/s 2023-11-03T10:46:28.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:46:27 smithi145 ceph-mon[111069]: pgmap v283: 97 pgs: 97 active+clean; 356 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 361 op/s 2023-11-03T10:46:28.481 INFO:teuthology.orchestra.run.smithi077.stdout: 5 201365 8.18 MB/sec execute 532 sec latency 138.847 ms 2023-11-03T10:46:29.482 INFO:teuthology.orchestra.run.smithi077.stdout: 5 201658 8.18 MB/sec execute 533 sec latency 119.647 ms 2023-11-03T10:46:29.765 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:46:29 smithi077 ceph-mon[108342]: pgmap v284: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.4 MiB/s wr, 528 op/s 2023-11-03T10:46:30.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:46:29 smithi145 ceph-mon[111069]: pgmap v284: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.4 MiB/s wr, 528 op/s 2023-11-03T10:46:30.482 INFO:teuthology.orchestra.run.smithi077.stdout: 5 201924 8.18 MB/sec execute 534 sec latency 139.142 ms 2023-11-03T10:46:31.482 INFO:teuthology.orchestra.run.smithi077.stdout: 5 202235 8.18 MB/sec execute 535 sec latency 135.122 ms 2023-11-03T10:46:31.815 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:46:31 smithi077 ceph-mon[108342]: pgmap v285: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.5 MiB/s wr, 341 op/s 2023-11-03T10:46:32.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:46:31 smithi145 ceph-mon[111069]: pgmap v285: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.5 MiB/s wr, 341 op/s 2023-11-03T10:46:32.482 INFO:teuthology.orchestra.run.smithi077.stdout: 5 202548 8.18 MB/sec execute 536 sec latency 210.485 ms 2023-11-03T10:46:33.482 INFO:teuthology.orchestra.run.smithi077.stdout: 5 202787 8.17 MB/sec execute 537 sec latency 192.119 ms 2023-11-03T10:46:33.877 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:46:33 smithi077 ceph-mon[108342]: pgmap v286: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.5 MiB/s wr, 341 op/s 2023-11-03T10:46:34.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:46:33 smithi145 ceph-mon[111069]: pgmap v286: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.5 MiB/s wr, 341 op/s 2023-11-03T10:46:34.490 INFO:teuthology.orchestra.run.smithi077.stdout: 5 202937 8.16 MB/sec execute 538 sec latency 200.556 ms 2023-11-03T10:46:35.490 INFO:teuthology.orchestra.run.smithi077.stdout: 5 203159 8.17 MB/sec execute 539 sec latency 142.301 ms 2023-11-03T10:46:35.954 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:46:35 smithi077 ceph-mon[108342]: pgmap v287: 97 pgs: 97 active+clean; 357 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.3 MiB/s wr, 515 op/s 2023-11-03T10:46:36.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:46:35 smithi145 ceph-mon[111069]: pgmap v287: 97 pgs: 97 active+clean; 357 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.3 MiB/s wr, 515 op/s 2023-11-03T10:46:36.490 INFO:teuthology.orchestra.run.smithi077.stdout: 5 203386 8.16 MB/sec execute 540 sec latency 146.199 ms 2023-11-03T10:46:36.968 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:46:36 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:46:37.089 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:46:36 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:46:37.490 INFO:teuthology.orchestra.run.smithi077.stdout: 5 203669 8.17 MB/sec execute 541 sec latency 147.982 ms 2023-11-03T10:46:37.985 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:46:37 smithi077 ceph-mon[108342]: pgmap v288: 97 pgs: 97 active+clean; 357 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.4 MiB/s wr, 341 op/s 2023-11-03T10:46:38.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:46:37 smithi145 ceph-mon[111069]: pgmap v288: 97 pgs: 97 active+clean; 357 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.4 MiB/s wr, 341 op/s 2023-11-03T10:46:38.490 INFO:teuthology.orchestra.run.smithi077.stdout: 5 203938 8.16 MB/sec execute 542 sec latency 111.492 ms 2023-11-03T10:46:39.493 INFO:teuthology.orchestra.run.smithi077.stdout: 5 204129 8.15 MB/sec execute 543 sec latency 126.314 ms 2023-11-03T10:46:39.780 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:46:39 smithi077 ceph-mon[108342]: pgmap v289: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.8 MiB/s wr, 483 op/s 2023-11-03T10:46:40.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:46:39 smithi145 ceph-mon[111069]: pgmap v289: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.8 MiB/s wr, 483 op/s 2023-11-03T10:46:40.493 INFO:teuthology.orchestra.run.smithi077.stdout: 5 204277 8.14 MB/sec execute 544 sec latency 128.362 ms 2023-11-03T10:46:41.493 INFO:teuthology.orchestra.run.smithi077.stdout: 5 204515 8.15 MB/sec execute 545 sec latency 180.489 ms 2023-11-03T10:46:41.852 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:46:41 smithi077 ceph-mon[108342]: pgmap v290: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 316 op/s 2023-11-03T10:46:42.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:46:41 smithi145 ceph-mon[111069]: pgmap v290: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 316 op/s 2023-11-03T10:46:42.493 INFO:teuthology.orchestra.run.smithi077.stdout: 5 204746 8.14 MB/sec execute 546 sec latency 185.974 ms 2023-11-03T10:46:43.493 INFO:teuthology.orchestra.run.smithi077.stdout: 5 205064 8.15 MB/sec execute 547 sec latency 136.920 ms 2023-11-03T10:46:43.902 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:46:43 smithi077 ceph-mon[108342]: pgmap v291: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 316 op/s 2023-11-03T10:46:44.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:46:43 smithi145 ceph-mon[111069]: pgmap v291: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 316 op/s 2023-11-03T10:46:44.493 INFO:teuthology.orchestra.run.smithi077.stdout: 5 205269 8.14 MB/sec execute 548 sec latency 140.215 ms 2023-11-03T10:46:45.494 INFO:teuthology.orchestra.run.smithi077.stdout: 5 205503 8.13 MB/sec execute 549 sec latency 129.751 ms 2023-11-03T10:46:45.932 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:46:45 smithi077 ceph-mon[108342]: pgmap v292: 97 pgs: 97 active+clean; 360 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.7 MiB/s wr, 453 op/s 2023-11-03T10:46:46.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:46:45 smithi145 ceph-mon[111069]: pgmap v292: 97 pgs: 97 active+clean; 360 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.7 MiB/s wr, 453 op/s 2023-11-03T10:46:46.494 INFO:teuthology.orchestra.run.smithi077.stdout: 5 205813 8.13 MB/sec execute 550 sec latency 92.235 ms 2023-11-03T10:46:47.494 INFO:teuthology.orchestra.run.smithi077.stdout: 5 205980 8.12 MB/sec execute 551 sec latency 129.361 ms 2023-11-03T10:46:47.986 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:46:47 smithi077 ceph-mon[108342]: pgmap v293: 97 pgs: 97 active+clean; 360 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.0 MiB/s wr, 278 op/s 2023-11-03T10:46:48.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:46:47 smithi145 ceph-mon[111069]: pgmap v293: 97 pgs: 97 active+clean; 360 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.0 MiB/s wr, 278 op/s 2023-11-03T10:46:48.494 INFO:teuthology.orchestra.run.smithi077.stdout: 5 206180 8.12 MB/sec execute 552 sec latency 150.694 ms 2023-11-03T10:46:49.494 INFO:teuthology.orchestra.run.smithi077.stdout: 5 206407 8.11 MB/sec execute 553 sec latency 116.356 ms 2023-11-03T10:46:49.821 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:46:49 smithi077 ceph-mon[108342]: pgmap v294: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.2 MiB/s wr, 430 op/s 2023-11-03T10:46:50.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:46:49 smithi145 ceph-mon[111069]: pgmap v294: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.2 MiB/s wr, 430 op/s 2023-11-03T10:46:50.496 INFO:teuthology.orchestra.run.smithi077.stdout: 5 206667 8.11 MB/sec execute 554 sec latency 138.953 ms 2023-11-03T10:46:51.495 INFO:teuthology.orchestra.run.smithi077.stdout: 5 206897 8.12 MB/sec execute 555 sec latency 126.459 ms 2023-11-03T10:46:51.872 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:46:51 smithi077 ceph-mon[108342]: pgmap v295: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.8 MiB/s wr, 288 op/s 2023-11-03T10:46:51.872 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:46:51 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:46:52.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:46:51 smithi145 ceph-mon[111069]: pgmap v295: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.8 MiB/s wr, 288 op/s 2023-11-03T10:46:52.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:46:51 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:46:52.496 INFO:teuthology.orchestra.run.smithi077.stdout: 5 207079 8.11 MB/sec execute 556 sec latency 123.696 ms 2023-11-03T10:46:53.496 INFO:teuthology.orchestra.run.smithi077.stdout: 5 207383 8.10 MB/sec execute 557 sec latency 138.245 ms 2023-11-03T10:46:53.954 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:46:53 smithi077 ceph-mon[108342]: pgmap v296: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.8 MiB/s wr, 288 op/s 2023-11-03T10:46:54.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:46:53 smithi145 ceph-mon[111069]: pgmap v296: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.8 MiB/s wr, 288 op/s 2023-11-03T10:46:54.497 INFO:teuthology.orchestra.run.smithi077.stdout: 5 207595 8.10 MB/sec execute 558 sec latency 123.382 ms 2023-11-03T10:46:55.496 INFO:teuthology.orchestra.run.smithi077.stdout: 5 207816 8.09 MB/sec execute 559 sec latency 134.580 ms 2023-11-03T10:46:56.022 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:46:55 smithi077 ceph-mon[108342]: pgmap v297: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.2 MiB/s wr, 422 op/s 2023-11-03T10:46:56.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:46:55 smithi145 ceph-mon[111069]: pgmap v297: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.2 MiB/s wr, 422 op/s 2023-11-03T10:46:56.501 INFO:teuthology.orchestra.run.smithi077.stdout: 5 208038 8.10 MB/sec execute 560 sec latency 141.879 ms 2023-11-03T10:46:57.502 INFO:teuthology.orchestra.run.smithi077.stdout: 5 208335 8.10 MB/sec execute 561 sec latency 132.098 ms 2023-11-03T10:46:57.815 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:46:57 smithi077 ceph-mon[108342]: pgmap v298: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 2.7 MiB/s wr, 285 op/s 2023-11-03T10:46:58.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:46:57 smithi145 ceph-mon[111069]: pgmap v298: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 2.7 MiB/s wr, 285 op/s 2023-11-03T10:46:58.501 INFO:teuthology.orchestra.run.smithi077.stdout: 5 208703 8.10 MB/sec execute 562 sec latency 127.303 ms 2023-11-03T10:46:59.501 INFO:teuthology.orchestra.run.smithi077.stdout: 5 208943 8.10 MB/sec execute 563 sec latency 126.929 ms 2023-11-03T10:46:59.862 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:46:59 smithi077 ceph-mon[108342]: pgmap v299: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.4 MiB/s wr, 439 op/s 2023-11-03T10:47:00.086 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:46:59 smithi145 ceph-mon[111069]: pgmap v299: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.4 MiB/s wr, 439 op/s 2023-11-03T10:47:00.510 INFO:teuthology.orchestra.run.smithi077.stdout: 5 209146 8.09 MB/sec execute 564 sec latency 137.705 ms 2023-11-03T10:47:01.512 INFO:teuthology.orchestra.run.smithi077.stdout: 5 209480 8.09 MB/sec execute 565 sec latency 123.769 ms 2023-11-03T10:47:01.893 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:47:01 smithi077 ceph-mon[108342]: pgmap v300: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.1 MiB/s wr, 287 op/s 2023-11-03T10:47:02.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:47:01 smithi145 ceph-mon[111069]: pgmap v300: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.1 MiB/s wr, 287 op/s 2023-11-03T10:47:02.510 INFO:teuthology.orchestra.run.smithi077.stdout: 5 209783 8.09 MB/sec execute 566 sec latency 106.029 ms 2023-11-03T10:47:03.509 INFO:teuthology.orchestra.run.smithi077.stdout: 5 210033 8.09 MB/sec execute 567 sec latency 200.799 ms 2023-11-03T10:47:03.965 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:47:03 smithi077 ceph-mon[108342]: pgmap v301: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.1 MiB/s wr, 287 op/s 2023-11-03T10:47:04.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:47:03 smithi145 ceph-mon[111069]: pgmap v301: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.1 MiB/s wr, 287 op/s 2023-11-03T10:47:04.510 INFO:teuthology.orchestra.run.smithi077.stdout: 5 210289 8.09 MB/sec execute 568 sec latency 141.665 ms 2023-11-03T10:47:04.980 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:47:04 smithi077 ceph-mon[108342]: pgmap v302: 97 pgs: 97 active+clean; 356 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.7 MiB/s wr, 457 op/s 2023-11-03T10:47:05.334 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:47:04 smithi145 ceph-mon[111069]: pgmap v302: 97 pgs: 97 active+clean; 356 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.7 MiB/s wr, 457 op/s 2023-11-03T10:47:05.510 INFO:teuthology.orchestra.run.smithi077.stdout: 5 210602 8.09 MB/sec execute 569 sec latency 150.187 ms 2023-11-03T10:47:06.518 INFO:teuthology.orchestra.run.smithi077.stdout: 5 210941 8.09 MB/sec execute 570 sec latency 123.508 ms 2023-11-03T10:47:07.519 INFO:teuthology.orchestra.run.smithi077.stdout: 5 211253 8.09 MB/sec execute 571 sec latency 140.840 ms 2023-11-03T10:47:07.785 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:47:07 smithi077 ceph-mon[108342]: pgmap v303: 97 pgs: 97 active+clean; 356 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.3 MiB/s wr, 324 op/s 2023-11-03T10:47:07.785 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:47:07 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:47:08.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:47:07 smithi145 ceph-mon[111069]: pgmap v303: 97 pgs: 97 active+clean; 356 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.3 MiB/s wr, 324 op/s 2023-11-03T10:47:08.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:47:07 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:47:08.518 INFO:teuthology.orchestra.run.smithi077.stdout: 5 211413 8.08 MB/sec execute 572 sec latency 135.572 ms 2023-11-03T10:47:09.519 INFO:teuthology.orchestra.run.smithi077.stdout: 5 211711 8.08 MB/sec execute 573 sec latency 135.245 ms 2023-11-03T10:47:09.856 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:47:09 smithi077 ceph-mon[108342]: pgmap v304: 97 pgs: 97 active+clean; 357 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.1 MiB/s wr, 501 op/s 2023-11-03T10:47:10.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:47:09 smithi145 ceph-mon[111069]: pgmap v304: 97 pgs: 97 active+clean; 357 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.1 MiB/s wr, 501 op/s 2023-11-03T10:47:10.519 INFO:teuthology.orchestra.run.smithi077.stdout: 5 211995 8.08 MB/sec execute 574 sec latency 131.457 ms 2023-11-03T10:47:11.519 INFO:teuthology.orchestra.run.smithi077.stdout: 5 212266 8.08 MB/sec execute 575 sec latency 135.251 ms 2023-11-03T10:47:11.890 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:47:11 smithi077 ceph-mon[108342]: pgmap v305: 97 pgs: 97 active+clean; 357 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.4 MiB/s wr, 347 op/s 2023-11-03T10:47:12.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:47:11 smithi145 ceph-mon[111069]: pgmap v305: 97 pgs: 97 active+clean; 357 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.4 MiB/s wr, 347 op/s 2023-11-03T10:47:12.519 INFO:teuthology.orchestra.run.smithi077.stdout: 5 212455 8.08 MB/sec execute 576 sec latency 124.510 ms 2023-11-03T10:47:13.519 INFO:teuthology.orchestra.run.smithi077.stdout: 5 212670 8.08 MB/sec execute 577 sec latency 131.112 ms 2023-11-03T10:47:13.974 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:47:13 smithi077 ceph-mon[108342]: pgmap v306: 97 pgs: 97 active+clean; 357 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.4 MiB/s wr, 347 op/s 2023-11-03T10:47:14.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:47:13 smithi145 ceph-mon[111069]: pgmap v306: 97 pgs: 97 active+clean; 357 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.4 MiB/s wr, 347 op/s 2023-11-03T10:47:14.520 INFO:teuthology.orchestra.run.smithi077.stdout: 5 213000 8.07 MB/sec execute 578 sec latency 129.570 ms 2023-11-03T10:47:15.521 INFO:teuthology.orchestra.run.smithi077.stdout: 5 213340 8.07 MB/sec execute 579 sec latency 120.728 ms 2023-11-03T10:47:15.758 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:47:15 smithi077 ceph-mon[108342]: pgmap v307: 97 pgs: 97 active+clean; 358 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.1 MiB/s wr, 498 op/s 2023-11-03T10:47:16.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:47:15 smithi145 ceph-mon[111069]: pgmap v307: 97 pgs: 97 active+clean; 358 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.1 MiB/s wr, 498 op/s 2023-11-03T10:47:16.521 INFO:teuthology.orchestra.run.smithi077.stdout: 5 213613 8.07 MB/sec execute 580 sec latency 133.090 ms 2023-11-03T10:47:17.521 INFO:teuthology.orchestra.run.smithi077.stdout: 5 213834 8.07 MB/sec execute 581 sec latency 127.001 ms 2023-11-03T10:47:17.815 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:47:17 smithi077 ceph-mon[108342]: pgmap v308: 97 pgs: 97 active+clean; 358 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 328 op/s 2023-11-03T10:47:18.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:47:17 smithi145 ceph-mon[111069]: pgmap v308: 97 pgs: 97 active+clean; 358 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 328 op/s 2023-11-03T10:47:18.521 INFO:teuthology.orchestra.run.smithi077.stdout: 5 214078 8.07 MB/sec execute 582 sec latency 123.716 ms 2023-11-03T10:47:19.521 INFO:teuthology.orchestra.run.smithi077.stdout: 5 214418 8.06 MB/sec execute 583 sec latency 129.687 ms 2023-11-03T10:47:19.894 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:47:19 smithi077 ceph-mon[108342]: pgmap v309: 97 pgs: 97 active+clean; 355 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 499 op/s 2023-11-03T10:47:20.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:47:19 smithi145 ceph-mon[111069]: pgmap v309: 97 pgs: 97 active+clean; 355 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 499 op/s 2023-11-03T10:47:20.521 INFO:teuthology.orchestra.run.smithi077.stdout: 5 214689 8.07 MB/sec execute 584 sec latency 128.543 ms 2023-11-03T10:47:21.524 INFO:teuthology.orchestra.run.smithi077.stdout: 5 214841 8.06 MB/sec execute 585 sec latency 142.500 ms 2023-11-03T10:47:21.980 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:47:21 smithi077 ceph-mon[108342]: pgmap v310: 97 pgs: 97 active+clean; 355 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.2 MiB/s wr, 322 op/s 2023-11-03T10:47:21.980 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:47:21 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:47:22.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:47:21 smithi145 ceph-mon[111069]: pgmap v310: 97 pgs: 97 active+clean; 355 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.2 MiB/s wr, 322 op/s 2023-11-03T10:47:22.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:47:21 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:47:22.521 INFO:teuthology.orchestra.run.smithi077.stdout: 5 215056 8.06 MB/sec execute 586 sec latency 124.855 ms 2023-11-03T10:47:23.521 INFO:teuthology.orchestra.run.smithi077.stdout: 5 215302 8.06 MB/sec execute 587 sec latency 130.315 ms 2023-11-03T10:47:24.018 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:47:23 smithi077 ceph-mon[108342]: pgmap v311: 97 pgs: 97 active+clean; 355 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.2 MiB/s wr, 322 op/s 2023-11-03T10:47:24.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:47:23 smithi145 ceph-mon[111069]: pgmap v311: 97 pgs: 97 active+clean; 355 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.2 MiB/s wr, 322 op/s 2023-11-03T10:47:24.521 INFO:teuthology.orchestra.run.smithi077.stdout: 5 215514 8.05 MB/sec execute 588 sec latency 153.905 ms 2023-11-03T10:47:25.530 INFO:teuthology.orchestra.run.smithi077.stdout: 5 215759 8.05 MB/sec execute 589 sec latency 151.954 ms 2023-11-03T10:47:26.063 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:47:25 smithi077 ceph-mon[108342]: pgmap v312: 97 pgs: 97 active+clean; 357 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.7 MiB/s wr, 465 op/s 2023-11-03T10:47:26.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:47:25 smithi145 ceph-mon[111069]: pgmap v312: 97 pgs: 97 active+clean; 357 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.7 MiB/s wr, 465 op/s 2023-11-03T10:47:26.531 INFO:teuthology.orchestra.run.smithi077.stdout: 5 215918 8.04 MB/sec execute 590 sec latency 139.205 ms 2023-11-03T10:47:27.532 INFO:teuthology.orchestra.run.smithi077.stdout: 5 216071 8.04 MB/sec execute 591 sec latency 126.536 ms 2023-11-03T10:47:27.882 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:47:27 smithi077 ceph-mon[108342]: pgmap v313: 97 pgs: 97 active+clean; 357 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.1 MiB/s wr, 313 op/s 2023-11-03T10:47:28.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:47:27 smithi145 ceph-mon[111069]: pgmap v313: 97 pgs: 97 active+clean; 357 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.1 MiB/s wr, 313 op/s 2023-11-03T10:47:28.540 INFO:teuthology.orchestra.run.smithi077.stdout: 5 216324 8.04 MB/sec execute 592 sec latency 132.757 ms 2023-11-03T10:47:29.540 INFO:teuthology.orchestra.run.smithi077.stdout: 5 216601 8.03 MB/sec execute 593 sec latency 140.349 ms 2023-11-03T10:47:29.913 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:47:29 smithi077 ceph-mon[108342]: pgmap v314: 97 pgs: 97 active+clean; 356 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.5 MiB/s wr, 443 op/s 2023-11-03T10:47:30.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:47:29 smithi145 ceph-mon[111069]: pgmap v314: 97 pgs: 97 active+clean; 356 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.5 MiB/s wr, 443 op/s 2023-11-03T10:47:30.540 INFO:teuthology.orchestra.run.smithi077.stdout: 5 216854 8.03 MB/sec execute 594 sec latency 122.060 ms 2023-11-03T10:47:30.947 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:47:30 smithi077 ceph-mon[108342]: pgmap v315: 97 pgs: 97 active+clean; 356 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.9 MiB/s wr, 272 op/s 2023-11-03T10:47:31.334 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:47:30 smithi145 ceph-mon[111069]: pgmap v315: 97 pgs: 97 active+clean; 356 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.9 MiB/s wr, 272 op/s 2023-11-03T10:47:31.540 INFO:teuthology.orchestra.run.smithi077.stdout: 5 217093 8.02 MB/sec execute 595 sec latency 123.609 ms 2023-11-03T10:47:32.540 INFO:teuthology.orchestra.run.smithi077.stdout: 5 217248 8.01 MB/sec execute 596 sec latency 209.937 ms 2023-11-03T10:47:33.540 INFO:teuthology.orchestra.run.smithi077.stdout: 5 217528 8.02 MB/sec execute 597 sec latency 135.608 ms 2023-11-03T10:47:33.828 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:47:33 smithi077 ceph-mon[108342]: pgmap v316: 97 pgs: 97 active+clean; 356 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.9 MiB/s wr, 272 op/s 2023-11-03T10:47:34.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:47:33 smithi145 ceph-mon[111069]: pgmap v316: 97 pgs: 97 active+clean; 356 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.9 MiB/s wr, 272 op/s 2023-11-03T10:47:34.540 INFO:teuthology.orchestra.run.smithi077.stdout: 5 217735 8.01 MB/sec execute 598 sec latency 120.591 ms 2023-11-03T10:47:35.550 INFO:teuthology.orchestra.run.smithi077.stdout: 5 218022 8.01 MB/sec execute 599 sec latency 126.515 ms 2023-11-03T10:47:35.801 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:47:35 smithi077 ceph-mon[108342]: pgmap v317: 97 pgs: 97 active+clean; 354 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.3 MiB/s wr, 418 op/s 2023-11-03T10:47:36.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:47:35 smithi145 ceph-mon[111069]: pgmap v317: 97 pgs: 97 active+clean; 354 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.3 MiB/s wr, 418 op/s 2023-11-03T10:47:36.550 INFO:teuthology.orchestra.run.smithi077.stdout: 5 218270 8.01 MB/sec execute 600 sec latency 129.810 ms 2023-11-03T10:47:36.828 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:47:36 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:47:37.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:47:36 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:47:37.550 INFO:teuthology.orchestra.run.smithi077.stdout: 5 cleanup 601 sec 2023-11-03T10:47:37.855 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:47:37 smithi077 ceph-mon[108342]: pgmap v318: 97 pgs: 97 active+clean; 354 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.7 MiB/s wr, 275 op/s 2023-11-03T10:47:38.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:47:37 smithi145 ceph-mon[111069]: pgmap v318: 97 pgs: 97 active+clean; 354 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.7 MiB/s wr, 275 op/s 2023-11-03T10:47:38.550 INFO:teuthology.orchestra.run.smithi077.stdout: 2 cleanup 602 sec 2023-11-03T10:47:39.550 INFO:teuthology.orchestra.run.smithi077.stdout: 2 cleanup 603 sec 2023-11-03T10:47:40.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:47:39 smithi077 ceph-mon[108342]: pgmap v319: 97 pgs: 97 active+clean; 357 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.3 MiB/s wr, 423 op/s 2023-11-03T10:47:40.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:47:39 smithi145 ceph-mon[111069]: pgmap v319: 97 pgs: 97 active+clean; 357 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.3 MiB/s wr, 423 op/s 2023-11-03T10:47:40.551 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 604 sec 2023-11-03T10:47:41.553 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 605 sec 2023-11-03T10:47:42.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:47:41 smithi077 ceph-mon[108342]: pgmap v320: 97 pgs: 97 active+clean; 357 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.9 MiB/s wr, 293 op/s 2023-11-03T10:47:42.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:47:41 smithi145 ceph-mon[111069]: pgmap v320: 97 pgs: 97 active+clean; 357 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.9 MiB/s wr, 293 op/s 2023-11-03T10:47:42.551 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 606 sec 2023-11-03T10:47:43.551 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 607 sec 2023-11-03T10:47:44.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:47:43 smithi077 ceph-mon[108342]: pgmap v321: 97 pgs: 97 active+clean; 357 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.9 MiB/s wr, 293 op/s 2023-11-03T10:47:44.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:47:43 smithi145 ceph-mon[111069]: pgmap v321: 97 pgs: 97 active+clean; 357 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.9 MiB/s wr, 293 op/s 2023-11-03T10:47:44.551 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 608 sec 2023-11-03T10:47:45.552 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 609 sec 2023-11-03T10:47:46.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:47:45 smithi077 ceph-mon[108342]: pgmap v322: 97 pgs: 97 active+clean; 254 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 8.8 KiB/s rd, 2.9 MiB/s wr, 328 op/s 2023-11-03T10:47:46.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:47:45 smithi145 ceph-mon[111069]: pgmap v322: 97 pgs: 97 active+clean; 254 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 8.8 KiB/s rd, 2.9 MiB/s wr, 328 op/s 2023-11-03T10:47:46.552 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 610 sec 2023-11-03T10:47:47.551 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 611 sec 2023-11-03T10:47:48.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:47:47 smithi077 ceph-mon[108342]: pgmap v323: 97 pgs: 97 active+clean; 254 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 6.2 KiB/s rd, 1.6 MiB/s wr, 182 op/s 2023-11-03T10:47:48.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:47:47 smithi145 ceph-mon[111069]: pgmap v323: 97 pgs: 97 active+clean; 254 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 6.2 KiB/s rd, 1.6 MiB/s wr, 182 op/s 2023-11-03T10:47:48.552 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 612 sec 2023-11-03T10:47:49.552 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 613 sec 2023-11-03T10:47:50.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:47:49 smithi077 ceph-mon[108342]: pgmap v324: 97 pgs: 97 active+clean; 250 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 6.2 KiB/s rd, 1.6 MiB/s wr, 183 op/s 2023-11-03T10:47:50.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:47:49 smithi145 ceph-mon[111069]: pgmap v324: 97 pgs: 97 active+clean; 250 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 6.2 KiB/s rd, 1.6 MiB/s wr, 183 op/s 2023-11-03T10:47:50.552 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 614 sec 2023-11-03T10:47:51.552 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 615 sec 2023-11-03T10:47:52.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:47:51 smithi145 ceph-mon[111069]: pgmap v325: 97 pgs: 97 active+clean; 250 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 59 KiB/s wr, 36 op/s 2023-11-03T10:47:52.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:47:51 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:47:52.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:47:51 smithi077 ceph-mon[108342]: pgmap v325: 97 pgs: 97 active+clean; 250 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 59 KiB/s wr, 36 op/s 2023-11-03T10:47:52.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:47:51 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:47:52.552 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 616 sec 2023-11-03T10:47:53.552 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 617 sec 2023-11-03T10:47:54.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:47:53 smithi145 ceph-mon[111069]: pgmap v326: 97 pgs: 97 active+clean; 250 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 59 KiB/s wr, 36 op/s 2023-11-03T10:47:54.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:47:53 smithi077 ceph-mon[108342]: pgmap v326: 97 pgs: 97 active+clean; 250 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 59 KiB/s wr, 36 op/s 2023-11-03T10:47:54.552 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 618 sec 2023-11-03T10:47:55.552 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 619 sec 2023-11-03T10:47:56.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:47:55 smithi145 ceph-mon[111069]: pgmap v327: 97 pgs: 97 active+clean; 250 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.3 KiB/s rd, 59 KiB/s wr, 36 op/s 2023-11-03T10:47:56.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:47:55 smithi077 ceph-mon[108342]: pgmap v327: 97 pgs: 97 active+clean; 250 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.3 KiB/s rd, 59 KiB/s wr, 36 op/s 2023-11-03T10:47:56.552 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 620 sec 2023-11-03T10:47:57.552 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 621 sec 2023-11-03T10:47:58.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:47:57 smithi145 ceph-mon[111069]: pgmap v328: 97 pgs: 97 active+clean; 250 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 22 KiB/s wr, 1 op/s 2023-11-03T10:47:58.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:47:57 smithi077 ceph-mon[108342]: pgmap v328: 97 pgs: 97 active+clean; 250 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 22 KiB/s wr, 1 op/s 2023-11-03T10:47:58.552 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 622 sec 2023-11-03T10:47:59.552 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 623 sec 2023-11-03T10:48:00.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:47:59 smithi145 ceph-mon[111069]: pgmap v329: 97 pgs: 97 active+clean; 250 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 22 KiB/s wr, 1 op/s 2023-11-03T10:48:00.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:47:59 smithi077 ceph-mon[108342]: pgmap v329: 97 pgs: 97 active+clean; 250 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 22 KiB/s wr, 1 op/s 2023-11-03T10:48:00.552 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 624 sec 2023-11-03T10:48:01.552 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 625 sec 2023-11-03T10:48:02.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:48:01 smithi145 ceph-mon[111069]: pgmap v330: 97 pgs: 97 active+clean; 250 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s 2023-11-03T10:48:02.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:48:01 smithi077 ceph-mon[108342]: pgmap v330: 97 pgs: 97 active+clean; 250 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s 2023-11-03T10:48:02.552 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 626 sec 2023-11-03T10:48:03.552 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 627 sec 2023-11-03T10:48:04.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:48:03 smithi145 ceph-mon[111069]: pgmap v331: 97 pgs: 97 active+clean; 250 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s 2023-11-03T10:48:04.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:48:03 smithi077 ceph-mon[108342]: pgmap v331: 97 pgs: 97 active+clean; 250 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s 2023-11-03T10:48:04.552 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 628 sec 2023-11-03T10:48:05.552 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 629 sec 2023-11-03T10:48:06.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:48:05 smithi145 ceph-mon[111069]: pgmap v332: 97 pgs: 97 active+clean; 250 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 B/s wr, 0 op/s 2023-11-03T10:48:06.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:48:05 smithi077 ceph-mon[108342]: pgmap v332: 97 pgs: 97 active+clean; 250 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 B/s wr, 0 op/s 2023-11-03T10:48:06.552 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 630 sec 2023-11-03T10:48:07.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:48:06 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:48:07.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:48:06 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:48:07.553 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 631 sec 2023-11-03T10:48:08.027 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:48:07 smithi077 ceph-mon[108342]: pgmap v333: 97 pgs: 97 active+clean; 250 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:48:08.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:48:07 smithi145 ceph-mon[111069]: pgmap v333: 97 pgs: 97 active+clean; 250 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:48:08.271 INFO:teuthology.orchestra.run.smithi077.stdout: 0 cleanup 631 sec 2023-11-03T10:48:08.271 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-11-03T10:48:08.272 INFO:teuthology.orchestra.run.smithi077.stdout: Operation Count AvgLat MaxLat 2023-11-03T10:48:08.272 INFO:teuthology.orchestra.run.smithi077.stdout: ---------------------------------------- 2023-11-03T10:48:08.272 INFO:teuthology.orchestra.run.smithi077.stdout: NTCreateX 154391 6.933 178.366 2023-11-03T10:48:08.272 INFO:teuthology.orchestra.run.smithi077.stdout: Close 113456 0.129 19.321 2023-11-03T10:48:08.272 INFO:teuthology.orchestra.run.smithi077.stdout: Rename 6543 11.100 220.472 2023-11-03T10:48:08.273 INFO:teuthology.orchestra.run.smithi077.stdout: Unlink 31166 6.749 104.990 2023-11-03T10:48:08.273 INFO:teuthology.orchestra.run.smithi077.stdout: Qpathinfo 140098 2.792 106.452 2023-11-03T10:48:08.273 INFO:teuthology.orchestra.run.smithi077.stdout: Qfileinfo 24420 0.092 12.275 2023-11-03T10:48:08.273 INFO:teuthology.orchestra.run.smithi077.stdout: Qfsinfo 25651 1.393 41.377 2023-11-03T10:48:08.273 INFO:teuthology.orchestra.run.smithi077.stdout: Sfileinfo 12586 10.520 85.318 2023-11-03T10:48:08.274 INFO:teuthology.orchestra.run.smithi077.stdout: Find 54098 5.065 181.885 2023-11-03T10:48:08.274 INFO:teuthology.orchestra.run.smithi077.stdout: WriteX 76304 10.417 100.184 2023-11-03T10:48:08.274 INFO:teuthology.orchestra.run.smithi077.stdout: ReadX 242228 0.010 14.205 2023-11-03T10:48:08.274 INFO:teuthology.orchestra.run.smithi077.stdout: LockX 502 0.374 4.681 2023-11-03T10:48:08.274 INFO:teuthology.orchestra.run.smithi077.stdout: UnlockX 502 0.306 3.676 2023-11-03T10:48:08.274 INFO:teuthology.orchestra.run.smithi077.stdout: Flush 10806 0.002 0.015 2023-11-03T10:48:08.275 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-11-03T10:48:08.275 INFO:teuthology.orchestra.run.smithi077.stdout:Throughput 8.01099 MB/sec 5 clients 5 procs max_latency=220.491 ms 2023-11-03T10:48:08.276 DEBUG:teuthology.orchestra.run.smithi077:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2023-11-03T10:48:10.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:48:09 smithi145 ceph-mon[111069]: pgmap v334: 97 pgs: 97 active+clean; 250 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:48:10.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:48:09 smithi077 ceph-mon[108342]: pgmap v334: 97 pgs: 97 active+clean; 250 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:48:12.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:48:11 smithi145 ceph-mon[111069]: pgmap v335: 97 pgs: 97 active+clean; 250 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:48:12.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:48:11 smithi077 ceph-mon[108342]: pgmap v335: 97 pgs: 97 active+clean; 250 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:48:14.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:48:13 smithi145 ceph-mon[111069]: pgmap v336: 97 pgs: 97 active+clean; 250 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:48:14.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:48:13 smithi077 ceph-mon[108342]: pgmap v336: 97 pgs: 97 active+clean; 250 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:48:16.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:48:15 smithi145 ceph-mon[111069]: pgmap v337: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 3.5 KiB/s wr, 1 op/s 2023-11-03T10:48:16.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:48:15 smithi077 ceph-mon[108342]: pgmap v337: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 3.5 KiB/s wr, 1 op/s 2023-11-03T10:48:18.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:48:17 smithi145 ceph-mon[111069]: pgmap v338: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.5 KiB/s wr, 1 op/s 2023-11-03T10:48:18.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:48:17 smithi077 ceph-mon[108342]: pgmap v338: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.5 KiB/s wr, 1 op/s 2023-11-03T10:48:20.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:48:19 smithi145 ceph-mon[111069]: pgmap v339: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 5.0 KiB/s wr, 2 op/s 2023-11-03T10:48:20.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:48:19 smithi077 ceph-mon[108342]: pgmap v339: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 5.0 KiB/s wr, 2 op/s 2023-11-03T10:48:22.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:48:21 smithi145 ceph-mon[111069]: pgmap v340: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 5.0 KiB/s wr, 2 op/s 2023-11-03T10:48:22.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:48:21 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:48:22.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:48:21 smithi077 ceph-mon[108342]: pgmap v340: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 5.0 KiB/s wr, 2 op/s 2023-11-03T10:48:22.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:48:21 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:48:24.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:48:23 smithi145 ceph-mon[111069]: pgmap v341: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 5.0 KiB/s wr, 2 op/s 2023-11-03T10:48:24.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:48:23 smithi077 ceph-mon[108342]: pgmap v341: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 5.0 KiB/s wr, 2 op/s 2023-11-03T10:48:26.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:48:25 smithi145 ceph-mon[111069]: pgmap v342: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 5.0 KiB/s wr, 2 op/s 2023-11-03T10:48:26.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:48:25 smithi077 ceph-mon[108342]: pgmap v342: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 5.0 KiB/s wr, 2 op/s 2023-11-03T10:48:28.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:48:27 smithi145 ceph-mon[111069]: pgmap v343: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.5 KiB/s wr, 0 op/s 2023-11-03T10:48:28.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:48:27 smithi077 ceph-mon[108342]: pgmap v343: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.5 KiB/s wr, 0 op/s 2023-11-03T10:48:30.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:48:29 smithi145 ceph-mon[111069]: pgmap v344: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.8 KiB/s wr, 1 op/s 2023-11-03T10:48:30.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:48:29 smithi077 ceph-mon[108342]: pgmap v344: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.8 KiB/s wr, 1 op/s 2023-11-03T10:48:32.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:48:31 smithi145 ceph-mon[111069]: pgmap v345: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-11-03T10:48:32.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:48:31 smithi077 ceph-mon[108342]: pgmap v345: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-11-03T10:48:34.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:48:33 smithi145 ceph-mon[111069]: pgmap v346: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-11-03T10:48:34.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:48:33 smithi077 ceph-mon[108342]: pgmap v346: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-11-03T10:48:36.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:48:35 smithi145 ceph-mon[111069]: pgmap v347: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2023-11-03T10:48:36.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:48:35 smithi077 ceph-mon[108342]: pgmap v347: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2023-11-03T10:48:37.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:48:36 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:48:37.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:48:36 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:48:38.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:48:37 smithi145 ceph-mon[111069]: pgmap v348: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-11-03T10:48:38.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:48:37 smithi077 ceph-mon[108342]: pgmap v348: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-11-03T10:48:40.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:48:39 smithi145 ceph-mon[111069]: pgmap v349: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-11-03T10:48:40.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:48:39 smithi077 ceph-mon[108342]: pgmap v349: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-11-03T10:48:42.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:48:41 smithi145 ceph-mon[111069]: pgmap v350: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:48:42.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:48:41 smithi077 ceph-mon[108342]: pgmap v350: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:48:44.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:48:43 smithi145 ceph-mon[111069]: pgmap v351: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:48:44.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:48:43 smithi077 ceph-mon[108342]: pgmap v351: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:48:46.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:48:45 smithi145 ceph-mon[111069]: pgmap v352: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-03T10:48:46.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:48:45 smithi077 ceph-mon[108342]: pgmap v352: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-03T10:48:48.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:48:47 smithi145 ceph-mon[111069]: pgmap v353: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:48:48.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:48:47 smithi077 ceph-mon[108342]: pgmap v353: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:48:50.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:48:49 smithi145 ceph-mon[111069]: pgmap v354: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:48:50.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:48:49 smithi077 ceph-mon[108342]: pgmap v354: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:48:52.086 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:48:51 smithi145 ceph-mon[111069]: pgmap v355: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:48:52.086 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:48:51 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:48:52.257 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:48:51 smithi077 ceph-mon[108342]: pgmap v355: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:48:52.257 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:48:51 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:48:54.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:48:53 smithi145 ceph-mon[111069]: pgmap v356: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:48:54.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:48:53 smithi077 ceph-mon[108342]: pgmap v356: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:48:56.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:48:55 smithi077 ceph-mon[108342]: pgmap v357: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-03T10:48:56.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:48:55 smithi145 ceph-mon[111069]: pgmap v357: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-03T10:48:58.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:48:57 smithi077 ceph-mon[108342]: pgmap v358: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:48:58.261 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:48:57 smithi145 ceph-mon[111069]: pgmap v358: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:49:00.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:48:59 smithi077 ceph-mon[108342]: pgmap v359: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:49:00.334 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:48:59 smithi145 ceph-mon[111069]: pgmap v359: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:49:01.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:49:00 smithi077 ceph-mon[108342]: pgmap v360: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:49:01.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:49:00 smithi145 ceph-mon[111069]: pgmap v360: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:49:04.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:49:03 smithi077 ceph-mon[108342]: pgmap v361: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:49:04.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:49:03 smithi145 ceph-mon[111069]: pgmap v361: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:49:06.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:49:05 smithi077 ceph-mon[108342]: pgmap v362: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-03T10:49:06.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:49:05 smithi145 ceph-mon[111069]: pgmap v362: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-03T10:49:07.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:49:06 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:49:07.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:49:06 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:49:08.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:49:07 smithi077 ceph-mon[108342]: pgmap v363: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:49:08.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:49:07 smithi145 ceph-mon[111069]: pgmap v363: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:49:10.009 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:49:09 smithi077 ceph-mon[108342]: pgmap v364: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:49:10.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:49:09 smithi145 ceph-mon[111069]: pgmap v364: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:49:12.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:49:11 smithi077 ceph-mon[108342]: pgmap v365: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:49:12.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:49:11 smithi145 ceph-mon[111069]: pgmap v365: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:49:13.398 DEBUG:teuthology.orchestra.run.smithi077:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2023-11-03T10:49:13.542 DEBUG:teuthology.orchestra.run.smithi077:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2023-11-03T10:49:13.605 INFO:teuthology.orchestra.run.smithi077.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-11-03T10:49:13.606 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-11-03T10:49:13.606 INFO:teuthology.orchestra.run.smithi077.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2023-11-03T10:49:13.606 INFO:teuthology.orchestra.run.smithi077.stdout:4 of 5 processes prepared for launch 0 sec 2023-11-03T10:49:13.704 INFO:teuthology.orchestra.run.smithi077.stdout:5 of 5 processes prepared for launch 0 sec 2023-11-03T10:49:13.705 INFO:teuthology.orchestra.run.smithi077.stdout:releasing clients 2023-11-03T10:49:13.965 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:49:13 smithi077 ceph-mon[108342]: pgmap v366: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:49:13.965 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:49:13 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:49:13.965 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:49:13 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:49:14.036 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -e sha1=054a55d156d3a2f0db54aab582507ae7417905e5 -- bash -c 'ceph orch ps' 2023-11-03T10:49:14.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:49:13 smithi145 ceph-mon[111069]: pgmap v366: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:49:14.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:49:13 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:49:14.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:49:13 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:49:15.710 INFO:teuthology.orchestra.run.smithi077.stdout: 5 328 21.59 MB/sec execute 1 sec latency 158.636 ms 2023-11-03T10:49:15.787 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:49:15 smithi077 ceph-mon[108342]: pgmap v367: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-03T10:49:16.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:49:15 smithi145 ceph-mon[111069]: pgmap v367: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-03T10:49:16.575 INFO:teuthology.orchestra.run.smithi077.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-03T10:49:16.576 INFO:teuthology.orchestra.run.smithi077.stdout:alertmanager.smithi077 smithi077 *:9093,9094 starting - - - - 2023-11-03T10:49:16.576 INFO:teuthology.orchestra.run.smithi077.stdout:crash.smithi077 smithi077 running (18m) 12m ago 18m 7004k - 17.2.0 e1d6a67b021e 3cf56b732c65 2023-11-03T10:49:16.576 INFO:teuthology.orchestra.run.smithi077.stdout:crash.smithi145 smithi145 running (17m) 8m ago 17m 7168k - 17.2.0 e1d6a67b021e bcfef56253b1 2023-11-03T10:49:16.576 INFO:teuthology.orchestra.run.smithi077.stdout:grafana.smithi077 smithi077 *:3000 starting - - - - 2023-11-03T10:49:16.577 INFO:teuthology.orchestra.run.smithi077.stdout:mds.foofs.smithi077.vnexfw smithi077 running (14m) 12m ago 14m 34.3M - 17.2.0 e1d6a67b021e caa8609560d3 2023-11-03T10:49:16.577 INFO:teuthology.orchestra.run.smithi077.stdout:mds.foofs.smithi145.wrjqzl smithi145 running (14m) 8m ago 13m 16.5M - 17.2.0 e1d6a67b021e 083254f73eb3 2023-11-03T10:49:16.577 INFO:teuthology.orchestra.run.smithi077.stdout:mgr.smithi077.iwfrkz smithi077 *:9283 running (19m) 12m ago 19m 305M - 17.2.0 e1d6a67b021e a74ee8a3352f 2023-11-03T10:49:16.577 INFO:teuthology.orchestra.run.smithi077.stdout:mgr.smithi145.ojodkj smithi145 *:8443,9283 running (12m) 8m ago 17m 510M - 18.0.0-6983-g054a55d1 effb504c0d1c 11a0eed8802d 2023-11-03T10:49:16.577 INFO:teuthology.orchestra.run.smithi077.stdout:mon.smithi077 smithi077 running (19m) 12m ago 19m 88.6M 2048M 17.2.0 e1d6a67b021e 0e16f423936a 2023-11-03T10:49:16.578 INFO:teuthology.orchestra.run.smithi077.stdout:mon.smithi145 smithi145 running (17m) 8m ago 17m 65.5M 2048M 17.2.0 e1d6a67b021e a8df3dc1838f 2023-11-03T10:49:16.578 INFO:teuthology.orchestra.run.smithi077.stdout:nfs.foo.0.0.smithi077.rqjfgp smithi077 *:2049 running (13m) 12m ago 13m 235M - 4.0 e1d6a67b021e 902fc07e2940 2023-11-03T10:49:16.578 INFO:teuthology.orchestra.run.smithi077.stdout:nfs.foo.1.0.smithi145.ygdiwy smithi145 *:2049 running (13m) 8m ago 13m 92.2M - 4.0 e1d6a67b021e 05ff6f17e1c0 2023-11-03T10:49:16.578 INFO:teuthology.orchestra.run.smithi077.stdout:node-exporter.smithi077 smithi077 *:9100 starting - - - - 2023-11-03T10:49:16.578 INFO:teuthology.orchestra.run.smithi077.stdout:node-exporter.smithi145 smithi145 *:9100 running (11m) 8m ago 17m 26.1M - 1.3.1 1dbe0e931976 ad22e007f5cd 2023-11-03T10:49:16.579 INFO:teuthology.orchestra.run.smithi077.stdout:osd.0 smithi077 running (17m) 12m ago 16m 554M 1944M 17.2.0 e1d6a67b021e 30d31ef3db20 2023-11-03T10:49:16.579 INFO:teuthology.orchestra.run.smithi077.stdout:osd.1 smithi077 running (16m) 12m ago 16m 369M 1944M 17.2.0 e1d6a67b021e 14e3d5394d76 2023-11-03T10:49:16.579 INFO:teuthology.orchestra.run.smithi077.stdout:osd.2 smithi077 running (16m) 12m ago 16m 226M 1944M 17.2.0 e1d6a67b021e c0b186ea4ba5 2023-11-03T10:49:16.579 INFO:teuthology.orchestra.run.smithi077.stdout:osd.3 smithi077 running (16m) 12m ago 16m 516M 1944M 17.2.0 e1d6a67b021e fcf3c0d3ba2f 2023-11-03T10:49:16.580 INFO:teuthology.orchestra.run.smithi077.stdout:osd.4 smithi145 running (15m) 8m ago 15m 1355M 2712M 17.2.0 e1d6a67b021e 93aff7485bf1 2023-11-03T10:49:16.580 INFO:teuthology.orchestra.run.smithi077.stdout:osd.5 smithi145 running (15m) 8m ago 15m 1782M 2712M 17.2.0 e1d6a67b021e ce350c0bf3a0 2023-11-03T10:49:16.580 INFO:teuthology.orchestra.run.smithi077.stdout:osd.6 smithi145 running (15m) 8m ago 15m 1386M 2712M 17.2.0 e1d6a67b021e ed3aa1bf1694 2023-11-03T10:49:16.580 INFO:teuthology.orchestra.run.smithi077.stdout:osd.7 smithi145 running (14m) 8m ago 14m 2070M 2712M 17.2.0 e1d6a67b021e 7b07331ce554 2023-11-03T10:49:16.580 INFO:teuthology.orchestra.run.smithi077.stdout:prometheus.smithi077 smithi077 *:9095 starting - - - - 2023-11-03T10:49:16.710 INFO:teuthology.orchestra.run.smithi077.stdout: 5 471 22.37 MB/sec execute 2 sec latency 117.986 ms 2023-11-03T10:49:17.237 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -e sha1=054a55d156d3a2f0db54aab582507ae7417905e5 -- bash -c 'ceph versions' 2023-11-03T10:49:17.710 INFO:teuthology.orchestra.run.smithi077.stdout: 5 684 22.66 MB/sec execute 3 sec latency 117.024 ms 2023-11-03T10:49:17.843 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:49:17 smithi077 ceph-mon[108342]: from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:49:17.843 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:49:17 smithi077 ceph-mon[108342]: pgmap v368: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:49:18.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:49:17 smithi145 ceph-mon[111069]: from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:49:18.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:49:17 smithi145 ceph-mon[111069]: pgmap v368: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:49:18.709 INFO:teuthology.orchestra.run.smithi077.stdout: 5 909 17.69 MB/sec execute 4 sec latency 94.793 ms 2023-11-03T10:49:19.611 INFO:teuthology.orchestra.run.smithi077.stdout:{ 2023-11-03T10:49:19.611 INFO:teuthology.orchestra.run.smithi077.stdout: "mon": { 2023-11-03T10:49:19.612 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-03T10:49:19.612 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2023-11-03T10:49:19.612 INFO:teuthology.orchestra.run.smithi077.stdout: "mgr": { 2023-11-03T10:49:19.612 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-03T10:49:19.612 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 18.0.0-6983-g054a55d1 (054a55d156d3a2f0db54aab582507ae7417905e5) reef (dev)": 1 2023-11-03T10:49:19.613 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2023-11-03T10:49:19.613 INFO:teuthology.orchestra.run.smithi077.stdout: "osd": { 2023-11-03T10:49:19.613 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-03T10:49:19.613 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2023-11-03T10:49:19.613 INFO:teuthology.orchestra.run.smithi077.stdout: "mds": { 2023-11-03T10:49:19.614 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-03T10:49:19.614 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2023-11-03T10:49:19.614 INFO:teuthology.orchestra.run.smithi077.stdout: "overall": { 2023-11-03T10:49:19.614 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-03T10:49:19.614 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 18.0.0-6983-g054a55d1 (054a55d156d3a2f0db54aab582507ae7417905e5) reef (dev)": 1 2023-11-03T10:49:19.614 INFO:teuthology.orchestra.run.smithi077.stdout: } 2023-11-03T10:49:19.615 INFO:teuthology.orchestra.run.smithi077.stdout:} 2023-11-03T10:49:19.712 INFO:teuthology.orchestra.run.smithi077.stdout: 5 cleanup 5 sec 2023-11-03T10:49:19.901 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:49:19 smithi077 ceph-mon[108342]: pgmap v369: 97 pgs: 97 active+clean; 346 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 8.8 MiB/s wr, 140 op/s 2023-11-03T10:49:19.901 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:49:19 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:49:19.901 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:49:19 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:49:19.901 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:49:19 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/97041058' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-03T10:49:20.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:49:19 smithi145 ceph-mon[111069]: pgmap v369: 97 pgs: 97 active+clean; 346 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 8.8 MiB/s wr, 140 op/s 2023-11-03T10:49:20.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:49:19 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:49:20.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:49:19 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:49:20.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:49:19 smithi145 ceph-mon[111069]: from='client.? 172.21.15.77:0/97041058' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-03T10:49:20.114 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -e sha1=054a55d156d3a2f0db54aab582507ae7417905e5 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2023-11-03T10:49:20.712 INFO:teuthology.orchestra.run.smithi077.stdout: 2 cleanup 6 sec 2023-11-03T10:49:20.929 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:49:20 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:49:20.930 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:49:20 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T10:49:20.930 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:49:20 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:49:20.930 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:49:20 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:49:20.930 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:49:20 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:49:20.931 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:49:20 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:49:20.931 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:49:20 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:49:21.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:49:20 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:49:21.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:49:20 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T10:49:21.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:49:20 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:49:21.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:49:20 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:49:21.086 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:49:20 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:49:21.086 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:49:20 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:49:21.086 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:49:20 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:49:21.712 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 7 sec 2023-11-03T10:49:22.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:49:21 smithi145 ceph-mon[111069]: pgmap v370: 97 pgs: 97 active+clean; 346 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 179 B/s rd, 9.3 MiB/s wr, 147 op/s 2023-11-03T10:49:22.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:49:21 smithi145 ceph-mon[111069]: Health check failed: 1 hosts fail cephadm check (CEPHADM_HOST_CHECK_FAILED) 2023-11-03T10:49:22.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:49:21 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:49:22.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:49:21 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:49:22.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:49:21 smithi077 ceph-mon[108342]: pgmap v370: 97 pgs: 97 active+clean; 346 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 179 B/s rd, 9.3 MiB/s wr, 147 op/s 2023-11-03T10:49:22.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:49:21 smithi077 ceph-mon[108342]: Health check failed: 1 hosts fail cephadm check (CEPHADM_HOST_CHECK_FAILED) 2023-11-03T10:49:22.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:49:21 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:49:22.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:49:21 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:49:22.713 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 8 sec 2023-11-03T10:49:23.713 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 9 sec 2023-11-03T10:49:24.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:49:23 smithi145 ceph-mon[111069]: pgmap v371: 97 pgs: 97 active+clean; 346 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 179 B/s rd, 9.3 MiB/s wr, 147 op/s 2023-11-03T10:49:24.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:49:23 smithi077 ceph-mon[108342]: pgmap v371: 97 pgs: 97 active+clean; 346 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 179 B/s rd, 9.3 MiB/s wr, 147 op/s 2023-11-03T10:49:24.713 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 10 sec 2023-11-03T10:49:25.713 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 11 sec 2023-11-03T10:49:26.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:49:25 smithi145 ceph-mon[111069]: pgmap v372: 97 pgs: 97 active+clean; 279 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.5 KiB/s rd, 10 MiB/s wr, 245 op/s 2023-11-03T10:49:26.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:49:25 smithi077 ceph-mon[108342]: pgmap v372: 97 pgs: 97 active+clean; 279 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.5 KiB/s rd, 10 MiB/s wr, 245 op/s 2023-11-03T10:49:26.713 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 12 sec 2023-11-03T10:49:27.713 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 13 sec 2023-11-03T10:49:28.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:49:27 smithi145 ceph-mon[111069]: pgmap v373: 97 pgs: 97 active+clean; 279 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.3 KiB/s rd, 10 MiB/s wr, 245 op/s 2023-11-03T10:49:28.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:49:27 smithi077 ceph-mon[108342]: pgmap v373: 97 pgs: 97 active+clean; 279 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.3 KiB/s rd, 10 MiB/s wr, 245 op/s 2023-11-03T10:49:28.713 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 14 sec 2023-11-03T10:49:29.713 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 15 sec 2023-11-03T10:49:30.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:49:29 smithi145 ceph-mon[111069]: pgmap v374: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.0 KiB/s rd, 10 MiB/s wr, 254 op/s 2023-11-03T10:49:30.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:49:29 smithi077 ceph-mon[108342]: pgmap v374: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.0 KiB/s rd, 10 MiB/s wr, 254 op/s 2023-11-03T10:49:30.713 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 16 sec 2023-11-03T10:49:31.713 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 17 sec 2023-11-03T10:49:32.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:49:31 smithi145 ceph-mon[111069]: pgmap v375: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.0 KiB/s rd, 1008 KiB/s wr, 106 op/s 2023-11-03T10:49:32.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:49:31 smithi077 ceph-mon[108342]: pgmap v375: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.0 KiB/s rd, 1008 KiB/s wr, 106 op/s 2023-11-03T10:49:32.713 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 18 sec 2023-11-03T10:49:33.713 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 19 sec 2023-11-03T10:49:34.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:49:33 smithi145 ceph-mon[111069]: pgmap v376: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 956 KiB/s wr, 101 op/s 2023-11-03T10:49:34.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:49:33 smithi077 ceph-mon[108342]: pgmap v376: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 956 KiB/s wr, 101 op/s 2023-11-03T10:49:34.714 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 20 sec 2023-11-03T10:49:35.713 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 21 sec 2023-11-03T10:49:36.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:49:35 smithi145 ceph-mon[111069]: pgmap v377: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 958 KiB/s wr, 102 op/s 2023-11-03T10:49:36.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:49:35 smithi077 ceph-mon[108342]: pgmap v377: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 958 KiB/s wr, 102 op/s 2023-11-03T10:49:36.713 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 22 sec 2023-11-03T10:49:37.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:49:36 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:49:37.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:49:36 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:49:37.713 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 23 sec 2023-11-03T10:49:38.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:49:37 smithi145 ceph-mon[111069]: pgmap v378: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 767 B/s rd, 22 KiB/s wr, 9 op/s 2023-11-03T10:49:38.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:49:37 smithi077 ceph-mon[108342]: pgmap v378: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 767 B/s rd, 22 KiB/s wr, 9 op/s 2023-11-03T10:49:38.713 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 24 sec 2023-11-03T10:49:39.713 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 25 sec 2023-11-03T10:49:40.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:49:39 smithi077 ceph-mon[108342]: pgmap v379: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 767 B/s rd, 22 KiB/s wr, 9 op/s 2023-11-03T10:49:40.334 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:49:39 smithi145 ceph-mon[111069]: pgmap v379: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 767 B/s rd, 22 KiB/s wr, 9 op/s 2023-11-03T10:49:40.714 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 26 sec 2023-11-03T10:49:41.713 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 27 sec 2023-11-03T10:49:42.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:49:41 smithi077 ceph-mon[108342]: pgmap v380: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.9 KiB/s wr, 0 op/s 2023-11-03T10:49:42.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:49:41 smithi145 ceph-mon[111069]: pgmap v380: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.9 KiB/s wr, 0 op/s 2023-11-03T10:49:42.713 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 28 sec 2023-11-03T10:49:43.713 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 29 sec 2023-11-03T10:49:44.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:49:43 smithi077 ceph-mon[108342]: pgmap v381: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.9 KiB/s wr, 0 op/s 2023-11-03T10:49:44.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:49:43 smithi145 ceph-mon[111069]: pgmap v381: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.9 KiB/s wr, 0 op/s 2023-11-03T10:49:44.713 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 30 sec 2023-11-03T10:49:45.713 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 31 sec 2023-11-03T10:49:46.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:49:45 smithi077 ceph-mon[108342]: pgmap v382: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.2 KiB/s wr, 1 op/s 2023-11-03T10:49:46.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:49:45 smithi145 ceph-mon[111069]: pgmap v382: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.2 KiB/s wr, 1 op/s 2023-11-03T10:49:46.714 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 32 sec 2023-11-03T10:49:47.713 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 33 sec 2023-11-03T10:49:48.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:49:47 smithi077 ceph-mon[108342]: pgmap v383: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-11-03T10:49:48.262 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:49:47 smithi145 ceph-mon[111069]: pgmap v383: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-11-03T10:49:48.713 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 34 sec 2023-11-03T10:49:49.714 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 35 sec 2023-11-03T10:49:50.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:49:49 smithi077 ceph-mon[108342]: pgmap v384: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-11-03T10:49:50.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:49:49 smithi145 ceph-mon[111069]: pgmap v384: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-11-03T10:49:50.715 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 36 sec 2023-11-03T10:49:51.714 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 37 sec 2023-11-03T10:49:52.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:49:51 smithi077 ceph-mon[108342]: pgmap v385: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-11-03T10:49:52.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:49:51 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:49:52.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:49:51 smithi145 ceph-mon[111069]: pgmap v385: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-11-03T10:49:52.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:49:51 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:49:52.714 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 38 sec 2023-11-03T10:49:53.714 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 39 sec 2023-11-03T10:49:54.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:49:53 smithi077 ceph-mon[108342]: pgmap v386: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-11-03T10:49:54.334 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:49:53 smithi145 ceph-mon[111069]: pgmap v386: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-11-03T10:49:54.714 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 40 sec 2023-11-03T10:49:55.714 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 41 sec 2023-11-03T10:49:56.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:49:55 smithi077 ceph-mon[108342]: pgmap v387: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2023-11-03T10:49:56.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:49:55 smithi145 ceph-mon[111069]: pgmap v387: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2023-11-03T10:49:56.714 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 42 sec 2023-11-03T10:49:57.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:49:56 smithi077 ceph-mon[108342]: pgmap v388: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:49:57.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:49:56 smithi145 ceph-mon[111069]: pgmap v388: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:49:57.714 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 43 sec 2023-11-03T10:49:58.714 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 44 sec 2023-11-03T10:49:59.714 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 45 sec 2023-11-03T10:50:00.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:49:59 smithi145 ceph-mon[111069]: pgmap v389: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:50:00.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:49:59 smithi077 ceph-mon[108342]: pgmap v389: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:50:00.714 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 46 sec 2023-11-03T10:50:01.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:00 smithi145 ceph-mon[111069]: Health detail: HEALTH_WARN 1 hosts fail cephadm check; Upgrading daemon mgr.smithi077.iwfrkz on host smithi077 failed. 2023-11-03T10:50:01.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:00 smithi145 ceph-mon[111069]: [WRN] CEPHADM_HOST_CHECK_FAILED: 1 hosts fail cephadm check 2023-11-03T10:50:01.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:00 smithi145 ceph-mon[111069]: host smithi077 (172.21.15.77) failed check: ["podman (/usr/bin/podman) version 4.6.1 is present\nsystemctl is present\nlvcreate is present\nNo time sync service is running; checked for ['chrony.service', 'chronyd.service', 'systemd-timesyncd.service', 'ntpd.service', 'ntp.service', 'ntpsec.service', 'openntpd.service']\nERROR: No time synchronization is active"] 2023-11-03T10:50:01.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:00 smithi145 ceph-mon[111069]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi077.iwfrkz on host smithi077 failed. 2023-11-03T10:50:01.086 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:00 smithi145 ceph-mon[111069]: Upgrade daemon: mgr.smithi077.iwfrkz: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi077.iwfrkz ... 2023-11-03T10:50:01.086 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:00 smithi145 ceph-mon[111069]: Non-zero exit code 1 from systemctl daemon-reload 2023-11-03T10:50:01.086 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:00 smithi145 ceph-mon[111069]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-11-03T10:50:01.086 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:00 smithi145 ceph-mon[111069]: Traceback (most recent call last): 2023-11-03T10:50:01.087 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:00 smithi145 ceph-mon[111069]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-11-03T10:50:01.087 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:00 smithi145 ceph-mon[111069]: "__main__", mod_spec) 2023-11-03T10:50:01.087 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:00 smithi145 ceph-mon[111069]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-11-03T10:50:01.087 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:00 smithi145 ceph-mon[111069]: exec(code, run_globals) 2023-11-03T10:50:01.087 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:00 smithi145 ceph-mon[111069]: File "/tmp/tmp6oarq9rx.cephadm.build/__main__.py", line 7649, in 2023-11-03T10:50:01.088 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:00 smithi145 ceph-mon[111069]: File "/tmp/tmp6oarq9rx.cephadm.build/__main__.py", line 7637, in main 2023-11-03T10:50:01.088 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:00 smithi145 ceph-mon[111069]: File "/tmp/tmp6oarq9rx.cephadm.build/__main__.py", line 5196, in command_deploy_from 2023-11-03T10:50:01.088 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:00 smithi145 ceph-mon[111069]: File "/tmp/tmp6oarq9rx.cephadm.build/__main__.py", line 5231, in _common_deploy 2023-11-03T10:50:01.088 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:00 smithi145 ceph-mon[111069]: File "/tmp/tmp6oarq9rx.cephadm.build/__main__.py", line 5261, in _deploy_daemon_container 2023-11-03T10:50:01.088 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:00 smithi145 ceph-mon[111069]: File "/tmp/tmp6oarq9rx.cephadm.build/__main__.py", line 2922, in deploy_daemon 2023-11-03T10:50:01.088 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:00 smithi145 ceph-mon[111069]: File "/tmp/tmp6oarq9rx.cephadm.build/__main__.py", line 3155, in deploy_daemon_units 2023-11-03T10:50:01.089 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:00 smithi145 ceph-mon[111069]: File "/tmp/tmp6oarq9rx.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-11-03T10:50:01.089 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:00 smithi145 ceph-mon[111069]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-11-03T10:50:01.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:00 smithi077 ceph-mon[108342]: Health detail: HEALTH_WARN 1 hosts fail cephadm check; Upgrading daemon mgr.smithi077.iwfrkz on host smithi077 failed. 2023-11-03T10:50:01.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:00 smithi077 ceph-mon[108342]: [WRN] CEPHADM_HOST_CHECK_FAILED: 1 hosts fail cephadm check 2023-11-03T10:50:01.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:00 smithi077 ceph-mon[108342]: host smithi077 (172.21.15.77) failed check: ["podman (/usr/bin/podman) version 4.6.1 is present\nsystemctl is present\nlvcreate is present\nNo time sync service is running; checked for ['chrony.service', 'chronyd.service', 'systemd-timesyncd.service', 'ntpd.service', 'ntp.service', 'ntpsec.service', 'openntpd.service']\nERROR: No time synchronization is active"] 2023-11-03T10:50:01.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:00 smithi077 ceph-mon[108342]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi077.iwfrkz on host smithi077 failed. 2023-11-03T10:50:01.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:00 smithi077 ceph-mon[108342]: Upgrade daemon: mgr.smithi077.iwfrkz: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi077.iwfrkz ... 2023-11-03T10:50:01.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:00 smithi077 ceph-mon[108342]: Non-zero exit code 1 from systemctl daemon-reload 2023-11-03T10:50:01.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:00 smithi077 ceph-mon[108342]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-11-03T10:50:01.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:00 smithi077 ceph-mon[108342]: Traceback (most recent call last): 2023-11-03T10:50:01.255 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:00 smithi077 ceph-mon[108342]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-11-03T10:50:01.255 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:00 smithi077 ceph-mon[108342]: "__main__", mod_spec) 2023-11-03T10:50:01.255 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:00 smithi077 ceph-mon[108342]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-11-03T10:50:01.255 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:00 smithi077 ceph-mon[108342]: exec(code, run_globals) 2023-11-03T10:50:01.255 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:00 smithi077 ceph-mon[108342]: File "/tmp/tmp6oarq9rx.cephadm.build/__main__.py", line 7649, in 2023-11-03T10:50:01.255 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:00 smithi077 ceph-mon[108342]: File "/tmp/tmp6oarq9rx.cephadm.build/__main__.py", line 7637, in main 2023-11-03T10:50:01.256 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:00 smithi077 ceph-mon[108342]: File "/tmp/tmp6oarq9rx.cephadm.build/__main__.py", line 5196, in command_deploy_from 2023-11-03T10:50:01.256 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:00 smithi077 ceph-mon[108342]: File "/tmp/tmp6oarq9rx.cephadm.build/__main__.py", line 5231, in _common_deploy 2023-11-03T10:50:01.256 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:00 smithi077 ceph-mon[108342]: File "/tmp/tmp6oarq9rx.cephadm.build/__main__.py", line 5261, in _deploy_daemon_container 2023-11-03T10:50:01.256 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:00 smithi077 ceph-mon[108342]: File "/tmp/tmp6oarq9rx.cephadm.build/__main__.py", line 2922, in deploy_daemon 2023-11-03T10:50:01.256 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:00 smithi077 ceph-mon[108342]: File "/tmp/tmp6oarq9rx.cephadm.build/__main__.py", line 3155, in deploy_daemon_units 2023-11-03T10:50:01.257 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:00 smithi077 ceph-mon[108342]: File "/tmp/tmp6oarq9rx.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-11-03T10:50:01.257 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:00 smithi077 ceph-mon[108342]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-11-03T10:50:01.714 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 47 sec 2023-11-03T10:50:02.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:01 smithi145 ceph-mon[111069]: pgmap v390: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:50:02.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:01 smithi077 ceph-mon[108342]: pgmap v390: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:50:02.714 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 48 sec 2023-11-03T10:50:03.714 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 49 sec 2023-11-03T10:50:04.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:03 smithi145 ceph-mon[111069]: pgmap v391: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:50:04.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:03 smithi077 ceph-mon[108342]: pgmap v391: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:50:04.714 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 50 sec 2023-11-03T10:50:05.714 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 51 sec 2023-11-03T10:50:06.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:05 smithi145 ceph-mon[111069]: pgmap v392: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-03T10:50:06.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:05 smithi077 ceph-mon[108342]: pgmap v392: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-03T10:50:06.714 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 52 sec 2023-11-03T10:50:07.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:06 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:50:07.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:06 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:50:07.714 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 53 sec 2023-11-03T10:50:08.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:07 smithi145 ceph-mon[111069]: pgmap v393: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:50:08.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:07 smithi077 ceph-mon[108342]: pgmap v393: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:50:08.714 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 54 sec 2023-11-03T10:50:09.714 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 55 sec 2023-11-03T10:50:10.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:09 smithi145 ceph-mon[111069]: pgmap v394: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:50:10.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:09 smithi077 ceph-mon[108342]: pgmap v394: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:50:10.714 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 56 sec 2023-11-03T10:50:11.714 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 57 sec 2023-11-03T10:50:12.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:11 smithi145 ceph-mon[111069]: pgmap v395: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:50:12.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:11 smithi077 ceph-mon[108342]: pgmap v395: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:50:12.714 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 58 sec 2023-11-03T10:50:13.715 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 59 sec 2023-11-03T10:50:14.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:13 smithi145 ceph-mon[111069]: pgmap v396: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:50:14.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:13 smithi077 ceph-mon[108342]: pgmap v396: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:50:14.714 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 60 sec 2023-11-03T10:50:15.715 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 61 sec 2023-11-03T10:50:16.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:15 smithi145 ceph-mon[111069]: pgmap v397: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-03T10:50:16.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:15 smithi077 ceph-mon[108342]: pgmap v397: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-03T10:50:16.715 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 62 sec 2023-11-03T10:50:17.715 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 63 sec 2023-11-03T10:50:18.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:17 smithi145 ceph-mon[111069]: pgmap v398: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:50:18.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:17 smithi077 ceph-mon[108342]: pgmap v398: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:50:18.715 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 64 sec 2023-11-03T10:50:19.715 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 65 sec 2023-11-03T10:50:20.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:19 smithi145 ceph-mon[111069]: pgmap v399: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:50:20.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:19 smithi077 ceph-mon[108342]: pgmap v399: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:50:20.715 INFO:teuthology.orchestra.run.smithi077.stdout: 1 cleanup 66 sec 2023-11-03T10:50:22.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:21 smithi077 ceph-mon[108342]: pgmap v400: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:50:22.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:21 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:50:22.026 INFO:teuthology.orchestra.run.smithi077.stdout: 0 cleanup 67 sec 2023-11-03T10:50:22.027 INFO:teuthology.orchestra.run.smithi077.stdout: 0 cleanup 67 sec 2023-11-03T10:50:22.027 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-11-03T10:50:22.027 INFO:teuthology.orchestra.run.smithi077.stdout: Operation Count AvgLat MaxLat 2023-11-03T10:50:22.027 INFO:teuthology.orchestra.run.smithi077.stdout: ---------------------------------------- 2023-11-03T10:50:22.028 INFO:teuthology.orchestra.run.smithi077.stdout: NTCreateX 688 15.555 158.632 2023-11-03T10:50:22.028 INFO:teuthology.orchestra.run.smithi077.stdout: Close 640 6.597 66.051 2023-11-03T10:50:22.028 INFO:teuthology.orchestra.run.smithi077.stdout: Rename 34 15.229 95.440 2023-11-03T10:50:22.028 INFO:teuthology.orchestra.run.smithi077.stdout: Unlink 63 6.163 71.777 2023-11-03T10:50:22.028 INFO:teuthology.orchestra.run.smithi077.stdout: Qpathinfo 319 3.521 66.703 2023-11-03T10:50:22.029 INFO:teuthology.orchestra.run.smithi077.stdout: Qfileinfo 341 10.665 36.589 2023-11-03T10:50:22.029 INFO:teuthology.orchestra.run.smithi077.stdout: Qfsinfo 134 1.510 17.160 2023-11-03T10:50:22.029 INFO:teuthology.orchestra.run.smithi077.stdout: Sfileinfo 124 13.415 56.767 2023-11-03T10:50:22.029 INFO:teuthology.orchestra.run.smithi077.stdout: Find 171 8.018 109.831 2023-11-03T10:50:22.029 INFO:teuthology.orchestra.run.smithi077.stdout: WriteX 1665 0.026 0.076 2023-11-03T10:50:22.029 INFO:teuthology.orchestra.run.smithi077.stdout: ReadX 590 0.027 3.057 2023-11-03T10:50:22.030 INFO:teuthology.orchestra.run.smithi077.stdout: Flush 120 10.405 23.041 2023-11-03T10:50:22.030 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-11-03T10:50:22.030 INFO:teuthology.orchestra.run.smithi077.stdout:Throughput 17.688 MB/sec 5 clients 5 procs max_latency=158.636 ms 2023-11-03T10:50:22.031 DEBUG:teuthology.parallel:result is None 2023-11-03T10:50:22.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:21 smithi145 ceph-mon[111069]: pgmap v400: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:50:22.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:21 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:50:22.219 INFO:teuthology.orchestra.run.smithi077.stdout:wait for servicemap items w/ changing names to refresh 2023-11-03T10:50:22.602 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -e sha1=054a55d156d3a2f0db54aab582507ae7417905e5 -- bash -c 'sleep 60' 2023-11-03T10:50:23.922 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:23 smithi077 ceph-mon[108342]: pgmap v401: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:50:24.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:23 smithi145 ceph-mon[111069]: pgmap v401: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:50:25.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:25 smithi145 ceph-mon[111069]: pgmap v402: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-03T10:50:25.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:25 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:50:25.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:25 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:50:25.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:25 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:50:25.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:25 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T10:50:25.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:25 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:50:25.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:25 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:50:26.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:25 smithi077 ceph-mon[108342]: pgmap v402: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-03T10:50:26.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:25 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:50:26.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:25 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:50:26.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:25 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:50:26.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:25 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T10:50:26.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:25 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:50:26.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:25 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:50:26.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:26 smithi145 ceph-mon[111069]: pgmap v403: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 186 B/s rd, 0 op/s 2023-11-03T10:50:26.880 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:26 smithi145 ceph-mon[111069]: Health check cleared: CEPHADM_HOST_CHECK_FAILED (was: 1 hosts fail cephadm check) 2023-11-03T10:50:27.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:26 smithi077 ceph-mon[108342]: pgmap v403: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 186 B/s rd, 0 op/s 2023-11-03T10:50:27.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:26 smithi077 ceph-mon[108342]: Health check cleared: CEPHADM_HOST_CHECK_FAILED (was: 1 hosts fail cephadm check) 2023-11-03T10:50:28.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:28 smithi145 ceph-mon[111069]: pgmap v404: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 186 B/s rd, 0 op/s 2023-11-03T10:50:29.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:28 smithi077 ceph-mon[108342]: pgmap v404: 97 pgs: 97 active+clean; 243 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 186 B/s rd, 0 op/s 2023-11-03T10:50:31.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:30 smithi145 ceph-mon[111069]: pgmap v405: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 373 B/s rd, 2.9 KiB/s wr, 1 op/s 2023-11-03T10:50:31.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:30 smithi077 ceph-mon[108342]: pgmap v405: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 373 B/s rd, 2.9 KiB/s wr, 1 op/s 2023-11-03T10:50:33.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:32 smithi145 ceph-mon[111069]: pgmap v406: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 373 B/s rd, 2.9 KiB/s wr, 1 op/s 2023-11-03T10:50:33.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:32 smithi077 ceph-mon[108342]: pgmap v406: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 373 B/s rd, 2.9 KiB/s wr, 1 op/s 2023-11-03T10:50:35.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:34 smithi145 ceph-mon[111069]: pgmap v407: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 560 B/s rd, 4.2 KiB/s wr, 2 op/s 2023-11-03T10:50:35.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:34 smithi077 ceph-mon[108342]: pgmap v407: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 560 B/s rd, 4.2 KiB/s wr, 2 op/s 2023-11-03T10:50:37.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:36 smithi145 ceph-mon[111069]: pgmap v408: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 373 B/s rd, 4.2 KiB/s wr, 2 op/s 2023-11-03T10:50:37.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:36 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:50:37.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:36 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:50:37.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:36 smithi077 ceph-mon[108342]: pgmap v408: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 373 B/s rd, 4.2 KiB/s wr, 2 op/s 2023-11-03T10:50:37.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:36 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:50:37.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:36 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:50:39.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:38 smithi145 ceph-mon[111069]: pgmap v409: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.8 KiB/s wr, 1 op/s 2023-11-03T10:50:39.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:38 smithi077 ceph-mon[108342]: pgmap v409: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.8 KiB/s wr, 1 op/s 2023-11-03T10:50:41.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:40 smithi145 ceph-mon[111069]: pgmap v410: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.8 KiB/s wr, 1 op/s 2023-11-03T10:50:41.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:40 smithi077 ceph-mon[108342]: pgmap v410: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.8 KiB/s wr, 1 op/s 2023-11-03T10:50:43.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:42 smithi145 ceph-mon[111069]: pgmap v411: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-11-03T10:50:43.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:42 smithi077 ceph-mon[108342]: pgmap v411: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-11-03T10:50:45.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:44 smithi145 ceph-mon[111069]: pgmap v412: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.4 KiB/s wr, 1 op/s 2023-11-03T10:50:45.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:44 smithi077 ceph-mon[108342]: pgmap v412: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.4 KiB/s wr, 1 op/s 2023-11-03T10:50:47.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:46 smithi145 ceph-mon[111069]: pgmap v413: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-11-03T10:50:47.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:46 smithi077 ceph-mon[108342]: pgmap v413: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-11-03T10:50:49.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:48 smithi145 ceph-mon[111069]: pgmap v414: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-11-03T10:50:49.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:48 smithi077 ceph-mon[108342]: pgmap v414: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-11-03T10:50:51.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:50 smithi145 ceph-mon[111069]: pgmap v415: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-11-03T10:50:51.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:50 smithi077 ceph-mon[108342]: pgmap v415: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-11-03T10:50:52.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:51 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:50:52.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:51 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:50:53.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:52 smithi145 ceph-mon[111069]: pgmap v416: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-11-03T10:50:53.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:52 smithi077 ceph-mon[108342]: pgmap v416: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-11-03T10:50:55.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:54 smithi145 ceph-mon[111069]: pgmap v417: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-11-03T10:50:55.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:54 smithi077 ceph-mon[108342]: pgmap v417: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-11-03T10:50:57.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:56 smithi145 ceph-mon[111069]: pgmap v418: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:50:57.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:56 smithi077 ceph-mon[108342]: pgmap v418: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:50:59.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:50:58 smithi145 ceph-mon[111069]: pgmap v419: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:50:59.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:50:58 smithi077 ceph-mon[108342]: pgmap v419: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:51:01.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:51:00 smithi145 ceph-mon[111069]: pgmap v420: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:51:01.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:51:00 smithi077 ceph-mon[108342]: pgmap v420: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:51:03.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:51:02 smithi145 ceph-mon[111069]: pgmap v421: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:51:03.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:51:02 smithi077 ceph-mon[108342]: pgmap v421: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:51:05.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:51:04 smithi145 ceph-mon[111069]: pgmap v422: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-03T10:51:05.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:51:04 smithi077 ceph-mon[108342]: pgmap v422: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-03T10:51:07.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:51:06 smithi145 ceph-mon[111069]: pgmap v423: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:51:07.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:51:06 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:51:07.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:51:06 smithi077 ceph-mon[108342]: pgmap v423: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:51:07.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:51:06 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:51:09.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:51:08 smithi145 ceph-mon[111069]: pgmap v424: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:51:09.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:51:08 smithi077 ceph-mon[108342]: pgmap v424: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:51:11.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:51:10 smithi145 ceph-mon[111069]: pgmap v425: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:51:11.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:51:10 smithi077 ceph-mon[108342]: pgmap v425: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:51:13.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:51:12 smithi145 ceph-mon[111069]: pgmap v426: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:51:13.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:51:12 smithi077 ceph-mon[108342]: pgmap v426: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:51:15.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:51:14 smithi145 ceph-mon[111069]: pgmap v427: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-03T10:51:15.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:51:14 smithi077 ceph-mon[108342]: pgmap v427: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-03T10:51:17.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:51:16 smithi145 ceph-mon[111069]: pgmap v428: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:51:17.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:51:16 smithi077 ceph-mon[108342]: pgmap v428: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:51:19.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:51:18 smithi145 ceph-mon[111069]: pgmap v429: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:51:19.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:51:18 smithi077 ceph-mon[108342]: pgmap v429: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:51:21.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:51:20 smithi077 ceph-mon[108342]: pgmap v430: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:51:21.334 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:51:20 smithi145 ceph-mon[111069]: pgmap v430: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:51:22.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:51:21 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:51:22.334 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:51:21 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-03T10:51:23.253 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:51:22 smithi077 ceph-mon[108342]: pgmap v431: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:51:23.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:51:22 smithi145 ceph-mon[111069]: pgmap v431: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:51:24.347 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -e sha1=054a55d156d3a2f0db54aab582507ae7417905e5 -- bash -c 'ceph orch ps' 2023-11-03T10:51:24.995 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:51:24 smithi077 ceph-mon[108342]: pgmap v432: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-03T10:51:25.334 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:51:24 smithi145 ceph-mon[111069]: pgmap v432: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-03T10:51:25.763 INFO:teuthology.orchestra.run.smithi077.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-03T10:51:25.764 INFO:teuthology.orchestra.run.smithi077.stdout:alertmanager.smithi077 smithi077 *:9093,9094 running (13m) 61s ago 20m 23.1M - 0.23.0 ba2b418f427c 92cf7cd2ded0 2023-11-03T10:51:25.764 INFO:teuthology.orchestra.run.smithi077.stdout:crash.smithi077 smithi077 running (20m) 61s ago 20m 7000k - 17.2.0 e1d6a67b021e 3cf56b732c65 2023-11-03T10:51:25.764 INFO:teuthology.orchestra.run.smithi077.stdout:crash.smithi145 smithi145 running (19m) 10m ago 19m 7168k - 17.2.0 e1d6a67b021e bcfef56253b1 2023-11-03T10:51:25.764 INFO:teuthology.orchestra.run.smithi077.stdout:grafana.smithi077 smithi077 *:3000 running (13m) 61s ago 20m 53.6M - 8.3.5 dad864ee21e9 778b34ec8bb3 2023-11-03T10:51:25.765 INFO:teuthology.orchestra.run.smithi077.stdout:mds.foofs.smithi077.vnexfw smithi077 running (16m) 61s ago 16m 38.3M - 17.2.0 e1d6a67b021e caa8609560d3 2023-11-03T10:51:25.765 INFO:teuthology.orchestra.run.smithi077.stdout:mds.foofs.smithi145.wrjqzl smithi145 running (16m) 10m ago 16m 16.5M - 17.2.0 e1d6a67b021e 083254f73eb3 2023-11-03T10:51:25.765 INFO:teuthology.orchestra.run.smithi077.stdout:mgr.smithi077.iwfrkz smithi077 *:8443,9283,8765 running (21m) 61s ago 21m 430M - 17.2.0 e1d6a67b021e a74ee8a3352f 2023-11-03T10:51:25.765 INFO:teuthology.orchestra.run.smithi077.stdout:mgr.smithi145.ojodkj smithi145 *:8443,9283 running (14m) 10m ago 19m 510M - 18.0.0-6983-g054a55d1 effb504c0d1c 11a0eed8802d 2023-11-03T10:51:25.765 INFO:teuthology.orchestra.run.smithi077.stdout:mon.smithi077 smithi077 running (21m) 61s ago 21m 175M 2048M 17.2.0 e1d6a67b021e 0e16f423936a 2023-11-03T10:51:25.766 INFO:teuthology.orchestra.run.smithi077.stdout:mon.smithi145 smithi145 running (19m) 10m ago 19m 65.5M 2048M 17.2.0 e1d6a67b021e a8df3dc1838f 2023-11-03T10:51:25.766 INFO:teuthology.orchestra.run.smithi077.stdout:nfs.foo.0.0.smithi077.rqjfgp smithi077 *:2049 running (16m) 61s ago 15m 376M - 4.0 e1d6a67b021e 902fc07e2940 2023-11-03T10:51:25.766 INFO:teuthology.orchestra.run.smithi077.stdout:nfs.foo.1.0.smithi145.ygdiwy smithi145 *:2049 running (15m) 10m ago 15m 92.2M - 4.0 e1d6a67b021e 05ff6f17e1c0 2023-11-03T10:51:25.766 INFO:teuthology.orchestra.run.smithi077.stdout:node-exporter.smithi077 smithi077 *:9100 running (13m) 61s ago 20m 26.2M - 1.3.1 1dbe0e931976 09809a09631f 2023-11-03T10:51:25.766 INFO:teuthology.orchestra.run.smithi077.stdout:node-exporter.smithi145 smithi145 *:9100 running (13m) 10m ago 19m 26.1M - 1.3.1 1dbe0e931976 ad22e007f5cd 2023-11-03T10:51:25.767 INFO:teuthology.orchestra.run.smithi077.stdout:osd.0 smithi077 running (19m) 61s ago 19m 2742M 1944M 17.2.0 e1d6a67b021e 30d31ef3db20 2023-11-03T10:51:25.767 INFO:teuthology.orchestra.run.smithi077.stdout:osd.1 smithi077 running (18m) 61s ago 18m 2659M 1944M 17.2.0 e1d6a67b021e 14e3d5394d76 2023-11-03T10:51:25.767 INFO:teuthology.orchestra.run.smithi077.stdout:osd.2 smithi077 running (18m) 61s ago 18m 2135M 1944M 17.2.0 e1d6a67b021e c0b186ea4ba5 2023-11-03T10:51:25.767 INFO:teuthology.orchestra.run.smithi077.stdout:osd.3 smithi077 running (18m) 61s ago 18m 2512M 1944M 17.2.0 e1d6a67b021e fcf3c0d3ba2f 2023-11-03T10:51:25.767 INFO:teuthology.orchestra.run.smithi077.stdout:osd.4 smithi145 running (17m) 10m ago 17m 1355M 2712M 17.2.0 e1d6a67b021e 93aff7485bf1 2023-11-03T10:51:25.768 INFO:teuthology.orchestra.run.smithi077.stdout:osd.5 smithi145 running (17m) 10m ago 17m 1782M 2712M 17.2.0 e1d6a67b021e ce350c0bf3a0 2023-11-03T10:51:25.768 INFO:teuthology.orchestra.run.smithi077.stdout:osd.6 smithi145 running (17m) 10m ago 17m 1386M 2712M 17.2.0 e1d6a67b021e ed3aa1bf1694 2023-11-03T10:51:25.768 INFO:teuthology.orchestra.run.smithi077.stdout:osd.7 smithi145 running (17m) 10m ago 17m 2070M 2712M 17.2.0 e1d6a67b021e 7b07331ce554 2023-11-03T10:51:25.768 INFO:teuthology.orchestra.run.smithi077.stdout:prometheus.smithi077 smithi077 *:9095 running (13m) 61s ago 19m 71.2M - 2.33.4 514e6a882f6e 2fe111daee41 2023-11-03T10:51:26.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:51:25 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:51:26.199 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:51:25 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-03T10:51:26.217 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -e sha1=054a55d156d3a2f0db54aab582507ae7417905e5 -- bash -c 'ceph orch upgrade status' 2023-11-03T10:51:27.065 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:51:26 smithi077 ceph-mon[108342]: pgmap v433: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:51:27.065 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:51:26 smithi077 ceph-mon[108342]: from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:51:27.334 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:51:26 smithi145 ceph-mon[111069]: pgmap v433: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:51:27.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:51:26 smithi145 ceph-mon[111069]: from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:51:27.810 INFO:teuthology.orchestra.run.smithi077.stdout:{ 2023-11-03T10:51:27.810 INFO:teuthology.orchestra.run.smithi077.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:397420ab791fa892eed1ccbb8a2e502375bb65b7bc2d21b2eaf545c402f955ee", 2023-11-03T10:51:27.811 INFO:teuthology.orchestra.run.smithi077.stdout: "in_progress": true, 2023-11-03T10:51:27.811 INFO:teuthology.orchestra.run.smithi077.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-03T10:51:27.811 INFO:teuthology.orchestra.run.smithi077.stdout: "services_complete": [], 2023-11-03T10:51:27.811 INFO:teuthology.orchestra.run.smithi077.stdout: "progress": "1/23 daemons upgraded", 2023-11-03T10:51:27.811 INFO:teuthology.orchestra.run.smithi077.stdout: "message": "Error: UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi077.iwfrkz on host smithi077 failed.", 2023-11-03T10:51:27.812 INFO:teuthology.orchestra.run.smithi077.stdout: "is_paused": true 2023-11-03T10:51:27.812 INFO:teuthology.orchestra.run.smithi077.stdout:} 2023-11-03T10:51:28.290 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -e sha1=054a55d156d3a2f0db54aab582507ae7417905e5 -- bash -c 'ceph health detail' 2023-11-03T10:51:28.585 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:51:28 smithi145 ceph-mon[111069]: pgmap v434: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:51:28.585 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:51:28 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:51:28.585 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:51:28 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:51:28.585 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:51:28 smithi145 ceph-mon[111069]: from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:51:28.648 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:51:28 smithi077 ceph-mon[108342]: pgmap v434: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:51:28.648 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:51:28 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:51:28.649 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:51:28 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:51:28.649 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:51:28 smithi077 ceph-mon[108342]: from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-03T10:51:30.046 INFO:teuthology.orchestra.run.smithi077.stdout:HEALTH_WARN Upgrading daemon mgr.smithi077.iwfrkz on host smithi077 failed. 2023-11-03T10:51:30.046 INFO:teuthology.orchestra.run.smithi077.stdout:[WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi077.iwfrkz on host smithi077 failed. 2023-11-03T10:51:30.046 INFO:teuthology.orchestra.run.smithi077.stdout: Upgrade daemon: mgr.smithi077.iwfrkz: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi077.iwfrkz ... 2023-11-03T10:51:30.046 INFO:teuthology.orchestra.run.smithi077.stdout:Non-zero exit code 1 from systemctl daemon-reload 2023-11-03T10:51:30.047 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stderr Failed to reload daemon: Connection timed out 2023-11-03T10:51:30.047 INFO:teuthology.orchestra.run.smithi077.stdout:Traceback (most recent call last): 2023-11-03T10:51:30.047 INFO:teuthology.orchestra.run.smithi077.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-11-03T10:51:30.048 INFO:teuthology.orchestra.run.smithi077.stdout: "__main__", mod_spec) 2023-11-03T10:51:30.048 INFO:teuthology.orchestra.run.smithi077.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-11-03T10:51:30.048 INFO:teuthology.orchestra.run.smithi077.stdout: exec(code, run_globals) 2023-11-03T10:51:30.048 INFO:teuthology.orchestra.run.smithi077.stdout: File "/tmp/tmp6oarq9rx.cephadm.build/__main__.py", line 7649, in 2023-11-03T10:51:30.048 INFO:teuthology.orchestra.run.smithi077.stdout: File "/tmp/tmp6oarq9rx.cephadm.build/__main__.py", line 7637, in main 2023-11-03T10:51:30.048 INFO:teuthology.orchestra.run.smithi077.stdout: File "/tmp/tmp6oarq9rx.cephadm.build/__main__.py", line 5196, in command_deploy_from 2023-11-03T10:51:30.049 INFO:teuthology.orchestra.run.smithi077.stdout: File "/tmp/tmp6oarq9rx.cephadm.build/__main__.py", line 5231, in _common_deploy 2023-11-03T10:51:30.049 INFO:teuthology.orchestra.run.smithi077.stdout: File "/tmp/tmp6oarq9rx.cephadm.build/__main__.py", line 5261, in _deploy_daemon_container 2023-11-03T10:51:30.049 INFO:teuthology.orchestra.run.smithi077.stdout: File "/tmp/tmp6oarq9rx.cephadm.build/__main__.py", line 2922, in deploy_daemon 2023-11-03T10:51:30.049 INFO:teuthology.orchestra.run.smithi077.stdout: File "/tmp/tmp6oarq9rx.cephadm.build/__main__.py", line 3155, in deploy_daemon_units 2023-11-03T10:51:30.049 INFO:teuthology.orchestra.run.smithi077.stdout: File "/tmp/tmp6oarq9rx.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-11-03T10:51:30.050 INFO:teuthology.orchestra.run.smithi077.stdout:RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-11-03T10:51:30.416 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -e sha1=054a55d156d3a2f0db54aab582507ae7417905e5 -- bash -c 'ceph versions' 2023-11-03T10:51:31.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:51:30 smithi077 ceph-mon[108342]: pgmap v435: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:51:31.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:51:30 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:51:31.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:51:30 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:51:31.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:51:30 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/3581539745' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-03T10:51:31.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:51:30 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:51:31.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:51:30 smithi077 ceph-mon[108342]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T10:51:31.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:51:30 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:51:31.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:51:30 smithi077 ceph-mon[108342]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:51:31.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:51:30 smithi145 ceph-mon[111069]: pgmap v435: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:51:31.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:51:30 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:51:31.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:51:30 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:51:31.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:51:30 smithi145 ceph-mon[111069]: from='client.? 172.21.15.77:0/3581539745' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-03T10:51:31.086 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:51:30 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-03T10:51:31.086 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:51:30 smithi145 ceph-mon[111069]: from='mgr.24429 172.21.15.145:0/659126112' entity='mgr.smithi145.ojodkj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-03T10:51:31.086 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:51:30 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:51:31.086 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:51:30 smithi145 ceph-mon[111069]: from='mgr.24429 ' entity='mgr.smithi145.ojodkj' 2023-11-03T10:51:31.804 INFO:teuthology.orchestra.run.smithi077.stdout:{ 2023-11-03T10:51:31.805 INFO:teuthology.orchestra.run.smithi077.stdout: "mon": { 2023-11-03T10:51:31.805 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-03T10:51:31.805 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2023-11-03T10:51:31.805 INFO:teuthology.orchestra.run.smithi077.stdout: "mgr": { 2023-11-03T10:51:31.805 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-03T10:51:31.806 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 18.0.0-6983-g054a55d1 (054a55d156d3a2f0db54aab582507ae7417905e5) reef (dev)": 1 2023-11-03T10:51:31.806 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2023-11-03T10:51:31.806 INFO:teuthology.orchestra.run.smithi077.stdout: "osd": { 2023-11-03T10:51:31.806 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-03T10:51:31.806 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2023-11-03T10:51:31.807 INFO:teuthology.orchestra.run.smithi077.stdout: "mds": { 2023-11-03T10:51:31.807 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-03T10:51:31.807 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2023-11-03T10:51:31.807 INFO:teuthology.orchestra.run.smithi077.stdout: "overall": { 2023-11-03T10:51:31.807 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-03T10:51:31.808 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph version 18.0.0-6983-g054a55d1 (054a55d156d3a2f0db54aab582507ae7417905e5) reef (dev)": 1 2023-11-03T10:51:31.808 INFO:teuthology.orchestra.run.smithi077.stdout: } 2023-11-03T10:51:31.808 INFO:teuthology.orchestra.run.smithi077.stdout:} 2023-11-03T10:51:32.217 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -e sha1=054a55d156d3a2f0db54aab582507ae7417905e5 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2023-11-03T10:51:32.936 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:51:32 smithi077 ceph-mon[108342]: pgmap v436: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:51:32.937 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:51:32 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/395036991' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-03T10:51:33.084 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:51:32 smithi145 ceph-mon[111069]: pgmap v436: 97 pgs: 97 active+clean; 242 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-03T10:51:33.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:51:32 smithi145 ceph-mon[111069]: from='client.? 172.21.15.77:0/395036991' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-03T10:51:33.731 INFO:teuthology.orchestra.run.smithi077.stdout:false 2023-11-03T10:51:34.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:51:33 smithi077 ceph-mon[108342]: from='client.? 172.21.15.77:0/3017053994' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-03T10:51:34.085 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:51:33 smithi145 ceph-mon[111069]: from='client.? 172.21.15.77:0/3017053994' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-03T10:51:34.098 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-03T10:51:34.099 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/task/parallel.py", line 64, in _run_spawned mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/task/sequential.py", line 47, in task mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=confg) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_054a55d156d3a2f0db54aab582507ae7417905e5/qa/tasks/cephadm.py", line 1313, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/git.ceph.com_ceph-c_054a55d156d3a2f0db54aab582507ae7417905e5/qa/tasks/cephadm.py", line 39, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi077 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 e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -e sha1=054a55d156d3a2f0db54aab582507ae7417905e5 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-11-03T10:51:34.167 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=14cf17df09b7443ebdc9b7b2e5f82e0d Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/task/parallel.py", line 64, in _run_spawned mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/task/sequential.py", line 47, in task mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=confg) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_054a55d156d3a2f0db54aab582507ae7417905e5/qa/tasks/cephadm.py", line 1313, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/git.ceph.com_ceph-c_054a55d156d3a2f0db54aab582507ae7417905e5/qa/tasks/cephadm.py", line 39, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi077 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 e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -e sha1=054a55d156d3a2f0db54aab582507ae7417905e5 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-11-03T10:51:34.191 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-11-03T10:51:34.205 INFO:tasks.cephadm:Teardown begin 2023-11-03T10:51:34.207 DEBUG:teuthology.orchestra.run.smithi077:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-03T10:51:34.253 DEBUG:teuthology.orchestra.run.smithi145:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-03T10:51:34.291 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-11-03T10:51:34.292 DEBUG:teuthology.orchestra.run.smithi077:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-03T10:51:34.310 DEBUG:teuthology.orchestra.run.smithi145:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-03T10:51:34.352 INFO:tasks.cephadm:Stopping all daemons... 2023-11-03T10:51:34.353 INFO:tasks.cephadm.mon.smithi077:Stopping mon.smithi077... 2023-11-03T10:51:34.353 DEBUG:teuthology.orchestra.run.smithi077:> sudo systemctl stop ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7@mon.smithi077 2023-11-03T10:51:34.711 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:51:34 smithi077 systemd[1]: Stopping Ceph mon.smithi077 for e5ec03a0-7a33-11ee-8db9-212e2dc638e7... 2023-11-03T10:51:34.712 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:51:34 smithi077 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-mon-smithi077[108319]: 2023-11-03T10:51:34.466+0000 7fa05a684700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi077 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-11-03T10:51:34.712 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 03 10:51:34 smithi077 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-mon-smithi077[108319]: 2023-11-03T10:51:34.467+0000 7fa05a684700 -1 mon.smithi077@0(leader) e2 *** Got Signal Terminated *** 2023-11-03T10:51:34.883 DEBUG:teuthology.orchestra.run.smithi077:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7@mon.smithi077.service' 2023-11-03T10:51:34.961 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-03T10:51:34.961 INFO:tasks.cephadm.mon.smithi077:Stopped mon.smithi077 2023-11-03T10:51:34.962 INFO:tasks.cephadm.mon.smithi145:Stopping mon.smithi145... 2023-11-03T10:51:34.962 DEBUG:teuthology.orchestra.run.smithi145:> sudo systemctl stop ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7@mon.smithi145 2023-11-03T10:51:35.284 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:51:34 smithi145 systemd[1]: Stopping Ceph mon.smithi145 for e5ec03a0-7a33-11ee-8db9-212e2dc638e7... 2023-11-03T10:51:35.285 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:51:35 smithi145 bash[136816]: Error: no container with name or ID "ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-mon.smithi145" found: no such container 2023-11-03T10:51:35.285 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:51:35 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-mon-smithi145[111031]: 2023-11-03T10:51:35.113+0000 7fdff85e9700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi145 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-11-03T10:51:35.285 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 03 10:51:35 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-mon-smithi145[111031]: 2023-11-03T10:51:35.113+0000 7fdff85e9700 -1 mon.smithi145@1(peon) e2 *** Got Signal Terminated *** 2023-11-03T10:51:35.500 DEBUG:teuthology.orchestra.run.smithi145:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7@mon.smithi145.service' 2023-11-03T10:51:35.560 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-03T10:51:35.561 INFO:tasks.cephadm.mon.smithi145:Stopped mon.smithi145 2023-11-03T10:51:35.561 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-11-03T10:51:35.561 DEBUG:teuthology.orchestra.run.smithi077:> sudo systemctl stop ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7@osd.0 2023-11-03T10:51:36.003 INFO:journalctl@ceph.osd.0.smithi077.stdout:Nov 03 10:51:35 smithi077 systemd[1]: Stopping Ceph osd.0 for e5ec03a0-7a33-11ee-8db9-212e2dc638e7... 2023-11-03T10:51:36.004 INFO:journalctl@ceph.osd.0.smithi077.stdout:Nov 03 10:51:35 smithi077 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-0[121143]: 2023-11-03T10:51:35.673+0000 7ff081e5f700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-11-03T10:51:36.004 INFO:journalctl@ceph.osd.0.smithi077.stdout:Nov 03 10:51:35 smithi077 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-0[121143]: 2023-11-03T10:51:35.673+0000 7ff081e5f700 -1 osd.0 68 *** Got signal Terminated *** 2023-11-03T10:51:36.005 INFO:journalctl@ceph.osd.0.smithi077.stdout:Nov 03 10:51:35 smithi077 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-0[121143]: 2023-11-03T10:51:35.673+0000 7ff081e5f700 -1 osd.0 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-03T10:51:41.724 INFO:journalctl@ceph.osd.0.smithi077.stdout:Nov 03 10:51:41 smithi077 bash[158968]: ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-0 2023-11-03T10:51:41.724 INFO:journalctl@ceph.osd.0.smithi077.stdout:Nov 03 10:51:41 smithi077 bash[159049]: Error: no container with name or ID "ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd.0" found: no such container 2023-11-03T10:51:42.437 DEBUG:teuthology.orchestra.run.smithi077:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7@osd.0.service' 2023-11-03T10:51:42.479 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-03T10:51:42.480 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-11-03T10:51:42.480 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-11-03T10:51:42.481 DEBUG:teuthology.orchestra.run.smithi077:> sudo systemctl stop ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7@osd.1 2023-11-03T10:51:42.753 INFO:journalctl@ceph.osd.1.smithi077.stdout:Nov 03 10:51:42 smithi077 systemd[1]: Stopping Ceph osd.1 for e5ec03a0-7a33-11ee-8db9-212e2dc638e7... 2023-11-03T10:51:42.753 INFO:journalctl@ceph.osd.1.smithi077.stdout:Nov 03 10:51:42 smithi077 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-1[124499]: 2023-11-03T10:51:42.648+0000 7f76e661f700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-11-03T10:51:42.754 INFO:journalctl@ceph.osd.1.smithi077.stdout:Nov 03 10:51:42 smithi077 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-1[124499]: 2023-11-03T10:51:42.648+0000 7f76e661f700 -1 osd.1 68 *** Got signal Terminated *** 2023-11-03T10:51:42.754 INFO:journalctl@ceph.osd.1.smithi077.stdout:Nov 03 10:51:42 smithi077 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-1[124499]: 2023-11-03T10:51:42.648+0000 7f76e661f700 -1 osd.1 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-03T10:51:48.753 INFO:journalctl@ceph.osd.1.smithi077.stdout:Nov 03 10:51:48 smithi077 bash[159223]: ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-1 2023-11-03T10:51:48.754 INFO:journalctl@ceph.osd.1.smithi077.stdout:Nov 03 10:51:48 smithi077 bash[159267]: Error: no container with name or ID "ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd.1" found: no such container 2023-11-03T10:51:49.509 DEBUG:teuthology.orchestra.run.smithi077:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7@osd.1.service' 2023-11-03T10:51:49.550 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-03T10:51:49.551 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-11-03T10:51:49.551 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-11-03T10:51:49.552 DEBUG:teuthology.orchestra.run.smithi077:> sudo systemctl stop ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7@osd.2 2023-11-03T10:51:50.003 INFO:journalctl@ceph.osd.2.smithi077.stdout:Nov 03 10:51:49 smithi077 systemd[1]: Stopping Ceph osd.2 for e5ec03a0-7a33-11ee-8db9-212e2dc638e7... 2023-11-03T10:51:50.004 INFO:journalctl@ceph.osd.2.smithi077.stdout:Nov 03 10:51:49 smithi077 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-2[128985]: 2023-11-03T10:51:49.685+0000 7fdbefed7700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-11-03T10:51:50.004 INFO:journalctl@ceph.osd.2.smithi077.stdout:Nov 03 10:51:49 smithi077 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-2[128985]: 2023-11-03T10:51:49.685+0000 7fdbefed7700 -1 osd.2 68 *** Got signal Terminated *** 2023-11-03T10:51:50.004 INFO:journalctl@ceph.osd.2.smithi077.stdout:Nov 03 10:51:49 smithi077 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-2[128985]: 2023-11-03T10:51:49.685+0000 7fdbefed7700 -1 osd.2 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-03T10:51:55.503 INFO:journalctl@ceph.osd.2.smithi077.stdout:Nov 03 10:51:55 smithi077 bash[159444]: ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-2 2023-11-03T10:51:55.504 INFO:journalctl@ceph.osd.2.smithi077.stdout:Nov 03 10:51:55 smithi077 bash[159488]: Error: no container with name or ID "ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd.2" found: no such container 2023-11-03T10:51:56.333 DEBUG:teuthology.orchestra.run.smithi077:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7@osd.2.service' 2023-11-03T10:51:56.374 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-03T10:51:56.375 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-11-03T10:51:56.375 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2023-11-03T10:51:56.376 DEBUG:teuthology.orchestra.run.smithi077:> sudo systemctl stop ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7@osd.3 2023-11-03T10:51:56.753 INFO:journalctl@ceph.osd.3.smithi077.stdout:Nov 03 10:51:56 smithi077 systemd[1]: Stopping Ceph osd.3 for e5ec03a0-7a33-11ee-8db9-212e2dc638e7... 2023-11-03T10:51:56.754 INFO:journalctl@ceph.osd.3.smithi077.stdout:Nov 03 10:51:56 smithi077 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-3[133434]: 2023-11-03T10:51:56.512+0000 7f02f0d5b700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-11-03T10:51:56.754 INFO:journalctl@ceph.osd.3.smithi077.stdout:Nov 03 10:51:56 smithi077 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-3[133434]: 2023-11-03T10:51:56.512+0000 7f02f0d5b700 -1 osd.3 68 *** Got signal Terminated *** 2023-11-03T10:51:56.754 INFO:journalctl@ceph.osd.3.smithi077.stdout:Nov 03 10:51:56 smithi077 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-3[133434]: 2023-11-03T10:51:56.512+0000 7f02f0d5b700 -1 osd.3 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-03T10:52:02.335 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:01 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:01.842+0000 7fbb8dc8e700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2023-11-03T10:51:40.367011+0000 front 2023-11-03T10:51:40.366995+0000 (oldest deadline 2023-11-03T10:52:01.367854+0000) 2023-11-03T10:52:02.668 INFO:journalctl@ceph.osd.3.smithi077.stdout:Nov 03 10:52:02 smithi077 bash[159665]: ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-3 2023-11-03T10:52:02.668 INFO:journalctl@ceph.osd.3.smithi077.stdout:Nov 03 10:52:02 smithi077 bash[159746]: Error: no container with name or ID "ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd.3" found: no such container 2023-11-03T10:52:02.811 INFO:journalctl@ceph.osd.6.smithi145.stdout:Nov 03 10:52:02 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-6[122924]: 2023-11-03T10:52:02.377+0000 7fe8aa352700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2023-11-03T10:51:36.577897+0000 front 2023-11-03T10:51:36.577752+0000 (oldest deadline 2023-11-03T10:52:01.877990+0000) 2023-11-03T10:52:03.084 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:02 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:02.809+0000 7fbb8dc8e700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2023-11-03T10:51:40.367011+0000 front 2023-11-03T10:51:40.366995+0000 (oldest deadline 2023-11-03T10:52:01.367854+0000) 2023-11-03T10:52:03.407 DEBUG:teuthology.orchestra.run.smithi077:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7@osd.3.service' 2023-11-03T10:52:03.448 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-03T10:52:03.448 INFO:tasks.cephadm.osd.3:Stopped osd.3 2023-11-03T10:52:03.449 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2023-11-03T10:52:03.449 DEBUG:teuthology.orchestra.run.smithi145:> sudo systemctl stop ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7@osd.4 2023-11-03T10:52:03.806 INFO:journalctl@ceph.osd.6.smithi145.stdout:Nov 03 10:52:03 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-6[122924]: 2023-11-03T10:52:03.354+0000 7fe8aa352700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2023-11-03T10:51:36.577897+0000 front 2023-11-03T10:51:36.577752+0000 (oldest deadline 2023-11-03T10:52:01.877990+0000) 2023-11-03T10:52:03.807 INFO:journalctl@ceph.osd.4.smithi145.stdout:Nov 03 10:52:03 smithi145 systemd[1]: Stopping Ceph osd.4 for e5ec03a0-7a33-11ee-8db9-212e2dc638e7... 2023-11-03T10:52:03.807 INFO:journalctl@ceph.osd.4.smithi145.stdout:Nov 03 10:52:03 smithi145 bash[137007]: Error: no container with name or ID "ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd.4" found: no such container 2023-11-03T10:52:03.808 INFO:journalctl@ceph.osd.4.smithi145.stdout:Nov 03 10:52:03 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-4[115949]: 2023-11-03T10:52:03.584+0000 7f62bc9f4700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-11-03T10:52:03.808 INFO:journalctl@ceph.osd.4.smithi145.stdout:Nov 03 10:52:03 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-4[115949]: 2023-11-03T10:52:03.584+0000 7f62bc9f4700 -1 osd.4 68 *** Got signal Terminated *** 2023-11-03T10:52:03.808 INFO:journalctl@ceph.osd.4.smithi145.stdout:Nov 03 10:52:03 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-4[115949]: 2023-11-03T10:52:03.584+0000 7f62bc9f4700 -1 osd.4 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-03T10:52:04.085 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:03 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:03.804+0000 7fbb8dc8e700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2023-11-03T10:51:40.367011+0000 front 2023-11-03T10:51:40.366995+0000 (oldest deadline 2023-11-03T10:52:01.367854+0000) 2023-11-03T10:52:04.818 INFO:journalctl@ceph.osd.6.smithi145.stdout:Nov 03 10:52:04 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-6[122924]: 2023-11-03T10:52:04.348+0000 7fe8aa352700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2023-11-03T10:51:36.577897+0000 front 2023-11-03T10:51:36.577752+0000 (oldest deadline 2023-11-03T10:52:01.877990+0000) 2023-11-03T10:52:05.084 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:04 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:04.817+0000 7fbb8dc8e700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2023-11-03T10:51:40.367011+0000 front 2023-11-03T10:51:40.366995+0000 (oldest deadline 2023-11-03T10:52:01.367854+0000) 2023-11-03T10:52:05.085 INFO:journalctl@ceph.osd.5.smithi145.stdout:Nov 03 10:52:04 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-5[119395]: 2023-11-03T10:52:04.878+0000 7f3916720700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2023-11-03T10:51:40.544898+0000 front 2023-11-03T10:51:40.544921+0000 (oldest deadline 2023-11-03T10:52:04.644887+0000) 2023-11-03T10:52:05.584 INFO:journalctl@ceph.osd.6.smithi145.stdout:Nov 03 10:52:05 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-6[122924]: 2023-11-03T10:52:05.317+0000 7fe8aa352700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2023-11-03T10:51:36.577897+0000 front 2023-11-03T10:51:36.577752+0000 (oldest deadline 2023-11-03T10:52:01.877990+0000) 2023-11-03T10:52:06.335 INFO:journalctl@ceph.osd.5.smithi145.stdout:Nov 03 10:52:05 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-5[119395]: 2023-11-03T10:52:05.856+0000 7f3916720700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2023-11-03T10:51:40.544898+0000 front 2023-11-03T10:51:40.544921+0000 (oldest deadline 2023-11-03T10:52:04.644887+0000) 2023-11-03T10:52:06.335 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:05 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:05.843+0000 7fbb8dc8e700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2023-11-03T10:51:40.367011+0000 front 2023-11-03T10:51:40.366995+0000 (oldest deadline 2023-11-03T10:52:01.367854+0000) 2023-11-03T10:52:06.834 INFO:journalctl@ceph.osd.6.smithi145.stdout:Nov 03 10:52:06 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-6[122924]: 2023-11-03T10:52:06.366+0000 7fe8aa352700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2023-11-03T10:51:36.577897+0000 front 2023-11-03T10:51:36.577752+0000 (oldest deadline 2023-11-03T10:52:01.877990+0000) 2023-11-03T10:52:07.176 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:06 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:06.878+0000 7fbb8dc8e700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2023-11-03T10:51:40.367011+0000 front 2023-11-03T10:51:40.366995+0000 (oldest deadline 2023-11-03T10:52:01.367854+0000) 2023-11-03T10:52:07.176 INFO:journalctl@ceph.osd.5.smithi145.stdout:Nov 03 10:52:06 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-5[119395]: 2023-11-03T10:52:06.897+0000 7f3916720700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2023-11-03T10:51:40.544898+0000 front 2023-11-03T10:51:40.544921+0000 (oldest deadline 2023-11-03T10:52:04.644887+0000) 2023-11-03T10:52:07.584 INFO:journalctl@ceph.osd.4.smithi145.stdout:Nov 03 10:52:07 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-4[115949]: 2023-11-03T10:52:07.174+0000 7f62b9b90700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2023-11-03T10:51:40.119356+0000 front 2023-11-03T10:51:40.119453+0000 (oldest deadline 2023-11-03T10:52:06.520239+0000) 2023-11-03T10:52:07.585 INFO:journalctl@ceph.osd.6.smithi145.stdout:Nov 03 10:52:07 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-6[122924]: 2023-11-03T10:52:07.409+0000 7fe8aa352700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2023-11-03T10:51:36.577897+0000 front 2023-11-03T10:51:36.577752+0000 (oldest deadline 2023-11-03T10:52:01.877990+0000) 2023-11-03T10:52:08.153 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:07 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:07.877+0000 7fbb8dc8e700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2023-11-03T10:51:40.367011+0000 front 2023-11-03T10:51:40.366995+0000 (oldest deadline 2023-11-03T10:52:01.367854+0000) 2023-11-03T10:52:08.154 INFO:journalctl@ceph.osd.5.smithi145.stdout:Nov 03 10:52:07 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-5[119395]: 2023-11-03T10:52:07.927+0000 7f3916720700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2023-11-03T10:51:40.544898+0000 front 2023-11-03T10:51:40.544921+0000 (oldest deadline 2023-11-03T10:52:04.644887+0000) 2023-11-03T10:52:08.411 INFO:journalctl@ceph.osd.4.smithi145.stdout:Nov 03 10:52:08 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-4[115949]: 2023-11-03T10:52:08.151+0000 7f62b9b90700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2023-11-03T10:51:40.119356+0000 front 2023-11-03T10:51:40.119453+0000 (oldest deadline 2023-11-03T10:52:06.520239+0000) 2023-11-03T10:52:08.835 INFO:journalctl@ceph.osd.6.smithi145.stdout:Nov 03 10:52:08 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-6[122924]: 2023-11-03T10:52:08.409+0000 7fe8aa352700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2023-11-03T10:51:36.577897+0000 front 2023-11-03T10:51:36.577752+0000 (oldest deadline 2023-11-03T10:52:01.877990+0000) 2023-11-03T10:52:09.141 INFO:journalctl@ceph.osd.5.smithi145.stdout:Nov 03 10:52:08 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-5[119395]: 2023-11-03T10:52:08.903+0000 7f3916720700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2023-11-03T10:51:40.544898+0000 front 2023-11-03T10:51:40.544921+0000 (oldest deadline 2023-11-03T10:52:04.644887+0000) 2023-11-03T10:52:09.141 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:08 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:08.860+0000 7fbb8dc8e700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2023-11-03T10:51:40.367011+0000 front 2023-11-03T10:51:40.366995+0000 (oldest deadline 2023-11-03T10:52:01.367854+0000) 2023-11-03T10:52:09.417 INFO:journalctl@ceph.osd.4.smithi145.stdout:Nov 03 10:52:09 smithi145 bash[137020]: ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-4 2023-11-03T10:52:09.417 INFO:journalctl@ceph.osd.4.smithi145.stdout:Nov 03 10:52:09 smithi145 bash[137066]: Error: no container with name or ID "ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd.4" found: no such container 2023-11-03T10:52:09.835 INFO:journalctl@ceph.osd.6.smithi145.stdout:Nov 03 10:52:09 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-6[122924]: 2023-11-03T10:52:09.414+0000 7fe8aa352700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2023-11-03T10:51:36.577897+0000 front 2023-11-03T10:51:36.577752+0000 (oldest deadline 2023-11-03T10:52:01.877990+0000) 2023-11-03T10:52:10.228 INFO:journalctl@ceph.osd.5.smithi145.stdout:Nov 03 10:52:09 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-5[119395]: 2023-11-03T10:52:09.904+0000 7f3916720700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2023-11-03T10:51:40.544898+0000 front 2023-11-03T10:51:40.544921+0000 (oldest deadline 2023-11-03T10:52:04.644887+0000) 2023-11-03T10:52:10.229 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:09 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:09.834+0000 7fbb8dc8e700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2023-11-03T10:51:40.367011+0000 front 2023-11-03T10:51:40.366995+0000 (oldest deadline 2023-11-03T10:52:01.367854+0000) 2023-11-03T10:52:10.235 DEBUG:teuthology.orchestra.run.smithi145:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7@osd.4.service' 2023-11-03T10:52:10.276 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-03T10:52:10.277 INFO:tasks.cephadm.osd.4:Stopped osd.4 2023-11-03T10:52:10.277 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2023-11-03T10:52:10.278 DEBUG:teuthology.orchestra.run.smithi145:> sudo systemctl stop ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7@osd.5 2023-11-03T10:52:10.585 INFO:journalctl@ceph.osd.6.smithi145.stdout:Nov 03 10:52:10 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-6[122924]: 2023-11-03T10:52:10.450+0000 7fe8aa352700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2023-11-03T10:51:36.577897+0000 front 2023-11-03T10:51:36.577752+0000 (oldest deadline 2023-11-03T10:52:01.877990+0000) 2023-11-03T10:52:10.585 INFO:journalctl@ceph.osd.5.smithi145.stdout:Nov 03 10:52:10 smithi145 systemd[1]: Stopping Ceph osd.5 for e5ec03a0-7a33-11ee-8db9-212e2dc638e7... 2023-11-03T10:52:10.586 INFO:journalctl@ceph.osd.5.smithi145.stdout:Nov 03 10:52:10 smithi145 bash[137245]: Error: no container with name or ID "ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd.5" found: no such container 2023-11-03T10:52:10.586 INFO:journalctl@ceph.osd.5.smithi145.stdout:Nov 03 10:52:10 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-5[119395]: 2023-11-03T10:52:10.429+0000 7f3919584700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-11-03T10:52:10.586 INFO:journalctl@ceph.osd.5.smithi145.stdout:Nov 03 10:52:10 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-5[119395]: 2023-11-03T10:52:10.429+0000 7f3919584700 -1 osd.5 68 *** Got signal Terminated *** 2023-11-03T10:52:10.587 INFO:journalctl@ceph.osd.5.smithi145.stdout:Nov 03 10:52:10 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-5[119395]: 2023-11-03T10:52:10.429+0000 7f3919584700 -1 osd.5 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-03T10:52:11.085 INFO:journalctl@ceph.osd.5.smithi145.stdout:Nov 03 10:52:10 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-5[119395]: 2023-11-03T10:52:10.914+0000 7f3916720700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2023-11-03T10:51:40.544898+0000 front 2023-11-03T10:51:40.544921+0000 (oldest deadline 2023-11-03T10:52:04.644887+0000) 2023-11-03T10:52:11.085 INFO:journalctl@ceph.osd.5.smithi145.stdout:Nov 03 10:52:10 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-5[119395]: 2023-11-03T10:52:10.914+0000 7f3916720700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.77:6814 osd.1 since back 2023-11-03T10:51:44.645320+0000 front 2023-11-03T10:51:44.645289+0000 (oldest deadline 2023-11-03T10:52:10.545311+0000) 2023-11-03T10:52:11.086 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:10 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:10.818+0000 7fbb8dc8e700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2023-11-03T10:51:40.367011+0000 front 2023-11-03T10:51:40.366995+0000 (oldest deadline 2023-11-03T10:52:01.367854+0000) 2023-11-03T10:52:11.086 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:10 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:10.818+0000 7fbb8dc8e700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.77:6814 osd.1 since back 2023-11-03T10:51:45.969477+0000 front 2023-11-03T10:51:45.969579+0000 (oldest deadline 2023-11-03T10:52:09.970274+0000) 2023-11-03T10:52:11.790 INFO:journalctl@ceph.osd.6.smithi145.stdout:Nov 03 10:52:11 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-6[122924]: 2023-11-03T10:52:11.453+0000 7fe8aa352700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2023-11-03T10:51:36.577897+0000 front 2023-11-03T10:51:36.577752+0000 (oldest deadline 2023-11-03T10:52:01.877990+0000) 2023-11-03T10:52:12.084 INFO:journalctl@ceph.osd.5.smithi145.stdout:Nov 03 10:52:11 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-5[119395]: 2023-11-03T10:52:11.926+0000 7f3916720700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2023-11-03T10:51:40.544898+0000 front 2023-11-03T10:51:40.544921+0000 (oldest deadline 2023-11-03T10:52:04.644887+0000) 2023-11-03T10:52:12.085 INFO:journalctl@ceph.osd.5.smithi145.stdout:Nov 03 10:52:11 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-5[119395]: 2023-11-03T10:52:11.926+0000 7f3916720700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.77:6814 osd.1 since back 2023-11-03T10:51:44.645320+0000 front 2023-11-03T10:51:44.645289+0000 (oldest deadline 2023-11-03T10:52:10.545311+0000) 2023-11-03T10:52:12.085 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:11 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:11.788+0000 7fbb8dc8e700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2023-11-03T10:51:40.367011+0000 front 2023-11-03T10:51:40.366995+0000 (oldest deadline 2023-11-03T10:52:01.367854+0000) 2023-11-03T10:52:12.086 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:11 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:11.788+0000 7fbb8dc8e700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.77:6814 osd.1 since back 2023-11-03T10:51:45.969477+0000 front 2023-11-03T10:51:45.969579+0000 (oldest deadline 2023-11-03T10:52:09.970274+0000) 2023-11-03T10:52:12.771 INFO:journalctl@ceph.osd.6.smithi145.stdout:Nov 03 10:52:12 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-6[122924]: 2023-11-03T10:52:12.434+0000 7fe8aa352700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2023-11-03T10:51:36.577897+0000 front 2023-11-03T10:51:36.577752+0000 (oldest deadline 2023-11-03T10:52:01.877990+0000) 2023-11-03T10:52:13.084 INFO:journalctl@ceph.osd.5.smithi145.stdout:Nov 03 10:52:12 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-5[119395]: 2023-11-03T10:52:12.896+0000 7f3916720700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2023-11-03T10:51:40.544898+0000 front 2023-11-03T10:51:40.544921+0000 (oldest deadline 2023-11-03T10:52:04.644887+0000) 2023-11-03T10:52:13.085 INFO:journalctl@ceph.osd.5.smithi145.stdout:Nov 03 10:52:12 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-5[119395]: 2023-11-03T10:52:12.896+0000 7f3916720700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.77:6814 osd.1 since back 2023-11-03T10:51:44.645320+0000 front 2023-11-03T10:51:44.645289+0000 (oldest deadline 2023-11-03T10:52:10.545311+0000) 2023-11-03T10:52:13.085 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:12 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:12.770+0000 7fbb8dc8e700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2023-11-03T10:51:40.367011+0000 front 2023-11-03T10:51:40.366995+0000 (oldest deadline 2023-11-03T10:52:01.367854+0000) 2023-11-03T10:52:13.086 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:12 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:12.770+0000 7fbb8dc8e700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.77:6814 osd.1 since back 2023-11-03T10:51:45.969477+0000 front 2023-11-03T10:51:45.969579+0000 (oldest deadline 2023-11-03T10:52:09.970274+0000) 2023-11-03T10:52:13.768 INFO:journalctl@ceph.osd.6.smithi145.stdout:Nov 03 10:52:13 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-6[122924]: 2023-11-03T10:52:13.389+0000 7fe8aa352700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2023-11-03T10:51:36.577897+0000 front 2023-11-03T10:51:36.577752+0000 (oldest deadline 2023-11-03T10:52:01.877990+0000) 2023-11-03T10:52:13.768 INFO:journalctl@ceph.osd.6.smithi145.stdout:Nov 03 10:52:13 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-6[122924]: 2023-11-03T10:52:13.389+0000 7fe8aa352700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.77:6814 osd.1 since back 2023-11-03T10:51:41.878565+0000 front 2023-11-03T10:51:41.878546+0000 (oldest deadline 2023-11-03T10:52:12.479440+0000) 2023-11-03T10:52:14.084 INFO:journalctl@ceph.osd.5.smithi145.stdout:Nov 03 10:52:13 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-5[119395]: 2023-11-03T10:52:13.854+0000 7f3916720700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2023-11-03T10:51:40.544898+0000 front 2023-11-03T10:51:40.544921+0000 (oldest deadline 2023-11-03T10:52:04.644887+0000) 2023-11-03T10:52:14.085 INFO:journalctl@ceph.osd.5.smithi145.stdout:Nov 03 10:52:13 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-5[119395]: 2023-11-03T10:52:13.854+0000 7f3916720700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.77:6814 osd.1 since back 2023-11-03T10:51:44.645320+0000 front 2023-11-03T10:51:44.645289+0000 (oldest deadline 2023-11-03T10:52:10.545311+0000) 2023-11-03T10:52:14.085 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:13 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:13.765+0000 7fbb8dc8e700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2023-11-03T10:51:40.367011+0000 front 2023-11-03T10:51:40.366995+0000 (oldest deadline 2023-11-03T10:52:01.367854+0000) 2023-11-03T10:52:14.086 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:13 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:13.765+0000 7fbb8dc8e700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.77:6814 osd.1 since back 2023-11-03T10:51:45.969477+0000 front 2023-11-03T10:51:45.969579+0000 (oldest deadline 2023-11-03T10:52:09.970274+0000) 2023-11-03T10:52:14.731 INFO:journalctl@ceph.osd.6.smithi145.stdout:Nov 03 10:52:14 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-6[122924]: 2023-11-03T10:52:14.432+0000 7fe8aa352700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2023-11-03T10:51:36.577897+0000 front 2023-11-03T10:51:36.577752+0000 (oldest deadline 2023-11-03T10:52:01.877990+0000) 2023-11-03T10:52:14.731 INFO:journalctl@ceph.osd.6.smithi145.stdout:Nov 03 10:52:14 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-6[122924]: 2023-11-03T10:52:14.432+0000 7fe8aa352700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.77:6814 osd.1 since back 2023-11-03T10:51:41.878565+0000 front 2023-11-03T10:51:41.878546+0000 (oldest deadline 2023-11-03T10:52:12.479440+0000) 2023-11-03T10:52:15.084 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:14 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:14.728+0000 7fbb8dc8e700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2023-11-03T10:51:40.367011+0000 front 2023-11-03T10:51:40.366995+0000 (oldest deadline 2023-11-03T10:52:01.367854+0000) 2023-11-03T10:52:15.085 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:14 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:14.728+0000 7fbb8dc8e700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.77:6814 osd.1 since back 2023-11-03T10:51:45.969477+0000 front 2023-11-03T10:51:45.969579+0000 (oldest deadline 2023-11-03T10:52:09.970274+0000) 2023-11-03T10:52:15.085 INFO:journalctl@ceph.osd.5.smithi145.stdout:Nov 03 10:52:14 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-5[119395]: 2023-11-03T10:52:14.824+0000 7f3916720700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2023-11-03T10:51:40.544898+0000 front 2023-11-03T10:51:40.544921+0000 (oldest deadline 2023-11-03T10:52:04.644887+0000) 2023-11-03T10:52:15.086 INFO:journalctl@ceph.osd.5.smithi145.stdout:Nov 03 10:52:14 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-5[119395]: 2023-11-03T10:52:14.824+0000 7f3916720700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.77:6814 osd.1 since back 2023-11-03T10:51:44.645320+0000 front 2023-11-03T10:51:44.645289+0000 (oldest deadline 2023-11-03T10:52:10.545311+0000) 2023-11-03T10:52:15.748 INFO:journalctl@ceph.osd.6.smithi145.stdout:Nov 03 10:52:15 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-6[122924]: 2023-11-03T10:52:15.476+0000 7fe8aa352700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2023-11-03T10:51:36.577897+0000 front 2023-11-03T10:51:36.577752+0000 (oldest deadline 2023-11-03T10:52:01.877990+0000) 2023-11-03T10:52:15.748 INFO:journalctl@ceph.osd.6.smithi145.stdout:Nov 03 10:52:15 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-6[122924]: 2023-11-03T10:52:15.476+0000 7fe8aa352700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.77:6814 osd.1 since back 2023-11-03T10:51:41.878565+0000 front 2023-11-03T10:51:41.878546+0000 (oldest deadline 2023-11-03T10:52:12.479440+0000) 2023-11-03T10:52:15.749 INFO:journalctl@ceph.osd.6.smithi145.stdout:Nov 03 10:52:15 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-6[122924]: 2023-11-03T10:52:15.476+0000 7fe8aa352700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.77:6822 osd.2 since back 2023-11-03T10:51:52.480103+0000 front 2023-11-03T10:51:52.480033+0000 (oldest deadline 2023-11-03T10:52:15.379981+0000) 2023-11-03T10:52:16.077 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:15 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:15.745+0000 7fbb8dc8e700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2023-11-03T10:51:40.367011+0000 front 2023-11-03T10:51:40.366995+0000 (oldest deadline 2023-11-03T10:52:01.367854+0000) 2023-11-03T10:52:16.077 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:15 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:15.745+0000 7fbb8dc8e700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.77:6814 osd.1 since back 2023-11-03T10:51:45.969477+0000 front 2023-11-03T10:51:45.969579+0000 (oldest deadline 2023-11-03T10:52:09.970274+0000) 2023-11-03T10:52:16.334 INFO:journalctl@ceph.osd.5.smithi145.stdout:Nov 03 10:52:16 smithi145 bash[137257]: ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-5 2023-11-03T10:52:16.335 INFO:journalctl@ceph.osd.5.smithi145.stdout:Nov 03 10:52:16 smithi145 bash[137306]: Error: no container with name or ID "ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd.5" found: no such container 2023-11-03T10:52:16.752 INFO:journalctl@ceph.osd.6.smithi145.stdout:Nov 03 10:52:16 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-6[122924]: 2023-11-03T10:52:16.455+0000 7fe8aa352700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2023-11-03T10:51:36.577897+0000 front 2023-11-03T10:51:36.577752+0000 (oldest deadline 2023-11-03T10:52:01.877990+0000) 2023-11-03T10:52:16.752 INFO:journalctl@ceph.osd.6.smithi145.stdout:Nov 03 10:52:16 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-6[122924]: 2023-11-03T10:52:16.455+0000 7fe8aa352700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.77:6814 osd.1 since back 2023-11-03T10:51:41.878565+0000 front 2023-11-03T10:51:41.878546+0000 (oldest deadline 2023-11-03T10:52:12.479440+0000) 2023-11-03T10:52:16.753 INFO:journalctl@ceph.osd.6.smithi145.stdout:Nov 03 10:52:16 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-6[122924]: 2023-11-03T10:52:16.455+0000 7fe8aa352700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.77:6822 osd.2 since back 2023-11-03T10:51:52.480103+0000 front 2023-11-03T10:51:52.480033+0000 (oldest deadline 2023-11-03T10:52:15.379981+0000) 2023-11-03T10:52:17.084 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:16 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:16.748+0000 7fbb8dc8e700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2023-11-03T10:51:40.367011+0000 front 2023-11-03T10:51:40.366995+0000 (oldest deadline 2023-11-03T10:52:01.367854+0000) 2023-11-03T10:52:17.085 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:16 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:16.748+0000 7fbb8dc8e700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.77:6814 osd.1 since back 2023-11-03T10:51:45.969477+0000 front 2023-11-03T10:51:45.969579+0000 (oldest deadline 2023-11-03T10:52:09.970274+0000) 2023-11-03T10:52:17.109 DEBUG:teuthology.orchestra.run.smithi145:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7@osd.5.service' 2023-11-03T10:52:17.150 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-03T10:52:17.151 INFO:tasks.cephadm.osd.5:Stopped osd.5 2023-11-03T10:52:17.152 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2023-11-03T10:52:17.152 DEBUG:teuthology.orchestra.run.smithi145:> sudo systemctl stop ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7@osd.6 2023-11-03T10:52:17.461 INFO:journalctl@ceph.osd.6.smithi145.stdout:Nov 03 10:52:17 smithi145 systemd[1]: Stopping Ceph osd.6 for e5ec03a0-7a33-11ee-8db9-212e2dc638e7... 2023-11-03T10:52:17.462 INFO:journalctl@ceph.osd.6.smithi145.stdout:Nov 03 10:52:17 smithi145 bash[137481]: Error: no container with name or ID "ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd.6" found: no such container 2023-11-03T10:52:17.462 INFO:journalctl@ceph.osd.6.smithi145.stdout:Nov 03 10:52:17 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-6[122924]: 2023-11-03T10:52:17.293+0000 7fe8ad1b6700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.6 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-11-03T10:52:17.462 INFO:journalctl@ceph.osd.6.smithi145.stdout:Nov 03 10:52:17 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-6[122924]: 2023-11-03T10:52:17.293+0000 7fe8ad1b6700 -1 osd.6 68 *** Got signal Terminated *** 2023-11-03T10:52:17.463 INFO:journalctl@ceph.osd.6.smithi145.stdout:Nov 03 10:52:17 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-6[122924]: 2023-11-03T10:52:17.293+0000 7fe8ad1b6700 -1 osd.6 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-03T10:52:17.463 INFO:journalctl@ceph.osd.6.smithi145.stdout:Nov 03 10:52:17 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-6[122924]: 2023-11-03T10:52:17.458+0000 7fe8aa352700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2023-11-03T10:51:36.577897+0000 front 2023-11-03T10:51:36.577752+0000 (oldest deadline 2023-11-03T10:52:01.877990+0000) 2023-11-03T10:52:17.463 INFO:journalctl@ceph.osd.6.smithi145.stdout:Nov 03 10:52:17 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-6[122924]: 2023-11-03T10:52:17.458+0000 7fe8aa352700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.77:6814 osd.1 since back 2023-11-03T10:51:41.878565+0000 front 2023-11-03T10:51:41.878546+0000 (oldest deadline 2023-11-03T10:52:12.479440+0000) 2023-11-03T10:52:17.793 INFO:journalctl@ceph.osd.6.smithi145.stdout:Nov 03 10:52:17 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-6[122924]: 2023-11-03T10:52:17.458+0000 7fe8aa352700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.77:6822 osd.2 since back 2023-11-03T10:51:52.480103+0000 front 2023-11-03T10:51:52.480033+0000 (oldest deadline 2023-11-03T10:52:15.379981+0000) 2023-11-03T10:52:18.085 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:17 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:17.790+0000 7fbb8dc8e700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2023-11-03T10:51:40.367011+0000 front 2023-11-03T10:51:40.366995+0000 (oldest deadline 2023-11-03T10:52:01.367854+0000) 2023-11-03T10:52:18.085 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:17 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:17.790+0000 7fbb8dc8e700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.77:6814 osd.1 since back 2023-11-03T10:51:45.969477+0000 front 2023-11-03T10:51:45.969579+0000 (oldest deadline 2023-11-03T10:52:09.970274+0000) 2023-11-03T10:52:18.584 INFO:journalctl@ceph.osd.6.smithi145.stdout:Nov 03 10:52:18 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-6[122924]: 2023-11-03T10:52:18.474+0000 7fe8aa352700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2023-11-03T10:51:36.577897+0000 front 2023-11-03T10:51:36.577752+0000 (oldest deadline 2023-11-03T10:52:01.877990+0000) 2023-11-03T10:52:18.585 INFO:journalctl@ceph.osd.6.smithi145.stdout:Nov 03 10:52:18 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-6[122924]: 2023-11-03T10:52:18.474+0000 7fe8aa352700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.77:6814 osd.1 since back 2023-11-03T10:51:41.878565+0000 front 2023-11-03T10:51:41.878546+0000 (oldest deadline 2023-11-03T10:52:12.479440+0000) 2023-11-03T10:52:18.585 INFO:journalctl@ceph.osd.6.smithi145.stdout:Nov 03 10:52:18 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-6[122924]: 2023-11-03T10:52:18.474+0000 7fe8aa352700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.77:6822 osd.2 since back 2023-11-03T10:51:52.480103+0000 front 2023-11-03T10:51:52.480033+0000 (oldest deadline 2023-11-03T10:52:15.379981+0000) 2023-11-03T10:52:19.085 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:18 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:18.807+0000 7fbb8dc8e700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2023-11-03T10:51:40.367011+0000 front 2023-11-03T10:51:40.366995+0000 (oldest deadline 2023-11-03T10:52:01.367854+0000) 2023-11-03T10:52:19.085 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:18 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:18.807+0000 7fbb8dc8e700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.77:6814 osd.1 since back 2023-11-03T10:51:45.969477+0000 front 2023-11-03T10:51:45.969579+0000 (oldest deadline 2023-11-03T10:52:09.970274+0000) 2023-11-03T10:52:19.773 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:19 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:19.770+0000 7fbb8dc8e700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2023-11-03T10:51:40.367011+0000 front 2023-11-03T10:51:40.366995+0000 (oldest deadline 2023-11-03T10:52:01.367854+0000) 2023-11-03T10:52:19.774 INFO:journalctl@ceph.osd.6.smithi145.stdout:Nov 03 10:52:19 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-6[122924]: 2023-11-03T10:52:19.497+0000 7fe8aa352700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2023-11-03T10:51:36.577897+0000 front 2023-11-03T10:51:36.577752+0000 (oldest deadline 2023-11-03T10:52:01.877990+0000) 2023-11-03T10:52:19.774 INFO:journalctl@ceph.osd.6.smithi145.stdout:Nov 03 10:52:19 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-6[122924]: 2023-11-03T10:52:19.497+0000 7fe8aa352700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.77:6814 osd.1 since back 2023-11-03T10:51:41.878565+0000 front 2023-11-03T10:51:41.878546+0000 (oldest deadline 2023-11-03T10:52:12.479440+0000) 2023-11-03T10:52:19.775 INFO:journalctl@ceph.osd.6.smithi145.stdout:Nov 03 10:52:19 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-6[122924]: 2023-11-03T10:52:19.497+0000 7fe8aa352700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.77:6822 osd.2 since back 2023-11-03T10:51:52.480103+0000 front 2023-11-03T10:51:52.480033+0000 (oldest deadline 2023-11-03T10:52:15.379981+0000) 2023-11-03T10:52:20.084 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:19 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:19.770+0000 7fbb8dc8e700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.77:6814 osd.1 since back 2023-11-03T10:51:45.969477+0000 front 2023-11-03T10:51:45.969579+0000 (oldest deadline 2023-11-03T10:52:09.970274+0000) 2023-11-03T10:52:20.822 INFO:journalctl@ceph.osd.6.smithi145.stdout:Nov 03 10:52:20 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-6[122924]: 2023-11-03T10:52:20.452+0000 7fe8aa352700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2023-11-03T10:51:36.577897+0000 front 2023-11-03T10:51:36.577752+0000 (oldest deadline 2023-11-03T10:52:01.877990+0000) 2023-11-03T10:52:20.822 INFO:journalctl@ceph.osd.6.smithi145.stdout:Nov 03 10:52:20 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-6[122924]: 2023-11-03T10:52:20.452+0000 7fe8aa352700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.77:6814 osd.1 since back 2023-11-03T10:51:41.878565+0000 front 2023-11-03T10:51:41.878546+0000 (oldest deadline 2023-11-03T10:52:12.479440+0000) 2023-11-03T10:52:20.823 INFO:journalctl@ceph.osd.6.smithi145.stdout:Nov 03 10:52:20 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-6[122924]: 2023-11-03T10:52:20.452+0000 7fe8aa352700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.77:6822 osd.2 since back 2023-11-03T10:51:52.480103+0000 front 2023-11-03T10:51:52.480033+0000 (oldest deadline 2023-11-03T10:52:15.379981+0000) 2023-11-03T10:52:21.084 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:20 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:20.819+0000 7fbb8dc8e700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2023-11-03T10:51:40.367011+0000 front 2023-11-03T10:51:40.366995+0000 (oldest deadline 2023-11-03T10:52:01.367854+0000) 2023-11-03T10:52:21.085 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:20 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:20.819+0000 7fbb8dc8e700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.77:6814 osd.1 since back 2023-11-03T10:51:45.969477+0000 front 2023-11-03T10:51:45.969579+0000 (oldest deadline 2023-11-03T10:52:09.970274+0000) 2023-11-03T10:52:21.085 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:20 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:20.819+0000 7fbb8dc8e700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.77:6822 osd.2 since back 2023-11-03T10:51:54.472207+0000 front 2023-11-03T10:51:54.472198+0000 (oldest deadline 2023-11-03T10:52:20.372086+0000) 2023-11-03T10:52:21.835 INFO:journalctl@ceph.osd.6.smithi145.stdout:Nov 03 10:52:21 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-6[122924]: 2023-11-03T10:52:21.464+0000 7fe8aa352700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2023-11-03T10:51:36.577897+0000 front 2023-11-03T10:51:36.577752+0000 (oldest deadline 2023-11-03T10:52:01.877990+0000) 2023-11-03T10:52:21.835 INFO:journalctl@ceph.osd.6.smithi145.stdout:Nov 03 10:52:21 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-6[122924]: 2023-11-03T10:52:21.464+0000 7fe8aa352700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.77:6814 osd.1 since back 2023-11-03T10:51:41.878565+0000 front 2023-11-03T10:51:41.878546+0000 (oldest deadline 2023-11-03T10:52:12.479440+0000) 2023-11-03T10:52:21.835 INFO:journalctl@ceph.osd.6.smithi145.stdout:Nov 03 10:52:21 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-6[122924]: 2023-11-03T10:52:21.464+0000 7fe8aa352700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.77:6822 osd.2 since back 2023-11-03T10:51:52.480103+0000 front 2023-11-03T10:51:52.480033+0000 (oldest deadline 2023-11-03T10:52:15.379981+0000) 2023-11-03T10:52:22.334 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:21 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:21.845+0000 7fbb8dc8e700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2023-11-03T10:51:40.367011+0000 front 2023-11-03T10:51:40.366995+0000 (oldest deadline 2023-11-03T10:52:01.367854+0000) 2023-11-03T10:52:22.335 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:21 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:21.845+0000 7fbb8dc8e700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.77:6814 osd.1 since back 2023-11-03T10:51:45.969477+0000 front 2023-11-03T10:51:45.969579+0000 (oldest deadline 2023-11-03T10:52:09.970274+0000) 2023-11-03T10:52:22.335 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:21 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:21.845+0000 7fbb8dc8e700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.77:6822 osd.2 since back 2023-11-03T10:51:54.472207+0000 front 2023-11-03T10:51:54.472198+0000 (oldest deadline 2023-11-03T10:52:20.372086+0000) 2023-11-03T10:52:23.178 INFO:journalctl@ceph.osd.6.smithi145.stdout:Nov 03 10:52:23 smithi145 bash[137493]: ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-6 2023-11-03T10:52:23.179 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:22 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:22.842+0000 7fbb8dc8e700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2023-11-03T10:51:40.367011+0000 front 2023-11-03T10:51:40.366995+0000 (oldest deadline 2023-11-03T10:52:01.367854+0000) 2023-11-03T10:52:23.179 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:22 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:22.842+0000 7fbb8dc8e700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.77:6814 osd.1 since back 2023-11-03T10:51:45.969477+0000 front 2023-11-03T10:51:45.969579+0000 (oldest deadline 2023-11-03T10:52:09.970274+0000) 2023-11-03T10:52:23.180 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:22 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:22.842+0000 7fbb8dc8e700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.77:6822 osd.2 since back 2023-11-03T10:51:54.472207+0000 front 2023-11-03T10:51:54.472198+0000 (oldest deadline 2023-11-03T10:52:20.372086+0000) 2023-11-03T10:52:23.584 INFO:journalctl@ceph.osd.6.smithi145.stdout:Nov 03 10:52:23 smithi145 bash[137571]: Error: no container with name or ID "ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd.6" found: no such container 2023-11-03T10:52:24.085 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:23 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:23.841+0000 7fbb8dc8e700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2023-11-03T10:51:40.367011+0000 front 2023-11-03T10:51:40.366995+0000 (oldest deadline 2023-11-03T10:52:01.367854+0000) 2023-11-03T10:52:24.086 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:23 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:23.841+0000 7fbb8dc8e700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.77:6814 osd.1 since back 2023-11-03T10:51:45.969477+0000 front 2023-11-03T10:51:45.969579+0000 (oldest deadline 2023-11-03T10:52:09.970274+0000) 2023-11-03T10:52:24.086 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:23 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:23.841+0000 7fbb8dc8e700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.77:6822 osd.2 since back 2023-11-03T10:51:54.472207+0000 front 2023-11-03T10:51:54.472198+0000 (oldest deadline 2023-11-03T10:52:20.372086+0000) 2023-11-03T10:52:24.107 DEBUG:teuthology.orchestra.run.smithi145:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7@osd.6.service' 2023-11-03T10:52:24.147 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-03T10:52:24.148 INFO:tasks.cephadm.osd.6:Stopped osd.6 2023-11-03T10:52:24.148 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2023-11-03T10:52:24.149 DEBUG:teuthology.orchestra.run.smithi145:> sudo systemctl stop ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7@osd.7 2023-11-03T10:52:24.584 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:24 smithi145 systemd[1]: Stopping Ceph osd.7 for e5ec03a0-7a33-11ee-8db9-212e2dc638e7... 2023-11-03T10:52:24.585 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:24 smithi145 bash[137749]: Error: no container with name or ID "ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd.7" found: no such container 2023-11-03T10:52:24.585 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:24 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:24.300+0000 7fbb90af2700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.7 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-11-03T10:52:24.585 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:24 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:24.300+0000 7fbb90af2700 -1 osd.7 68 *** Got signal Terminated *** 2023-11-03T10:52:24.586 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:24 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:24.300+0000 7fbb90af2700 -1 osd.7 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-03T10:52:25.084 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:24 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:24.811+0000 7fbb8dc8e700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2023-11-03T10:51:40.367011+0000 front 2023-11-03T10:51:40.366995+0000 (oldest deadline 2023-11-03T10:52:01.367854+0000) 2023-11-03T10:52:25.085 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:24 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:24.811+0000 7fbb8dc8e700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.77:6814 osd.1 since back 2023-11-03T10:51:45.969477+0000 front 2023-11-03T10:51:45.969579+0000 (oldest deadline 2023-11-03T10:52:09.970274+0000) 2023-11-03T10:52:25.086 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:24 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:24.811+0000 7fbb8dc8e700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.77:6822 osd.2 since back 2023-11-03T10:51:54.472207+0000 front 2023-11-03T10:51:54.472198+0000 (oldest deadline 2023-11-03T10:52:20.372086+0000) 2023-11-03T10:52:25.086 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:24 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:24.811+0000 7fbb8dc8e700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.77:6830 osd.3 since back 2023-11-03T10:52:00.372631+0000 front 2023-11-03T10:52:00.372676+0000 (oldest deadline 2023-11-03T10:52:24.472512+0000) 2023-11-03T10:52:26.334 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:25 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:25.841+0000 7fbb8dc8e700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2023-11-03T10:51:40.367011+0000 front 2023-11-03T10:51:40.366995+0000 (oldest deadline 2023-11-03T10:52:01.367854+0000) 2023-11-03T10:52:26.335 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:25 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:25.841+0000 7fbb8dc8e700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.77:6814 osd.1 since back 2023-11-03T10:51:45.969477+0000 front 2023-11-03T10:51:45.969579+0000 (oldest deadline 2023-11-03T10:52:09.970274+0000) 2023-11-03T10:52:26.335 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:25 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:25.841+0000 7fbb8dc8e700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.77:6822 osd.2 since back 2023-11-03T10:51:54.472207+0000 front 2023-11-03T10:51:54.472198+0000 (oldest deadline 2023-11-03T10:52:20.372086+0000) 2023-11-03T10:52:26.336 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:25 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:25.841+0000 7fbb8dc8e700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.77:6830 osd.3 since back 2023-11-03T10:52:00.372631+0000 front 2023-11-03T10:52:00.372676+0000 (oldest deadline 2023-11-03T10:52:24.472512+0000) 2023-11-03T10:52:27.334 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:26 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:26.867+0000 7fbb8dc8e700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2023-11-03T10:51:40.367011+0000 front 2023-11-03T10:51:40.366995+0000 (oldest deadline 2023-11-03T10:52:01.367854+0000) 2023-11-03T10:52:27.335 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:26 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:26.867+0000 7fbb8dc8e700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.77:6814 osd.1 since back 2023-11-03T10:51:45.969477+0000 front 2023-11-03T10:51:45.969579+0000 (oldest deadline 2023-11-03T10:52:09.970274+0000) 2023-11-03T10:52:27.335 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:26 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:26.867+0000 7fbb8dc8e700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.77:6822 osd.2 since back 2023-11-03T10:51:54.472207+0000 front 2023-11-03T10:51:54.472198+0000 (oldest deadline 2023-11-03T10:52:20.372086+0000) 2023-11-03T10:52:27.336 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:26 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:26.867+0000 7fbb8dc8e700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.77:6830 osd.3 since back 2023-11-03T10:52:00.372631+0000 front 2023-11-03T10:52:00.372676+0000 (oldest deadline 2023-11-03T10:52:24.472512+0000) 2023-11-03T10:52:28.260 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:27 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:27.879+0000 7fbb8dc8e700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2023-11-03T10:51:40.367011+0000 front 2023-11-03T10:51:40.366995+0000 (oldest deadline 2023-11-03T10:52:01.367854+0000) 2023-11-03T10:52:28.260 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:27 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:27.879+0000 7fbb8dc8e700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.77:6814 osd.1 since back 2023-11-03T10:51:45.969477+0000 front 2023-11-03T10:51:45.969579+0000 (oldest deadline 2023-11-03T10:52:09.970274+0000) 2023-11-03T10:52:28.260 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:27 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:27.879+0000 7fbb8dc8e700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.77:6822 osd.2 since back 2023-11-03T10:51:54.472207+0000 front 2023-11-03T10:51:54.472198+0000 (oldest deadline 2023-11-03T10:52:20.372086+0000) 2023-11-03T10:52:28.261 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:27 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:27.879+0000 7fbb8dc8e700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.77:6830 osd.3 since back 2023-11-03T10:52:00.372631+0000 front 2023-11-03T10:52:00.372676+0000 (oldest deadline 2023-11-03T10:52:24.472512+0000) 2023-11-03T10:52:29.335 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:28 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:28.837+0000 7fbb8dc8e700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2023-11-03T10:51:40.367011+0000 front 2023-11-03T10:51:40.366995+0000 (oldest deadline 2023-11-03T10:52:01.367854+0000) 2023-11-03T10:52:29.335 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:28 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:28.837+0000 7fbb8dc8e700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.77:6814 osd.1 since back 2023-11-03T10:51:45.969477+0000 front 2023-11-03T10:51:45.969579+0000 (oldest deadline 2023-11-03T10:52:09.970274+0000) 2023-11-03T10:52:29.335 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:28 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:28.837+0000 7fbb8dc8e700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.77:6822 osd.2 since back 2023-11-03T10:51:54.472207+0000 front 2023-11-03T10:51:54.472198+0000 (oldest deadline 2023-11-03T10:52:20.372086+0000) 2023-11-03T10:52:29.336 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:28 smithi145 ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7[126416]: 2023-11-03T10:52:28.837+0000 7fbb8dc8e700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.77:6830 osd.3 since back 2023-11-03T10:52:00.372631+0000 front 2023-11-03T10:52:00.372676+0000 (oldest deadline 2023-11-03T10:52:24.472512+0000) 2023-11-03T10:52:30.335 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:29 smithi145 bash[137762]: ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd-7 2023-11-03T10:52:30.335 INFO:journalctl@ceph.osd.7.smithi145.stdout:Nov 03 10:52:30 smithi145 bash[137806]: Error: no container with name or ID "ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7-osd.7" found: no such container 2023-11-03T10:52:31.032 DEBUG:teuthology.orchestra.run.smithi145:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e5ec03a0-7a33-11ee-8db9-212e2dc638e7@osd.7.service' 2023-11-03T10:52:31.072 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-03T10:52:31.073 INFO:tasks.cephadm.osd.7:Stopped osd.7 2023-11-03T10:52:31.073 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 --force --keep-logs 2023-11-03T10:52:52.133 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 --force --keep-logs 2023-11-03T10:53:07.731 DEBUG:teuthology.orchestra.run.smithi077:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-03T10:53:07.770 DEBUG:teuthology.orchestra.run.smithi145:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-03T10:53:07.801 INFO:tasks.cephadm:Archiving crash dumps... 2023-11-03T10:53:07.803 DEBUG:teuthology.misc:Transferring archived files from smithi077:/var/lib/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/crash to /home/teuthworker/archive/adking-2023-11-01_15:18:48-orch:cephadm-wip-adk-testing-2023-11-01-0807-distro-default-smithi/7443121/remote/smithi077/crash 2023-11-03T10:53:07.804 DEBUG:teuthology.orchestra.run.smithi077:> sudo tar c -f - -C /var/lib/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/crash -- . 2023-11-03T10:53:07.860 INFO:teuthology.orchestra.run.smithi077.stderr:tar: /var/lib/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-03T10:53:07.860 INFO:teuthology.orchestra.run.smithi077.stderr:tar: Error is not recoverable: exiting now 2023-11-03T10:53:07.862 DEBUG:teuthology.misc:Transferring archived files from smithi145:/var/lib/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/crash to /home/teuthworker/archive/adking-2023-11-01_15:18:48-orch:cephadm-wip-adk-testing-2023-11-01-0807-distro-default-smithi/7443121/remote/smithi145/crash 2023-11-03T10:53:07.863 DEBUG:teuthology.orchestra.run.smithi145:> sudo tar c -f - -C /var/lib/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/crash -- . 2023-11-03T10:53:07.902 INFO:teuthology.orchestra.run.smithi145.stderr:tar: /var/lib/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-03T10:53:07.903 INFO:teuthology.orchestra.run.smithi145.stderr:tar: Error is not recoverable: exiting now 2023-11-03T10:53:07.904 INFO:tasks.cephadm:Checking cluster log for badness... 2023-11-03T10:53:07.904 DEBUG:teuthology.orchestra.run.smithi077:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-11-03T10:53:07.934 INFO:teuthology.orchestra.run.smithi077.stderr:grep: /var/log/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/ceph.log: No such file or directory 2023-11-03T10:53:07.935 INFO:tasks.cephadm:Compressing logs... 2023-11-03T10:53:07.936 DEBUG:teuthology.orchestra.run.smithi077:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-11-03T10:53:07.978 DEBUG:teuthology.orchestra.run.smithi145:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-11-03T10:53:08.005 INFO:teuthology.orchestra.run.smithi077.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-03T10:53:08.005 INFO:teuthology.orchestra.run.smithi077.stderr:: No such file or directory 2023-11-03T10:53:08.006 INFO:teuthology.orchestra.run.smithi077.stderr:gzip -5 --verbose -- /var/log/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/ceph-volume.log 2023-11-03T10:53:08.006 INFO:teuthology.orchestra.run.smithi077.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/ceph-osd.2.log 2023-11-03T10:53:08.008 INFO:teuthology.orchestra.run.smithi077.stderr:gzip -5 --verbose -- /var/log/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/ceph-mgr.smithi077.iwfrkz.log 2023-11-03T10:53:08.008 INFO:teuthology.orchestra.run.smithi077.stderr:/var/log/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/ceph-volume.log: /var/log/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/ceph-osd.3.log 2023-11-03T10:53:08.009 INFO:teuthology.orchestra.run.smithi077.stderr:/var/log/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/ceph-mgr.smithi077.iwfrkz.log: gzip -5 --verbose -- /var/log/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/ceph-osd.0.log 2023-11-03T10:53:08.009 INFO:teuthology.orchestra.run.smithi077.stderr:/var/log/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/ceph-osd.3.log: /var/log/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/ceph-mon.smithi077.log 2023-11-03T10:53:08.010 INFO:teuthology.orchestra.run.smithi145.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-11-03T10:53:08.010 INFO:teuthology.orchestra.run.smithi145.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-03T10:53:08.011 INFO:teuthology.orchestra.run.smithi145.stderr:gzip -5 --verbose -- /var/log/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/ceph-osd.6.log 2023-11-03T10:53:08.011 INFO:teuthology.orchestra.run.smithi145.stderr:gzip -5 --verbose -- /var/log/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/ceph-volume.log 2023-11-03T10:53:08.011 INFO:teuthology.orchestra.run.smithi145.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/ceph-mds.foofs.smithi145.wrjqzl.log 2023-11-03T10:53:08.011 INFO:teuthology.orchestra.run.smithi145.stderr:/var/log/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/ceph-mgr.smithi145.ojodkj.log 2023-11-03T10:53:08.012 INFO:teuthology.orchestra.run.smithi145.stderr:/var/log/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/ceph-mds.foofs.smithi145.wrjqzl.log: gzip -5 --verbose -- /var/log/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/ceph-osd.7.log 2023-11-03T10:53:08.012 INFO:teuthology.orchestra.run.smithi145.stderr: 60.3% -- replaced with /var/log/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/ceph-mds.foofs.smithi145.wrjqzl.log.gz 2023-11-03T10:53:08.012 INFO:teuthology.orchestra.run.smithi145.stderr:gzip -5 --verbose -- /var/log/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/ceph-mon.smithi145.log 2023-11-03T10:53:08.013 INFO:teuthology.orchestra.run.smithi145.stderr:/var/log/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/ceph-mgr.smithi145.ojodkj.log: /var/log/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/ceph-osd.7.log: /var/log/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/ceph-mon.smithi145.log: 89.8% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-03T10:53:08.013 INFO:teuthology.orchestra.run.smithi145.stderr: 91.0% -- replaced with /var/log/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/ceph-volume.log.gz 2023-11-03T10:53:08.014 INFO:teuthology.orchestra.run.smithi077.stderr:/var/log/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/ceph-mon.smithi077.log: 90.8% -- replaced with /var/log/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/ceph-volume.log.gz 2023-11-03T10:53:08.014 INFO:teuthology.orchestra.run.smithi077.stderr:gzip -5 --verbose -- /var/log/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/ceph-mds.foofs.smithi077.vnexfw.log 2023-11-03T10:53:08.015 INFO:teuthology.orchestra.run.smithi077.stderr:/var/log/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/ceph-mds.foofs.smithi077.vnexfw.log: 80.7% -- replaced with /var/log/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/ceph-mds.foofs.smithi077.vnexfw.log.gz 2023-11-03T10:53:08.015 INFO:teuthology.orchestra.run.smithi077.stderr:gzip -5 --verbose -- /var/log/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/ceph-osd.1.log 2023-11-03T10:53:08.017 INFO:teuthology.orchestra.run.smithi145.stderr:gzip -5 --verbose -- /var/log/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/ceph-osd.4.log 2023-11-03T10:53:08.018 INFO:teuthology.orchestra.run.smithi145.stderr:gzip -5 --verbose -- /var/log/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/ceph-osd.5.log 2023-11-03T10:53:08.019 INFO:teuthology.orchestra.run.smithi077.stderr:/var/log/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/ceph-osd.1.log: 90.4% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-03T10:53:08.136 INFO:teuthology.orchestra.run.smithi145.stderr:/var/log/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/ceph-osd.4.log: /var/log/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/ceph-osd.5.log: 91.1% -- replaced with /var/log/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/ceph-mgr.smithi145.ojodkj.log.gz 2023-11-03T10:53:08.140 INFO:teuthology.orchestra.run.smithi077.stderr: 88.5% -- replaced with /var/log/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/ceph-mgr.smithi077.iwfrkz.log.gz 2023-11-03T10:53:08.396 INFO:teuthology.orchestra.run.smithi145.stderr: 92.3% -- replaced with /var/log/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/ceph-mon.smithi145.log.gz 2023-11-03T10:53:09.489 INFO:teuthology.orchestra.run.smithi077.stderr: 91.7% -- replaced with /var/log/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/ceph-mon.smithi077.log.gz 2023-11-03T10:53:16.496 INFO:teuthology.orchestra.run.smithi077.stderr: 94.5% -- replaced with /var/log/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/ceph-osd.2.log.gz 2023-11-03T10:53:17.890 INFO:teuthology.orchestra.run.smithi145.stderr: 94.0% -- replaced with /var/log/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/ceph-osd.4.log.gz 2023-11-03T10:53:19.427 INFO:teuthology.orchestra.run.smithi145.stderr: 94.3% -- replaced with /var/log/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/ceph-osd.6.log.gz 2023-11-03T10:53:19.930 INFO:teuthology.orchestra.run.smithi077.stderr: 94.1% -- replaced with /var/log/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/ceph-osd.3.log.gz 2023-11-03T10:53:20.039 INFO:teuthology.orchestra.run.smithi077.stderr: 94.1% -- replaced with /var/log/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/ceph-osd.0.log.gz 2023-11-03T10:53:20.853 INFO:teuthology.orchestra.run.smithi077.stderr: 94.3% -- replaced with /var/log/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/ceph-osd.1.log.gz 2023-11-03T10:53:20.855 INFO:teuthology.orchestra.run.smithi077.stderr: 2023-11-03T10:53:20.856 INFO:teuthology.orchestra.run.smithi077.stderr:real 0m12.861s 2023-11-03T10:53:20.856 INFO:teuthology.orchestra.run.smithi077.stderr:user 0m44.901s 2023-11-03T10:53:20.856 INFO:teuthology.orchestra.run.smithi077.stderr:sys 0m1.975s 2023-11-03T10:53:23.166 INFO:teuthology.orchestra.run.smithi145.stderr: 94.2% -- replaced with /var/log/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/ceph-osd.5.log.gz 2023-11-03T10:53:25.909 INFO:teuthology.orchestra.run.smithi145.stderr: 94.2% -- replaced with /var/log/ceph/e5ec03a0-7a33-11ee-8db9-212e2dc638e7/ceph-osd.7.log.gz 2023-11-03T10:53:25.910 INFO:teuthology.orchestra.run.smithi145.stderr: 2023-11-03T10:53:25.911 INFO:teuthology.orchestra.run.smithi145.stderr:real 0m17.915s 2023-11-03T10:53:25.911 INFO:teuthology.orchestra.run.smithi145.stderr:user 0m52.639s 2023-11-03T10:53:25.911 INFO:teuthology.orchestra.run.smithi145.stderr:sys 0m2.163s 2023-11-03T10:53:25.912 INFO:tasks.cephadm:Archiving logs... 2023-11-03T10:53:25.912 DEBUG:teuthology.misc:Transferring archived files from smithi077:/var/log/ceph to /home/teuthworker/archive/adking-2023-11-01_15:18:48-orch:cephadm-wip-adk-testing-2023-11-01-0807-distro-default-smithi/7443121/remote/smithi077/log 2023-11-03T10:53:25.913 DEBUG:teuthology.orchestra.run.smithi077:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-03T10:53:32.034 DEBUG:teuthology.misc:Transferring archived files from smithi145:/var/log/ceph to /home/teuthworker/archive/adking-2023-11-01_15:18:48-orch:cephadm-wip-adk-testing-2023-11-01-0807-distro-default-smithi/7443121/remote/smithi145/log 2023-11-03T10:53:32.035 DEBUG:teuthology.orchestra.run.smithi145:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-03T10:53:39.516 INFO:tasks.cephadm:Removing cluster... 2023-11-03T10:53:39.517 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 --force 2023-11-03T10:53:39.898 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e5ec03a0-7a33-11ee-8db9-212e2dc638e7 --force 2023-11-03T10:53:40.295 INFO:tasks.cephadm:Removing cephadm ... 2023-11-03T10:53:40.296 DEBUG:teuthology.orchestra.run.smithi077:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-03T10:53:40.314 DEBUG:teuthology.orchestra.run.smithi145:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-03T10:53:40.333 INFO:tasks.cephadm:Teardown complete 2023-11-03T10:53:40.334 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-11-03T10:53:40.352 INFO:teuthology.task.clock:Checking final clock skew... 2023-11-03T10:53:40.353 DEBUG:teuthology.orchestra.run.smithi077:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-03T10:53:40.356 DEBUG:teuthology.orchestra.run.smithi145:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-03T10:53:40.371 INFO:teuthology.orchestra.run.smithi077.stderr:bash: ntpq: command not found 2023-11-03T10:53:40.376 INFO:teuthology.orchestra.run.smithi077.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-03T10:53:40.376 INFO:teuthology.orchestra.run.smithi077.stdout:=============================================================================== 2023-11-03T10:53:40.376 INFO:teuthology.orchestra.run.smithi077.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 27 +674us[ +679us] +/- 95ms 2023-11-03T10:53:40.377 INFO:teuthology.orchestra.run.smithi077.stdout:^* hv02.front.sepia.ceph.com 3 6 377 25 -307us[ -302us] +/- 60ms 2023-11-03T10:53:40.377 INFO:teuthology.orchestra.run.smithi077.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 26 -43us[ -38us] +/- 72ms 2023-11-03T10:53:40.377 INFO:teuthology.orchestra.run.smithi077.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-11-03T10:53:40.390 INFO:teuthology.orchestra.run.smithi145.stderr:bash: ntpq: command not found 2023-11-03T10:53:40.394 INFO:teuthology.orchestra.run.smithi145.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-03T10:53:40.395 INFO:teuthology.orchestra.run.smithi145.stdout:=============================================================================== 2023-11-03T10:53:40.395 INFO:teuthology.orchestra.run.smithi145.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 25 +661us[ +661us] +/- 95ms 2023-11-03T10:53:40.395 INFO:teuthology.orchestra.run.smithi145.stdout:^* hv02.front.sepia.ceph.com 3 6 377 27 -309us[ -251us] +/- 60ms 2023-11-03T10:53:40.395 INFO:teuthology.orchestra.run.smithi145.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 27 -47us[ +11us] +/- 72ms 2023-11-03T10:53:40.396 INFO:teuthology.orchestra.run.smithi145.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-11-03T10:53:40.397 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-11-03T10:53:40.408 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-11-03T10:53:40.409 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-11-03T10:53:40.424 DEBUG:teuthology.orchestra.run.smithi077:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-11-03T10:53:40.518 DEBUG:teuthology.orchestra.run.smithi145:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-11-03T10:53:40.611 DEBUG:teuthology.orchestra.run.smithi077:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-03T10:53:40.644 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-03T10:53:40.645 DEBUG:teuthology.orchestra.run.smithi145:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-03T10:53:40.677 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-03T10:53:40.678 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-11-03T10:53:40.689 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-11-03T10:53:40.702 INFO:teuthology.task.internal:Duration was 1901.982351 seconds 2023-11-03T10:53:40.703 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-11-03T10:53:40.720 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-11-03T10:53:40.721 DEBUG:teuthology.orchestra.run.smithi077:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-03T10:53:40.724 DEBUG:teuthology.orchestra.run.smithi145:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-03T10:53:40.769 INFO:teuthology.orchestra.run.smithi077.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-03T10:53:40.770 INFO:teuthology.orchestra.run.smithi145.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-03T10:53:41.016 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-11-03T10:53:41.017 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi077.front.sepia.ceph.com 2023-11-03T10:53:41.018 DEBUG:teuthology.orchestra.run.smithi077:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-11-03T10:53:41.042 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi145.front.sepia.ceph.com 2023-11-03T10:53:41.043 DEBUG:teuthology.orchestra.run.smithi145:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-11-03T10:53:41.067 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-11-03T10:53:41.067 DEBUG:teuthology.orchestra.run.smithi077:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-03T10:53:41.085 DEBUG:teuthology.orchestra.run.smithi145:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-03T10:53:41.160 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-11-03T10:53:41.161 DEBUG:teuthology.orchestra.run.smithi077:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-03T10:53:41.163 DEBUG:teuthology.orchestra.run.smithi145:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-03T10:53:49.769 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-11-03T10:53:49.787 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-11-03T10:53:49.788 DEBUG:teuthology.orchestra.run.smithi077:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-03T10:53:49.816 DEBUG:teuthology.orchestra.run.smithi145:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-03T10:53:49.850 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-11-03T10:53:49.864 DEBUG:teuthology.orchestra.run.smithi077:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-11-03T10:53:49.866 DEBUG:teuthology.orchestra.run.smithi145:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-11-03T10:53:49.891 INFO:teuthology.orchestra.run.smithi077.stdout:kernel.core_pattern = core 2023-11-03T10:53:49.921 INFO:teuthology.orchestra.run.smithi145.stdout:kernel.core_pattern = core 2023-11-03T10:53:49.947 DEBUG:teuthology.orchestra.run.smithi077:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-03T10:53:49.980 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-03T10:53:49.982 DEBUG:teuthology.orchestra.run.smithi145:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-03T10:53:50.005 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-03T10:53:50.006 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-11-03T10:53:50.025 INFO:teuthology.task.internal:Transferring archived files... 2023-11-03T10:53:50.026 DEBUG:teuthology.misc:Transferring archived files from smithi077:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-11-01_15:18:48-orch:cephadm-wip-adk-testing-2023-11-01-0807-distro-default-smithi/7443121/remote/smithi077 2023-11-03T10:53:50.026 DEBUG:teuthology.orchestra.run.smithi077:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-03T10:53:50.093 DEBUG:teuthology.misc:Transferring archived files from smithi145:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-11-01_15:18:48-orch:cephadm-wip-adk-testing-2023-11-01-0807-distro-default-smithi/7443121/remote/smithi145 2023-11-03T10:53:50.094 DEBUG:teuthology.orchestra.run.smithi145:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-03T10:53:50.136 INFO:teuthology.task.internal:Removing archive directory... 2023-11-03T10:53:50.137 DEBUG:teuthology.orchestra.run.smithi077:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-03T10:53:50.139 DEBUG:teuthology.orchestra.run.smithi145:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-03T10:53:50.189 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-11-03T10:53:50.204 INFO:teuthology.task.internal:Not uploading archives. 2023-11-03T10:53:50.204 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-11-03T10:53:50.221 INFO:teuthology.task.internal:Tidying up after the test... 2023-11-03T10:53:50.221 DEBUG:teuthology.orchestra.run.smithi077:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-03T10:53:50.224 DEBUG:teuthology.orchestra.run.smithi145:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-03T10:53:50.239 INFO:teuthology.orchestra.run.smithi077.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 3 10:53 /home/ubuntu/cephtest 2023-11-03T10:53:50.248 INFO:teuthology.orchestra.run.smithi145.stdout: 526060 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 3 10:53 /home/ubuntu/cephtest 2023-11-03T10:53:50.250 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-11-03T10:53:50.265 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-11-03T10:53:50.294 INFO:teuthology.nuke:Checking targets against current locks 2023-11-03T10:53:50.325 DEBUG:teuthology.nuke:shortname: smithi077 2023-11-03T10:53:50.326 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-03T10:53:50.352 DEBUG:teuthology.nuke:shortname: smithi145 2023-11-03T10:53:50.353 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-03T10:53:50.356 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi077.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-11-01_15:18:48-orch:cephadm-wip-adk-testing-2023-11-01-0807-distro-default-smithi/7443121', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-03 10:13:47.247126', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG/htq5y5wpGCIrLQ/qPBvhActV8UtfOMIgkH14DV6OX6+1+IMOiLdQQ0nh4FeNEVQor9pypzNIcAijN5Cbq7no='} 2023-11-03T10:53:50.382 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi145.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-11-01_15:18:48-orch:cephadm-wip-adk-testing-2023-11-01-0807-distro-default-smithi/7443121', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-03 10:13:47.248838', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBETMu8dgOKJpi1Msi5wEPtCYfsLuPHg2n8zl2INDM9yjKWHBZLxo7vyT8BylyKgXMfxcGdPPJI2VL7W0R1nZsC0='} 2023-11-03T10:53:50.411 INFO:teuthology.orchestra.console.smithi077:Power off 2023-11-03T10:53:50.412 DEBUG:teuthology.orchestra.console.smithi077:pexpect command: ipmitool -H smithi077.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-03T10:53:50.437 DEBUG:teuthology.orchestra.console.smithi077:power off output: Chassis Power Control: Down/Off 2023-11-03T10:53:50.438 DEBUG:teuthology.orchestra.console.smithi077:pexpect command: ipmitool -H smithi077.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-03T10:53:50.459 INFO:teuthology.orchestra.console.smithi145:Power off 2023-11-03T10:53:50.461 DEBUG:teuthology.orchestra.console.smithi145:pexpect command: ipmitool -H smithi145.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-03T10:53:50.471 DEBUG:teuthology.orchestra.console.smithi077:check power output: Chassis Power is on 2023-11-03T10:53:50.486 DEBUG:teuthology.orchestra.console.smithi145:power off output: Chassis Power Control: Down/Off 2023-11-03T10:53:50.486 DEBUG:teuthology.orchestra.console.smithi145:pexpect command: ipmitool -H smithi145.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-03T10:53:50.509 DEBUG:teuthology.orchestra.console.smithi145:check power output: Chassis Power is on 2023-11-03T10:53:54.473 DEBUG:teuthology.orchestra.console.smithi077:pexpect command: ipmitool -H smithi077.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-03T10:53:54.511 DEBUG:teuthology.orchestra.console.smithi145:pexpect command: ipmitool -H smithi145.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-03T10:53:54.585 DEBUG:teuthology.orchestra.console.smithi077:check power output: Chassis Power is on 2023-11-03T10:53:54.623 DEBUG:teuthology.orchestra.console.smithi145:check power output: Chassis Power is on 2023-11-03T10:53:58.587 DEBUG:teuthology.orchestra.console.smithi077:pexpect command: ipmitool -H smithi077.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-03T10:53:58.624 DEBUG:teuthology.orchestra.console.smithi145:pexpect command: ipmitool -H smithi145.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-03T10:53:58.697 DEBUG:teuthology.orchestra.console.smithi077:check power output: Chassis Power is off 2023-11-03T10:53:58.736 DEBUG:teuthology.orchestra.console.smithi145:check power output: Chassis Power is off 2023-11-03T10:53:58.799 INFO:teuthology.orchestra.console.smithi077:Power off completed 2023-11-03T10:53:58.838 INFO:teuthology.orchestra.console.smithi145:Power off completed 2023-11-03T10:53:58.943 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: 1901.9823508262634 failure_reason: 'Command failed on smithi077 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 e5ec03a0-7a33-11ee-8db9-212e2dc638e7 -e sha1=054a55d156d3a2f0db54aab582507ae7417905e5 -- bash -c \''ceph versions | jq -e \''"\''"\''.overall | length == 1\''"\''"\''\''''' owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=14cf17df09b7443ebdc9b7b2e5f82e0d status: fail success: false 2023-11-03T10:53:58.943 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-03T10:53:59.029 INFO:teuthology.run:FAIL