2023-12-18T16:44:01.499 INFO:root:teuthology version: 0.0.1.dev216+g5f3731e 2023-12-18T16:44:01.499 DEBUG:teuthology.run:Teuthology command: teuthology --name adking-2023-12-18_16:39:21-orch:cephadm-wip-adk-testing-2023-12-17-2227-distro-default-smithi --verbose --description orch:cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/17.2.0 1-start 2-nfs 3-upgrade-with-workload 4-final} --owner scheduled_adking@teuthology --archive /home/teuthworker/archive/adking-2023-12-18_16:39:21-orch:cephadm-wip-adk-testing-2023-12-17-2227-distro-default-smithi/7495558 -- /home/teuthworker/archive/adking-2023-12-18_16:39:21-orch:cephadm-wip-adk-testing-2023-12-17-2227-distro-default-smithi/7495558/orig.config.yaml 2023-12-18T16:44:01.534 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-18T16:44:01.618 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2023-12-18_16:39:21-orch:cephadm-wip-adk-testing-2023-12-17-2227-distro-default-smithi/7495558 branch: wip-adk-testing-2023-12-17-2227 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: '7495558' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: adking-2023-12-18_16:39:21-orch:cephadm-wip-adk-testing-2023-12-17-2227-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-12-17-2227 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: 861525e252e70f0d455bae7d2dc4d635f8b415f1 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 861525e252e70f0d455bae7d2dc4d635f8b415f1 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk-testing-2023-12-17-2227 sha1: 861525e252e70f0d455bae7d2dc4d635f8b415f1 owner: scheduled_adking@teuthology priority: 50 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: 6505 sha1: 861525e252e70f0d455bae7d2dc4d635f8b415f1 sleep_before_teardown: 0 subset: 1/14 suite: orch:cephadm suite_branch: wip-adk-testing-2023-12-17-2227 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_861525e252e70f0d455bae7d2dc4d635f8b415f1/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 861525e252e70f0d455bae7d2dc4d635f8b415f1 targets: smithi007.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG7C1QkxRc3VpTD0eL/SAQLkZB6CXwhuthf1zF/JT8Y2sMrtrFXPdW1L8elpBxvtUzKFqV5Dpy8cWafpZIxG64w= smithi031.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDP6jIPgYUVgk8UiiUkIWn7rTM3WOlxnipTc2B5Ejr6Gex+h97VU83boCz7hD55p2buchbl3jXI/YV22pN1LSrQ= 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: 5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73 timestamp: 2023-12-18_16:39:21 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.1485078 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-12-18T16:44:01.618 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_861525e252e70f0d455bae7d2dc4d635f8b415f1/qa; will attempt to use it 2023-12-18T16:44:01.619 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_861525e252e70f0d455bae7d2dc4d635f8b415f1/qa/tasks 2023-12-18T16:44:01.619 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-18T16:44:01.620 INFO:teuthology.task.internal:Checking packages... 2023-12-18T16:44:01.642 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '861525e252e70f0d455bae7d2dc4d635f8b415f1' 2023-12-18T16:44:01.642 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-18T16:44:01.642 INFO:teuthology.packaging:ref: None 2023-12-18T16:44:01.642 INFO:teuthology.packaging:tag: None 2023-12-18T16:44:01.643 INFO:teuthology.packaging:branch: wip-adk-testing-2023-12-17-2227 2023-12-18T16:44:01.643 INFO:teuthology.packaging:sha1: 861525e252e70f0d455bae7d2dc4d635f8b415f1 2023-12-18T16:44:01.643 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-12-17-2227 2023-12-18T16:44:01.884 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-303.g861525e2 2023-12-18T16:44:01.885 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-18T16:44:01.891 INFO:teuthology.task.internal:no buildpackages task found 2023-12-18T16:44:01.891 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-18T16:44:01.904 INFO:teuthology.task.internal:Saving configuration 2023-12-18T16:44:01.917 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-18T16:44:01.923 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-18T16:44:01.946 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi007.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-18_16:39:21-orch:cephadm-wip-adk-testing-2023-12-17-2227-distro-default-smithi/7495558', '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-12-18 16:39:26.521242', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG7C1QkxRc3VpTD0eL/SAQLkZB6CXwhuthf1zF/JT8Y2sMrtrFXPdW1L8elpBxvtUzKFqV5Dpy8cWafpZIxG64w='} 2023-12-18T16:44:01.966 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi031.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-18_16:39:21-orch:cephadm-wip-adk-testing-2023-12-17-2227-distro-default-smithi/7495558', '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-12-18 16:39:26.519540', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDP6jIPgYUVgk8UiiUkIWn7rTM3WOlxnipTc2B5Ejr6Gex+h97VU83boCz7hD55p2buchbl3jXI/YV22pN1LSrQ='} 2023-12-18T16:44:01.966 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-18T16:44:01.972 INFO:teuthology.task.internal:roles: ubuntu@smithi007.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2023-12-18T16:44:01.972 INFO:teuthology.task.internal:roles: ubuntu@smithi031.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2023-12-18T16:44:01.972 INFO:teuthology.run_tasks:Running task console_log... 2023-12-18T16:44:02.036 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f900cc08e50>, signals=[15]) 2023-12-18T16:44:02.036 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-18T16:44:02.043 INFO:teuthology.task.internal:Opening connections... 2023-12-18T16:44:02.043 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi007.front.sepia.ceph.com 2023-12-18T16:44:02.044 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi007.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-18T16:44:02.113 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi031.front.sepia.ceph.com 2023-12-18T16:44:02.114 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-18T16:44:02.183 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-18T16:44:02.189 DEBUG:teuthology.orchestra.run.smithi007:> uname -m 2023-12-18T16:44:02.212 INFO:teuthology.orchestra.run.smithi007.stdout:x86_64 2023-12-18T16:44:02.212 DEBUG:teuthology.orchestra.run.smithi007:> cat /etc/os-release 2023-12-18T16:44:02.273 INFO:teuthology.orchestra.run.smithi007.stdout:NAME="CentOS Stream" 2023-12-18T16:44:02.273 INFO:teuthology.orchestra.run.smithi007.stdout:VERSION="8" 2023-12-18T16:44:02.273 INFO:teuthology.orchestra.run.smithi007.stdout:ID="centos" 2023-12-18T16:44:02.273 INFO:teuthology.orchestra.run.smithi007.stdout:ID_LIKE="rhel fedora" 2023-12-18T16:44:02.273 INFO:teuthology.orchestra.run.smithi007.stdout:VERSION_ID="8" 2023-12-18T16:44:02.273 INFO:teuthology.orchestra.run.smithi007.stdout:PLATFORM_ID="platform:el8" 2023-12-18T16:44:02.273 INFO:teuthology.orchestra.run.smithi007.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-18T16:44:02.273 INFO:teuthology.orchestra.run.smithi007.stdout:ANSI_COLOR="0;31" 2023-12-18T16:44:02.273 INFO:teuthology.orchestra.run.smithi007.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-18T16:44:02.274 INFO:teuthology.orchestra.run.smithi007.stdout:HOME_URL="https://centos.org/" 2023-12-18T16:44:02.274 INFO:teuthology.orchestra.run.smithi007.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-18T16:44:02.274 INFO:teuthology.orchestra.run.smithi007.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-18T16:44:02.274 INFO:teuthology.orchestra.run.smithi007.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-18T16:44:02.274 INFO:teuthology.lock.ops:Updating smithi007.front.sepia.ceph.com on lock server 2023-12-18T16:44:02.304 DEBUG:teuthology.orchestra.run.smithi031:> uname -m 2023-12-18T16:44:02.327 INFO:teuthology.orchestra.run.smithi031.stdout:x86_64 2023-12-18T16:44:02.327 DEBUG:teuthology.orchestra.run.smithi031:> cat /etc/os-release 2023-12-18T16:44:02.388 INFO:teuthology.orchestra.run.smithi031.stdout:NAME="CentOS Stream" 2023-12-18T16:44:02.388 INFO:teuthology.orchestra.run.smithi031.stdout:VERSION="8" 2023-12-18T16:44:02.389 INFO:teuthology.orchestra.run.smithi031.stdout:ID="centos" 2023-12-18T16:44:02.389 INFO:teuthology.orchestra.run.smithi031.stdout:ID_LIKE="rhel fedora" 2023-12-18T16:44:02.389 INFO:teuthology.orchestra.run.smithi031.stdout:VERSION_ID="8" 2023-12-18T16:44:02.389 INFO:teuthology.orchestra.run.smithi031.stdout:PLATFORM_ID="platform:el8" 2023-12-18T16:44:02.389 INFO:teuthology.orchestra.run.smithi031.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-18T16:44:02.389 INFO:teuthology.orchestra.run.smithi031.stdout:ANSI_COLOR="0;31" 2023-12-18T16:44:02.389 INFO:teuthology.orchestra.run.smithi031.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-18T16:44:02.389 INFO:teuthology.orchestra.run.smithi031.stdout:HOME_URL="https://centos.org/" 2023-12-18T16:44:02.389 INFO:teuthology.orchestra.run.smithi031.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-18T16:44:02.389 INFO:teuthology.orchestra.run.smithi031.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-18T16:44:02.389 INFO:teuthology.orchestra.run.smithi031.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-18T16:44:02.390 INFO:teuthology.lock.ops:Updating smithi031.front.sepia.ceph.com on lock server 2023-12-18T16:44:02.420 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-18T16:44:02.428 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-18T16:44:02.433 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-18T16:44:02.433 DEBUG:teuthology.orchestra.run.smithi007:> test '!' -e /home/ubuntu/cephtest 2023-12-18T16:44:02.436 DEBUG:teuthology.orchestra.run.smithi031:> test '!' -e /home/ubuntu/cephtest 2023-12-18T16:44:02.456 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-18T16:44:02.462 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-18T16:44:02.462 DEBUG:teuthology.orchestra.run.smithi007:> test -z $(ls -A /var/lib/ceph) 2023-12-18T16:44:02.498 DEBUG:teuthology.orchestra.run.smithi031:> test -z $(ls -A /var/lib/ceph) 2023-12-18T16:44:02.528 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-18T16:44:02.575 INFO:teuthology.run_tasks:Running task kernel... 2023-12-18T16:44:02.591 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-18T16:44:02.591 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-18T16:44:02.591 DEBUG:teuthology.orchestra.run.smithi007:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-18T16:44:02.591 DEBUG:teuthology.orchestra.run.smithi031:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-18T16:44:02.611 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-18T16:44:02.612 DEBUG:teuthology.orchestra.run.smithi007:> uname -r 2023-12-18T16:44:02.612 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-18T16:44:02.613 DEBUG:teuthology.orchestra.run.smithi031:> uname -r 2023-12-18T16:44:02.673 INFO:teuthology.orchestra.run.smithi007.stdout:4.18.0-489.el8.x86_64 2023-12-18T16:44:02.673 INFO:teuthology.task.kernel:Running kernel on smithi007: 4.18.0-489.el8.x86_64 2023-12-18T16:44:02.673 DEBUG:teuthology.orchestra.run.smithi007:> sudo yum install -y kernel 2023-12-18T16:44:02.674 INFO:teuthology.orchestra.run.smithi031.stdout:4.18.0-489.el8.x86_64 2023-12-18T16:44:02.674 INFO:teuthology.task.kernel:Running kernel on smithi031: 4.18.0-489.el8.x86_64 2023-12-18T16:44:02.674 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum install -y kernel 2023-12-18T16:44:07.117 INFO:teuthology.orchestra.run.smithi007.stdout:CentOS Stream 8 - AppStream 19 MB/s | 35 MB 00:01 2023-12-18T16:44:08.063 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS Stream 8 - AppStream 12 MB/s | 35 MB 00:02 2023-12-18T16:44:25.107 INFO:teuthology.orchestra.run.smithi007.stdout:CentOS Stream 8 - BaseOS 5.0 MB/s | 56 MB 00:11 2023-12-18T16:44:25.978 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS Stream 8 - BaseOS 5.0 MB/s | 56 MB 00:11 2023-12-18T16:44:34.307 INFO:teuthology.orchestra.run.smithi007.stdout:CentOS Stream 8 - Extras 25 kB/s | 18 kB 00:00 2023-12-18T16:44:34.833 INFO:teuthology.orchestra.run.smithi007.stdout:CentOS Stream 8 - Extras common packages 21 kB/s | 6.9 kB 00:00 2023-12-18T16:44:35.134 INFO:teuthology.orchestra.run.smithi007.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2023-12-18T16:44:35.319 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS Stream 8 - Extras 23 kB/s | 18 kB 00:00 2023-12-18T16:44:35.953 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS Stream 8 - Extras common packages 16 kB/s | 6.9 kB 00:00 2023-12-18T16:44:36.296 INFO:teuthology.orchestra.run.smithi031.stdout:Copr repo for python3-asyncssh owned by ceph 19 kB/s | 3.5 kB 00:00 2023-12-18T16:44:40.598 INFO:teuthology.orchestra.run.smithi031.stdout:Extra Packages for Enterprise Linux 3.9 MB/s | 16 MB 00:04 2023-12-18T16:44:44.721 INFO:teuthology.orchestra.run.smithi031.stdout:lab-extras 450 kB/s | 24 kB 00:00 2023-12-18T16:44:44.828 INFO:teuthology.orchestra.run.smithi007.stdout:Extra Packages for Enterprise Linux 1.7 MB/s | 16 MB 00:09 2023-12-18T16:44:48.595 INFO:teuthology.orchestra.run.smithi031.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-18T16:44:48.595 INFO:teuthology.orchestra.run.smithi031.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-18T16:44:48.850 INFO:teuthology.orchestra.run.smithi007.stdout:lab-extras 595 kB/s | 24 kB 00:00 2023-12-18T16:44:48.903 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2023-12-18T16:44:48.904 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2023-12-18T16:44:48.904 INFO:teuthology.orchestra.run.smithi031.stdout: Package Architecture Version Repository Size 2023-12-18T16:44:48.904 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2023-12-18T16:44:48.905 INFO:teuthology.orchestra.run.smithi031.stdout:Installing: 2023-12-18T16:44:48.905 INFO:teuthology.orchestra.run.smithi031.stdout: kernel x86_64 4.18.0-527.el8 baseos 10 M 2023-12-18T16:44:48.905 INFO:teuthology.orchestra.run.smithi031.stdout:Installing dependencies: 2023-12-18T16:44:48.905 INFO:teuthology.orchestra.run.smithi031.stdout: kernel-core x86_64 4.18.0-527.el8 baseos 43 M 2023-12-18T16:44:48.905 INFO:teuthology.orchestra.run.smithi031.stdout: kernel-modules x86_64 4.18.0-527.el8 baseos 36 M 2023-12-18T16:44:48.905 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-18T16:44:48.905 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2023-12-18T16:44:48.905 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2023-12-18T16:44:48.905 INFO:teuthology.orchestra.run.smithi031.stdout:Install 3 Packages 2023-12-18T16:44:48.905 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-18T16:44:48.906 INFO:teuthology.orchestra.run.smithi031.stdout:Total download size: 90 M 2023-12-18T16:44:48.906 INFO:teuthology.orchestra.run.smithi031.stdout:Installed size: 96 M 2023-12-18T16:44:48.906 INFO:teuthology.orchestra.run.smithi031.stdout:Downloading Packages: 2023-12-18T16:44:50.872 INFO:teuthology.orchestra.run.smithi031.stdout:(1/3): kernel-4.18.0-527.el8.x86_64.rpm 5.9 MB/s | 10 MB 00:01 2023-12-18T16:44:52.605 INFO:teuthology.orchestra.run.smithi031.stdout:(2/3): kernel-modules-4.18.0-527.el8.x86_64.rpm 10 MB/s | 36 MB 00:03 2023-12-18T16:44:52.642 INFO:teuthology.orchestra.run.smithi007.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-18T16:44:52.642 INFO:teuthology.orchestra.run.smithi007.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-18T16:44:52.950 INFO:teuthology.orchestra.run.smithi007.stdout:Dependencies resolved. 2023-12-18T16:44:52.951 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2023-12-18T16:44:52.951 INFO:teuthology.orchestra.run.smithi007.stdout: Package Architecture Version Repository Size 2023-12-18T16:44:52.951 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2023-12-18T16:44:52.951 INFO:teuthology.orchestra.run.smithi007.stdout:Installing: 2023-12-18T16:44:52.952 INFO:teuthology.orchestra.run.smithi007.stdout: kernel x86_64 4.18.0-527.el8 baseos 10 M 2023-12-18T16:44:52.952 INFO:teuthology.orchestra.run.smithi007.stdout:Installing dependencies: 2023-12-18T16:44:52.952 INFO:teuthology.orchestra.run.smithi007.stdout: kernel-core x86_64 4.18.0-527.el8 baseos 43 M 2023-12-18T16:44:52.952 INFO:teuthology.orchestra.run.smithi007.stdout: kernel-modules x86_64 4.18.0-527.el8 baseos 36 M 2023-12-18T16:44:52.952 INFO:teuthology.orchestra.run.smithi007.stdout: 2023-12-18T16:44:52.952 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction Summary 2023-12-18T16:44:52.952 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2023-12-18T16:44:52.952 INFO:teuthology.orchestra.run.smithi007.stdout:Install 3 Packages 2023-12-18T16:44:52.952 INFO:teuthology.orchestra.run.smithi007.stdout: 2023-12-18T16:44:52.953 INFO:teuthology.orchestra.run.smithi007.stdout:Total download size: 90 M 2023-12-18T16:44:52.953 INFO:teuthology.orchestra.run.smithi007.stdout:Installed size: 96 M 2023-12-18T16:44:52.953 INFO:teuthology.orchestra.run.smithi007.stdout:Downloading Packages: 2023-12-18T16:44:53.197 INFO:teuthology.orchestra.run.smithi031.stdout:(3/3): kernel-core-4.18.0-527.el8.x86_64.rpm 11 MB/s | 43 MB 00:04 2023-12-18T16:44:53.198 INFO:teuthology.orchestra.run.smithi031.stdout:-------------------------------------------------------------------------------- 2023-12-18T16:44:53.198 INFO:teuthology.orchestra.run.smithi031.stdout:Total 21 MB/s | 90 MB 00:04 2023-12-18T16:44:53.904 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction check 2023-12-18T16:44:54.341 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction check succeeded. 2023-12-18T16:44:54.342 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction test 2023-12-18T16:44:55.651 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction test succeeded. 2023-12-18T16:44:55.672 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction 2023-12-18T16:44:55.752 INFO:teuthology.orchestra.run.smithi007.stdout:(1/3): kernel-4.18.0-527.el8.x86_64.rpm 4.1 MB/s | 10 MB 00:02 2023-12-18T16:44:57.935 INFO:teuthology.orchestra.run.smithi007.stdout:(2/3): kernel-modules-4.18.0-527.el8.x86_64.rpm 7.8 MB/s | 36 MB 00:04 2023-12-18T16:44:58.576 INFO:teuthology.orchestra.run.smithi007.stdout:(3/3): kernel-core-4.18.0-527.el8.x86_64.rpm 8.2 MB/s | 43 MB 00:05 2023-12-18T16:44:58.577 INFO:teuthology.orchestra.run.smithi007.stdout:-------------------------------------------------------------------------------- 2023-12-18T16:44:58.577 INFO:teuthology.orchestra.run.smithi007.stdout:Total 16 MB/s | 90 MB 00:05 2023-12-18T16:44:58.671 INFO:teuthology.orchestra.run.smithi031.stdout: Preparing : 1/1 2023-12-18T16:44:59.227 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : kernel-core-4.18.0-527.el8.x86_64 1/3 2023-12-18T16:44:59.286 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction check 2023-12-18T16:44:59.716 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction check succeeded. 2023-12-18T16:44:59.717 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction test 2023-12-18T16:45:01.012 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction test succeeded. 2023-12-18T16:45:01.034 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction 2023-12-18T16:45:02.979 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: kernel-core-4.18.0-527.el8.x86_64 1/3 2023-12-18T16:45:03.393 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : kernel-modules-4.18.0-527.el8.x86_64 2/3 2023-12-18T16:45:03.974 INFO:teuthology.orchestra.run.smithi007.stdout: Preparing : 1/1 2023-12-18T16:45:04.600 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : kernel-core-4.18.0-527.el8.x86_64 1/3 2023-12-18T16:45:07.063 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: kernel-modules-4.18.0-527.el8.x86_64 2/3 2023-12-18T16:45:07.335 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : kernel-4.18.0-527.el8.x86_64 3/3 2023-12-18T16:45:08.364 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: kernel-core-4.18.0-527.el8.x86_64 1/3 2023-12-18T16:45:08.741 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : kernel-modules-4.18.0-527.el8.x86_64 2/3 2023-12-18T16:45:12.412 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: kernel-modules-4.18.0-527.el8.x86_64 2/3 2023-12-18T16:45:12.702 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : kernel-4.18.0-527.el8.x86_64 3/3 2023-12-18T16:45:30.991 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: kernel-core-4.18.0-527.el8.x86_64 3/3 2023-12-18T16:45:31.015 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: kernel-modules-4.18.0-527.el8.x86_64 3/3 2023-12-18T16:45:31.374 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: kernel-4.18.0-527.el8.x86_64 3/3 2023-12-18T16:45:31.375 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : kernel-4.18.0-527.el8.x86_64 1/3 2023-12-18T16:45:31.375 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : kernel-core-4.18.0-527.el8.x86_64 2/3 2023-12-18T16:45:32.199 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : kernel-modules-4.18.0-527.el8.x86_64 3/3 2023-12-18T16:45:32.199 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-18T16:45:32.199 INFO:teuthology.orchestra.run.smithi031.stdout:Installed: 2023-12-18T16:45:32.199 INFO:teuthology.orchestra.run.smithi031.stdout: kernel-4.18.0-527.el8.x86_64 kernel-core-4.18.0-527.el8.x86_64 2023-12-18T16:45:32.199 INFO:teuthology.orchestra.run.smithi031.stdout: kernel-modules-4.18.0-527.el8.x86_64 2023-12-18T16:45:32.200 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-18T16:45:32.200 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2023-12-18T16:45:32.363 DEBUG:teuthology.orchestra.run.smithi031:> rpm -q kernel | sort -rV | head -n 1 2023-12-18T16:45:32.588 INFO:teuthology.orchestra.run.smithi031.stdout:kernel-4.18.0-527.el8.x86_64 2023-12-18T16:45:32.588 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-527.el8.x86_64 2023-12-18T16:45:32.588 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-527.el8.x86_64 2023-12-18T16:45:32.589 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-18T16:45:32.589 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-18T16:45:32.589 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-18T16:45:32.589 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi031.front.sepia.ceph.com, path=None, version=distro) 2023-12-18T16:45:32.589 DEBUG:teuthology.orchestra.run.smithi031:> rpm -q kernel | sort -rV | head -n 1 2023-12-18T16:45:32.807 INFO:teuthology.orchestra.run.smithi031.stdout:kernel-4.18.0-527.el8.x86_64 2023-12-18T16:45:32.808 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-527.el8.x86_64 2023-12-18T16:45:32.808 DEBUG:teuthology.orchestra.run.smithi031:> sudo rpm -qi grub2-tools 2023-12-18T16:45:32.843 INFO:teuthology.orchestra.run.smithi031.stdout:Name : grub2-tools 2023-12-18T16:45:32.843 INFO:teuthology.orchestra.run.smithi031.stdout:Epoch : 1 2023-12-18T16:45:32.843 INFO:teuthology.orchestra.run.smithi031.stdout:Version : 2.02 2023-12-18T16:45:32.843 INFO:teuthology.orchestra.run.smithi031.stdout:Release : 129.el8 2023-12-18T16:45:32.843 INFO:teuthology.orchestra.run.smithi031.stdout:Architecture: x86_64 2023-12-18T16:45:32.843 INFO:teuthology.orchestra.run.smithi031.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-18T16:45:32.843 INFO:teuthology.orchestra.run.smithi031.stdout:Group : System Environment/Base 2023-12-18T16:45:32.843 INFO:teuthology.orchestra.run.smithi031.stdout:Size : 9265586 2023-12-18T16:45:32.844 INFO:teuthology.orchestra.run.smithi031.stdout:License : GPLv3+ 2023-12-18T16:45:32.844 INFO:teuthology.orchestra.run.smithi031.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-18T16:45:32.844 INFO:teuthology.orchestra.run.smithi031.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-18T16:45:32.844 INFO:teuthology.orchestra.run.smithi031.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-18T16:45:32.844 INFO:teuthology.orchestra.run.smithi031.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-18T16:45:32.844 INFO:teuthology.orchestra.run.smithi031.stdout:Relocations : (not relocatable) 2023-12-18T16:45:32.844 INFO:teuthology.orchestra.run.smithi031.stdout:Packager : CentOS BuildSystem 2023-12-18T16:45:32.844 INFO:teuthology.orchestra.run.smithi031.stdout:Vendor : CentOS 2023-12-18T16:45:32.844 INFO:teuthology.orchestra.run.smithi031.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-18T16:45:32.844 INFO:teuthology.orchestra.run.smithi031.stdout:Summary : Support tools for GRUB. 2023-12-18T16:45:32.844 INFO:teuthology.orchestra.run.smithi031.stdout:Description : 2023-12-18T16:45:32.845 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-18T16:45:32.845 INFO:teuthology.orchestra.run.smithi031.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-18T16:45:32.845 INFO:teuthology.orchestra.run.smithi031.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-18T16:45:32.845 INFO:teuthology.orchestra.run.smithi031.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-18T16:45:32.845 INFO:teuthology.orchestra.run.smithi031.stdout:hardware devices. 2023-12-18T16:45:32.845 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-18T16:45:32.845 INFO:teuthology.orchestra.run.smithi031.stdout:This subpackage provides tools for support of all platforms. 2023-12-18T16:45:32.846 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-18T16:45:32.846 INFO:teuthology.task.kernel:Updating grub on smithi031 to boot 4.18.0-527.el8.x86_64 2023-12-18T16:45:32.846 DEBUG:teuthology.orchestra.run.smithi031:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-18T16:45:34.209 INFO:teuthology.orchestra.run.smithi031.stderr:Generating grub configuration file ... 2023-12-18T16:45:36.059 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: kernel-core-4.18.0-527.el8.x86_64 3/3 2023-12-18T16:45:36.086 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: kernel-modules-4.18.0-527.el8.x86_64 3/3 2023-12-18T16:45:36.103 INFO:teuthology.orchestra.run.smithi031.stderr:done 2023-12-18T16:45:36.106 DEBUG:teuthology.orchestra.run.smithi031:> mktemp 2023-12-18T16:45:36.132 INFO:teuthology.orchestra.run.smithi031.stdout:/tmp/tmp.spnfpjUUOK 2023-12-18T16:45:36.133 DEBUG:teuthology.orchestra.run.smithi031:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.spnfpjUUOK 2023-12-18T16:45:36.207 DEBUG:teuthology.orchestra.run.smithi031:> sudo chmod 0666 /tmp/tmp.spnfpjUUOK 2023-12-18T16:45:36.356 DEBUG:teuthology.orchestra.remote:smithi031:/tmp/tmp.spnfpjUUOK is 6KB 2023-12-18T16:45:36.406 DEBUG:teuthology.orchestra.run.smithi031:> rm -fr /tmp/tmp.spnfpjUUOK 2023-12-18T16:45:36.425 DEBUG:teuthology.orchestra.run.smithi031:> sudo /bin/ls /boot/loader/entries || true 2023-12-18T16:45:36.446 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: kernel-4.18.0-527.el8.x86_64 3/3 2023-12-18T16:45:36.446 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : kernel-4.18.0-527.el8.x86_64 1/3 2023-12-18T16:45:36.446 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : kernel-core-4.18.0-527.el8.x86_64 2/3 2023-12-18T16:45:36.502 INFO:teuthology.orchestra.run.smithi031.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-18T16:45:36.502 INFO:teuthology.orchestra.run.smithi031.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-18T16:45:36.502 INFO:teuthology.orchestra.run.smithi031.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-18T16:45:36.502 INFO:teuthology.orchestra.run.smithi031.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-527.el8.x86_64.conf 2023-12-18T16:45:36.503 DEBUG:teuthology.orchestra.run.smithi031:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-527.el8.x86_64 2023-12-18T16:45:36.679 DEBUG:teuthology.orchestra.run.smithi031:> sudo shutdown -r now 2023-12-18T16:45:37.258 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : kernel-modules-4.18.0-527.el8.x86_64 3/3 2023-12-18T16:45:37.258 INFO:teuthology.orchestra.run.smithi007.stdout: 2023-12-18T16:45:37.258 INFO:teuthology.orchestra.run.smithi007.stdout:Installed: 2023-12-18T16:45:37.258 INFO:teuthology.orchestra.run.smithi007.stdout: kernel-4.18.0-527.el8.x86_64 kernel-core-4.18.0-527.el8.x86_64 2023-12-18T16:45:37.258 INFO:teuthology.orchestra.run.smithi007.stdout: kernel-modules-4.18.0-527.el8.x86_64 2023-12-18T16:45:37.258 INFO:teuthology.orchestra.run.smithi007.stdout: 2023-12-18T16:45:37.258 INFO:teuthology.orchestra.run.smithi007.stdout:Complete! 2023-12-18T16:45:37.402 DEBUG:teuthology.orchestra.run.smithi007:> rpm -q kernel | sort -rV | head -n 1 2023-12-18T16:45:37.628 INFO:teuthology.orchestra.run.smithi007.stdout:kernel-4.18.0-527.el8.x86_64 2023-12-18T16:45:37.629 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-527.el8.x86_64 2023-12-18T16:45:37.629 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-527.el8.x86_64 2023-12-18T16:45:37.629 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-18T16:45:37.629 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-18T16:45:37.629 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-18T16:45:37.629 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi007.front.sepia.ceph.com, path=None, version=distro) 2023-12-18T16:45:37.629 DEBUG:teuthology.orchestra.run.smithi007:> rpm -q kernel | sort -rV | head -n 1 2023-12-18T16:45:37.849 INFO:teuthology.orchestra.run.smithi007.stdout:kernel-4.18.0-527.el8.x86_64 2023-12-18T16:45:37.849 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-527.el8.x86_64 2023-12-18T16:45:37.849 DEBUG:teuthology.orchestra.run.smithi007:> sudo rpm -qi grub2-tools 2023-12-18T16:45:37.886 INFO:teuthology.orchestra.run.smithi007.stdout:Name : grub2-tools 2023-12-18T16:45:37.886 INFO:teuthology.orchestra.run.smithi007.stdout:Epoch : 1 2023-12-18T16:45:37.886 INFO:teuthology.orchestra.run.smithi007.stdout:Version : 2.02 2023-12-18T16:45:37.886 INFO:teuthology.orchestra.run.smithi007.stdout:Release : 129.el8 2023-12-18T16:45:37.886 INFO:teuthology.orchestra.run.smithi007.stdout:Architecture: x86_64 2023-12-18T16:45:37.886 INFO:teuthology.orchestra.run.smithi007.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-18T16:45:37.886 INFO:teuthology.orchestra.run.smithi007.stdout:Group : System Environment/Base 2023-12-18T16:45:37.886 INFO:teuthology.orchestra.run.smithi007.stdout:Size : 9265586 2023-12-18T16:45:37.886 INFO:teuthology.orchestra.run.smithi007.stdout:License : GPLv3+ 2023-12-18T16:45:37.887 INFO:teuthology.orchestra.run.smithi007.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-18T16:45:37.887 INFO:teuthology.orchestra.run.smithi007.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-18T16:45:37.887 INFO:teuthology.orchestra.run.smithi007.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-18T16:45:37.887 INFO:teuthology.orchestra.run.smithi007.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-18T16:45:37.887 INFO:teuthology.orchestra.run.smithi007.stdout:Relocations : (not relocatable) 2023-12-18T16:45:37.887 INFO:teuthology.orchestra.run.smithi007.stdout:Packager : CentOS BuildSystem 2023-12-18T16:45:37.887 INFO:teuthology.orchestra.run.smithi007.stdout:Vendor : CentOS 2023-12-18T16:45:37.887 INFO:teuthology.orchestra.run.smithi007.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-18T16:45:37.887 INFO:teuthology.orchestra.run.smithi007.stdout:Summary : Support tools for GRUB. 2023-12-18T16:45:37.887 INFO:teuthology.orchestra.run.smithi007.stdout:Description : 2023-12-18T16:45:37.887 INFO:teuthology.orchestra.run.smithi007.stdout: 2023-12-18T16:45:37.888 INFO:teuthology.orchestra.run.smithi007.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-18T16:45:37.888 INFO:teuthology.orchestra.run.smithi007.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-18T16:45:37.888 INFO:teuthology.orchestra.run.smithi007.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-18T16:45:37.888 INFO:teuthology.orchestra.run.smithi007.stdout:hardware devices. 2023-12-18T16:45:37.888 INFO:teuthology.orchestra.run.smithi007.stdout: 2023-12-18T16:45:37.888 INFO:teuthology.orchestra.run.smithi007.stdout:This subpackage provides tools for support of all platforms. 2023-12-18T16:45:37.889 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-18T16:45:37.889 INFO:teuthology.task.kernel:Updating grub on smithi007 to boot 4.18.0-527.el8.x86_64 2023-12-18T16:45:37.889 DEBUG:teuthology.orchestra.run.smithi007:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-18T16:45:39.550 INFO:teuthology.orchestra.run.smithi007.stderr:Generating grub configuration file ... 2023-12-18T16:45:41.478 INFO:teuthology.orchestra.run.smithi007.stderr:done 2023-12-18T16:45:41.479 DEBUG:teuthology.orchestra.run.smithi007:> mktemp 2023-12-18T16:45:41.500 INFO:teuthology.orchestra.run.smithi007.stdout:/tmp/tmp.re2cYLZgOe 2023-12-18T16:45:41.501 DEBUG:teuthology.orchestra.run.smithi007:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.re2cYLZgOe 2023-12-18T16:45:41.578 DEBUG:teuthology.orchestra.run.smithi007:> sudo chmod 0666 /tmp/tmp.re2cYLZgOe 2023-12-18T16:45:41.728 DEBUG:teuthology.orchestra.remote:smithi007:/tmp/tmp.re2cYLZgOe is 6KB 2023-12-18T16:45:41.777 DEBUG:teuthology.orchestra.run.smithi007:> rm -fr /tmp/tmp.re2cYLZgOe 2023-12-18T16:45:41.795 DEBUG:teuthology.orchestra.run.smithi007:> sudo /bin/ls /boot/loader/entries || true 2023-12-18T16:45:41.862 INFO:teuthology.orchestra.run.smithi007.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-18T16:45:41.862 INFO:teuthology.orchestra.run.smithi007.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-18T16:45:41.862 INFO:teuthology.orchestra.run.smithi007.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-18T16:45:41.862 INFO:teuthology.orchestra.run.smithi007.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-527.el8.x86_64.conf 2023-12-18T16:45:41.863 DEBUG:teuthology.orchestra.run.smithi007:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-527.el8.x86_64 2023-12-18T16:45:42.033 DEBUG:teuthology.orchestra.run.smithi007:> sudo shutdown -r now 2023-12-18T16:46:06.707 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-18T16:46:06.709 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi031.front.sepia.ceph.com' 2023-12-18T16:46:06.710 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-18T16:46:12.041 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-18T16:46:12.041 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi007.front.sepia.ceph.com' 2023-12-18T16:46:12.042 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi007.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-18T16:46:25.042 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.31 2023-12-18T16:46:30.418 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.7 2023-12-18T16:46:34.045 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi031.front.sepia.ceph.com' 2023-12-18T16:46:34.046 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-18T16:46:39.424 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi007.front.sepia.ceph.com' 2023-12-18T16:46:39.425 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi007.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-18T16:46:52.434 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.31 2023-12-18T16:47:04.446 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi031.front.sepia.ceph.com' 2023-12-18T16:47:04.448 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-18T16:47:04.902 DEBUG:teuthology.orchestra.run.smithi031:> true 2023-12-18T16:47:05.296 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi031.front.sepia.ceph.com' 2023-12-18T16:47:05.296 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-527.el8.x86_64"... 2023-12-18T16:47:05.296 DEBUG:teuthology.orchestra.run.smithi031:> uname -r 2023-12-18T16:47:05.316 INFO:teuthology.orchestra.run.smithi031.stdout:4.18.0-527.el8.x86_64 2023-12-18T16:47:05.317 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-527.el8.x86_64 vs 4.18.0-527.el8.x86_64 2023-12-18T16:47:05.317 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-18T16:47:05.317 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-18T16:47:06.318 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-18T16:47:06.318 DEBUG:teuthology.orchestra.run.smithi031:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-18T16:47:06.419 INFO:teuthology.orchestra.run.smithi031.stdout:ttyS1 2023-12-18T16:47:06.434 DEBUG:teuthology.parallel:result is None 2023-12-18T16:47:39.427 DEBUG:teuthology.orchestra.remote:timed out 2023-12-18T16:47:51.429 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi007.front.sepia.ceph.com' 2023-12-18T16:47:51.429 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi007.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-18T16:47:51.777 DEBUG:teuthology.orchestra.run.smithi007:> true 2023-12-18T16:47:52.080 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi007.front.sepia.ceph.com' 2023-12-18T16:47:52.080 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-527.el8.x86_64"... 2023-12-18T16:47:52.081 DEBUG:teuthology.orchestra.run.smithi007:> uname -r 2023-12-18T16:47:52.102 INFO:teuthology.orchestra.run.smithi007.stdout:4.18.0-527.el8.x86_64 2023-12-18T16:47:52.103 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-527.el8.x86_64 vs 4.18.0-527.el8.x86_64 2023-12-18T16:47:52.103 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-18T16:47:52.103 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-18T16:47:53.104 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-18T16:47:53.105 DEBUG:teuthology.orchestra.run.smithi007:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-18T16:47:53.175 INFO:teuthology.orchestra.run.smithi007.stdout:ttyS1 2023-12-18T16:47:53.189 DEBUG:teuthology.parallel:result is None 2023-12-18T16:47:53.189 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-18T16:47:53.196 INFO:teuthology.task.internal:Creating test directory... 2023-12-18T16:47:53.197 DEBUG:teuthology.orchestra.run.smithi007:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-18T16:47:53.199 DEBUG:teuthology.orchestra.run.smithi031:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-18T16:47:53.226 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-18T16:47:53.280 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-18T16:47:53.286 INFO:teuthology.task.internal:Creating archive directory... 2023-12-18T16:47:53.286 DEBUG:teuthology.orchestra.run.smithi007:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-18T16:47:53.288 DEBUG:teuthology.orchestra.run.smithi031:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-18T16:47:53.324 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-18T16:47:53.330 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-18T16:47:53.330 DEBUG:teuthology.orchestra.run.smithi007:> 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-12-18T16:47:53.360 DEBUG:teuthology.orchestra.run.smithi031:> 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-12-18T16:47:53.401 INFO:teuthology.orchestra.run.smithi007.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-18T16:47:53.409 INFO:teuthology.orchestra.run.smithi031.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-18T16:47:53.414 INFO:teuthology.orchestra.run.smithi007.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-18T16:47:53.422 INFO:teuthology.orchestra.run.smithi031.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-18T16:47:53.424 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-18T16:47:53.431 INFO:teuthology.task.internal:Configuring sudo... 2023-12-18T16:47:53.431 DEBUG:teuthology.orchestra.run.smithi007:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-18T16:47:53.458 DEBUG:teuthology.orchestra.run.smithi031:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-18T16:47:53.493 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-18T16:47:53.502 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-18T16:47:53.502 DEBUG:teuthology.orchestra.run.smithi007:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-18T16:47:53.536 DEBUG:teuthology.orchestra.run.smithi031:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-18T16:47:53.559 DEBUG:teuthology.orchestra.run.smithi007:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-18T16:47:53.647 DEBUG:teuthology.orchestra.run.smithi007:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-18T16:47:53.708 DEBUG:teuthology.orchestra.run.smithi007:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-18T16:47:53.759 DEBUG:teuthology.orchestra.run.smithi007:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-18T16:47:53.807 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2023-12-18T16:47:53.807 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-18T16:47:53.881 DEBUG:teuthology.orchestra.run.smithi031:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-18T16:47:53.931 DEBUG:teuthology.orchestra.run.smithi031:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-18T16:47:54.000 DEBUG:teuthology.orchestra.run.smithi031:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-18T16:47:54.045 DEBUG:teuthology.orchestra.run.smithi031:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-18T16:47:54.098 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2023-12-18T16:47:54.098 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-18T16:47:54.173 DEBUG:teuthology.orchestra.run.smithi007:> sudo service rsyslog restart 2023-12-18T16:47:54.177 DEBUG:teuthology.orchestra.run.smithi031:> sudo service rsyslog restart 2023-12-18T16:47:54.235 INFO:teuthology.orchestra.run.smithi007.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-18T16:47:54.291 INFO:teuthology.orchestra.run.smithi031.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-18T16:47:54.595 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-18T16:47:54.603 INFO:teuthology.task.internal:Starting timer... 2023-12-18T16:47:54.603 INFO:teuthology.run_tasks:Running task pcp... 2023-12-18T16:47:54.614 INFO:teuthology.run_tasks:Running task selinux... 2023-12-18T16:47:54.622 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-18T16:47:54.623 DEBUG:teuthology.orchestra.run.smithi007:> sudo service auditd rotate 2023-12-18T16:47:54.756 INFO:teuthology.orchestra.run.smithi007.stdout:Rotating logs: 2023-12-18T16:47:54.758 DEBUG:teuthology.orchestra.run.smithi031:> sudo service auditd rotate 2023-12-18T16:47:54.859 INFO:teuthology.orchestra.run.smithi031.stdout:Rotating logs: 2023-12-18T16:47:54.861 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-18T16:47:54.862 DEBUG:teuthology.orchestra.run.smithi007:> /usr/sbin/getenforce 2023-12-18T16:47:54.931 INFO:teuthology.orchestra.run.smithi007.stdout:Permissive 2023-12-18T16:47:54.931 DEBUG:teuthology.orchestra.run.smithi031:> /usr/sbin/getenforce 2023-12-18T16:47:54.992 INFO:teuthology.orchestra.run.smithi031.stdout:Permissive 2023-12-18T16:47:54.992 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi007.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi031.front.sepia.ceph.com': 'permissive'} 2023-12-18T16:47:54.992 DEBUG:teuthology.orchestra.run.smithi007:> 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-12-18T16:47:55.028 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-18T16:47:55.028 DEBUG:teuthology.orchestra.run.smithi031:> 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-12-18T16:47:55.063 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-18T16:47:55.063 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-18T16:47:55.064 DEBUG:teuthology.orchestra.run.smithi007:> sudo /usr/sbin/setenforce permissive 2023-12-18T16:47:55.101 DEBUG:teuthology.orchestra.run.smithi031:> sudo /usr/sbin/setenforce permissive 2023-12-18T16:47:55.139 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-18T16:47:55.149 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-12-18T16:47:55.149 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-18T16:47:55.164 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-12-18T16:47:55.165 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi007.front.sepia.ceph.com,smithi031.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-18T16:56:06.491 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi007.front.sepia.ceph.com'), Remote(name='ubuntu@smithi031.front.sepia.ceph.com')] 2023-12-18T16:56:06.493 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi007.front.sepia.ceph.com' 2023-12-18T16:56:06.494 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi007.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-18T16:56:06.567 DEBUG:teuthology.orchestra.run.smithi007:> true 2023-12-18T16:56:06.640 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi007.front.sepia.ceph.com' 2023-12-18T16:56:06.640 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi031.front.sepia.ceph.com' 2023-12-18T16:56:06.641 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-18T16:56:06.715 DEBUG:teuthology.orchestra.run.smithi031:> true 2023-12-18T16:56:06.789 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi031.front.sepia.ceph.com' 2023-12-18T16:56:06.789 INFO:teuthology.run_tasks:Running task clock... 2023-12-18T16:56:06.799 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-18T16:56:06.800 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-18T16:56:06.800 DEBUG:teuthology.orchestra.run.smithi007:> 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-12-18T16:56:06.805 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-18T16:56:06.805 DEBUG:teuthology.orchestra.run.smithi031:> 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-12-18T16:56:06.839 INFO:teuthology.orchestra.run.smithi007.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-18T16:56:06.856 INFO:teuthology.orchestra.run.smithi007.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-18T16:56:06.868 INFO:teuthology.orchestra.run.smithi031.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-18T16:56:06.885 INFO:teuthology.orchestra.run.smithi031.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-18T16:56:06.926 INFO:teuthology.orchestra.run.smithi007.stderr:sudo: ntpd: command not found 2023-12-18T16:56:06.939 INFO:teuthology.orchestra.run.smithi007.stdout:506 Cannot talk to daemon 2023-12-18T16:56:06.951 INFO:teuthology.orchestra.run.smithi031.stderr:sudo: ntpd: command not found 2023-12-18T16:56:06.956 INFO:teuthology.orchestra.run.smithi007.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-18T16:56:06.964 INFO:teuthology.orchestra.run.smithi031.stdout:506 Cannot talk to daemon 2023-12-18T16:56:06.972 INFO:teuthology.orchestra.run.smithi007.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-18T16:56:06.981 INFO:teuthology.orchestra.run.smithi031.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-18T16:56:06.997 INFO:teuthology.orchestra.run.smithi031.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-18T16:56:07.041 INFO:teuthology.orchestra.run.smithi007.stderr:bash: ntpq: command not found 2023-12-18T16:56:07.046 INFO:teuthology.orchestra.run.smithi007.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-18T16:56:07.046 INFO:teuthology.orchestra.run.smithi007.stdout:=============================================================================== 2023-12-18T16:56:07.046 INFO:teuthology.orchestra.run.smithi007.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-18T16:56:07.046 INFO:teuthology.orchestra.run.smithi007.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-18T16:56:07.046 INFO:teuthology.orchestra.run.smithi007.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-18T16:56:07.046 INFO:teuthology.orchestra.run.smithi007.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-18T16:56:07.073 INFO:teuthology.orchestra.run.smithi031.stderr:bash: ntpq: command not found 2023-12-18T16:56:07.077 INFO:teuthology.orchestra.run.smithi031.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-18T16:56:07.077 INFO:teuthology.orchestra.run.smithi031.stdout:=============================================================================== 2023-12-18T16:56:07.077 INFO:teuthology.orchestra.run.smithi031.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-18T16:56:07.078 INFO:teuthology.orchestra.run.smithi031.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-18T16:56:07.078 INFO:teuthology.orchestra.run.smithi031.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-18T16:56:07.078 INFO:teuthology.orchestra.run.smithi031.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-18T16:56:07.078 INFO:teuthology.run_tasks:Running task pexec... 2023-12-18T16:56:07.088 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-18T16:56:07.088 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi007.front.sepia.ceph.com 2023-12-18T16:56:07.089 DEBUG:teuthology.orchestra.run.smithi007:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-18T16:56:07.089 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi031.front.sepia.ceph.com 2023-12-18T16:56:07.089 DEBUG:teuthology.orchestra.run.smithi031:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-18T16:56:08.099 INFO:teuthology.orchestra.run.smithi007.stdout:Last metadata expiration check: 0:01:41 ago on Mon 18 Dec 2023 04:54:26 PM UTC. 2023-12-18T16:56:08.134 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:01:41 ago on Mon 18 Dec 2023 04:54:26 PM UTC. 2023-12-18T16:56:10.507 INFO:teuthology.orchestra.run.smithi007.stdout:Dependencies resolved. 2023-12-18T16:56:10.508 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2023-12-18T16:56:10.509 INFO:teuthology.orchestra.run.smithi007.stdout: Package Architecture Version Repository Size 2023-12-18T16:56:10.509 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2023-12-18T16:56:10.509 INFO:teuthology.orchestra.run.smithi007.stdout:Resetting modules: 2023-12-18T16:56:10.509 INFO:teuthology.orchestra.run.smithi007.stdout: container-tools 2023-12-18T16:56:10.509 INFO:teuthology.orchestra.run.smithi007.stdout: 2023-12-18T16:56:10.509 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction Summary 2023-12-18T16:56:10.509 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2023-12-18T16:56:10.509 INFO:teuthology.orchestra.run.smithi007.stdout: 2023-12-18T16:56:10.511 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2023-12-18T16:56:10.512 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2023-12-18T16:56:10.512 INFO:teuthology.orchestra.run.smithi031.stdout: Package Architecture Version Repository Size 2023-12-18T16:56:10.512 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2023-12-18T16:56:10.512 INFO:teuthology.orchestra.run.smithi031.stdout:Resetting modules: 2023-12-18T16:56:10.512 INFO:teuthology.orchestra.run.smithi031.stdout: container-tools 2023-12-18T16:56:10.512 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-18T16:56:10.513 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2023-12-18T16:56:10.513 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2023-12-18T16:56:10.513 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-18T16:56:10.791 INFO:teuthology.orchestra.run.smithi007.stdout:Complete! 2023-12-18T16:56:10.807 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2023-12-18T16:56:11.857 INFO:teuthology.orchestra.run.smithi007.stdout:Last metadata expiration check: 0:01:45 ago on Mon 18 Dec 2023 04:54:26 PM UTC. 2023-12-18T16:56:11.887 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:01:45 ago on Mon 18 Dec 2023 04:54:26 PM UTC. 2023-12-18T16:56:14.216 INFO:teuthology.orchestra.run.smithi007.stdout:Dependencies resolved. 2023-12-18T16:56:14.259 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2023-12-18T16:56:14.424 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2023-12-18T16:56:14.424 INFO:teuthology.orchestra.run.smithi007.stdout: Package Arch Version Repository Size 2023-12-18T16:56:14.424 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2023-12-18T16:56:14.424 INFO:teuthology.orchestra.run.smithi007.stdout:Installing group/module packages: 2023-12-18T16:56:14.424 INFO:teuthology.orchestra.run.smithi007.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-18T16:56:14.424 INFO:teuthology.orchestra.run.smithi007.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-18T16:56:14.424 INFO:teuthology.orchestra.run.smithi007.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-18T16:56:14.424 INFO:teuthology.orchestra.run.smithi007.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-18T16:56:14.424 INFO:teuthology.orchestra.run.smithi007.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-18T16:56:14.424 INFO:teuthology.orchestra.run.smithi007.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-18T16:56:14.424 INFO:teuthology.orchestra.run.smithi007.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-18T16:56:14.424 INFO:teuthology.orchestra.run.smithi007.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-18T16:56:14.424 INFO:teuthology.orchestra.run.smithi007.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-18T16:56:14.425 INFO:teuthology.orchestra.run.smithi007.stdout:Installing dependencies: 2023-12-18T16:56:14.425 INFO:teuthology.orchestra.run.smithi007.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-18T16:56:14.425 INFO:teuthology.orchestra.run.smithi007.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-18T16:56:14.425 INFO:teuthology.orchestra.run.smithi007.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-18T16:56:14.425 INFO:teuthology.orchestra.run.smithi007.stdout:Installing weak dependencies: 2023-12-18T16:56:14.425 INFO:teuthology.orchestra.run.smithi007.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-18T16:56:14.425 INFO:teuthology.orchestra.run.smithi007.stdout:Installing module profiles: 2023-12-18T16:56:14.425 INFO:teuthology.orchestra.run.smithi007.stdout: container-tools/common 2023-12-18T16:56:14.425 INFO:teuthology.orchestra.run.smithi007.stdout: 2023-12-18T16:56:14.425 INFO:teuthology.orchestra.run.smithi007.stdout:Enabling module streams: 2023-12-18T16:56:14.425 INFO:teuthology.orchestra.run.smithi007.stdout: container-tools rhel8 2023-12-18T16:56:14.425 INFO:teuthology.orchestra.run.smithi007.stdout: 2023-12-18T16:56:14.425 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction Summary 2023-12-18T16:56:14.425 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2023-12-18T16:56:14.426 INFO:teuthology.orchestra.run.smithi007.stdout:Install 13 Packages 2023-12-18T16:56:14.426 INFO:teuthology.orchestra.run.smithi007.stdout: 2023-12-18T16:56:14.426 INFO:teuthology.orchestra.run.smithi007.stdout:Total download size: 27 M 2023-12-18T16:56:14.426 INFO:teuthology.orchestra.run.smithi007.stdout:Installed size: 89 M 2023-12-18T16:56:14.426 INFO:teuthology.orchestra.run.smithi007.stdout:Downloading Packages: 2023-12-18T16:56:14.466 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2023-12-18T16:56:14.466 INFO:teuthology.orchestra.run.smithi031.stdout: Package Arch Version Repository Size 2023-12-18T16:56:14.466 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2023-12-18T16:56:14.466 INFO:teuthology.orchestra.run.smithi031.stdout:Installing group/module packages: 2023-12-18T16:56:14.466 INFO:teuthology.orchestra.run.smithi031.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-18T16:56:14.466 INFO:teuthology.orchestra.run.smithi031.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-18T16:56:14.466 INFO:teuthology.orchestra.run.smithi031.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-18T16:56:14.466 INFO:teuthology.orchestra.run.smithi031.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-18T16:56:14.467 INFO:teuthology.orchestra.run.smithi031.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-18T16:56:14.467 INFO:teuthology.orchestra.run.smithi031.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-18T16:56:14.467 INFO:teuthology.orchestra.run.smithi031.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-18T16:56:14.467 INFO:teuthology.orchestra.run.smithi031.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-18T16:56:14.467 INFO:teuthology.orchestra.run.smithi031.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-18T16:56:14.467 INFO:teuthology.orchestra.run.smithi031.stdout:Installing dependencies: 2023-12-18T16:56:14.467 INFO:teuthology.orchestra.run.smithi031.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-18T16:56:14.467 INFO:teuthology.orchestra.run.smithi031.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-18T16:56:14.467 INFO:teuthology.orchestra.run.smithi031.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-18T16:56:14.467 INFO:teuthology.orchestra.run.smithi031.stdout:Installing weak dependencies: 2023-12-18T16:56:14.467 INFO:teuthology.orchestra.run.smithi031.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-18T16:56:14.467 INFO:teuthology.orchestra.run.smithi031.stdout:Installing module profiles: 2023-12-18T16:56:14.468 INFO:teuthology.orchestra.run.smithi031.stdout: container-tools/common 2023-12-18T16:56:14.468 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-18T16:56:14.468 INFO:teuthology.orchestra.run.smithi031.stdout:Enabling module streams: 2023-12-18T16:56:14.468 INFO:teuthology.orchestra.run.smithi031.stdout: container-tools rhel8 2023-12-18T16:56:14.468 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-18T16:56:14.468 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2023-12-18T16:56:14.468 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2023-12-18T16:56:14.468 INFO:teuthology.orchestra.run.smithi031.stdout:Install 13 Packages 2023-12-18T16:56:14.468 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-18T16:56:14.469 INFO:teuthology.orchestra.run.smithi031.stdout:Total download size: 27 M 2023-12-18T16:56:14.469 INFO:teuthology.orchestra.run.smithi031.stdout:Installed size: 89 M 2023-12-18T16:56:14.469 INFO:teuthology.orchestra.run.smithi031.stdout:Downloading Packages: 2023-12-18T16:56:14.748 INFO:teuthology.orchestra.run.smithi007.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 2.6 MB/s | 750 kB 00:00 2023-12-18T16:56:14.782 INFO:teuthology.orchestra.run.smithi007.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 3.2 MB/s | 1.0 MB 00:00 2023-12-18T16:56:14.807 INFO:teuthology.orchestra.run.smithi007.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 648 kB/s | 38 kB 00:00 2023-12-18T16:56:14.841 INFO:teuthology.orchestra.run.smithi007.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 4.0 MB/s | 241 kB 00:00 2023-12-18T16:56:14.899 INFO:teuthology.orchestra.run.smithi007.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 3.0 MB/s | 178 kB 00:00 2023-12-18T16:56:14.944 INFO:teuthology.orchestra.run.smithi031.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 2.6 MB/s | 750 kB 00:00 2023-12-18T16:56:14.958 INFO:teuthology.orchestra.run.smithi007.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 425 kB/s | 25 kB 00:00 2023-12-18T16:56:14.978 INFO:teuthology.orchestra.run.smithi031.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 3.2 MB/s | 1.0 MB 00:00 2023-12-18T16:56:15.003 INFO:teuthology.orchestra.run.smithi031.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 648 kB/s | 38 kB 00:00 2023-12-18T16:56:15.017 INFO:teuthology.orchestra.run.smithi007.stdout:(7/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 19 MB/s | 3.9 MB 00:00 2023-12-18T16:56:15.037 INFO:teuthology.orchestra.run.smithi031.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 4.0 MB/s | 241 kB 00:00 2023-12-18T16:56:15.042 INFO:teuthology.orchestra.run.smithi007.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.1 MB/s | 94 kB 00:00 2023-12-18T16:56:15.121 INFO:teuthology.orchestra.run.smithi031.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 2.1 MB/s | 178 kB 00:00 2023-12-18T16:56:15.175 INFO:teuthology.orchestra.run.smithi007.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 14 MB/s | 9.6 MB 00:00 2023-12-18T16:56:15.196 INFO:teuthology.orchestra.run.smithi031.stdout:(6/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 20 MB/s | 3.9 MB 00:00 2023-12-18T16:56:15.221 INFO:teuthology.orchestra.run.smithi031.stdout:(7/13): python3-pytoml-0.1.14-5.git7dea353.el8. 247 kB/s | 25 kB 00:00 2023-12-18T16:56:15.268 INFO:teuthology.orchestra.run.smithi007.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 574 kB/s | 53 kB 00:00 2023-12-18T16:56:15.327 INFO:teuthology.orchestra.run.smithi007.stdout:(11/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 8.9 MB/s | 2.5 MB 00:00 2023-12-18T16:56:15.351 INFO:teuthology.orchestra.run.smithi031.stdout:(8/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 14 MB/s | 9.6 MB 00:00 2023-12-18T16:56:15.352 INFO:teuthology.orchestra.run.smithi007.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 491 kB/s | 41 kB 00:00 2023-12-18T16:56:15.380 INFO:teuthology.orchestra.run.smithi031.stdout:(9/13): python3-pyxdg-0.25-16.el8.noarch.rpm 511 kB/s | 94 kB 00:00 2023-12-18T16:56:15.430 INFO:teuthology.orchestra.run.smithi031.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 1.0 MB/s | 53 kB 00:00 2023-12-18T16:56:15.461 INFO:teuthology.orchestra.run.smithi007.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 18 MB/s | 8.1 MB 00:00 2023-12-18T16:56:15.461 INFO:teuthology.orchestra.run.smithi007.stdout:-------------------------------------------------------------------------------- 2023-12-18T16:56:15.461 INFO:teuthology.orchestra.run.smithi007.stdout:Total 26 MB/s | 27 MB 00:01 2023-12-18T16:56:15.480 INFO:teuthology.orchestra.run.smithi031.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 819 kB/s | 41 kB 00:00 2023-12-18T16:56:15.531 INFO:teuthology.orchestra.run.smithi031.stdout:(12/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 14 MB/s | 2.5 MB 00:00 2023-12-18T16:56:15.681 INFO:teuthology.orchestra.run.smithi031.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 18 MB/s | 8.1 MB 00:00 2023-12-18T16:56:15.681 INFO:teuthology.orchestra.run.smithi031.stdout:-------------------------------------------------------------------------------- 2023-12-18T16:56:15.682 INFO:teuthology.orchestra.run.smithi031.stdout:Total 22 MB/s | 27 MB 00:01 2023-12-18T16:56:15.752 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction check 2023-12-18T16:56:15.775 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction check succeeded. 2023-12-18T16:56:15.776 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction test 2023-12-18T16:56:15.972 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction check 2023-12-18T16:56:15.996 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction check succeeded. 2023-12-18T16:56:15.996 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction test 2023-12-18T16:56:16.037 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction test succeeded. 2023-12-18T16:56:16.041 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction 2023-12-18T16:56:16.281 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction test succeeded. 2023-12-18T16:56:16.285 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction 2023-12-18T16:56:16.705 INFO:teuthology.orchestra.run.smithi007.stdout: Preparing : 1/1 2023-12-18T16:56:16.924 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-18T16:56:17.039 INFO:teuthology.orchestra.run.smithi031.stdout: Preparing : 1/1 2023-12-18T16:56:17.125 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-18T16:56:17.284 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-18T16:56:17.310 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-18T16:56:17.485 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-18T16:56:17.542 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-18T16:56:17.702 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-18T16:56:17.935 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-18T16:56:18.139 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-18T16:56:18.518 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-18T16:56:19.209 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-18T16:56:19.433 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-18T16:56:19.590 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-18T16:56:19.643 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-18T16:56:19.852 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-18T16:56:19.888 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-18T16:56:20.099 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-18T16:56:20.316 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-18T16:56:20.348 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-18T16:56:20.776 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-18T16:56:21.755 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-18T16:56:21.765 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-18T16:56:21.974 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-18T16:56:21.974 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-18T16:56:22.132 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-18T16:56:22.147 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-18T16:56:22.629 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-18T16:56:22.630 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-18T16:56:22.630 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-18T16:56:22.630 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-18T16:56:22.630 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-18T16:56:22.630 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-18T16:56:22.630 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-18T16:56:22.630 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-18T16:56:22.630 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-18T16:56:22.630 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-18T16:56:22.630 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-18T16:56:22.630 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-18T16:56:22.631 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-18T16:56:22.643 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-18T16:56:22.643 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-18T16:56:22.643 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-18T16:56:22.643 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-18T16:56:22.643 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-18T16:56:22.643 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-18T16:56:22.643 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-18T16:56:22.643 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-18T16:56:22.643 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-18T16:56:22.643 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-18T16:56:22.643 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-18T16:56:22.643 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-18T16:56:22.644 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-18T16:56:23.534 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-18T16:56:23.534 INFO:teuthology.orchestra.run.smithi007.stdout: 2023-12-18T16:56:23.534 INFO:teuthology.orchestra.run.smithi007.stdout:Installed: 2023-12-18T16:56:23.534 INFO:teuthology.orchestra.run.smithi007.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-18T16:56:23.535 INFO:teuthology.orchestra.run.smithi007.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-18T16:56:23.535 INFO:teuthology.orchestra.run.smithi007.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-18T16:56:23.535 INFO:teuthology.orchestra.run.smithi007.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-18T16:56:23.535 INFO:teuthology.orchestra.run.smithi007.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-18T16:56:23.535 INFO:teuthology.orchestra.run.smithi007.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-18T16:56:23.535 INFO:teuthology.orchestra.run.smithi007.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-18T16:56:23.535 INFO:teuthology.orchestra.run.smithi007.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-18T16:56:23.535 INFO:teuthology.orchestra.run.smithi007.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-18T16:56:23.535 INFO:teuthology.orchestra.run.smithi007.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-18T16:56:23.535 INFO:teuthology.orchestra.run.smithi007.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-18T16:56:23.535 INFO:teuthology.orchestra.run.smithi007.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-18T16:56:23.535 INFO:teuthology.orchestra.run.smithi007.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-18T16:56:23.535 INFO:teuthology.orchestra.run.smithi007.stdout: 2023-12-18T16:56:23.535 INFO:teuthology.orchestra.run.smithi007.stdout:Complete! 2023-12-18T16:56:23.553 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-18T16:56:23.553 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-18T16:56:23.553 INFO:teuthology.orchestra.run.smithi031.stdout:Installed: 2023-12-18T16:56:23.553 INFO:teuthology.orchestra.run.smithi031.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-18T16:56:23.553 INFO:teuthology.orchestra.run.smithi031.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-18T16:56:23.554 INFO:teuthology.orchestra.run.smithi031.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-18T16:56:23.554 INFO:teuthology.orchestra.run.smithi031.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-18T16:56:23.554 INFO:teuthology.orchestra.run.smithi031.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-18T16:56:23.554 INFO:teuthology.orchestra.run.smithi031.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-18T16:56:23.554 INFO:teuthology.orchestra.run.smithi031.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-18T16:56:23.554 INFO:teuthology.orchestra.run.smithi031.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-18T16:56:23.554 INFO:teuthology.orchestra.run.smithi031.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-18T16:56:23.554 INFO:teuthology.orchestra.run.smithi031.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-18T16:56:23.554 INFO:teuthology.orchestra.run.smithi031.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-18T16:56:23.554 INFO:teuthology.orchestra.run.smithi031.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-18T16:56:23.554 INFO:teuthology.orchestra.run.smithi031.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-18T16:56:23.554 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-18T16:56:23.554 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2023-12-18T16:56:23.783 DEBUG:teuthology.parallel:result is None 2023-12-18T16:56:23.863 DEBUG:teuthology.parallel:result is None 2023-12-18T16:56:23.863 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-18T16:56:23.933 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': '861525e252e70f0d455bae7d2dc4d635f8b415f1'} 2023-12-18T16:56:23.933 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v17.2.0 2023-12-18T16:56:23.934 INFO:tasks.cephadm:Cluster fsid is 6045df08-9dc6-11ee-95a5-87774f69a715 2023-12-18T16:56:23.934 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-18T16:56:23.934 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-12-18T16:56:23.934 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi007': '172.21.15.7', 'mon.smithi031': '172.21.15.31'} 2023-12-18T16:56:23.934 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-18T16:56:23.934 DEBUG:teuthology.orchestra.run.smithi007:> sudo hostname $(hostname -s) 2023-12-18T16:56:23.971 DEBUG:teuthology.orchestra.run.smithi031:> sudo hostname $(hostname -s) 2023-12-18T16:56:24.007 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v17.2.0)... 2023-12-18T16:56:24.007 DEBUG:teuthology.orchestra.run.smithi007:> 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-12-18T16:56:24.299 INFO:teuthology.orchestra.run.smithi007.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Dec 18 16:56 /home/ubuntu/cephtest/cephadm 2023-12-18T16:56:24.299 DEBUG:teuthology.orchestra.run.smithi031:> 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-12-18T16:56:24.567 INFO:teuthology.orchestra.run.smithi031.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Dec 18 16:56 /home/ubuntu/cephtest/cephadm 2023-12-18T16:56:24.567 DEBUG:teuthology.orchestra.run.smithi007:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-18T16:56:24.592 DEBUG:teuthology.orchestra.run.smithi031:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-18T16:56:24.623 INFO:tasks.cephadm:Pulling image quay.io/ceph/ceph:v17.2.0 on all hosts... 2023-12-18T16:56:24.624 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-12-18T16:56:24.635 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-12-18T16:56:26.287 INFO:teuthology.orchestra.run.smithi007.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-18T16:56:26.327 INFO:teuthology.orchestra.run.smithi031.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-18T16:56:47.453 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2023-12-18T16:56:47.454 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-12-18T16:56:47.454 INFO:teuthology.orchestra.run.smithi007.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-12-18T16:56:47.454 INFO:teuthology.orchestra.run.smithi007.stdout: "repo_digests": [ 2023-12-18T16:56:47.454 INFO:teuthology.orchestra.run.smithi007.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2023-12-18T16:56:47.454 INFO:teuthology.orchestra.run.smithi007.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2023-12-18T16:56:47.454 INFO:teuthology.orchestra.run.smithi007.stdout: ] 2023-12-18T16:56:47.454 INFO:teuthology.orchestra.run.smithi007.stdout:} 2023-12-18T16:56:48.124 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2023-12-18T16:56:48.124 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-12-18T16:56:48.125 INFO:teuthology.orchestra.run.smithi031.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-12-18T16:56:48.125 INFO:teuthology.orchestra.run.smithi031.stdout: "repo_digests": [ 2023-12-18T16:56:48.125 INFO:teuthology.orchestra.run.smithi031.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2023-12-18T16:56:48.125 INFO:teuthology.orchestra.run.smithi031.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2023-12-18T16:56:48.125 INFO:teuthology.orchestra.run.smithi031.stdout: ] 2023-12-18T16:56:48.125 INFO:teuthology.orchestra.run.smithi031.stdout:} 2023-12-18T16:56:48.152 DEBUG:teuthology.orchestra.run.smithi007:> sudo mkdir -p /etc/ceph 2023-12-18T16:56:48.191 DEBUG:teuthology.orchestra.run.smithi031:> sudo mkdir -p /etc/ceph 2023-12-18T16:56:48.231 DEBUG:teuthology.orchestra.run.smithi007:> sudo chmod 777 /etc/ceph 2023-12-18T16:56:48.266 DEBUG:teuthology.orchestra.run.smithi031:> sudo chmod 777 /etc/ceph 2023-12-18T16:56:48.305 INFO:tasks.cephadm:Writing seed config... 2023-12-18T16:56:48.306 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-18T16:56:48.306 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-18T16:56:48.306 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-18T16:56:48.307 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-18T16:56:48.307 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-18T16:56:48.307 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-18T16:56:48.307 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-18T16:56:48.307 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-12-18T16:56:48.307 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2023-12-18T16:56:48.307 DEBUG:teuthology.orchestra.run.smithi007:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-18T16:56:48.330 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 = 6045df08-9dc6-11ee-95a5-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-12-18T16:56:48.330 DEBUG:teuthology.orchestra.run.smithi007:mon.smithi007> sudo journalctl -f -n 0 -u ceph-6045df08-9dc6-11ee-95a5-87774f69a715@mon.smithi007.service 2023-12-18T16:56:48.373 INFO:tasks.cephadm:Bootstrapping... 2023-12-18T16:56:48.373 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 -v bootstrap --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.7 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-18T16:56:48.408 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:-- Logs begin at Mon 2023-12-18 16:47:00 UTC. -- 2023-12-18T16:56:48.602 INFO:teuthology.orchestra.run.smithi007.stderr:-------------------------------------------------------------------------------- 2023-12-18T16:56:48.602 INFO:teuthology.orchestra.run.smithi007.stderr:cephadm ['--image', 'quay.io/ceph/ceph:v17.2.0', '-v', 'bootstrap', '--fsid', '6045df08-9dc6-11ee-95a5-87774f69a715', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.7', '--skip-admin-label'] 2023-12-18T16:56:48.627 INFO:teuthology.orchestra.run.smithi007.stderr:/bin/podman: 4.6.1 2023-12-18T16:56:48.637 INFO:teuthology.orchestra.run.smithi007.stderr:Verifying podman|docker is present... 2023-12-18T16:56:48.660 INFO:teuthology.orchestra.run.smithi007.stderr:/bin/podman: 4.6.1 2023-12-18T16:56:48.673 INFO:teuthology.orchestra.run.smithi007.stderr:Verifying lvm2 is present... 2023-12-18T16:56:48.673 INFO:teuthology.orchestra.run.smithi007.stderr:Verifying time synchronization is in place... 2023-12-18T16:56:48.678 INFO:teuthology.orchestra.run.smithi007.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-18T16:56:48.684 INFO:teuthology.orchestra.run.smithi007.stderr:systemctl: inactive 2023-12-18T16:56:48.691 INFO:teuthology.orchestra.run.smithi007.stderr:systemctl: enabled 2023-12-18T16:56:48.697 INFO:teuthology.orchestra.run.smithi007.stderr:systemctl: active 2023-12-18T16:56:48.697 INFO:teuthology.orchestra.run.smithi007.stderr:Unit chronyd.service is enabled and running 2023-12-18T16:56:48.698 INFO:teuthology.orchestra.run.smithi007.stderr:Repeating the final host check... 2023-12-18T16:56:48.719 INFO:teuthology.orchestra.run.smithi007.stderr:/bin/podman: 4.6.1 2023-12-18T16:56:48.728 INFO:teuthology.orchestra.run.smithi007.stderr:podman (/bin/podman) version 4.6.1 is present 2023-12-18T16:56:48.728 INFO:teuthology.orchestra.run.smithi007.stderr:systemctl is present 2023-12-18T16:56:48.728 INFO:teuthology.orchestra.run.smithi007.stderr:lvcreate is present 2023-12-18T16:56:48.734 INFO:teuthology.orchestra.run.smithi007.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-18T16:56:48.740 INFO:teuthology.orchestra.run.smithi007.stderr:systemctl: inactive 2023-12-18T16:56:48.747 INFO:teuthology.orchestra.run.smithi007.stderr:systemctl: enabled 2023-12-18T16:56:48.753 INFO:teuthology.orchestra.run.smithi007.stderr:systemctl: active 2023-12-18T16:56:48.753 INFO:teuthology.orchestra.run.smithi007.stderr:Unit chronyd.service is enabled and running 2023-12-18T16:56:48.754 INFO:teuthology.orchestra.run.smithi007.stderr:Host looks OK 2023-12-18T16:56:48.754 INFO:teuthology.orchestra.run.smithi007.stderr:Cluster fsid: 6045df08-9dc6-11ee-95a5-87774f69a715 2023-12-18T16:56:48.754 INFO:teuthology.orchestra.run.smithi007.stderr:Acquiring lock 139848648278144 on /run/cephadm/6045df08-9dc6-11ee-95a5-87774f69a715.lock 2023-12-18T16:56:48.754 INFO:teuthology.orchestra.run.smithi007.stderr:Lock 139848648278144 acquired on /run/cephadm/6045df08-9dc6-11ee-95a5-87774f69a715.lock 2023-12-18T16:56:48.754 INFO:teuthology.orchestra.run.smithi007.stderr:Verifying IP 172.21.15.7 port 3300 ... 2023-12-18T16:56:48.755 INFO:teuthology.orchestra.run.smithi007.stderr:Verifying IP 172.21.15.7 port 6789 ... 2023-12-18T16:56:48.755 INFO:teuthology.orchestra.run.smithi007.stderr:Base mon IP is 172.21.15.7, final addrv is [v2:172.21.15.7:3300,v1:172.21.15.7:6789] 2023-12-18T16:56:48.758 INFO:teuthology.orchestra.run.smithi007.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.7 metric 100 2023-12-18T16:56:48.758 INFO:teuthology.orchestra.run.smithi007.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.7 metric 100 2023-12-18T16:56:48.761 INFO:teuthology.orchestra.run.smithi007.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-12-18T16:56:48.761 INFO:teuthology.orchestra.run.smithi007.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-12-18T16:56:48.761 INFO:teuthology.orchestra.run.smithi007.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1650sec hoplimit 64 pref medium 2023-12-18T16:56:48.764 INFO:teuthology.orchestra.run.smithi007.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-18T16:56:48.764 INFO:teuthology.orchestra.run.smithi007.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-12-18T16:56:48.764 INFO:teuthology.orchestra.run.smithi007.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-18T16:56:48.764 INFO:teuthology.orchestra.run.smithi007.stderr:/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2023-12-18T16:56:48.764 INFO:teuthology.orchestra.run.smithi007.stderr:/sbin/ip: inet6 fe80::ec4:7aff:febd:15ea/64 scope link 2023-12-18T16:56:48.764 INFO:teuthology.orchestra.run.smithi007.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-18T16:56:48.765 INFO:teuthology.orchestra.run.smithi007.stderr:Mon IP `172.21.15.7` is in CIDR network `172.21.0.0/20` 2023-12-18T16:56:48.765 INFO:teuthology.orchestra.run.smithi007.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-12-18T16:56:48.766 INFO:teuthology.orchestra.run.smithi007.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-18T16:56:48.849 INFO:teuthology.orchestra.run.smithi007.stderr:/bin/podman: Trying to pull quay.io/ceph/ceph:v17.2.0... 2023-12-18T16:56:49.198 INFO:teuthology.orchestra.run.smithi007.stderr:/bin/podman: Getting image source signatures 2023-12-18T16:56:49.198 INFO:teuthology.orchestra.run.smithi007.stderr:/bin/podman: Copying blob sha256:33ca8fff7868c4dc0c11e09bca97c720eb9cfbab7221216754367dd8de70388a 2023-12-18T16:56:49.199 INFO:teuthology.orchestra.run.smithi007.stderr:/bin/podman: Copying blob sha256:89b4a75bc2d8500f15463747507c9623df43886c134463e7f0527e70900e7a7b 2023-12-18T16:56:49.199 INFO:teuthology.orchestra.run.smithi007.stderr:/bin/podman: Copying blob sha256:599d07cb321ff0a3c82224e1138fc685793fa69b93ed5780415751a5f7e4b8c2 2023-12-18T16:56:49.199 INFO:teuthology.orchestra.run.smithi007.stderr:/bin/podman: Copying blob sha256:a70843738bb77e1ab9c1f85969ebdfa55f178e746be081d1cb4f94011f69eb7c 2023-12-18T16:56:49.199 INFO:teuthology.orchestra.run.smithi007.stderr:/bin/podman: Copying blob sha256:c32ab78b488d0c72f64eded765c0cf6b5bf2c75dab66cb62a9d367fa6ec42513 2023-12-18T16:56:49.199 INFO:teuthology.orchestra.run.smithi007.stderr:/bin/podman: Copying config sha256:e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2023-12-18T16:56:49.271 INFO:teuthology.orchestra.run.smithi007.stderr:/bin/podman: Writing manifest to image destination 2023-12-18T16:56:49.425 INFO:teuthology.orchestra.run.smithi007.stderr:/bin/podman: e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2023-12-18T16:56:49.836 INFO:teuthology.orchestra.run.smithi007.stderr:ceph: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-12-18T16:56:50.238 INFO:teuthology.orchestra.run.smithi007.stderr:Ceph version: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-12-18T16:56:50.238 INFO:teuthology.orchestra.run.smithi007.stderr:Extracting ceph user uid/gid from container image... 2023-12-18T16:56:50.589 INFO:teuthology.orchestra.run.smithi007.stderr:stat: 167 167 2023-12-18T16:56:50.908 INFO:teuthology.orchestra.run.smithi007.stderr:Creating initial keys... 2023-12-18T16:56:51.205 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-authtool: AQDTeYBl0v2kCxAAtz5Z0spiBaXV+2fY6WT0PQ== 2023-12-18T16:56:51.821 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-authtool: AQDTeYBlpPU9MBAArjhzopnt6ix7bO42v6ZLIg== 2023-12-18T16:56:52.704 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-authtool: AQDUeYBlqZhLKRAAQ+dfg/gMwcPsM+BlqrKeFQ== 2023-12-18T16:56:53.046 INFO:teuthology.orchestra.run.smithi007.stderr:Creating initial monmap... 2023-12-18T16:56:53.346 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-18T16:56:53.346 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/monmaptool: setting min_mon_release = octopus 2023-12-18T16:56:53.347 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 6045df08-9dc6-11ee-95a5-87774f69a715 2023-12-18T16:56:53.347 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-18T16:56:53.700 INFO:teuthology.orchestra.run.smithi007.stderr:monmaptool for smithi007 [v2:172.21.15.7:3300,v1:172.21.15.7:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-18T16:56:53.700 INFO:teuthology.orchestra.run.smithi007.stderr:setting min_mon_release = octopus 2023-12-18T16:56:53.700 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/monmaptool: set fsid to 6045df08-9dc6-11ee-95a5-87774f69a715 2023-12-18T16:56:53.700 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-18T16:56:53.700 INFO:teuthology.orchestra.run.smithi007.stderr: 2023-12-18T16:56:53.700 INFO:teuthology.orchestra.run.smithi007.stderr:Creating mon... 2023-12-18T16:56:54.394 INFO:teuthology.orchestra.run.smithi007.stderr:create mon.smithi007 on 2023-12-18T16:56:54.516 INFO:teuthology.orchestra.run.smithi007.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-12-18T16:56:54.622 INFO:teuthology.orchestra.run.smithi007.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-6045df08-9dc6-11ee-95a5-87774f69a715.target → /etc/systemd/system/ceph-6045df08-9dc6-11ee-95a5-87774f69a715.target. 2023-12-18T16:56:54.622 INFO:teuthology.orchestra.run.smithi007.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-6045df08-9dc6-11ee-95a5-87774f69a715.target → /etc/systemd/system/ceph-6045df08-9dc6-11ee-95a5-87774f69a715.target. 2023-12-18T16:56:54.851 INFO:teuthology.orchestra.run.smithi007.stderr:systemctl: Failed to reset failed state of unit ceph-6045df08-9dc6-11ee-95a5-87774f69a715@mon.smithi007.service: Unit ceph-6045df08-9dc6-11ee-95a5-87774f69a715@mon.smithi007.service not loaded. 2023-12-18T16:56:54.859 INFO:teuthology.orchestra.run.smithi007.stderr:systemctl: Created symlink /etc/systemd/system/ceph-6045df08-9dc6-11ee-95a5-87774f69a715.target.wants/ceph-6045df08-9dc6-11ee-95a5-87774f69a715@mon.smithi007.service → /etc/systemd/system/ceph-6045df08-9dc6-11ee-95a5-87774f69a715@.service. 2023-12-18T16:56:55.361 INFO:teuthology.orchestra.run.smithi007.stderr:systemctl: disabled 2023-12-18T16:56:55.370 INFO:teuthology.orchestra.run.smithi007.stderr:systemctl: inactive 2023-12-18T16:56:55.371 INFO:teuthology.orchestra.run.smithi007.stderr:firewalld.service is not enabled 2023-12-18T16:56:55.371 INFO:teuthology.orchestra.run.smithi007.stderr:Not possible to enable service . firewalld.service is not available 2023-12-18T16:56:55.372 INFO:teuthology.orchestra.run.smithi007.stderr:Waiting for mon to start... 2023-12-18T16:56:55.372 INFO:teuthology.orchestra.run.smithi007.stderr:Waiting for mon... 2023-12-18T16:56:55.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:55 smithi007 ceph-mon[107257]: mon.smithi007 is new leader, mons smithi007 in quorum (ranks 0) 2023-12-18T16:56:55.886 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: cluster: 2023-12-18T16:56:55.886 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: id: 6045df08-9dc6-11ee-95a5-87774f69a715 2023-12-18T16:56:55.886 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-12-18T16:56:55.886 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: 2023-12-18T16:56:55.886 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: services: 2023-12-18T16:56:55.887 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi007 (age 0.500027s) 2023-12-18T16:56:55.887 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: mgr: no daemons active 2023-12-18T16:56:55.887 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-12-18T16:56:55.887 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: 2023-12-18T16:56:55.887 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: data: 2023-12-18T16:56:55.887 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-12-18T16:56:55.887 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-12-18T16:56:55.887 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-12-18T16:56:55.887 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: pgs: 2023-12-18T16:56:55.887 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: 2023-12-18T16:56:56.232 INFO:teuthology.orchestra.run.smithi007.stderr:mon is available 2023-12-18T16:56:56.232 INFO:teuthology.orchestra.run.smithi007.stderr:Assimilating anything we can from ceph.conf... 2023-12-18T16:56:56.581 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:56 smithi007 ceph-mon[107257]: mon.smithi007 is new leader, mons smithi007 in quorum (ranks 0) 2023-12-18T16:56:56.581 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:56 smithi007 ceph-mon[107257]: monmap e1: 1 mons at {smithi007=[v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0]} 2023-12-18T16:56:56.581 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:56 smithi007 ceph-mon[107257]: fsmap 2023-12-18T16:56:56.581 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:56 smithi007 ceph-mon[107257]: osdmap e1: 0 total, 0 up, 0 in 2023-12-18T16:56:56.581 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:56 smithi007 ceph-mon[107257]: mgrmap e1: no daemons active 2023-12-18T16:56:56.581 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:56 smithi007 ceph-mon[107257]: from='client.? 172.21.15.7:0/1379036861' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-18T16:56:56.711 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: 2023-12-18T16:56:56.711 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: [global] 2023-12-18T16:56:56.711 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: fsid = 6045df08-9dc6-11ee-95a5-87774f69a715 2023-12-18T16:56:56.711 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.7:3300,v1:172.21.15.7:6789] 2023-12-18T16:56:56.711 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-18T16:56:56.711 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-18T16:56:56.711 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-18T16:56:56.711 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-18T16:56:56.711 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: 2023-12-18T16:56:56.712 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: [mgr] 2023-12-18T16:56:56.712 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-18T16:56:56.712 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: 2023-12-18T16:56:56.712 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: [osd] 2023-12-18T16:56:56.712 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-18T16:56:56.712 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-18T16:56:57.099 INFO:teuthology.orchestra.run.smithi007.stderr:Generating new minimal ceph.conf... 2023-12-18T16:56:57.776 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:57 smithi007 ceph-mon[107257]: from='client.? 172.21.15.7:0/1381612665' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-18T16:56:57.776 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:57 smithi007 ceph-mon[107257]: from='client.? 172.21.15.7:0/1381612665' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-18T16:56:57.941 INFO:teuthology.orchestra.run.smithi007.stderr:Restarting the monitor... 2023-12-18T16:56:58.057 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:57 smithi007 systemd[1]: Stopping Ceph mon.smithi007 for 6045df08-9dc6-11ee-95a5-87774f69a715... 2023-12-18T16:56:58.057 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:57 smithi007 bash[107557]: Error: no container with name or ID "ceph-6045df08-9dc6-11ee-95a5-87774f69a715-mon.smithi007" found: no such container 2023-12-18T16:56:58.326 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-mon-smithi007[107234]: 2023-12-18T16:56:58.055+0000 7f8f1a359700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi007 -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-12-18T16:56:58.326 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-mon-smithi007[107234]: 2023-12-18T16:56:58.055+0000 7f8f1a359700 -1 mon.smithi007@0(leader) e1 *** Got Signal Terminated *** 2023-12-18T16:56:58.582 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 bash[107569]: ceph-6045df08-9dc6-11ee-95a5-87774f69a715-mon-smithi007 2023-12-18T16:56:58.582 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 bash[107608]: Error: no container with name or ID "ceph-6045df08-9dc6-11ee-95a5-87774f69a715-mon.smithi007" found: no such container 2023-12-18T16:56:58.582 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 systemd[1]: ceph-6045df08-9dc6-11ee-95a5-87774f69a715@mon.smithi007.service: Succeeded. 2023-12-18T16:56:58.582 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 systemd[1]: Stopped Ceph mon.smithi007 for 6045df08-9dc6-11ee-95a5-87774f69a715. 2023-12-18T16:56:58.582 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 systemd[1]: Starting Ceph mon.smithi007 for 6045df08-9dc6-11ee-95a5-87774f69a715... 2023-12-18T16:56:58.891 INFO:teuthology.orchestra.run.smithi007.stderr:Setting mon public_network to 172.21.0.0/20 2023-12-18T16:56:59.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 bash[107673]: c0c6f22c01b97d85df38d5904f1d222a98dcebc8c2fd146fa8152d682660df1e 2023-12-18T16:56:59.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: set uid:gid to 167:167 (ceph:ceph) 2023-12-18T16:56:59.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-12-18T16:56:59.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: pidfile_write: ignore empty --pid-file 2023-12-18T16:56:59.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 systemd[1]: Started Ceph mon.smithi007 for 6045df08-9dc6-11ee-95a5-87774f69a715. 2023-12-18T16:56:59.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: load: jerasure load: lrc 2023-12-18T16:56:59.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: RocksDB version: 6.15.5 2023-12-18T16:56:59.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-18T16:56:59.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Compile date Apr 18 2022 2023-12-18T16:56:59.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: DB SUMMARY 2023-12-18T16:56:59.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: DB Session ID: 46O0ABCQ3XESB8T42BK7 2023-12-18T16:56:59.333 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: CURRENT file: CURRENT 2023-12-18T16:56:59.333 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: IDENTITY file: IDENTITY 2023-12-18T16:56:59.333 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: MANIFEST file: MANIFEST-000009 size: 131 Bytes 2023-12-18T16:56:59.333 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi007/store.db dir, Total Num: 1, files: 000008.sst 2023-12-18T16:56:59.333 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi007/store.db: 000010.log size: 80743 ; 2023-12-18T16:56:59.333 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.error_if_exists: 0 2023-12-18T16:56:59.333 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.create_if_missing: 0 2023-12-18T16:56:59.333 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.paranoid_checks: 1 2023-12-18T16:56:59.333 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-18T16:56:59.333 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.env: 0x560300433860 2023-12-18T16:56:59.333 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.fs: Posix File System 2023-12-18T16:56:59.333 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.info_log: 0x560300efffa0 2023-12-18T16:56:59.333 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.max_file_opening_threads: 16 2023-12-18T16:56:59.333 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.statistics: (nil) 2023-12-18T16:56:59.333 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.use_fsync: 0 2023-12-18T16:56:59.334 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.max_log_file_size: 0 2023-12-18T16:56:59.334 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-18T16:56:59.334 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.log_file_time_to_roll: 0 2023-12-18T16:56:59.334 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.keep_log_file_num: 1000 2023-12-18T16:56:59.334 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.recycle_log_file_num: 0 2023-12-18T16:56:59.334 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.allow_fallocate: 1 2023-12-18T16:56:59.334 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.allow_mmap_reads: 0 2023-12-18T16:56:59.334 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.allow_mmap_writes: 0 2023-12-18T16:56:59.334 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.use_direct_reads: 0 2023-12-18T16:56:59.334 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-18T16:56:59.334 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.create_missing_column_families: 0 2023-12-18T16:56:59.334 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.db_log_dir: 2023-12-18T16:56:59.334 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi007/store.db 2023-12-18T16:56:59.334 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.table_cache_numshardbits: 6 2023-12-18T16:56:59.334 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.WAL_ttl_seconds: 0 2023-12-18T16:56:59.334 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.WAL_size_limit_MB: 0 2023-12-18T16:56:59.335 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-18T16:56:59.335 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-18T16:56:59.335 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.is_fd_close_on_exec: 1 2023-12-18T16:56:59.335 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.advise_random_on_open: 1 2023-12-18T16:56:59.335 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.db_write_buffer_size: 0 2023-12-18T16:56:59.335 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.write_buffer_manager: 0x560300ff0330 2023-12-18T16:56:59.335 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-18T16:56:59.335 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-18T16:56:59.335 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-18T16:56:59.335 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.use_adaptive_mutex: 0 2023-12-18T16:56:59.335 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.rate_limiter: (nil) 2023-12-18T16:56:59.335 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-18T16:56:59.335 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.wal_recovery_mode: 2 2023-12-18T16:56:59.335 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.enable_thread_tracking: 0 2023-12-18T16:56:59.335 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.enable_pipelined_write: 0 2023-12-18T16:56:59.335 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.unordered_write: 0 2023-12-18T16:56:59.336 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-18T16:56:59.336 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-18T16:56:59.336 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-18T16:56:59.336 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-18T16:56:59.336 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.row_cache: None 2023-12-18T16:56:59.336 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.wal_filter: None 2023-12-18T16:56:59.336 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-18T16:56:59.336 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.allow_ingest_behind: 0 2023-12-18T16:56:59.336 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.preserve_deletes: 0 2023-12-18T16:56:59.336 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.two_write_queues: 0 2023-12-18T16:56:59.336 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.manual_wal_flush: 0 2023-12-18T16:56:59.336 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.atomic_flush: 0 2023-12-18T16:56:59.336 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-18T16:56:59.336 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.persist_stats_to_disk: 0 2023-12-18T16:56:59.336 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.write_dbid_to_manifest: 0 2023-12-18T16:56:59.336 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.log_readahead_size: 0 2023-12-18T16:56:59.336 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-18T16:56:59.337 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.best_efforts_recovery: 0 2023-12-18T16:56:59.337 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-18T16:56:59.337 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-18T16:56:59.338 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.allow_data_in_errors: 0 2023-12-18T16:56:59.338 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.db_host_id: __hostname__ 2023-12-18T16:56:59.338 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.max_background_jobs: 2 2023-12-18T16:56:59.338 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.max_background_compactions: -1 2023-12-18T16:56:59.338 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.max_subcompactions: 1 2023-12-18T16:56:59.338 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-18T16:56:59.338 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-18T16:56:59.338 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.delayed_write_rate : 16777216 2023-12-18T16:56:59.338 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.max_total_wal_size: 0 2023-12-18T16:56:59.338 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-18T16:56:59.338 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.stats_dump_period_sec: 600 2023-12-18T16:56:59.338 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.stats_persist_period_sec: 600 2023-12-18T16:56:59.339 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-18T16:56:59.339 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.max_open_files: -1 2023-12-18T16:56:59.339 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.bytes_per_sync: 0 2023-12-18T16:56:59.339 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.wal_bytes_per_sync: 0 2023-12-18T16:56:59.339 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.strict_bytes_per_sync: 0 2023-12-18T16:56:59.339 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.compaction_readahead_size: 0 2023-12-18T16:56:59.339 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.max_background_flushes: -1 2023-12-18T16:56:59.339 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Compression algorithms supported: 2023-12-18T16:56:59.339 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-18T16:56:59.339 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: kZSTD supported: 0 2023-12-18T16:56:59.339 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: kXpressCompression supported: 0 2023-12-18T16:56:59.339 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: kLZ4HCCompression supported: 1 2023-12-18T16:56:59.339 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: kLZ4Compression supported: 1 2023-12-18T16:56:59.339 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: kBZip2Compression supported: 0 2023-12-18T16:56:59.339 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: kZlibCompression supported: 1 2023-12-18T16:56:59.340 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: kSnappyCompression supported: 1 2023-12-18T16:56:59.340 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Fast CRC32 supported: Supported on x86 2023-12-18T16:56:59.340 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi007/store.db/MANIFEST-000009 2023-12-18T16:56:59.340 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-12-18T16:56:59.340 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-18T16:56:59.340 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.merge_operator: 2023-12-18T16:56:59.340 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.compaction_filter: None 2023-12-18T16:56:59.340 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.compaction_filter_factory: None 2023-12-18T16:56:59.340 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.sst_partitioner_factory: None 2023-12-18T16:56:59.340 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.memtable_factory: SkipListFactory 2023-12-18T16:56:59.340 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.table_factory: BlockBasedTable 2023-12-18T16:56:59.340 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x560300ecbd00) 2023-12-18T16:56:59.340 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: cache_index_and_filter_blocks: 1 2023-12-18T16:56:59.340 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-18T16:56:59.340 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-18T16:56:59.340 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: pin_top_level_index_and_filter: 1 2023-12-18T16:56:59.341 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: index_type: 0 2023-12-18T16:56:59.341 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: data_block_index_type: 0 2023-12-18T16:56:59.341 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: index_shortening: 1 2023-12-18T16:56:59.341 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: data_block_hash_table_util_ratio: 0.750000 2023-12-18T16:56:59.341 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: hash_index_allow_collision: 1 2023-12-18T16:56:59.341 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: checksum: 1 2023-12-18T16:56:59.341 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: no_block_cache: 0 2023-12-18T16:56:59.341 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: block_cache: 0x560300f36170 2023-12-18T16:56:59.341 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: block_cache_name: BinnedLRUCache 2023-12-18T16:56:59.341 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: block_cache_options: 2023-12-18T16:56:59.341 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: capacity : 536870912 2023-12-18T16:56:59.341 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: num_shard_bits : 4 2023-12-18T16:56:59.341 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: strict_capacity_limit : 0 2023-12-18T16:56:59.341 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: high_pri_pool_ratio: 0.000 2023-12-18T16:56:59.341 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: block_cache_compressed: (nil) 2023-12-18T16:56:59.341 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: persistent_cache: (nil) 2023-12-18T16:56:59.342 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: block_size: 4096 2023-12-18T16:56:59.342 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: block_size_deviation: 10 2023-12-18T16:56:59.342 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: block_restart_interval: 16 2023-12-18T16:56:59.342 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: index_block_restart_interval: 1 2023-12-18T16:56:59.342 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: metadata_block_size: 4096 2023-12-18T16:56:59.342 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: partition_filters: 0 2023-12-18T16:56:59.342 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: use_delta_encoding: 1 2023-12-18T16:56:59.342 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-18T16:56:59.342 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: whole_key_filtering: 1 2023-12-18T16:56:59.342 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: verify_compression: 0 2023-12-18T16:56:59.342 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: read_amp_bytes_per_bit: 0 2023-12-18T16:56:59.342 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: format_version: 4 2023-12-18T16:56:59.342 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: enable_index_compression: 1 2023-12-18T16:56:59.342 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: block_align: 0 2023-12-18T16:56:59.342 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.write_buffer_size: 33554432 2023-12-18T16:56:59.342 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.max_write_buffer_number: 2 2023-12-18T16:56:59.343 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.compression: NoCompression 2023-12-18T16:56:59.343 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.bottommost_compression: Disabled 2023-12-18T16:56:59.343 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.prefix_extractor: nullptr 2023-12-18T16:56:59.343 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-18T16:56:59.343 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.num_levels: 7 2023-12-18T16:56:59.343 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-18T16:56:59.343 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-18T16:56:59.343 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-18T16:56:59.343 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-18T16:56:59.343 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-18T16:56:59.343 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-18T16:56:59.343 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-18T16:56:59.343 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-18T16:56:59.343 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-18T16:56:59.343 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-18T16:56:59.343 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.compression_opts.window_bits: -14 2023-12-18T16:56:59.344 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.compression_opts.level: 32767 2023-12-18T16:56:59.344 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.compression_opts.strategy: 0 2023-12-18T16:56:59.344 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-18T16:56:59.344 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-18T16:56:59.344 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-18T16:56:59.344 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.compression_opts.enabled: false 2023-12-18T16:56:59.344 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-18T16:56:59.344 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-18T16:56:59.344 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-18T16:56:59.344 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.target_file_size_base: 67108864 2023-12-18T16:56:59.344 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.target_file_size_multiplier: 1 2023-12-18T16:56:59.344 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-18T16:56:59.344 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-18T16:56:59.344 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-18T16:56:59.344 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-18T16:56:59.344 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-18T16:56:59.344 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-18T16:56:59.345 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-18T16:56:59.345 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-18T16:56:59.345 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-18T16:56:59.345 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-18T16:56:59.345 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-18T16:56:59.345 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-18T16:56:59.345 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.arena_block_size: 4194304 2023-12-18T16:56:59.345 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-18T16:56:59.345 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-18T16:56:59.345 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-18T16:56:59.345 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.disable_auto_compactions: 0 2023-12-18T16:56:59.345 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-18T16:56:59.345 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-18T16:56:59.345 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-18T16:56:59.346 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-18T16:56:59.346 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-18T16:56:59.346 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-18T16:56:59.346 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-18T16:56:59.346 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-18T16:56:59.346 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-18T16:56:59.346 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-18T16:56:59.346 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.table_properties_collectors: 2023-12-18T16:56:59.346 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.inplace_update_support: 0 2023-12-18T16:56:59.346 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.inplace_update_num_locks: 10000 2023-12-18T16:56:59.346 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-18T16:56:59.346 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-18T16:56:59.346 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.memtable_huge_page_size: 0 2023-12-18T16:56:59.346 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.bloom_locality: 0 2023-12-18T16:56:59.346 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.max_successive_merges: 0 2023-12-18T16:56:59.346 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.optimize_filters_for_hits: 0 2023-12-18T16:56:59.347 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.paranoid_file_checks: 0 2023-12-18T16:56:59.347 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.force_consistency_checks: 1 2023-12-18T16:56:59.347 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.report_bg_io_stats: 0 2023-12-18T16:56:59.347 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.ttl: 2592000 2023-12-18T16:56:59.347 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.periodic_compaction_seconds: 0 2023-12-18T16:56:59.347 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.enable_blob_files: false 2023-12-18T16:56:59.347 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.min_blob_size: 0 2023-12-18T16:56:59.347 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.blob_file_size: 268435456 2023-12-18T16:56:59.347 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.blob_compression_type: NoCompression 2023-12-18T16:56:59.347 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.enable_blob_garbage_collection: false 2023-12-18T16:56:59.347 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-18T16:56:59.347 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi007/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-12-18T16:56:59.347 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 5 2023-12-18T16:56:59.347 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: [db/version_set.cc:4083] Creating manifest 13 2023-12-18T16:56:59.347 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: EVENT_LOG_v1 {"time_micros": 1702918618898430, "job": 1, "event": "recovery_started", "wal_files": [10]} 2023-12-18T16:56:59.348 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #10 mode 2 2023-12-18T16:56:59.348 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: 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-12-18T16:56:59.348 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: EVENT_LOG_v1 {"time_micros": 1702918618899721, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 14, "file_size": 77601, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 75859, "index_size": 230, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 9697, "raw_average_key_size": 47, "raw_value_size": 70315, "raw_average_value_size": 344, "num_data_blocks": 10, "num_entries": 204, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1702918618, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "1bcbbc3b-9db3-4d40-9507-54b5daf6d181", "db_session_id": "46O0ABCQ3XESB8T42BK7"}} 2023-12-18T16:56:59.348 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: [db/version_set.cc:4083] Creating manifest 15 2023-12-18T16:56:59.348 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: EVENT_LOG_v1 {"time_micros": 1702918618900346, "job": 1, "event": "recovery_finished"} 2023-12-18T16:56:59.348 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-smithi007/store.db/000010.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-12-18T16:56:59.348 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x560300f1ca80 2023-12-18T16:56:59.348 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: DB pointer 0x560300f2c000 2023-12-18T16:56:59.348 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-12-18T16:56:59.348 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-12-18T16:56:59.348 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: ** DB Stats ** 2023-12-18T16:56:59.348 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-18T16:56:59.348 INFO:journalctl@ceph.mon.smithi007.smithi007.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-12-18T16:56:59.348 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-18T16:56:59.348 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-18T16:56:59.349 INFO:journalctl@ceph.mon.smithi007.smithi007.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-12-18T16:56:59.349 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-18T16:56:59.349 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-18T16:56:59.349 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: 2023-12-18T16:56:59.349 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: ** Compaction Stats [default] ** 2023-12-18T16:56:59.349 INFO:journalctl@ceph.mon.smithi007.smithi007.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-12-18T16:56:59.349 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-18T16:56:59.349 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: L0 2/0 77.58 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 88.2 0.00 0.00 1 0.001 0 0 2023-12-18T16:56:59.349 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: Sum 2/0 77.58 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 88.2 0.00 0.00 1 0.001 0 0 2023-12-18T16:56:59.349 INFO:journalctl@ceph.mon.smithi007.smithi007.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 88.2 0.00 0.00 1 0.001 0 0 2023-12-18T16:56:59.349 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: 2023-12-18T16:56:59.349 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: ** Compaction Stats [default] ** 2023-12-18T16:56:59.349 INFO:journalctl@ceph.mon.smithi007.smithi007.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-12-18T16:56:59.349 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-18T16:56:59.350 INFO:journalctl@ceph.mon.smithi007.smithi007.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 88.2 0.00 0.00 1 0.001 0 0 2023-12-18T16:56:59.350 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-18T16:56:59.350 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-18T16:56:59.350 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-18T16:56:59.350 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-18T16:56:59.350 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-18T16:56:59.350 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-18T16:56:59.350 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: Cumulative compaction: 0.00 GB write, 13.63 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-18T16:56:59.350 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: Interval compaction: 0.00 GB write, 13.63 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-18T16:56:59.350 INFO:journalctl@ceph.mon.smithi007.smithi007.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-12-18T16:56:59.350 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: 2023-12-18T16:56:59.350 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-18T16:56:59.350 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: 2023-12-18T16:56:59.350 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: ** Compaction Stats [default] ** 2023-12-18T16:56:59.350 INFO:journalctl@ceph.mon.smithi007.smithi007.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-12-18T16:56:59.350 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-18T16:56:59.351 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: L0 2/0 77.58 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 88.2 0.00 0.00 1 0.001 0 0 2023-12-18T16:56:59.351 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: Sum 2/0 77.58 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 88.2 0.00 0.00 1 0.001 0 0 2023-12-18T16:56:59.351 INFO:journalctl@ceph.mon.smithi007.smithi007.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-12-18T16:56:59.351 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: 2023-12-18T16:56:59.351 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: ** Compaction Stats [default] ** 2023-12-18T16:56:59.351 INFO:journalctl@ceph.mon.smithi007.smithi007.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-12-18T16:56:59.351 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-18T16:56:59.351 INFO:journalctl@ceph.mon.smithi007.smithi007.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 88.2 0.00 0.00 1 0.001 0 0 2023-12-18T16:56:59.351 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-18T16:56:59.351 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-18T16:56:59.351 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-18T16:56:59.351 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-18T16:56:59.351 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-18T16:56:59.351 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-18T16:56:59.351 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: Cumulative compaction: 0.00 GB write, 13.49 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-18T16:56:59.352 INFO:journalctl@ceph.mon.smithi007.smithi007.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-12-18T16:56:59.352 INFO:journalctl@ceph.mon.smithi007.smithi007.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-12-18T16:56:59.352 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: 2023-12-18T16:56:59.352 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-18T16:56:59.352 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: starting mon.smithi007 rank 0 at public addrs [v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0] at bind addrs [v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi007 fsid 6045df08-9dc6-11ee-95a5-87774f69a715 2023-12-18T16:56:59.352 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: mon.smithi007@-1(???) e1 preinit fsid 6045df08-9dc6-11ee-95a5-87774f69a715 2023-12-18T16:56:59.352 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: mon.smithi007@-1(???).mds e1 new map 2023-12-18T16:56:59.352 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: mon.smithi007@-1(???).mds e1 print_map 2023-12-18T16:56:59.352 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: e1 2023-12-18T16:56:59.352 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-12-18T16:56:59.352 INFO:journalctl@ceph.mon.smithi007.smithi007.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-12-18T16:56:59.352 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: legacy client fscid: -1 2023-12-18T16:56:59.352 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: 2023-12-18T16:56:59.352 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout: No filesystems configured 2023-12-18T16:56:59.352 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: mon.smithi007@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-18T16:56:59.352 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: mon.smithi007@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-18T16:56:59.352 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: mon.smithi007@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-18T16:56:59.353 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: mon.smithi007@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-18T16:56:59.353 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: mon.smithi007@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-18T16:56:59.353 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: expand_channel_meta expand map: {default=false} 2023-12-18T16:56:59.353 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: expand_channel_meta from 'false' to 'false' 2023-12-18T16:56:59.353 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: expand_channel_meta expanded map: {default=false} 2023-12-18T16:56:59.353 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: expand_channel_meta expand map: {default=info} 2023-12-18T16:56:59.353 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: expand_channel_meta from 'info' to 'info' 2023-12-18T16:56:59.353 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: expand_channel_meta expanded map: {default=info} 2023-12-18T16:56:59.353 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: expand_channel_meta expand map: {default=daemon} 2023-12-18T16:56:59.353 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: expand_channel_meta from 'daemon' to 'daemon' 2023-12-18T16:56:59.353 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: expand_channel_meta expanded map: {default=daemon} 2023-12-18T16:56:59.353 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: expand_channel_meta expand map: {default=debug} 2023-12-18T16:56:59.353 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: expand_channel_meta from 'debug' to 'debug' 2023-12-18T16:56:59.353 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:58 smithi007 ceph-mon[107711]: expand_channel_meta expanded map: {default=debug} 2023-12-18T16:56:59.749 INFO:teuthology.orchestra.run.smithi007.stderr:Wrote config to /etc/ceph/ceph.conf 2023-12-18T16:56:59.749 INFO:teuthology.orchestra.run.smithi007.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-18T16:56:59.749 INFO:teuthology.orchestra.run.smithi007.stderr:Creating mgr... 2023-12-18T16:56:59.750 INFO:teuthology.orchestra.run.smithi007.stderr:Verifying port 9283 ... 2023-12-18T16:56:59.907 INFO:teuthology.orchestra.run.smithi007.stderr:systemctl: Failed to reset failed state of unit ceph-6045df08-9dc6-11ee-95a5-87774f69a715@mgr.smithi007.pgbvqi.service: Unit ceph-6045df08-9dc6-11ee-95a5-87774f69a715@mgr.smithi007.pgbvqi.service not loaded. 2023-12-18T16:56:59.914 INFO:teuthology.orchestra.run.smithi007.stderr:systemctl: Created symlink /etc/systemd/system/ceph-6045df08-9dc6-11ee-95a5-87774f69a715.target.wants/ceph-6045df08-9dc6-11ee-95a5-87774f69a715@mgr.smithi007.pgbvqi.service → /etc/systemd/system/ceph-6045df08-9dc6-11ee-95a5-87774f69a715@.service. 2023-12-18T16:57:00.017 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:59 smithi007 ceph-mon[107711]: mon.smithi007 is new leader, mons smithi007 in quorum (ranks 0) 2023-12-18T16:57:00.018 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:59 smithi007 ceph-mon[107711]: monmap e1: 1 mons at {smithi007=[v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0]} 2023-12-18T16:57:00.018 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:59 smithi007 ceph-mon[107711]: fsmap 2023-12-18T16:57:00.018 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:59 smithi007 ceph-mon[107711]: osdmap e1: 0 total, 0 up, 0 in 2023-12-18T16:57:00.018 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:59 smithi007 ceph-mon[107711]: mgrmap e1: no daemons active 2023-12-18T16:57:00.018 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:56:59 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/2206239314' entity='client.admin' 2023-12-18T16:57:00.428 INFO:teuthology.orchestra.run.smithi007.stderr:systemctl: disabled 2023-12-18T16:57:00.437 INFO:teuthology.orchestra.run.smithi007.stderr:systemctl: inactive 2023-12-18T16:57:00.437 INFO:teuthology.orchestra.run.smithi007.stderr:firewalld.service is not enabled 2023-12-18T16:57:00.438 INFO:teuthology.orchestra.run.smithi007.stderr:Not possible to enable service . firewalld.service is not available 2023-12-18T16:57:00.446 INFO:teuthology.orchestra.run.smithi007.stderr:systemctl: disabled 2023-12-18T16:57:00.455 INFO:teuthology.orchestra.run.smithi007.stderr:systemctl: inactive 2023-12-18T16:57:00.456 INFO:teuthology.orchestra.run.smithi007.stderr:firewalld.service is not enabled 2023-12-18T16:57:00.456 INFO:teuthology.orchestra.run.smithi007.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-12-18T16:57:00.456 INFO:teuthology.orchestra.run.smithi007.stderr:Waiting for mgr to start... 2023-12-18T16:57:00.456 INFO:teuthology.orchestra.run.smithi007.stderr:Waiting for mgr... 2023-12-18T16:57:00.997 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: 2023-12-18T16:57:00.997 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: { 2023-12-18T16:57:00.997 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "fsid": "6045df08-9dc6-11ee-95a5-87774f69a715", 2023-12-18T16:57:00.997 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "health": { 2023-12-18T16:57:00.997 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-18T16:57:00.997 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "checks": {}, 2023-12-18T16:57:00.997 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "mutes": [] 2023-12-18T16:57:00.997 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: }, 2023-12-18T16:57:00.997 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-18T16:57:00.997 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "quorum": [ 2023-12-18T16:57:00.998 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: 0 2023-12-18T16:57:00.998 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: ], 2023-12-18T16:57:00.998 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-18T16:57:00.998 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "smithi007" 2023-12-18T16:57:00.998 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: ], 2023-12-18T16:57:00.998 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "quorum_age": 2, 2023-12-18T16:57:00.998 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "monmap": { 2023-12-18T16:57:00.998 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T16:57:00.998 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-18T16:57:00.998 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-18T16:57:00.998 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: }, 2023-12-18T16:57:00.998 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "osdmap": { 2023-12-18T16:57:00.998 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T16:57:00.998 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-18T16:57:00.999 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-18T16:57:00.999 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-18T16:57:00.999 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-18T16:57:01.002 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-18T16:57:01.002 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-18T16:57:01.002 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: }, 2023-12-18T16:57:01.002 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "pgmap": { 2023-12-18T16:57:01.002 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-18T16:57:01.002 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-18T16:57:01.002 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-18T16:57:01.003 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-18T16:57:01.003 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-18T16:57:01.003 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-18T16:57:01.003 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-18T16:57:01.003 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-18T16:57:01.003 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: }, 2023-12-18T16:57:01.003 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "fsmap": { 2023-12-18T16:57:01.003 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T16:57:01.003 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-18T16:57:01.003 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-18T16:57:01.003 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: }, 2023-12-18T16:57:01.003 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-18T16:57:01.003 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "available": false, 2023-12-18T16:57:01.003 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-18T16:57:01.003 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "modules": [ 2023-12-18T16:57:01.004 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "iostat", 2023-12-18T16:57:01.004 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "nfs", 2023-12-18T16:57:01.004 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "restful" 2023-12-18T16:57:01.004 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: ], 2023-12-18T16:57:01.004 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "services": {} 2023-12-18T16:57:01.004 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: }, 2023-12-18T16:57:01.004 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "servicemap": { 2023-12-18T16:57:01.004 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T16:57:01.004 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "modified": "2023-12-18T16:56:55.386091+0000", 2023-12-18T16:57:01.004 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "services": {} 2023-12-18T16:57:01.004 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: }, 2023-12-18T16:57:01.004 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-18T16:57:01.004 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: } 2023-12-18T16:57:01.308 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:01 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/3801306533' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-18T16:57:01.348 INFO:teuthology.orchestra.run.smithi007.stderr:mgr not available, waiting (1/15)... 2023-12-18T16:57:03.824 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: 2023-12-18T16:57:03.824 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: { 2023-12-18T16:57:03.824 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "fsid": "6045df08-9dc6-11ee-95a5-87774f69a715", 2023-12-18T16:57:03.825 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "health": { 2023-12-18T16:57:03.825 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-18T16:57:03.825 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "checks": {}, 2023-12-18T16:57:03.825 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "mutes": [] 2023-12-18T16:57:03.825 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: }, 2023-12-18T16:57:03.825 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-18T16:57:03.825 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "quorum": [ 2023-12-18T16:57:03.825 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: 0 2023-12-18T16:57:03.825 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: ], 2023-12-18T16:57:03.825 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-18T16:57:03.826 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "smithi007" 2023-12-18T16:57:03.826 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: ], 2023-12-18T16:57:03.826 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "quorum_age": 4, 2023-12-18T16:57:03.826 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "monmap": { 2023-12-18T16:57:03.826 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T16:57:03.826 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-18T16:57:03.826 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-18T16:57:03.826 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: }, 2023-12-18T16:57:03.826 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "osdmap": { 2023-12-18T16:57:03.826 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T16:57:03.826 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-18T16:57:03.826 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-18T16:57:03.827 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-18T16:57:03.827 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-18T16:57:03.831 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-18T16:57:03.831 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-18T16:57:03.831 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: }, 2023-12-18T16:57:03.831 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "pgmap": { 2023-12-18T16:57:03.831 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-18T16:57:03.831 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-18T16:57:03.831 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-18T16:57:03.831 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-18T16:57:03.831 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-18T16:57:03.831 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-18T16:57:03.832 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-18T16:57:03.832 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-18T16:57:03.832 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: }, 2023-12-18T16:57:03.832 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "fsmap": { 2023-12-18T16:57:03.832 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T16:57:03.832 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-18T16:57:03.832 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-18T16:57:03.832 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: }, 2023-12-18T16:57:03.832 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-18T16:57:03.832 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "available": false, 2023-12-18T16:57:03.832 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-18T16:57:03.833 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "modules": [ 2023-12-18T16:57:03.833 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "iostat", 2023-12-18T16:57:03.833 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "nfs", 2023-12-18T16:57:03.833 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "restful" 2023-12-18T16:57:03.833 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: ], 2023-12-18T16:57:03.833 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "services": {} 2023-12-18T16:57:03.833 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: }, 2023-12-18T16:57:03.833 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "servicemap": { 2023-12-18T16:57:03.833 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T16:57:03.833 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "modified": "2023-12-18T16:56:55.386091+0000", 2023-12-18T16:57:03.833 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "services": {} 2023-12-18T16:57:03.834 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: }, 2023-12-18T16:57:03.834 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-18T16:57:03.834 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: } 2023-12-18T16:57:04.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:03 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/3272131668' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-18T16:57:04.180 INFO:teuthology.orchestra.run.smithi007.stderr:mgr not available, waiting (2/15)... 2023-12-18T16:57:06.685 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: 2023-12-18T16:57:06.685 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: { 2023-12-18T16:57:06.685 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "fsid": "6045df08-9dc6-11ee-95a5-87774f69a715", 2023-12-18T16:57:06.686 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "health": { 2023-12-18T16:57:06.686 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-18T16:57:06.686 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "checks": {}, 2023-12-18T16:57:06.686 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "mutes": [] 2023-12-18T16:57:06.686 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: }, 2023-12-18T16:57:06.686 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-18T16:57:06.686 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "quorum": [ 2023-12-18T16:57:06.686 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: 0 2023-12-18T16:57:06.686 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: ], 2023-12-18T16:57:06.686 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-18T16:57:06.686 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "smithi007" 2023-12-18T16:57:06.686 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: ], 2023-12-18T16:57:06.687 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "quorum_age": 7, 2023-12-18T16:57:06.687 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "monmap": { 2023-12-18T16:57:06.687 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T16:57:06.687 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-18T16:57:06.687 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-18T16:57:06.687 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: }, 2023-12-18T16:57:06.687 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "osdmap": { 2023-12-18T16:57:06.687 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T16:57:06.687 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-18T16:57:06.687 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-18T16:57:06.687 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-18T16:57:06.687 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-18T16:57:06.688 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-18T16:57:06.688 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-18T16:57:06.688 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: }, 2023-12-18T16:57:06.688 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "pgmap": { 2023-12-18T16:57:06.688 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-18T16:57:06.688 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-18T16:57:06.688 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-18T16:57:06.688 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-18T16:57:06.688 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-18T16:57:06.688 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-18T16:57:06.688 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-18T16:57:06.688 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-18T16:57:06.688 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: }, 2023-12-18T16:57:06.689 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "fsmap": { 2023-12-18T16:57:06.689 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T16:57:06.689 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-18T16:57:06.689 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-18T16:57:06.689 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: }, 2023-12-18T16:57:06.689 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-18T16:57:06.689 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "available": false, 2023-12-18T16:57:06.689 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-18T16:57:06.689 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "modules": [ 2023-12-18T16:57:06.689 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "iostat", 2023-12-18T16:57:06.689 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "nfs", 2023-12-18T16:57:06.690 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "restful" 2023-12-18T16:57:06.690 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: ], 2023-12-18T16:57:06.690 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "services": {} 2023-12-18T16:57:06.690 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: }, 2023-12-18T16:57:06.690 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "servicemap": { 2023-12-18T16:57:06.690 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T16:57:06.690 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "modified": "2023-12-18T16:56:55.386091+0000", 2023-12-18T16:57:06.690 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "services": {} 2023-12-18T16:57:06.690 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: }, 2023-12-18T16:57:06.690 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-18T16:57:06.690 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: } 2023-12-18T16:57:06.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:06 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/1718442816' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-18T16:57:07.030 INFO:teuthology.orchestra.run.smithi007.stderr:mgr not available, waiting (3/15)... 2023-12-18T16:57:08.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:07 smithi007 ceph-mon[107711]: Activating manager daemon smithi007.pgbvqi 2023-12-18T16:57:08.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:07 smithi007 ceph-mon[107711]: mgrmap e2: smithi007.pgbvqi(active, starting, since 0.00298907s) 2023-12-18T16:57:08.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:07 smithi007 ceph-mon[107711]: from='mgr.14100 172.21.15.7:0/1785889821' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-18T16:57:08.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:07 smithi007 ceph-mon[107711]: from='mgr.14100 172.21.15.7:0/1785889821' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-18T16:57:08.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:07 smithi007 ceph-mon[107711]: from='mgr.14100 172.21.15.7:0/1785889821' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-18T16:57:08.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:07 smithi007 ceph-mon[107711]: from='mgr.14100 172.21.15.7:0/1785889821' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mon metadata", "id": "smithi007"}]: dispatch 2023-12-18T16:57:08.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:07 smithi007 ceph-mon[107711]: from='mgr.14100 172.21.15.7:0/1785889821' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mgr metadata", "who": "smithi007.pgbvqi", "id": "smithi007.pgbvqi"}]: dispatch 2023-12-18T16:57:08.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:07 smithi007 ceph-mon[107711]: Manager daemon smithi007.pgbvqi is now available 2023-12-18T16:57:08.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:07 smithi007 ceph-mon[107711]: from='mgr.14100 172.21.15.7:0/1785889821' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi007.pgbvqi/mirror_snapshot_schedule"}]: dispatch 2023-12-18T16:57:08.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:07 smithi007 ceph-mon[107711]: from='mgr.14100 172.21.15.7:0/1785889821' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi007.pgbvqi/trash_purge_schedule"}]: dispatch 2023-12-18T16:57:08.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:07 smithi007 ceph-mon[107711]: from='mgr.14100 172.21.15.7:0/1785889821' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:57:08.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:07 smithi007 ceph-mon[107711]: from='mgr.14100 172.21.15.7:0/1785889821' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:57:08.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:07 smithi007 ceph-mon[107711]: from='mgr.14100 172.21.15.7:0/1785889821' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:57:09.581 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:09 smithi007 ceph-mon[107711]: mgrmap e3: smithi007.pgbvqi(active, since 1.00705s) 2023-12-18T16:57:10.997 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: 2023-12-18T16:57:10.998 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: { 2023-12-18T16:57:10.998 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "fsid": "6045df08-9dc6-11ee-95a5-87774f69a715", 2023-12-18T16:57:10.998 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "health": { 2023-12-18T16:57:10.998 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-18T16:57:10.998 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "checks": {}, 2023-12-18T16:57:10.998 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "mutes": [] 2023-12-18T16:57:10.998 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: }, 2023-12-18T16:57:10.998 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-18T16:57:10.998 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "quorum": [ 2023-12-18T16:57:10.998 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: 0 2023-12-18T16:57:10.999 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: ], 2023-12-18T16:57:10.999 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-18T16:57:10.999 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "smithi007" 2023-12-18T16:57:10.999 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: ], 2023-12-18T16:57:10.999 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "quorum_age": 12, 2023-12-18T16:57:10.999 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "monmap": { 2023-12-18T16:57:10.999 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T16:57:10.999 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-18T16:57:10.999 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-18T16:57:10.999 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: }, 2023-12-18T16:57:10.999 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "osdmap": { 2023-12-18T16:57:11.000 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T16:57:11.000 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-18T16:57:11.000 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-18T16:57:11.000 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-18T16:57:11.000 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-18T16:57:11.004 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-18T16:57:11.004 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-18T16:57:11.004 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: }, 2023-12-18T16:57:11.004 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "pgmap": { 2023-12-18T16:57:11.004 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-18T16:57:11.004 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-18T16:57:11.005 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-18T16:57:11.005 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-18T16:57:11.005 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-18T16:57:11.005 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-18T16:57:11.005 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-18T16:57:11.005 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-18T16:57:11.005 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: }, 2023-12-18T16:57:11.005 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "fsmap": { 2023-12-18T16:57:11.005 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T16:57:11.005 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-18T16:57:11.006 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-18T16:57:11.006 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: }, 2023-12-18T16:57:11.006 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-18T16:57:11.006 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "available": true, 2023-12-18T16:57:11.006 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-18T16:57:11.006 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "modules": [ 2023-12-18T16:57:11.006 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "iostat", 2023-12-18T16:57:11.006 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "nfs", 2023-12-18T16:57:11.006 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "restful" 2023-12-18T16:57:11.006 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: ], 2023-12-18T16:57:11.006 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "services": {} 2023-12-18T16:57:11.006 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: }, 2023-12-18T16:57:11.007 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "servicemap": { 2023-12-18T16:57:11.007 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T16:57:11.007 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "modified": "2023-12-18T16:56:55.386091+0000", 2023-12-18T16:57:11.007 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "services": {} 2023-12-18T16:57:11.007 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: }, 2023-12-18T16:57:11.007 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-18T16:57:11.007 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: } 2023-12-18T16:57:11.581 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:11 smithi007 ceph-mon[107711]: mgrmap e4: smithi007.pgbvqi(active, since 3s) 2023-12-18T16:57:11.581 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:11 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/58570322' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-18T16:57:13.071 INFO:teuthology.orchestra.run.smithi007.stderr:mgr is available 2023-12-18T16:57:14.626 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: 2023-12-18T16:57:14.626 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: [global] 2023-12-18T16:57:14.626 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: fsid = 6045df08-9dc6-11ee-95a5-87774f69a715 2023-12-18T16:57:14.626 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-18T16:57:14.626 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-18T16:57:14.626 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-18T16:57:14.626 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-18T16:57:14.626 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: 2023-12-18T16:57:14.626 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: [mgr] 2023-12-18T16:57:14.627 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-18T16:57:14.627 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: 2023-12-18T16:57:14.627 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: [osd] 2023-12-18T16:57:14.627 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-18T16:57:14.627 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-18T16:57:15.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:14 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/2967750442' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-18T16:57:16.645 INFO:teuthology.orchestra.run.smithi007.stderr:Enabling cephadm module... 2023-12-18T16:57:18.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:18 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/3292326748' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-18T16:57:19.262 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:19 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/3292326748' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-18T16:57:19.262 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:19 smithi007 ceph-mon[107711]: mgrmap e5: smithi007.pgbvqi(active, since 10s) 2023-12-18T16:57:20.020 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: { 2023-12-18T16:57:20.021 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "epoch": 5, 2023-12-18T16:57:20.021 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "available": true, 2023-12-18T16:57:20.021 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "active_name": "smithi007.pgbvqi", 2023-12-18T16:57:20.021 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-18T16:57:20.021 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: } 2023-12-18T16:57:20.330 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:20 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/3603528772' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-18T16:57:20.386 INFO:teuthology.orchestra.run.smithi007.stderr:Waiting for the mgr to restart... 2023-12-18T16:57:20.386 INFO:teuthology.orchestra.run.smithi007.stderr:Waiting for mgr epoch 5... 2023-12-18T16:57:25.930 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: { 2023-12-18T16:57:25.930 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-12-18T16:57:25.930 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "initialized": true 2023-12-18T16:57:25.930 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: } 2023-12-18T16:57:26.101 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:25 smithi007 ceph-mon[107711]: Active manager daemon smithi007.pgbvqi restarted 2023-12-18T16:57:26.101 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:25 smithi007 ceph-mon[107711]: Activating manager daemon smithi007.pgbvqi 2023-12-18T16:57:26.101 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:25 smithi007 ceph-mon[107711]: osdmap e2: 0 total, 0 up, 0 in 2023-12-18T16:57:26.101 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:25 smithi007 ceph-mon[107711]: mgrmap e6: smithi007.pgbvqi(active, starting, since 0.0664741s) 2023-12-18T16:57:26.101 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:25 smithi007 ceph-mon[107711]: from='mgr.14120 172.21.15.7:0/808761463' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mon metadata", "id": "smithi007"}]: dispatch 2023-12-18T16:57:26.101 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:25 smithi007 ceph-mon[107711]: from='mgr.14120 172.21.15.7:0/808761463' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mgr metadata", "who": "smithi007.pgbvqi", "id": "smithi007.pgbvqi"}]: dispatch 2023-12-18T16:57:26.101 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:25 smithi007 ceph-mon[107711]: from='mgr.14120 172.21.15.7:0/808761463' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-18T16:57:26.102 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:25 smithi007 ceph-mon[107711]: from='mgr.14120 172.21.15.7:0/808761463' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-18T16:57:26.102 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:25 smithi007 ceph-mon[107711]: from='mgr.14120 172.21.15.7:0/808761463' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-18T16:57:26.102 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:25 smithi007 ceph-mon[107711]: Manager daemon smithi007.pgbvqi is now available 2023-12-18T16:57:26.102 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:25 smithi007 ceph-mon[107711]: from='mgr.14120 172.21.15.7:0/808761463' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:57:26.102 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:25 smithi007 ceph-mon[107711]: from='mgr.14120 172.21.15.7:0/808761463' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:57:26.102 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:25 smithi007 ceph-mon[107711]: from='mgr.14120 172.21.15.7:0/808761463' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T16:57:26.102 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:25 smithi007 ceph-mon[107711]: from='mgr.14120 172.21.15.7:0/808761463' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T16:57:26.102 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:25 smithi007 ceph-mon[107711]: from='mgr.14120 172.21.15.7:0/808761463' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T16:57:26.102 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:25 smithi007 ceph-mon[107711]: from='mgr.14120 172.21.15.7:0/808761463' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi007.pgbvqi/mirror_snapshot_schedule"}]: dispatch 2023-12-18T16:57:26.102 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:25 smithi007 ceph-mon[107711]: from='mgr.14120 172.21.15.7:0/808761463' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi007.pgbvqi/trash_purge_schedule"}]: dispatch 2023-12-18T16:57:26.285 INFO:teuthology.orchestra.run.smithi007.stderr:mgr epoch 5 is available 2023-12-18T16:57:26.285 INFO:teuthology.orchestra.run.smithi007.stderr:Setting orchestrator backend to cephadm... 2023-12-18T16:57:27.171 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:26 smithi007 ceph-mon[107711]: mgrmap e7: smithi007.pgbvqi(active, since 1.06895s) 2023-12-18T16:57:27.172 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:26 smithi007 ceph-mon[107711]: [18/Dec/2023:16:57:25] ENGINE Bus STARTING 2023-12-18T16:57:27.172 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:26 smithi007 ceph-mon[107711]: from='mgr.14120 172.21.15.7:0/808761463' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:57:27.172 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:26 smithi007 ceph-mon[107711]: from='mgr.14120 172.21.15.7:0/808761463' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T16:57:27.172 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:26 smithi007 ceph-mon[107711]: from='mgr.14120 172.21.15.7:0/808761463' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:57:27.172 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:26 smithi007 ceph-mon[107711]: from='mgr.14120 172.21.15.7:0/808761463' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T16:57:27.812 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: value unchanged 2023-12-18T16:57:28.104 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:27 smithi007 ceph-mon[107711]: [18/Dec/2023:16:57:26] ENGINE Serving on https://172.21.15.7:7150 2023-12-18T16:57:28.104 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:27 smithi007 ceph-mon[107711]: [18/Dec/2023:16:57:26] ENGINE Bus STARTED 2023-12-18T16:57:28.105 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:27 smithi007 ceph-mon[107711]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T16:57:28.105 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:27 smithi007 ceph-mon[107711]: mgrmap e8: smithi007.pgbvqi(active, since 2s) 2023-12-18T16:57:28.168 INFO:teuthology.orchestra.run.smithi007.stderr:Generating ssh key... 2023-12-18T16:57:29.154 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:28 smithi007 ceph-mon[107711]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T16:57:29.154 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:28 smithi007 ceph-mon[107711]: from='mgr.14120 172.21.15.7:0/808761463' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:57:29.155 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:28 smithi007 ceph-mon[107711]: from='mgr.14120 172.21.15.7:0/808761463' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:57:29.886 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDPeB20pUvuIszKCGmMD4iQfJ+y45V2gTSih1MVvMcloEUgGvZXOANWGnL7Bpu90HEZnGAVgujzFfwVDT/Bdq+KyXJbo8E6eTrz/3BaEtfdUJ5VW7fn6Snb5n69t8FbXZCCPQF7/eYhWCvyvglutEKpJ4HZzgpxbc1Ou0S0s/MM+S7moi91akSfg17kOsUxgaXajzJeb94F/6PcjT+w1h+PydCARts8Fjl7W8WyGtgL9OBcWCEZWWMKn7oioAzuJNqVgaDQ965Mvt23UsqzSxzAvKMdWKo1ZCipWYLvDmqrE7/8NuErmj5oHM1TfHVqVjNTzgwuKMEl0o6m5tqRZhtLxw3q4SVSp0sv9WONaQbfJdAkRBdIm3FgtehdXmQw7yi4etD7Fyu+87Tu0KVCxlQE0AZgILCFKcfs17Z3bTHI9DTx8ADAf6m0zUp6QlnuVqX9SvABmgErt5G23p2qDJQnF3xVFfQb51J1H58zpAZvfkpDhCY3FBAkBiNneZtJwBE= ceph-6045df08-9dc6-11ee-95a5-87774f69a715 2023-12-18T16:57:30.204 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:29 smithi007 ceph-mon[107711]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T16:57:30.204 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:29 smithi007 ceph-mon[107711]: Generating ssh key... 2023-12-18T16:57:30.268 INFO:teuthology.orchestra.run.smithi007.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-12-18T16:57:30.268 INFO:teuthology.orchestra.run.smithi007.stderr:Adding key to root@localhost authorized_keys... 2023-12-18T16:57:30.269 INFO:teuthology.orchestra.run.smithi007.stderr:Adding host smithi007... 2023-12-18T16:57:31.144 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:30 smithi007 ceph-mon[107711]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T16:57:31.760 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: Added host 'smithi007' with addr '172.21.15.7' 2023-12-18T16:57:32.050 INFO:teuthology.orchestra.run.smithi007.stderr:Deploying mon service with default placement... 2023-12-18T16:57:32.053 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:31 smithi007 ceph-mon[107711]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi007", "addr": "172.21.15.7", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T16:57:32.053 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:31 smithi007 ceph-mon[107711]: from='mgr.14120 172.21.15.7:0/808761463' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:57:32.053 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:31 smithi007 ceph-mon[107711]: from='mgr.14120 172.21.15.7:0/808761463' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T16:57:32.659 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: Scheduled mon update... 2023-12-18T16:57:32.960 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:32 smithi007 ceph-mon[107711]: Deploying cephadm binary to smithi007 2023-12-18T16:57:32.960 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:32 smithi007 ceph-mon[107711]: Added host smithi007 2023-12-18T16:57:32.960 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:32 smithi007 ceph-mon[107711]: from='mgr.14120 172.21.15.7:0/808761463' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:57:33.092 INFO:teuthology.orchestra.run.smithi007.stderr:Deploying mgr service with default placement... 2023-12-18T16:57:33.682 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-12-18T16:57:34.134 INFO:teuthology.orchestra.run.smithi007.stderr:Deploying crash service with default placement... 2023-12-18T16:57:34.240 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:33 smithi007 ceph-mon[107711]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T16:57:34.240 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:33 smithi007 ceph-mon[107711]: Saving service mon spec with placement count:5 2023-12-18T16:57:34.240 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:33 smithi007 ceph-mon[107711]: from='mgr.14120 172.21.15.7:0/808761463' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:57:34.751 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: Scheduled crash update... 2023-12-18T16:57:35.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:34 smithi007 ceph-mon[107711]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T16:57:35.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:34 smithi007 ceph-mon[107711]: Saving service mgr spec with placement count:2 2023-12-18T16:57:35.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:34 smithi007 ceph-mon[107711]: from='mgr.14120 172.21.15.7:0/808761463' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:57:35.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:34 smithi007 ceph-mon[107711]: from='mgr.14120 172.21.15.7:0/808761463' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:57:35.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:34 smithi007 ceph-mon[107711]: from='mgr.14120 172.21.15.7:0/808761463' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:57:35.183 INFO:teuthology.orchestra.run.smithi007.stderr:Deploying prometheus service with default placement... 2023-12-18T16:57:35.809 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-12-18T16:57:36.119 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:35 smithi007 ceph-mon[107711]: from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T16:57:36.119 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:35 smithi007 ceph-mon[107711]: Saving service crash spec with placement * 2023-12-18T16:57:36.119 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:35 smithi007 ceph-mon[107711]: from='mgr.14120 172.21.15.7:0/808761463' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:57:36.119 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:35 smithi007 ceph-mon[107711]: from='mgr.14120 172.21.15.7:0/808761463' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:57:36.119 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:35 smithi007 ceph-mon[107711]: from='mgr.14120 172.21.15.7:0/808761463' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:57:36.120 INFO:teuthology.orchestra.run.smithi007.stderr:Deploying grafana service with default placement... 2023-12-18T16:57:36.744 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-12-18T16:57:37.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:36 smithi007 ceph-mon[107711]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T16:57:37.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:36 smithi007 ceph-mon[107711]: Saving service prometheus spec with placement count:1 2023-12-18T16:57:37.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:36 smithi007 ceph-mon[107711]: from='mgr.14120 172.21.15.7:0/808761463' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:57:37.358 INFO:teuthology.orchestra.run.smithi007.stderr:Deploying node-exporter service with default placement... 2023-12-18T16:57:37.943 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-12-18T16:57:38.227 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:37 smithi007 ceph-mon[107711]: from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T16:57:38.228 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:37 smithi007 ceph-mon[107711]: Saving service grafana spec with placement count:1 2023-12-18T16:57:38.228 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:37 smithi007 ceph-mon[107711]: from='mgr.14120 172.21.15.7:0/808761463' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:57:38.316 INFO:teuthology.orchestra.run.smithi007.stderr:Deploying alertmanager service with default placement... 2023-12-18T16:57:38.934 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-12-18T16:57:39.227 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:38 smithi007 ceph-mon[107711]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T16:57:39.227 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:38 smithi007 ceph-mon[107711]: Saving service node-exporter spec with placement * 2023-12-18T16:57:39.228 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:38 smithi007 ceph-mon[107711]: from='mgr.14120 172.21.15.7:0/808761463' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:57:40.169 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:39 smithi007 ceph-mon[107711]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T16:57:40.169 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:39 smithi007 ceph-mon[107711]: Saving service alertmanager spec with placement count:1 2023-12-18T16:57:40.170 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:39 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/1155393098' entity='client.admin' 2023-12-18T16:57:41.166 INFO:teuthology.orchestra.run.smithi007.stderr:Enabling the dashboard module... 2023-12-18T16:57:42.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:41 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/1599388991' entity='client.admin' 2023-12-18T16:57:43.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:42 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/490030403' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-18T16:57:43.778 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: { 2023-12-18T16:57:43.778 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "epoch": 9, 2023-12-18T16:57:43.778 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "available": true, 2023-12-18T16:57:43.778 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "active_name": "smithi007.pgbvqi", 2023-12-18T16:57:43.778 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-18T16:57:43.778 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: } 2023-12-18T16:57:44.059 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:43 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/490030403' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-18T16:57:44.059 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:43 smithi007 ceph-mon[107711]: mgrmap e9: smithi007.pgbvqi(active, since 17s) 2023-12-18T16:57:44.059 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:43 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/4268898219' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-18T16:57:44.149 INFO:teuthology.orchestra.run.smithi007.stderr:Waiting for the mgr to restart... 2023-12-18T16:57:44.149 INFO:teuthology.orchestra.run.smithi007.stderr:Waiting for mgr epoch 9... 2023-12-18T16:57:50.930 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: { 2023-12-18T16:57:50.931 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-12-18T16:57:50.931 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "initialized": true 2023-12-18T16:57:50.931 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: } 2023-12-18T16:57:50.957 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:50 smithi007 ceph-mon[107711]: Active manager daemon smithi007.pgbvqi restarted 2023-12-18T16:57:50.958 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:50 smithi007 ceph-mon[107711]: Activating manager daemon smithi007.pgbvqi 2023-12-18T16:57:50.958 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:50 smithi007 ceph-mon[107711]: osdmap e3: 0 total, 0 up, 0 in 2023-12-18T16:57:50.958 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:50 smithi007 ceph-mon[107711]: mgrmap e10: smithi007.pgbvqi(active, starting, since 0.23468s) 2023-12-18T16:57:50.958 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:50 smithi007 ceph-mon[107711]: from='mgr.14162 172.21.15.7:0/4029558603' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mon metadata", "id": "smithi007"}]: dispatch 2023-12-18T16:57:50.958 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:50 smithi007 ceph-mon[107711]: from='mgr.14162 172.21.15.7:0/4029558603' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mgr metadata", "who": "smithi007.pgbvqi", "id": "smithi007.pgbvqi"}]: dispatch 2023-12-18T16:57:50.958 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:50 smithi007 ceph-mon[107711]: from='mgr.14162 172.21.15.7:0/4029558603' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-18T16:57:50.958 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:50 smithi007 ceph-mon[107711]: from='mgr.14162 172.21.15.7:0/4029558603' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-18T16:57:50.958 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:50 smithi007 ceph-mon[107711]: from='mgr.14162 172.21.15.7:0/4029558603' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-18T16:57:50.958 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:50 smithi007 ceph-mon[107711]: Manager daemon smithi007.pgbvqi is now available 2023-12-18T16:57:50.958 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:50 smithi007 ceph-mon[107711]: from='mgr.14162 172.21.15.7:0/4029558603' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T16:57:50.959 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:50 smithi007 ceph-mon[107711]: from='mgr.14162 172.21.15.7:0/4029558603' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T16:57:50.959 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:50 smithi007 ceph-mon[107711]: from='mgr.14162 172.21.15.7:0/4029558603' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi007.pgbvqi/mirror_snapshot_schedule"}]: dispatch 2023-12-18T16:57:50.959 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:50 smithi007 ceph-mon[107711]: from='mgr.14162 172.21.15.7:0/4029558603' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi007.pgbvqi/trash_purge_schedule"}]: dispatch 2023-12-18T16:57:51.290 INFO:teuthology.orchestra.run.smithi007.stderr:mgr epoch 9 is available 2023-12-18T16:57:51.290 INFO:teuthology.orchestra.run.smithi007.stderr:Generating a dashboard self-signed certificate... 2023-12-18T16:57:51.962 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: Self-signed certificate created 2023-12-18T16:57:52.250 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:51 smithi007 ceph-mon[107711]: mgrmap e11: smithi007.pgbvqi(active, since 1.23726s) 2023-12-18T16:57:52.250 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:51 smithi007 ceph-mon[107711]: [18/Dec/2023:16:57:50] ENGINE Bus STARTING 2023-12-18T16:57:52.250 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:51 smithi007 ceph-mon[107711]: [18/Dec/2023:16:57:51] ENGINE Serving on https://172.21.15.7:7150 2023-12-18T16:57:52.250 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:51 smithi007 ceph-mon[107711]: [18/Dec/2023:16:57:51] ENGINE Bus STARTED 2023-12-18T16:57:52.250 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:51 smithi007 ceph-mon[107711]: from='mgr.14162 172.21.15.7:0/4029558603' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:57:52.250 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:51 smithi007 ceph-mon[107711]: from='mgr.14162 172.21.15.7:0/4029558603' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:57:52.265 INFO:teuthology.orchestra.run.smithi007.stderr:Creating initial admin user... 2023-12-18T16:57:53.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:52 smithi007 ceph-mon[107711]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T16:57:53.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:52 smithi007 ceph-mon[107711]: from='mgr.14162 172.21.15.7:0/4029558603' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:57:53.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:52 smithi007 ceph-mon[107711]: from='mgr.14162 172.21.15.7:0/4029558603' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:57:53.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:52 smithi007 ceph-mon[107711]: from='mgr.14162 172.21.15.7:0/4029558603' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:57:53.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:52 smithi007 ceph-mon[107711]: mgrmap e12: smithi007.pgbvqi(active, since 2s) 2023-12-18T16:57:53.372 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$8A3rBkvrLsNNcuzLLmlcXeSFL3WU.q79Lifj2wyUGpDo55SGIoX5O", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1702918673, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-18T16:57:53.705 INFO:teuthology.orchestra.run.smithi007.stderr:Fetching dashboard port number... 2023-12-18T16:57:54.278 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: 8443 2023-12-18T16:57:54.575 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:54 smithi007 ceph-mon[107711]: 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-12-18T16:57:54.575 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:54 smithi007 ceph-mon[107711]: from='mgr.14162 172.21.15.7:0/4029558603' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:57:54.575 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:54 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/3068302478' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-18T16:57:54.633 INFO:teuthology.orchestra.run.smithi007.stderr:systemctl: disabled 2023-12-18T16:57:54.642 INFO:teuthology.orchestra.run.smithi007.stderr:systemctl: inactive 2023-12-18T16:57:54.643 INFO:teuthology.orchestra.run.smithi007.stderr:firewalld.service is not enabled 2023-12-18T16:57:54.643 INFO:teuthology.orchestra.run.smithi007.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-18T16:57:54.646 INFO:teuthology.orchestra.run.smithi007.stderr:Ceph Dashboard is now available at: 2023-12-18T16:57:54.647 INFO:teuthology.orchestra.run.smithi007.stderr: 2023-12-18T16:57:54.647 INFO:teuthology.orchestra.run.smithi007.stderr: URL: https://smithi007.front.sepia.ceph.com:8443/ 2023-12-18T16:57:54.647 INFO:teuthology.orchestra.run.smithi007.stderr: User: admin 2023-12-18T16:57:54.647 INFO:teuthology.orchestra.run.smithi007.stderr: Password: l5sod1ja1j 2023-12-18T16:57:54.647 INFO:teuthology.orchestra.run.smithi007.stderr: 2023-12-18T16:57:54.647 INFO:teuthology.orchestra.run.smithi007.stderr:Enabling autotune for osd_memory_target 2023-12-18T16:57:56.256 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-12-18T16:57:56.638 INFO:teuthology.orchestra.run.smithi007.stderr:You can access the Ceph CLI with: 2023-12-18T16:57:56.638 INFO:teuthology.orchestra.run.smithi007.stderr: 2023-12-18T16:57:56.638 INFO:teuthology.orchestra.run.smithi007.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-18T16:57:56.638 INFO:teuthology.orchestra.run.smithi007.stderr: 2023-12-18T16:57:56.638 INFO:teuthology.orchestra.run.smithi007.stderr:Please consider enabling telemetry to help improve Ceph: 2023-12-18T16:57:56.638 INFO:teuthology.orchestra.run.smithi007.stderr: 2023-12-18T16:57:56.639 INFO:teuthology.orchestra.run.smithi007.stderr: ceph telemetry on 2023-12-18T16:57:56.639 INFO:teuthology.orchestra.run.smithi007.stderr: 2023-12-18T16:57:56.639 INFO:teuthology.orchestra.run.smithi007.stderr:For more information see: 2023-12-18T16:57:56.639 INFO:teuthology.orchestra.run.smithi007.stderr: 2023-12-18T16:57:56.639 INFO:teuthology.orchestra.run.smithi007.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2023-12-18T16:57:56.639 INFO:teuthology.orchestra.run.smithi007.stderr: 2023-12-18T16:57:56.639 INFO:teuthology.orchestra.run.smithi007.stderr:Bootstrap complete. 2023-12-18T16:57:56.686 INFO:tasks.cephadm:Fetching config... 2023-12-18T16:57:56.686 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2023-12-18T16:57:56.686 DEBUG:teuthology.orchestra.run.smithi007:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-18T16:57:56.709 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-18T16:57:56.709 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2023-12-18T16:57:56.709 DEBUG:teuthology.orchestra.run.smithi007:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-18T16:57:56.770 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-18T16:57:56.770 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2023-12-18T16:57:56.770 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd if=/var/lib/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/mon.smithi007/keyring of=/dev/stdout 2023-12-18T16:57:56.842 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:56 smithi007 ceph-mon[107711]: mgrmap e13: smithi007.pgbvqi(active, since 6s) 2023-12-18T16:57:56.842 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:56 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/1832621244' entity='client.admin' 2023-12-18T16:57:56.846 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-18T16:57:56.846 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2023-12-18T16:57:56.846 DEBUG:teuthology.orchestra.run.smithi007:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-18T16:57:56.908 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-18T16:57:56.908 DEBUG:teuthology.orchestra.run.smithi007:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDPeB20pUvuIszKCGmMD4iQfJ+y45V2gTSih1MVvMcloEUgGvZXOANWGnL7Bpu90HEZnGAVgujzFfwVDT/Bdq+KyXJbo8E6eTrz/3BaEtfdUJ5VW7fn6Snb5n69t8FbXZCCPQF7/eYhWCvyvglutEKpJ4HZzgpxbc1Ou0S0s/MM+S7moi91akSfg17kOsUxgaXajzJeb94F/6PcjT+w1h+PydCARts8Fjl7W8WyGtgL9OBcWCEZWWMKn7oioAzuJNqVgaDQ965Mvt23UsqzSxzAvKMdWKo1ZCipWYLvDmqrE7/8NuErmj5oHM1TfHVqVjNTzgwuKMEl0o6m5tqRZhtLxw3q4SVSp0sv9WONaQbfJdAkRBdIm3FgtehdXmQw7yi4etD7Fyu+87Tu0KVCxlQE0AZgILCFKcfs17Z3bTHI9DTx8ADAf6m0zUp6QlnuVqX9SvABmgErt5G23p2qDJQnF3xVFfQb51J1H58zpAZvfkpDhCY3FBAkBiNneZtJwBE= ceph-6045df08-9dc6-11ee-95a5-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-18T16:57:56.989 INFO:teuthology.orchestra.run.smithi007.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDPeB20pUvuIszKCGmMD4iQfJ+y45V2gTSih1MVvMcloEUgGvZXOANWGnL7Bpu90HEZnGAVgujzFfwVDT/Bdq+KyXJbo8E6eTrz/3BaEtfdUJ5VW7fn6Snb5n69t8FbXZCCPQF7/eYhWCvyvglutEKpJ4HZzgpxbc1Ou0S0s/MM+S7moi91akSfg17kOsUxgaXajzJeb94F/6PcjT+w1h+PydCARts8Fjl7W8WyGtgL9OBcWCEZWWMKn7oioAzuJNqVgaDQ965Mvt23UsqzSxzAvKMdWKo1ZCipWYLvDmqrE7/8NuErmj5oHM1TfHVqVjNTzgwuKMEl0o6m5tqRZhtLxw3q4SVSp0sv9WONaQbfJdAkRBdIm3FgtehdXmQw7yi4etD7Fyu+87Tu0KVCxlQE0AZgILCFKcfs17Z3bTHI9DTx8ADAf6m0zUp6QlnuVqX9SvABmgErt5G23p2qDJQnF3xVFfQb51J1H58zpAZvfkpDhCY3FBAkBiNneZtJwBE= ceph-6045df08-9dc6-11ee-95a5-87774f69a715 2023-12-18T16:57:57.001 DEBUG:teuthology.orchestra.run.smithi031:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDPeB20pUvuIszKCGmMD4iQfJ+y45V2gTSih1MVvMcloEUgGvZXOANWGnL7Bpu90HEZnGAVgujzFfwVDT/Bdq+KyXJbo8E6eTrz/3BaEtfdUJ5VW7fn6Snb5n69t8FbXZCCPQF7/eYhWCvyvglutEKpJ4HZzgpxbc1Ou0S0s/MM+S7moi91akSfg17kOsUxgaXajzJeb94F/6PcjT+w1h+PydCARts8Fjl7W8WyGtgL9OBcWCEZWWMKn7oioAzuJNqVgaDQ965Mvt23UsqzSxzAvKMdWKo1ZCipWYLvDmqrE7/8NuErmj5oHM1TfHVqVjNTzgwuKMEl0o6m5tqRZhtLxw3q4SVSp0sv9WONaQbfJdAkRBdIm3FgtehdXmQw7yi4etD7Fyu+87Tu0KVCxlQE0AZgILCFKcfs17Z3bTHI9DTx8ADAf6m0zUp6QlnuVqX9SvABmgErt5G23p2qDJQnF3xVFfQb51J1H58zpAZvfkpDhCY3FBAkBiNneZtJwBE= ceph-6045df08-9dc6-11ee-95a5-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-18T16:57:57.050 INFO:teuthology.orchestra.run.smithi031.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDPeB20pUvuIszKCGmMD4iQfJ+y45V2gTSih1MVvMcloEUgGvZXOANWGnL7Bpu90HEZnGAVgujzFfwVDT/Bdq+KyXJbo8E6eTrz/3BaEtfdUJ5VW7fn6Snb5n69t8FbXZCCPQF7/eYhWCvyvglutEKpJ4HZzgpxbc1Ou0S0s/MM+S7moi91akSfg17kOsUxgaXajzJeb94F/6PcjT+w1h+PydCARts8Fjl7W8WyGtgL9OBcWCEZWWMKn7oioAzuJNqVgaDQ965Mvt23UsqzSxzAvKMdWKo1ZCipWYLvDmqrE7/8NuErmj5oHM1TfHVqVjNTzgwuKMEl0o6m5tqRZhtLxw3q4SVSp0sv9WONaQbfJdAkRBdIm3FgtehdXmQw7yi4etD7Fyu+87Tu0KVCxlQE0AZgILCFKcfs17Z3bTHI9DTx8ADAf6m0zUp6QlnuVqX9SvABmgErt5G23p2qDJQnF3xVFfQb51J1H58zpAZvfkpDhCY3FBAkBiNneZtJwBE= ceph-6045df08-9dc6-11ee-95a5-87774f69a715 2023-12-18T16:57:57.064 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-18T16:57:58.994 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-12-18T16:57:58.994 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-12-18T16:57:59.916 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:57:59 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/2609290042' entity='client.admin' 2023-12-18T16:58:00.909 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi031 2023-12-18T16:58:00.909 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2023-12-18T16:58:00.909 DEBUG:teuthology.orchestra.run.smithi031:> dd of=/etc/ceph/ceph.conf 2023-12-18T16:58:00.933 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2023-12-18T16:58:00.934 DEBUG:teuthology.orchestra.run.smithi031:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-18T16:58:00.997 INFO:tasks.cephadm:Adding host smithi031 to orchestrator... 2023-12-18T16:58:00.997 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph orch host add smithi031 2023-12-18T16:58:01.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:00 smithi007 ceph-mon[107711]: from='mgr.14162 172.21.15.7:0/4029558603' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:58:01.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:00 smithi007 ceph-mon[107711]: from='mgr.14162 172.21.15.7:0/4029558603' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config rm", "who": "osd/host:smithi007", "name": "osd_memory_target"}]: dispatch 2023-12-18T16:58:01.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:00 smithi007 ceph-mon[107711]: from='mgr.14162 172.21.15.7:0/4029558603' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:58:01.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:00 smithi007 ceph-mon[107711]: Deploying daemon alertmanager.smithi007 on smithi007 2023-12-18T16:58:01.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:00 smithi007 ceph-mon[107711]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T16:58:01.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:00 smithi007 ceph-mon[107711]: from='mgr.14162 172.21.15.7:0/4029558603' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:58:04.192 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:03 smithi007 ceph-mon[107711]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi031", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T16:58:04.192 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:03 smithi007 ceph-mon[107711]: Deploying cephadm binary to smithi031 2023-12-18T16:58:04.384 INFO:teuthology.orchestra.run.smithi007.stdout:Added host 'smithi031' with addr '172.21.15.31' 2023-12-18T16:58:04.837 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph orch host ls --format=json 2023-12-18T16:58:05.641 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:05 smithi007 ceph-mon[107711]: from='mgr.14162 172.21.15.7:0/4029558603' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:58:05.641 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:05 smithi007 ceph-mon[107711]: Added host smithi031 2023-12-18T16:58:06.439 INFO:teuthology.orchestra.run.smithi007.stdout: 2023-12-18T16:58:06.439 INFO:teuthology.orchestra.run.smithi007.stdout:[{"addr": "172.21.15.7", "hostname": "smithi007", "labels": [], "status": ""}, {"addr": "172.21.15.31", "hostname": "smithi031", "labels": [], "status": ""}] 2023-12-18T16:58:06.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:06 smithi007 ceph-mon[107711]: from='mgr.14162 172.21.15.7:0/4029558603' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:58:06.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:06 smithi007 ceph-mon[107711]: from='mgr.14162 172.21.15.7:0/4029558603' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi007", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-18T16:58:06.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:06 smithi007 ceph-mon[107711]: from='mgr.14162 172.21.15.7:0/4029558603' entity='mgr.smithi007.pgbvqi' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi007", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-18T16:58:06.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:06 smithi007 ceph-mon[107711]: from='mgr.14162 172.21.15.7:0/4029558603' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T16:58:06.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:06 smithi007 ceph-mon[107711]: Deploying daemon crash.smithi007 on smithi007 2023-12-18T16:58:06.901 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-18T16:58:06.901 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph osd crush tunables default 2023-12-18T16:58:07.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:07 smithi007 ceph-mon[107711]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-18T16:58:07.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:07 smithi007 ceph-mon[107711]: from='mgr.14162 172.21.15.7:0/4029558603' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:58:07.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:07 smithi007 ceph-mon[107711]: from='mgr.14162 172.21.15.7:0/4029558603' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:58:07.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:07 smithi007 ceph-mon[107711]: from='mgr.14162 172.21.15.7:0/4029558603' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:58:07.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:07 smithi007 ceph-mon[107711]: from='mgr.14162 172.21.15.7:0/4029558603' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-18T16:58:07.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:07 smithi007 ceph-mon[107711]: from='mgr.14162 172.21.15.7:0/4029558603' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:58:08.585 INFO:teuthology.orchestra.run.smithi007.stderr:adjusted tunables profile to default 2023-12-18T16:58:08.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:08 smithi007 ceph-mon[107711]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-18T16:58:08.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:08 smithi007 ceph-mon[107711]: Deploying daemon grafana.smithi007 on smithi007 2023-12-18T16:58:08.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:08 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/808013308' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-18T16:58:08.960 INFO:tasks.cephadm:Adding mon.smithi007 on smithi007 2023-12-18T16:58:08.960 INFO:tasks.cephadm:Adding mon.smithi031 on smithi031 2023-12-18T16:58:08.960 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph orch apply mon '2;smithi007:172.21.15.7=smithi007;smithi031:172.21.15.31=smithi031' 2023-12-18T16:58:09.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:09 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/808013308' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-18T16:58:09.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:09 smithi007 ceph-mon[107711]: osdmap e4: 0 total, 0 up, 0 in 2023-12-18T16:58:10.444 INFO:teuthology.orchestra.run.smithi031.stdout:Scheduled mon update... 2023-12-18T16:58:10.832 DEBUG:teuthology.orchestra.run.smithi031:mon.smithi031> sudo journalctl -f -n 0 -u ceph-6045df08-9dc6-11ee-95a5-87774f69a715@mon.smithi031.service 2023-12-18T16:58:10.836 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-18T16:58:10.836 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-18T16:58:10.873 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:-- Logs begin at Mon 2023-12-18 16:46:49 UTC. -- 2023-12-18T16:58:11.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:10 smithi007 ceph-mon[107711]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T16:58:11.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:10 smithi007 ceph-mon[107711]: from='mgr.14162 172.21.15.7:0/4029558603' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:58:11.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:10 smithi007 ceph-mon[107711]: from='client.14194 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi007:172.21.15.7=smithi007;smithi031:172.21.15.31=smithi031", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T16:58:11.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:10 smithi007 ceph-mon[107711]: Saving service mon spec with placement smithi007:172.21.15.7=smithi007;smithi031:172.21.15.31=smithi031;count:2 2023-12-18T16:58:11.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:10 smithi007 ceph-mon[107711]: from='mgr.14162 172.21.15.7:0/4029558603' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:58:12.287 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-18T16:58:12.287 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":1,"fsid":"6045df08-9dc6-11ee-95a5-87774f69a715","modified":"2023-12-18T16:56:53.343932Z","created":"2023-12-18T16:56:53.343932Z","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":"smithi007","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:3300","nonce":0},{"type":"v1","addr":"172.21.15.7:6789","nonce":0}]},"addr":"172.21.15.7:6789/0","public_addr":"172.21.15.7:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-18T16:58:12.289 INFO:teuthology.orchestra.run.smithi031.stderr:dumped monmap epoch 1 2023-12-18T16:58:13.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:12 smithi007 ceph-mon[107711]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T16:58:13.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:12 smithi007 ceph-mon[107711]: from='client.? 172.21.15.31:0/151363461' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T16:58:13.711 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-18T16:58:13.712 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-18T16:58:15.177 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-18T16:58:15.177 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":1,"fsid":"6045df08-9dc6-11ee-95a5-87774f69a715","modified":"2023-12-18T16:56:53.343932Z","created":"2023-12-18T16:56:53.343932Z","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":"smithi007","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:3300","nonce":0},{"type":"v1","addr":"172.21.15.7:6789","nonce":0}]},"addr":"172.21.15.7:6789/0","public_addr":"172.21.15.7:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-18T16:58:15.180 INFO:teuthology.orchestra.run.smithi031.stderr:dumped monmap epoch 1 2023-12-18T16:58:15.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:14 smithi007 ceph-mon[107711]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T16:58:16.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:15 smithi007 ceph-mon[107711]: from='client.? 172.21.15.31:0/3873480337' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T16:58:16.571 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-18T16:58:16.571 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-18T16:58:17.217 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:16 smithi007 ceph-mon[107711]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T16:58:18.086 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-18T16:58:18.086 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":1,"fsid":"6045df08-9dc6-11ee-95a5-87774f69a715","modified":"2023-12-18T16:56:53.343932Z","created":"2023-12-18T16:56:53.343932Z","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":"smithi007","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:3300","nonce":0},{"type":"v1","addr":"172.21.15.7:6789","nonce":0}]},"addr":"172.21.15.7:6789/0","public_addr":"172.21.15.7:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-18T16:58:18.088 INFO:teuthology.orchestra.run.smithi031.stderr:dumped monmap epoch 1 2023-12-18T16:58:18.954 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:18 smithi007 ceph-mon[107711]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T16:58:18.954 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:18 smithi007 ceph-mon[107711]: from='client.? 172.21.15.31:0/1912636172' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T16:58:18.954 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:18 smithi007 ceph-mon[107711]: from='mgr.14162 172.21.15.7:0/4029558603' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:58:18.955 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:18 smithi007 ceph-mon[107711]: Deploying daemon node-exporter.smithi007 on smithi007 2023-12-18T16:58:19.514 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-18T16:58:19.515 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-18T16:58:21.003 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-18T16:58:21.003 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":1,"fsid":"6045df08-9dc6-11ee-95a5-87774f69a715","modified":"2023-12-18T16:56:53.343932Z","created":"2023-12-18T16:56:53.343932Z","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":"smithi007","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:3300","nonce":0},{"type":"v1","addr":"172.21.15.7:6789","nonce":0}]},"addr":"172.21.15.7:6789/0","public_addr":"172.21.15.7:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-18T16:58:21.006 INFO:teuthology.orchestra.run.smithi031.stderr:dumped monmap epoch 1 2023-12-18T16:58:21.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:20 smithi007 ceph-mon[107711]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T16:58:21.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:20 smithi007 ceph-mon[107711]: from='mgr.14162 172.21.15.7:0/4029558603' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:58:22.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:21 smithi007 ceph-mon[107711]: from='client.? 172.21.15.31:0/1120884295' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T16:58:22.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:21 smithi007 ceph-mon[107711]: from='mgr.14162 172.21.15.7:0/4029558603' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:58:22.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:21 smithi007 ceph-mon[107711]: from='mgr.14162 172.21.15.7:0/4029558603' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-18T16:58:22.382 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-18T16:58:22.383 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-18T16:58:23.432 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:23 smithi007 ceph-mon[107711]: from='mgr.14162 172.21.15.7:0/4029558603' entity='mgr.smithi007.pgbvqi' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-18T16:58:23.432 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:23 smithi007 ceph-mon[107711]: mgrmap e14: smithi007.pgbvqi(active, since 32s) 2023-12-18T16:58:23.984 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-18T16:58:23.984 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":1,"fsid":"6045df08-9dc6-11ee-95a5-87774f69a715","modified":"2023-12-18T16:56:53.343932Z","created":"2023-12-18T16:56:53.343932Z","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":"smithi007","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:3300","nonce":0},{"type":"v1","addr":"172.21.15.7:6789","nonce":0}]},"addr":"172.21.15.7:6789/0","public_addr":"172.21.15.7:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-18T16:58:23.986 INFO:teuthology.orchestra.run.smithi031.stderr:dumped monmap epoch 1 2023-12-18T16:58:25.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:24 smithi007 ceph-mon[107711]: from='client.? 172.21.15.31:0/3245853825' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T16:58:25.386 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-18T16:58:25.386 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-18T16:58:27.070 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-18T16:58:27.070 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":1,"fsid":"6045df08-9dc6-11ee-95a5-87774f69a715","modified":"2023-12-18T16:56:53.343932Z","created":"2023-12-18T16:56:53.343932Z","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":"smithi007","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:3300","nonce":0},{"type":"v1","addr":"172.21.15.7:6789","nonce":0}]},"addr":"172.21.15.7:6789/0","public_addr":"172.21.15.7:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-18T16:58:27.072 INFO:teuthology.orchestra.run.smithi031.stderr:dumped monmap epoch 1 2023-12-18T16:58:27.500 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:27 smithi007 ceph-mon[107711]: from='client.? 172.21.15.31:0/2281782558' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T16:58:28.453 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-18T16:58:28.454 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-18T16:58:30.017 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-18T16:58:30.017 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":1,"fsid":"6045df08-9dc6-11ee-95a5-87774f69a715","modified":"2023-12-18T16:56:53.343932Z","created":"2023-12-18T16:56:53.343932Z","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":"smithi007","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:3300","nonce":0},{"type":"v1","addr":"172.21.15.7:6789","nonce":0}]},"addr":"172.21.15.7:6789/0","public_addr":"172.21.15.7:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-18T16:58:30.019 INFO:teuthology.orchestra.run.smithi031.stderr:dumped monmap epoch 1 2023-12-18T16:58:30.260 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:30 smithi007 ceph-mon[107711]: Active manager daemon smithi007.pgbvqi restarted 2023-12-18T16:58:30.260 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:30 smithi007 ceph-mon[107711]: Activating manager daemon smithi007.pgbvqi 2023-12-18T16:58:30.260 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:30 smithi007 ceph-mon[107711]: osdmap e5: 0 total, 0 up, 0 in 2023-12-18T16:58:30.260 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:30 smithi007 ceph-mon[107711]: mgrmap e15: smithi007.pgbvqi(active, starting, since 0.916122s) 2023-12-18T16:58:30.260 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:30 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mon metadata", "id": "smithi007"}]: dispatch 2023-12-18T16:58:30.260 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:30 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mgr metadata", "who": "smithi007.pgbvqi", "id": "smithi007.pgbvqi"}]: dispatch 2023-12-18T16:58:30.260 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:30 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-18T16:58:30.260 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:30 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-18T16:58:30.261 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:30 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-18T16:58:30.261 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:30 smithi007 ceph-mon[107711]: Manager daemon smithi007.pgbvqi is now available 2023-12-18T16:58:30.261 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:30 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T16:58:30.261 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:30 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T16:58:30.261 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:30 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T16:58:30.261 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:30 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T16:58:30.261 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:30 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:58:30.261 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:30 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi007.pgbvqi/mirror_snapshot_schedule"}]: dispatch 2023-12-18T16:58:30.261 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:30 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi007.pgbvqi/trash_purge_schedule"}]: dispatch 2023-12-18T16:58:31.264 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:31 smithi007 ceph-mon[107711]: from='client.? 172.21.15.31:0/837302741' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T16:58:31.265 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:31 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:58:31.265 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:31 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:58:31.265 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:31 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:58:31.265 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:31 smithi007 ceph-mon[107711]: mgrmap e16: smithi007.pgbvqi(active, since 1.91877s) 2023-12-18T16:58:31.423 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-18T16:58:31.423 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-18T16:58:32.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:32 smithi007 ceph-mon[107711]: [18/Dec/2023:16:58:30] ENGINE Bus STARTING 2023-12-18T16:58:32.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:32 smithi007 ceph-mon[107711]: [18/Dec/2023:16:58:30] ENGINE Serving on https://172.21.15.7:7150 2023-12-18T16:58:32.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:32 smithi007 ceph-mon[107711]: [18/Dec/2023:16:58:30] ENGINE Bus STARTED 2023-12-18T16:58:32.978 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-18T16:58:32.978 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":1,"fsid":"6045df08-9dc6-11ee-95a5-87774f69a715","modified":"2023-12-18T16:56:53.343932Z","created":"2023-12-18T16:56:53.343932Z","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":"smithi007","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:3300","nonce":0},{"type":"v1","addr":"172.21.15.7:6789","nonce":0}]},"addr":"172.21.15.7:6789/0","public_addr":"172.21.15.7:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-18T16:58:32.980 INFO:teuthology.orchestra.run.smithi031.stderr:dumped monmap epoch 1 2023-12-18T16:58:33.283 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:33 smithi007 ceph-mon[107711]: mgrmap e17: smithi007.pgbvqi(active, since 3s) 2023-12-18T16:58:33.283 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:33 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:58:33.283 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:33 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:58:33.283 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:33 smithi007 ceph-mon[107711]: from='client.? 172.21.15.31:0/3366425324' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T16:58:34.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:34 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:58:34.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:34 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config rm", "who": "osd/host:smithi007", "name": "osd_memory_target"}]: dispatch 2023-12-18T16:58:34.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:34 smithi007 ceph-mon[107711]: Updating smithi007:/etc/ceph/ceph.conf 2023-12-18T16:58:34.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:34 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:58:34.456 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-18T16:58:34.456 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-18T16:58:35.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:35 smithi007 ceph-mon[107711]: Updating smithi007:/etc/ceph/ceph.client.admin.keyring 2023-12-18T16:58:36.186 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-18T16:58:36.186 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":1,"fsid":"6045df08-9dc6-11ee-95a5-87774f69a715","modified":"2023-12-18T16:56:53.343932Z","created":"2023-12-18T16:56:53.343932Z","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":"smithi007","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:3300","nonce":0},{"type":"v1","addr":"172.21.15.7:6789","nonce":0}]},"addr":"172.21.15.7:6789/0","public_addr":"172.21.15.7:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-18T16:58:36.187 INFO:teuthology.orchestra.run.smithi031.stderr:dumped monmap epoch 1 2023-12-18T16:58:36.581 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:36 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:58:36.581 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:36 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:58:36.581 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:36 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config rm", "who": "osd/host:smithi031", "name": "osd_memory_target"}]: dispatch 2023-12-18T16:58:36.581 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:36 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:58:36.581 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:36 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi031", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-18T16:58:36.582 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:36 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi031", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-18T16:58:36.582 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:36 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T16:58:36.582 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:36 smithi007 ceph-mon[107711]: Deploying daemon crash.smithi031 on smithi031 2023-12-18T16:58:36.582 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:36 smithi007 ceph-mon[107711]: from='client.? 172.21.15.31:0/2765816814' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T16:58:37.636 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-18T16:58:37.637 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-18T16:58:39.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:38 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:58:39.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:38 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi031.uwevhd", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-18T16:58:39.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:38 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi031.uwevhd", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-18T16:58:39.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:38 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-18T16:58:39.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:38 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T16:58:39.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:38 smithi007 ceph-mon[107711]: Deploying daemon mgr.smithi031.uwevhd on smithi031 2023-12-18T16:58:39.333 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-18T16:58:39.334 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":1,"fsid":"6045df08-9dc6-11ee-95a5-87774f69a715","modified":"2023-12-18T16:56:53.343932Z","created":"2023-12-18T16:56:53.343932Z","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":"smithi007","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:3300","nonce":0},{"type":"v1","addr":"172.21.15.7:6789","nonce":0}]},"addr":"172.21.15.7:6789/0","public_addr":"172.21.15.7:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-18T16:58:39.336 INFO:teuthology.orchestra.run.smithi031.stderr:dumped monmap epoch 1 2023-12-18T16:58:40.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:39 smithi007 ceph-mon[107711]: from='client.? 172.21.15.31:0/1270482518' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T16:58:40.716 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-18T16:58:40.717 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-18T16:58:41.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:40 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:58:41.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:40 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:58:41.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:40 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-18T16:58:41.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:40 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T16:58:41.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:40 smithi007 ceph-mon[107711]: Deploying daemon mon.smithi031 on smithi031 2023-12-18T16:58:43.068 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 systemd[1]: Started Ceph mon.smithi031 for 6045df08-9dc6-11ee-95a5-87774f69a715. 2023-12-18T16:58:43.068 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: RocksDB version: 6.15.5 2023-12-18T16:58:43.068 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-18T16:58:43.068 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Compile date Apr 18 2022 2023-12-18T16:58:43.068 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: DB SUMMARY 2023-12-18T16:58:43.068 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: DB Session ID: I18VNXJMW7Q8B2545661 2023-12-18T16:58:43.068 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: CURRENT file: CURRENT 2023-12-18T16:58:43.069 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: IDENTITY file: IDENTITY 2023-12-18T16:58:43.069 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: MANIFEST file: MANIFEST-000003 size: 57 Bytes 2023-12-18T16:58:43.069 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi031/store.db dir, Total Num: 0, files: 2023-12-18T16:58:43.069 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi031/store.db: 000004.log size: 511 ; 2023-12-18T16:58:43.069 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.error_if_exists: 0 2023-12-18T16:58:43.069 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.create_if_missing: 0 2023-12-18T16:58:43.069 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.paranoid_checks: 1 2023-12-18T16:58:43.069 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-18T16:58:43.069 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.env: 0x5639b6574860 2023-12-18T16:58:43.069 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.fs: Posix File System 2023-12-18T16:58:43.070 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.info_log: 0x5639b84a5fa0 2023-12-18T16:58:43.070 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.max_file_opening_threads: 16 2023-12-18T16:58:43.070 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.statistics: (nil) 2023-12-18T16:58:43.070 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.use_fsync: 0 2023-12-18T16:58:43.070 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.max_log_file_size: 0 2023-12-18T16:58:43.070 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-18T16:58:43.070 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.log_file_time_to_roll: 0 2023-12-18T16:58:43.070 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.keep_log_file_num: 1000 2023-12-18T16:58:43.070 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.recycle_log_file_num: 0 2023-12-18T16:58:43.070 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.allow_fallocate: 1 2023-12-18T16:58:43.070 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.allow_mmap_reads: 0 2023-12-18T16:58:43.071 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.allow_mmap_writes: 0 2023-12-18T16:58:43.071 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.use_direct_reads: 0 2023-12-18T16:58:43.071 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-18T16:58:43.071 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.create_missing_column_families: 0 2023-12-18T16:58:43.071 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.db_log_dir: 2023-12-18T16:58:43.071 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi031/store.db 2023-12-18T16:58:43.071 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.table_cache_numshardbits: 6 2023-12-18T16:58:43.071 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.WAL_ttl_seconds: 0 2023-12-18T16:58:43.071 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.WAL_size_limit_MB: 0 2023-12-18T16:58:43.071 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-18T16:58:43.071 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-18T16:58:43.072 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.is_fd_close_on_exec: 1 2023-12-18T16:58:43.072 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.advise_random_on_open: 1 2023-12-18T16:58:43.072 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.db_write_buffer_size: 0 2023-12-18T16:58:43.072 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.write_buffer_manager: 0x5639b8596330 2023-12-18T16:58:43.072 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-18T16:58:43.072 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-18T16:58:43.072 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-18T16:58:43.072 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.use_adaptive_mutex: 0 2023-12-18T16:58:43.072 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.rate_limiter: (nil) 2023-12-18T16:58:43.072 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-18T16:58:43.072 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.wal_recovery_mode: 2 2023-12-18T16:58:43.072 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.enable_thread_tracking: 0 2023-12-18T16:58:43.073 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.enable_pipelined_write: 0 2023-12-18T16:58:43.073 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.unordered_write: 0 2023-12-18T16:58:43.073 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-18T16:58:43.073 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-18T16:58:43.073 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-18T16:58:43.073 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-18T16:58:43.073 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.row_cache: None 2023-12-18T16:58:43.073 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.wal_filter: None 2023-12-18T16:58:43.073 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-18T16:58:43.073 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.allow_ingest_behind: 0 2023-12-18T16:58:43.074 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.preserve_deletes: 0 2023-12-18T16:58:43.074 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.two_write_queues: 0 2023-12-18T16:58:43.074 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.manual_wal_flush: 0 2023-12-18T16:58:43.074 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.atomic_flush: 0 2023-12-18T16:58:43.074 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-18T16:58:43.074 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.persist_stats_to_disk: 0 2023-12-18T16:58:43.074 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.write_dbid_to_manifest: 0 2023-12-18T16:58:43.074 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.log_readahead_size: 0 2023-12-18T16:58:43.074 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-18T16:58:43.074 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.best_efforts_recovery: 0 2023-12-18T16:58:43.074 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-18T16:58:43.074 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-18T16:58:43.075 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.allow_data_in_errors: 0 2023-12-18T16:58:43.075 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.db_host_id: __hostname__ 2023-12-18T16:58:43.075 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.max_background_jobs: 2 2023-12-18T16:58:43.075 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.max_background_compactions: -1 2023-12-18T16:58:43.075 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.max_subcompactions: 1 2023-12-18T16:58:43.075 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-18T16:58:43.075 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-18T16:58:43.075 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.delayed_write_rate : 16777216 2023-12-18T16:58:43.075 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.max_total_wal_size: 0 2023-12-18T16:58:43.075 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-18T16:58:43.076 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.stats_dump_period_sec: 600 2023-12-18T16:58:43.076 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.stats_persist_period_sec: 600 2023-12-18T16:58:43.076 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-18T16:58:43.076 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.max_open_files: -1 2023-12-18T16:58:43.076 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.bytes_per_sync: 0 2023-12-18T16:58:43.076 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.wal_bytes_per_sync: 0 2023-12-18T16:58:43.076 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.strict_bytes_per_sync: 0 2023-12-18T16:58:43.076 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.compaction_readahead_size: 0 2023-12-18T16:58:43.076 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.max_background_flushes: -1 2023-12-18T16:58:43.076 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Compression algorithms supported: 2023-12-18T16:58:43.076 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-18T16:58:43.076 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: kZSTD supported: 0 2023-12-18T16:58:43.077 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: kXpressCompression supported: 0 2023-12-18T16:58:43.077 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: kLZ4HCCompression supported: 1 2023-12-18T16:58:43.077 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: kLZ4Compression supported: 1 2023-12-18T16:58:43.077 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: kBZip2Compression supported: 0 2023-12-18T16:58:43.077 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: kZlibCompression supported: 1 2023-12-18T16:58:43.077 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: kSnappyCompression supported: 1 2023-12-18T16:58:43.077 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Fast CRC32 supported: Supported on x86 2023-12-18T16:58:43.077 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi031/store.db/MANIFEST-000003 2023-12-18T16:58:43.077 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-12-18T16:58:43.077 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-18T16:58:43.078 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.merge_operator: 2023-12-18T16:58:43.078 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.compaction_filter: None 2023-12-18T16:58:43.078 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.compaction_filter_factory: None 2023-12-18T16:58:43.078 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.sst_partitioner_factory: None 2023-12-18T16:58:43.078 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.memtable_factory: SkipListFactory 2023-12-18T16:58:43.078 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.table_factory: BlockBasedTable 2023-12-18T16:58:43.078 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5639b8471d00) 2023-12-18T16:58:43.078 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: cache_index_and_filter_blocks: 1 2023-12-18T16:58:43.078 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-18T16:58:43.078 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-18T16:58:43.078 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: pin_top_level_index_and_filter: 1 2023-12-18T16:58:43.078 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: index_type: 0 2023-12-18T16:58:43.079 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: data_block_index_type: 0 2023-12-18T16:58:43.079 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: index_shortening: 1 2023-12-18T16:58:43.079 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: data_block_hash_table_util_ratio: 0.750000 2023-12-18T16:58:43.079 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: hash_index_allow_collision: 1 2023-12-18T16:58:43.079 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: checksum: 1 2023-12-18T16:58:43.079 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: no_block_cache: 0 2023-12-18T16:58:43.079 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: block_cache: 0x5639b84dc170 2023-12-18T16:58:43.079 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: block_cache_name: BinnedLRUCache 2023-12-18T16:58:43.079 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: block_cache_options: 2023-12-18T16:58:43.079 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: capacity : 536870912 2023-12-18T16:58:43.079 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: num_shard_bits : 4 2023-12-18T16:58:43.079 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: strict_capacity_limit : 0 2023-12-18T16:58:43.080 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: high_pri_pool_ratio: 0.000 2023-12-18T16:58:43.080 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: block_cache_compressed: (nil) 2023-12-18T16:58:43.080 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: persistent_cache: (nil) 2023-12-18T16:58:43.080 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: block_size: 4096 2023-12-18T16:58:43.080 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: block_size_deviation: 10 2023-12-18T16:58:43.080 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: block_restart_interval: 16 2023-12-18T16:58:43.080 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: index_block_restart_interval: 1 2023-12-18T16:58:43.080 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: metadata_block_size: 4096 2023-12-18T16:58:43.080 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: partition_filters: 0 2023-12-18T16:58:43.080 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: use_delta_encoding: 1 2023-12-18T16:58:43.080 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-18T16:58:43.080 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: whole_key_filtering: 1 2023-12-18T16:58:43.081 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: verify_compression: 0 2023-12-18T16:58:43.081 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: read_amp_bytes_per_bit: 0 2023-12-18T16:58:43.081 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: format_version: 4 2023-12-18T16:58:43.081 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: enable_index_compression: 1 2023-12-18T16:58:43.081 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: block_align: 0 2023-12-18T16:58:43.081 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.write_buffer_size: 33554432 2023-12-18T16:58:43.081 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.max_write_buffer_number: 2 2023-12-18T16:58:43.081 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.compression: NoCompression 2023-12-18T16:58:43.081 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.bottommost_compression: Disabled 2023-12-18T16:58:43.081 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.prefix_extractor: nullptr 2023-12-18T16:58:43.081 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-18T16:58:43.082 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.num_levels: 7 2023-12-18T16:58:43.082 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-18T16:58:43.082 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-18T16:58:43.082 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-18T16:58:43.082 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-18T16:58:43.082 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-18T16:58:43.082 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-18T16:58:43.082 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-18T16:58:43.082 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-18T16:58:43.082 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-18T16:58:43.082 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-18T16:58:43.082 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.compression_opts.window_bits: -14 2023-12-18T16:58:43.083 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.compression_opts.level: 32767 2023-12-18T16:58:43.083 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.compression_opts.strategy: 0 2023-12-18T16:58:43.083 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-18T16:58:43.083 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-18T16:58:43.083 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-18T16:58:43.083 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.compression_opts.enabled: false 2023-12-18T16:58:43.083 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-18T16:58:43.083 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-18T16:58:43.083 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-18T16:58:43.083 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.target_file_size_base: 67108864 2023-12-18T16:58:43.083 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.target_file_size_multiplier: 1 2023-12-18T16:58:43.084 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-18T16:58:43.084 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-18T16:58:43.084 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-18T16:58:43.084 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-18T16:58:43.084 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-18T16:58:43.084 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-18T16:58:43.084 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-18T16:58:43.084 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-18T16:58:43.084 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-18T16:58:43.084 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-18T16:58:43.084 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-18T16:58:43.085 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-18T16:58:43.085 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.arena_block_size: 4194304 2023-12-18T16:58:43.085 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-18T16:58:43.085 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-18T16:58:43.085 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-18T16:58:43.085 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.disable_auto_compactions: 0 2023-12-18T16:58:43.085 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-18T16:58:43.085 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-18T16:58:43.085 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-18T16:58:43.085 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-18T16:58:43.085 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-18T16:58:43.086 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-18T16:58:43.086 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-18T16:58:43.086 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-18T16:58:43.086 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-18T16:58:43.086 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-18T16:58:43.086 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.table_properties_collectors: 2023-12-18T16:58:43.086 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.inplace_update_support: 0 2023-12-18T16:58:43.086 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.inplace_update_num_locks: 10000 2023-12-18T16:58:43.086 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-18T16:58:43.086 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-18T16:58:43.086 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.memtable_huge_page_size: 0 2023-12-18T16:58:43.086 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.bloom_locality: 0 2023-12-18T16:58:43.087 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.max_successive_merges: 0 2023-12-18T16:58:43.087 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.optimize_filters_for_hits: 0 2023-12-18T16:58:43.087 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.paranoid_file_checks: 0 2023-12-18T16:58:43.087 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.force_consistency_checks: 1 2023-12-18T16:58:43.087 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.report_bg_io_stats: 0 2023-12-18T16:58:43.087 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.ttl: 2592000 2023-12-18T16:58:43.087 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.periodic_compaction_seconds: 0 2023-12-18T16:58:43.087 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.enable_blob_files: false 2023-12-18T16:58:43.087 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.min_blob_size: 0 2023-12-18T16:58:43.087 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.blob_file_size: 268435456 2023-12-18T16:58:43.087 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.blob_compression_type: NoCompression 2023-12-18T16:58:43.087 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.enable_blob_garbage_collection: false 2023-12-18T16:58:43.088 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-18T16:58:43.088 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi031/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-12-18T16:58:43.088 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 0 2023-12-18T16:58:43.088 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: [db/version_set.cc:4083] Creating manifest 7 2023-12-18T16:58:43.088 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: EVENT_LOG_v1 {"time_micros": 1702918722881915, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-12-18T16:58:43.088 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #4 mode 2 2023-12-18T16:58:43.088 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: 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-12-18T16:58:43.088 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: EVENT_LOG_v1 {"time_micros": 1702918722882226, "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": 1702918722, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "6accf2ca-87b3-4f01-9216-f36bf3911415", "db_session_id": "I18VNXJMW7Q8B2545661"}} 2023-12-18T16:58:43.088 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: [db/version_set.cc:4083] Creating manifest 9 2023-12-18T16:58:43.088 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: EVENT_LOG_v1 {"time_micros": 1702918722882598, "job": 1, "event": "recovery_finished"} 2023-12-18T16:58:43.088 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-smithi031/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-12-18T16:58:43.088 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x5639b84c2a80 2023-12-18T16:58:43.089 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: DB pointer 0x5639b84d2000 2023-12-18T16:58:43.089 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-12-18T16:58:43.089 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-12-18T16:58:43.089 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: ** DB Stats ** 2023-12-18T16:58:43.089 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-18T16:58:43.089 INFO:journalctl@ceph.mon.smithi031.smithi031.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-12-18T16:58:43.089 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-18T16:58:43.089 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-18T16:58:43.089 INFO:journalctl@ceph.mon.smithi031.smithi031.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-12-18T16:58:43.089 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-18T16:58:43.089 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-18T16:58:43.089 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: 2023-12-18T16:58:43.090 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: ** Compaction Stats [default] ** 2023-12-18T16:58:43.090 INFO:journalctl@ceph.mon.smithi031.smithi031.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-12-18T16:58:43.090 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-18T16:58:43.090 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.1 0.00 0.00 1 0.000 0 0 2023-12-18T16:58:43.090 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.1 0.00 0.00 1 0.000 0 0 2023-12-18T16:58:43.090 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.1 0.00 0.00 1 0.000 0 0 2023-12-18T16:58:43.090 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: 2023-12-18T16:58:43.090 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: ** Compaction Stats [default] ** 2023-12-18T16:58:43.090 INFO:journalctl@ceph.mon.smithi031.smithi031.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-12-18T16:58:43.090 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-18T16:58:43.090 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 5.1 0.00 0.00 1 0.000 0 0 2023-12-18T16:58:43.090 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-18T16:58:43.091 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-18T16:58:43.091 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-18T16:58:43.091 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-18T16:58:43.091 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-18T16:58:43.091 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-18T16:58:43.091 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: Cumulative compaction: 0.00 GB write, 0.45 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-18T16:58:43.091 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: Interval compaction: 0.00 GB write, 0.45 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-18T16:58:43.091 INFO:journalctl@ceph.mon.smithi031.smithi031.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-12-18T16:58:43.091 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: 2023-12-18T16:58:43.091 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-18T16:58:43.091 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: 2023-12-18T16:58:43.091 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: ** Compaction Stats [default] ** 2023-12-18T16:58:43.091 INFO:journalctl@ceph.mon.smithi031.smithi031.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-12-18T16:58:43.092 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-18T16:58:43.092 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.1 0.00 0.00 1 0.000 0 0 2023-12-18T16:58:43.092 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.1 0.00 0.00 1 0.000 0 0 2023-12-18T16:58:43.092 INFO:journalctl@ceph.mon.smithi031.smithi031.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-12-18T16:58:43.092 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: 2023-12-18T16:58:43.092 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: ** Compaction Stats [default] ** 2023-12-18T16:58:43.092 INFO:journalctl@ceph.mon.smithi031.smithi031.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-12-18T16:58:43.092 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-18T16:58:43.092 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 5.1 0.00 0.00 1 0.000 0 0 2023-12-18T16:58:43.092 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-18T16:58:43.092 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-18T16:58:43.092 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-18T16:58:43.093 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-18T16:58:43.093 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-18T16:58:43.093 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-18T16:58:43.093 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: Cumulative compaction: 0.00 GB write, 0.45 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-18T16:58:43.093 INFO:journalctl@ceph.mon.smithi031.smithi031.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-12-18T16:58:43.093 INFO:journalctl@ceph.mon.smithi031.smithi031.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-12-18T16:58:43.093 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: 2023-12-18T16:58:43.093 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-18T16:58:43.093 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: mon.smithi031 does not exist in monmap, will attempt to join an existing cluster 2023-12-18T16:58:43.093 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: using public_addr v2:172.21.15.31:0/0 -> [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] 2023-12-18T16:58:43.093 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: starting mon.smithi031 rank -1 at public addrs [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] at bind addrs [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi031 fsid 6045df08-9dc6-11ee-95a5-87774f69a715 2023-12-18T16:58:43.094 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: mon.smithi031@-1(???) e0 preinit fsid 6045df08-9dc6-11ee-95a5-87774f69a715 2023-12-18T16:58:43.094 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: mon.smithi031@-1(synchronizing).mds e1 new map 2023-12-18T16:58:43.094 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: mon.smithi031@-1(synchronizing).mds e1 print_map 2023-12-18T16:58:43.094 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: e1 2023-12-18T16:58:43.094 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-12-18T16:58:43.094 INFO:journalctl@ceph.mon.smithi031.smithi031.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-12-18T16:58:43.094 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: legacy client fscid: -1 2023-12-18T16:58:43.094 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: 2023-12-18T16:58:43.094 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout: No filesystems configured 2023-12-18T16:58:43.094 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: mon.smithi031@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-12-18T16:58:43.094 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: mon.smithi031@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-12-18T16:58:43.094 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: mon.smithi031@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-12-18T16:58:43.095 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: mon.smithi031@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-12-18T16:58:43.095 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: mon.smithi031@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-12-18T16:58:43.095 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: mon.smithi031@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-12-18T16:58:43.095 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: mon.smithi031@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-12-18T16:58:43.095 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: mon.smithi031@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-18T16:58:43.095 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: mon.smithi031@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-18T16:58:43.095 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: mon.smithi031@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-18T16:58:43.095 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: mon.smithi031@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-18T16:58:43.095 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T16:58:43.095 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: from='client.? 172.21.15.31:0/1912636172' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T16:58:43.095 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: from='mgr.14162 172.21.15.7:0/4029558603' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:58:43.095 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: Deploying daemon node-exporter.smithi007 on smithi007 2023-12-18T16:58:43.095 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T16:58:43.096 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: from='mgr.14162 172.21.15.7:0/4029558603' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:58:43.096 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: from='client.? 172.21.15.31:0/1120884295' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T16:58:43.096 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: from='mgr.14162 172.21.15.7:0/4029558603' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:58:43.096 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: from='mgr.14162 172.21.15.7:0/4029558603' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-18T16:58:43.096 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: from='mgr.14162 172.21.15.7:0/4029558603' entity='mgr.smithi007.pgbvqi' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-18T16:58:43.096 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: mgrmap e14: smithi007.pgbvqi(active, since 32s) 2023-12-18T16:58:43.096 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: from='client.? 172.21.15.31:0/3245853825' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T16:58:43.096 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: from='client.? 172.21.15.31:0/2281782558' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T16:58:43.096 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: Active manager daemon smithi007.pgbvqi restarted 2023-12-18T16:58:43.096 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: Activating manager daemon smithi007.pgbvqi 2023-12-18T16:58:43.096 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: osdmap e5: 0 total, 0 up, 0 in 2023-12-18T16:58:43.096 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: mgrmap e15: smithi007.pgbvqi(active, starting, since 0.916122s) 2023-12-18T16:58:43.096 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mon metadata", "id": "smithi007"}]: dispatch 2023-12-18T16:58:43.097 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mgr metadata", "who": "smithi007.pgbvqi", "id": "smithi007.pgbvqi"}]: dispatch 2023-12-18T16:58:43.097 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-18T16:58:43.097 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-18T16:58:43.097 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-18T16:58:43.097 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: Manager daemon smithi007.pgbvqi is now available 2023-12-18T16:58:43.097 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T16:58:43.097 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T16:58:43.097 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T16:58:43.097 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T16:58:43.097 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:58:43.097 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi007.pgbvqi/mirror_snapshot_schedule"}]: dispatch 2023-12-18T16:58:43.098 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi007.pgbvqi/trash_purge_schedule"}]: dispatch 2023-12-18T16:58:43.098 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: from='client.? 172.21.15.31:0/837302741' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T16:58:43.098 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:58:43.098 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:58:43.098 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:58:43.098 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: mgrmap e16: smithi007.pgbvqi(active, since 1.91877s) 2023-12-18T16:58:43.098 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: [18/Dec/2023:16:58:30] ENGINE Bus STARTING 2023-12-18T16:58:43.098 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: [18/Dec/2023:16:58:30] ENGINE Serving on https://172.21.15.7:7150 2023-12-18T16:58:43.098 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: [18/Dec/2023:16:58:30] ENGINE Bus STARTED 2023-12-18T16:58:43.098 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: mgrmap e17: smithi007.pgbvqi(active, since 3s) 2023-12-18T16:58:43.098 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:58:43.098 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:58:43.098 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: from='client.? 172.21.15.31:0/3366425324' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T16:58:43.099 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:58:43.099 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config rm", "who": "osd/host:smithi007", "name": "osd_memory_target"}]: dispatch 2023-12-18T16:58:43.099 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: Updating smithi007:/etc/ceph/ceph.conf 2023-12-18T16:58:43.099 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:58:43.099 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: Updating smithi007:/etc/ceph/ceph.client.admin.keyring 2023-12-18T16:58:43.099 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:58:43.099 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:58:43.099 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config rm", "who": "osd/host:smithi031", "name": "osd_memory_target"}]: dispatch 2023-12-18T16:58:43.099 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:58:43.099 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi031", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-18T16:58:43.099 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi031", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-18T16:58:43.099 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T16:58:43.099 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: Deploying daemon crash.smithi031 on smithi031 2023-12-18T16:58:43.100 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: from='client.? 172.21.15.31:0/2765816814' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T16:58:43.100 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:58:43.100 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi031.uwevhd", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-18T16:58:43.100 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi031.uwevhd", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-18T16:58:43.100 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-18T16:58:43.100 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T16:58:43.100 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: Deploying daemon mgr.smithi031.uwevhd on smithi031 2023-12-18T16:58:43.100 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: from='client.? 172.21.15.31:0/1270482518' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T16:58:43.100 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:58:43.100 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:58:43.100 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-18T16:58:43.100 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T16:58:43.100 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: Deploying daemon mon.smithi031 on smithi031 2023-12-18T16:58:43.101 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: mon.smithi031@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-12-18T16:58:43.101 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:42 smithi031 ceph-mon[110581]: mon.smithi031@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2023-12-18T16:58:47.952 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-18T16:58:47.952 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":2,"fsid":"6045df08-9dc6-11ee-95a5-87774f69a715","modified":"2023-12-18T16:58:42.915000Z","created":"2023-12-18T16:56:53.343932Z","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":"smithi007","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:3300","nonce":0},{"type":"v1","addr":"172.21.15.7:6789","nonce":0}]},"addr":"172.21.15.7:6789/0","public_addr":"172.21.15.7:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi031","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:3300","nonce":0},{"type":"v1","addr":"172.21.15.31:6789","nonce":0}]},"addr":"172.21.15.31:6789/0","public_addr":"172.21.15.31:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-12-18T16:58:47.955 INFO:teuthology.orchestra.run.smithi031.stderr:dumped monmap epoch 2 2023-12-18T16:58:48.278 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:48 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mon metadata", "id": "smithi007"}]: dispatch 2023-12-18T16:58:48.279 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:48 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2023-12-18T16:58:48.279 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:48 smithi031 ceph-mon[110581]: mon.smithi007 calling monitor election 2023-12-18T16:58:48.279 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:48 smithi031 ceph-mon[110581]: from='client.? 172.21.15.31:0/1401210031' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T16:58:48.279 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:48 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2023-12-18T16:58:48.279 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:48 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2023-12-18T16:58:48.279 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:48 smithi031 ceph-mon[110581]: mon.smithi031 calling monitor election 2023-12-18T16:58:48.279 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:48 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2023-12-18T16:58:48.279 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:48 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2023-12-18T16:58:48.279 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:48 smithi031 ceph-mon[110581]: from='mgr.? 172.21.15.31:0/232439777' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi031.uwevhd/crt"}]: dispatch 2023-12-18T16:58:48.279 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:48 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2023-12-18T16:58:48.279 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:48 smithi031 ceph-mon[110581]: mon.smithi007 is new leader, mons smithi007,smithi031 in quorum (ranks 0,1) 2023-12-18T16:58:48.279 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:48 smithi031 ceph-mon[110581]: monmap e2: 2 mons at {smithi007=[v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0],smithi031=[v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0]} 2023-12-18T16:58:48.279 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:48 smithi031 ceph-mon[110581]: fsmap 2023-12-18T16:58:48.279 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:48 smithi031 ceph-mon[110581]: osdmap e5: 0 total, 0 up, 0 in 2023-12-18T16:58:48.279 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:48 smithi031 ceph-mon[110581]: mgrmap e17: smithi007.pgbvqi(active, since 18s) 2023-12-18T16:58:48.280 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:48 smithi031 ceph-mon[110581]: Standby manager daemon smithi031.uwevhd started 2023-12-18T16:58:48.280 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:48 smithi031 ceph-mon[110581]: from='mgr.? 172.21.15.31:0/232439777' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-18T16:58:48.280 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:48 smithi031 ceph-mon[110581]: from='mgr.? 172.21.15.31:0/232439777' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi031.uwevhd/key"}]: dispatch 2023-12-18T16:58:48.280 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:48 smithi031 ceph-mon[110581]: overall HEALTH_OK 2023-12-18T16:58:48.280 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:48 smithi031 ceph-mon[110581]: from='mgr.? 172.21.15.31:0/232439777' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-18T16:58:48.280 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:48 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:58:48.280 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:48 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:58:48.301 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-12-18T16:58:48.301 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph config generate-minimal-conf 2023-12-18T16:58:48.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:48 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mon metadata", "id": "smithi007"}]: dispatch 2023-12-18T16:58:48.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:48 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2023-12-18T16:58:48.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:48 smithi007 ceph-mon[107711]: mon.smithi007 calling monitor election 2023-12-18T16:58:48.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:48 smithi007 ceph-mon[107711]: from='client.? 172.21.15.31:0/1401210031' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T16:58:48.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:48 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2023-12-18T16:58:48.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:48 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2023-12-18T16:58:48.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:48 smithi007 ceph-mon[107711]: mon.smithi031 calling monitor election 2023-12-18T16:58:48.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:48 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2023-12-18T16:58:48.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:48 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2023-12-18T16:58:48.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:48 smithi007 ceph-mon[107711]: from='mgr.? 172.21.15.31:0/232439777' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi031.uwevhd/crt"}]: dispatch 2023-12-18T16:58:48.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:48 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2023-12-18T16:58:48.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:48 smithi007 ceph-mon[107711]: mon.smithi007 is new leader, mons smithi007,smithi031 in quorum (ranks 0,1) 2023-12-18T16:58:48.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:48 smithi007 ceph-mon[107711]: monmap e2: 2 mons at {smithi007=[v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0],smithi031=[v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0]} 2023-12-18T16:58:48.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:48 smithi007 ceph-mon[107711]: fsmap 2023-12-18T16:58:48.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:48 smithi007 ceph-mon[107711]: osdmap e5: 0 total, 0 up, 0 in 2023-12-18T16:58:48.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:48 smithi007 ceph-mon[107711]: mgrmap e17: smithi007.pgbvqi(active, since 18s) 2023-12-18T16:58:48.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:48 smithi007 ceph-mon[107711]: Standby manager daemon smithi031.uwevhd started 2023-12-18T16:58:48.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:48 smithi007 ceph-mon[107711]: from='mgr.? 172.21.15.31:0/232439777' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-18T16:58:48.333 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:48 smithi007 ceph-mon[107711]: from='mgr.? 172.21.15.31:0/232439777' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi031.uwevhd/key"}]: dispatch 2023-12-18T16:58:48.333 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:48 smithi007 ceph-mon[107711]: overall HEALTH_OK 2023-12-18T16:58:48.333 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:48 smithi007 ceph-mon[107711]: from='mgr.? 172.21.15.31:0/232439777' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-18T16:58:48.333 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:48 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:58:48.333 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:48 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:58:49.214 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:49 smithi031 ceph-mon[110581]: Deploying daemon node-exporter.smithi031 on smithi031 2023-12-18T16:58:49.214 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:49 smithi031 ceph-mon[110581]: mgrmap e18: smithi007.pgbvqi(active, since 19s), standbys: smithi031.uwevhd 2023-12-18T16:58:49.214 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:49 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mgr metadata", "who": "smithi031.uwevhd", "id": "smithi031.uwevhd"}]: dispatch 2023-12-18T16:58:49.214 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:49 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2023-12-18T16:58:49.263 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:49 smithi007 ceph-mon[107711]: Deploying daemon node-exporter.smithi031 on smithi031 2023-12-18T16:58:49.264 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:49 smithi007 ceph-mon[107711]: mgrmap e18: smithi007.pgbvqi(active, since 19s), standbys: smithi031.uwevhd 2023-12-18T16:58:49.264 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:49 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mgr metadata", "who": "smithi031.uwevhd", "id": "smithi031.uwevhd"}]: dispatch 2023-12-18T16:58:49.264 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:49 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2023-12-18T16:58:51.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:51 smithi007 ceph-mon[107711]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T16:58:51.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:51 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:58:51.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:51 smithi031 ceph-mon[110581]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T16:58:51.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:51 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:58:52.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:52 smithi031 ceph-mon[110581]: Deploying daemon prometheus.smithi007 on smithi007 2023-12-18T16:58:52.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:52 smithi007 ceph-mon[107711]: Deploying daemon prometheus.smithi007 on smithi007 2023-12-18T16:58:52.924 INFO:teuthology.orchestra.run.smithi007.stdout:# minimal ceph.conf for 6045df08-9dc6-11ee-95a5-87774f69a715 2023-12-18T16:58:52.924 INFO:teuthology.orchestra.run.smithi007.stdout:[global] 2023-12-18T16:58:52.924 INFO:teuthology.orchestra.run.smithi007.stdout: fsid = 6045df08-9dc6-11ee-95a5-87774f69a715 2023-12-18T16:58:52.924 INFO:teuthology.orchestra.run.smithi007.stdout: mon_host = [v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0] [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] 2023-12-18T16:58:53.292 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:53 smithi007 ceph-mon[107711]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T16:58:53.292 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:53 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/735066155' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T16:58:53.292 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:53 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:58:53.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:53 smithi031 ceph-mon[110581]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T16:58:53.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:53 smithi031 ceph-mon[110581]: from='client.? 172.21.15.7:0/735066155' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T16:58:53.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:53 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:58:53.317 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-12-18T16:58:53.317 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2023-12-18T16:58:53.317 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd of=/etc/ceph/ceph.conf 2023-12-18T16:58:53.397 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2023-12-18T16:58:53.397 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-18T16:58:53.473 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2023-12-18T16:58:53.473 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/etc/ceph/ceph.conf 2023-12-18T16:58:53.514 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2023-12-18T16:58:53.514 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-18T16:58:53.590 INFO:tasks.cephadm:Deploying OSDs... 2023-12-18T16:58:53.590 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2023-12-18T16:58:53.590 DEBUG:teuthology.orchestra.run.smithi007:> dd if=/scratch_devs of=/dev/stdout 2023-12-18T16:58:53.613 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-12-18T16:58:53.613 DEBUG:teuthology.orchestra.run.smithi007:> stat /dev/vg_nvme/lv_1 2023-12-18T16:58:53.675 INFO:teuthology.orchestra.run.smithi007.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-18T16:58:53.676 INFO:teuthology.orchestra.run.smithi007.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-18T16:58:53.676 INFO:teuthology.orchestra.run.smithi007.stdout:Device: 6h/6d Inode: 391972 Links: 1 2023-12-18T16:58:53.676 INFO:teuthology.orchestra.run.smithi007.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-18T16:58:53.676 INFO:teuthology.orchestra.run.smithi007.stdout:Context: system_u:object_r:device_t:s0 2023-12-18T16:58:53.676 INFO:teuthology.orchestra.run.smithi007.stdout:Access: 2023-12-18 16:58:19.338987850 +0000 2023-12-18T16:58:53.676 INFO:teuthology.orchestra.run.smithi007.stdout:Modify: 2023-12-18 16:55:26.582753744 +0000 2023-12-18T16:58:53.676 INFO:teuthology.orchestra.run.smithi007.stdout:Change: 2023-12-18 16:55:26.582753744 +0000 2023-12-18T16:58:53.676 INFO:teuthology.orchestra.run.smithi007.stdout: Birth: - 2023-12-18T16:58:53.677 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-18T16:58:53.748 INFO:teuthology.orchestra.run.smithi007.stderr:1+0 records in 2023-12-18T16:58:53.749 INFO:teuthology.orchestra.run.smithi007.stderr:1+0 records out 2023-12-18T16:58:53.749 INFO:teuthology.orchestra.run.smithi007.stderr:512 bytes copied, 0.000147184 s, 3.5 MB/s 2023-12-18T16:58:53.750 DEBUG:teuthology.orchestra.run.smithi007:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-18T16:58:53.839 DEBUG:teuthology.orchestra.run.smithi007:> stat /dev/vg_nvme/lv_2 2023-12-18T16:58:53.863 INFO:teuthology.orchestra.run.smithi007.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-18T16:58:53.863 INFO:teuthology.orchestra.run.smithi007.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-18T16:58:53.863 INFO:teuthology.orchestra.run.smithi007.stdout:Device: 6h/6d Inode: 392093 Links: 1 2023-12-18T16:58:53.863 INFO:teuthology.orchestra.run.smithi007.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-18T16:58:53.863 INFO:teuthology.orchestra.run.smithi007.stdout:Context: system_u:object_r:device_t:s0 2023-12-18T16:58:53.863 INFO:teuthology.orchestra.run.smithi007.stdout:Access: 2023-12-18 16:58:19.338987850 +0000 2023-12-18T16:58:53.864 INFO:teuthology.orchestra.run.smithi007.stdout:Modify: 2023-12-18 16:55:27.148746063 +0000 2023-12-18T16:58:53.864 INFO:teuthology.orchestra.run.smithi007.stdout:Change: 2023-12-18 16:55:27.148746063 +0000 2023-12-18T16:58:53.864 INFO:teuthology.orchestra.run.smithi007.stdout: Birth: - 2023-12-18T16:58:53.864 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-18T16:58:53.940 INFO:teuthology.orchestra.run.smithi007.stderr:1+0 records in 2023-12-18T16:58:53.940 INFO:teuthology.orchestra.run.smithi007.stderr:1+0 records out 2023-12-18T16:58:53.940 INFO:teuthology.orchestra.run.smithi007.stderr:512 bytes copied, 0.000111142 s, 4.6 MB/s 2023-12-18T16:58:53.942 DEBUG:teuthology.orchestra.run.smithi007:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-18T16:58:54.005 DEBUG:teuthology.orchestra.run.smithi007:> stat /dev/vg_nvme/lv_3 2023-12-18T16:58:54.066 INFO:teuthology.orchestra.run.smithi007.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-18T16:58:54.067 INFO:teuthology.orchestra.run.smithi007.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-18T16:58:54.067 INFO:teuthology.orchestra.run.smithi007.stdout:Device: 6h/6d Inode: 397524 Links: 1 2023-12-18T16:58:54.067 INFO:teuthology.orchestra.run.smithi007.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-18T16:58:54.067 INFO:teuthology.orchestra.run.smithi007.stdout:Context: system_u:object_r:device_t:s0 2023-12-18T16:58:54.067 INFO:teuthology.orchestra.run.smithi007.stdout:Access: 2023-12-18 16:58:19.339987836 +0000 2023-12-18T16:58:54.067 INFO:teuthology.orchestra.run.smithi007.stdout:Modify: 2023-12-18 16:55:27.715738369 +0000 2023-12-18T16:58:54.067 INFO:teuthology.orchestra.run.smithi007.stdout:Change: 2023-12-18 16:55:27.715738369 +0000 2023-12-18T16:58:54.067 INFO:teuthology.orchestra.run.smithi007.stdout: Birth: - 2023-12-18T16:58:54.068 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-18T16:58:54.137 INFO:teuthology.orchestra.run.smithi007.stderr:1+0 records in 2023-12-18T16:58:54.138 INFO:teuthology.orchestra.run.smithi007.stderr:1+0 records out 2023-12-18T16:58:54.138 INFO:teuthology.orchestra.run.smithi007.stderr:512 bytes copied, 0.000103873 s, 4.9 MB/s 2023-12-18T16:58:54.139 DEBUG:teuthology.orchestra.run.smithi007:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-18T16:58:54.200 DEBUG:teuthology.orchestra.run.smithi007:> stat /dev/vg_nvme/lv_4 2023-12-18T16:58:54.262 INFO:teuthology.orchestra.run.smithi007.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-18T16:58:54.262 INFO:teuthology.orchestra.run.smithi007.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-18T16:58:54.263 INFO:teuthology.orchestra.run.smithi007.stdout:Device: 6h/6d Inode: 400453 Links: 1 2023-12-18T16:58:54.263 INFO:teuthology.orchestra.run.smithi007.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-18T16:58:54.263 INFO:teuthology.orchestra.run.smithi007.stdout:Context: system_u:object_r:device_t:s0 2023-12-18T16:58:54.263 INFO:teuthology.orchestra.run.smithi007.stdout:Access: 2023-12-18 16:58:19.339987836 +0000 2023-12-18T16:58:54.263 INFO:teuthology.orchestra.run.smithi007.stdout:Modify: 2023-12-18 16:55:28.284730649 +0000 2023-12-18T16:58:54.263 INFO:teuthology.orchestra.run.smithi007.stdout:Change: 2023-12-18 16:55:28.284730649 +0000 2023-12-18T16:58:54.263 INFO:teuthology.orchestra.run.smithi007.stdout: Birth: - 2023-12-18T16:58:54.263 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-18T16:58:54.336 INFO:teuthology.orchestra.run.smithi007.stderr:1+0 records in 2023-12-18T16:58:54.336 INFO:teuthology.orchestra.run.smithi007.stderr:1+0 records out 2023-12-18T16:58:54.337 INFO:teuthology.orchestra.run.smithi007.stderr:512 bytes copied, 0.000126191 s, 4.1 MB/s 2023-12-18T16:58:54.338 DEBUG:teuthology.orchestra.run.smithi007:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-18T16:58:54.404 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2023-12-18T16:58:54.404 DEBUG:teuthology.orchestra.run.smithi031:> dd if=/scratch_devs of=/dev/stdout 2023-12-18T16:58:54.428 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-12-18T16:58:54.428 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/vg_nvme/lv_1 2023-12-18T16:58:54.491 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-18T16:58:54.491 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-18T16:58:54.492 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 6h/6d Inode: 397330 Links: 1 2023-12-18T16:58:54.492 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-18T16:58:54.492 INFO:teuthology.orchestra.run.smithi031.stdout:Context: system_u:object_r:device_t:s0 2023-12-18T16:58:54.492 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2023-12-18 16:58:48.616633000 +0000 2023-12-18T16:58:54.492 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2023-12-18 16:55:27.439528925 +0000 2023-12-18T16:58:54.492 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2023-12-18 16:55:27.439528925 +0000 2023-12-18T16:58:54.492 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: - 2023-12-18T16:58:54.492 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-18T16:58:54.565 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2023-12-18T16:58:54.566 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2023-12-18T16:58:54.566 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.000224709 s, 2.3 MB/s 2023-12-18T16:58:54.567 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-18T16:58:54.632 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/vg_nvme/lv_2 2023-12-18T16:58:54.695 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-18T16:58:54.695 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-18T16:58:54.696 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 6h/6d Inode: 392824 Links: 1 2023-12-18T16:58:54.696 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-18T16:58:54.696 INFO:teuthology.orchestra.run.smithi031.stdout:Context: system_u:object_r:device_t:s0 2023-12-18T16:58:54.696 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2023-12-18 16:58:48.616633000 +0000 2023-12-18T16:58:54.696 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2023-12-18 16:55:28.019519557 +0000 2023-12-18T16:58:54.696 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2023-12-18 16:55:28.019519557 +0000 2023-12-18T16:58:54.696 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: - 2023-12-18T16:58:54.696 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-18T16:58:54.769 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2023-12-18T16:58:54.769 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2023-12-18T16:58:54.770 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.000232266 s, 2.2 MB/s 2023-12-18T16:58:54.771 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-18T16:58:54.836 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/vg_nvme/lv_3 2023-12-18T16:58:54.899 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-18T16:58:54.900 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-18T16:58:54.900 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 6h/6d Inode: 396728 Links: 1 2023-12-18T16:58:54.900 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-18T16:58:54.900 INFO:teuthology.orchestra.run.smithi031.stdout:Context: system_u:object_r:device_t:s0 2023-12-18T16:58:54.900 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2023-12-18 16:58:48.616633000 +0000 2023-12-18T16:58:54.900 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2023-12-18 16:55:28.594510270 +0000 2023-12-18T16:58:54.900 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2023-12-18 16:55:28.594510270 +0000 2023-12-18T16:58:54.900 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: - 2023-12-18T16:58:54.901 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-18T16:58:54.974 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2023-12-18T16:58:54.974 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2023-12-18T16:58:54.974 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.000235596 s, 2.2 MB/s 2023-12-18T16:58:54.975 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-18T16:58:55.041 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/vg_nvme/lv_4 2023-12-18T16:58:55.104 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-18T16:58:55.104 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-18T16:58:55.104 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 6h/6d Inode: 392990 Links: 1 2023-12-18T16:58:55.104 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-18T16:58:55.104 INFO:teuthology.orchestra.run.smithi031.stdout:Context: system_u:object_r:device_t:s0 2023-12-18T16:58:55.104 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2023-12-18 16:58:48.616633000 +0000 2023-12-18T16:58:55.105 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2023-12-18 16:55:29.173500918 +0000 2023-12-18T16:58:55.105 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2023-12-18 16:55:29.173500918 +0000 2023-12-18T16:58:55.105 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: - 2023-12-18T16:58:55.105 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-18T16:58:55.177 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2023-12-18T16:58:55.177 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2023-12-18T16:58:55.177 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.000249788 s, 2.0 MB/s 2023-12-18T16:58:55.178 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-18T16:58:55.242 INFO:tasks.cephadm:Deploying osd.0 on smithi007 with /dev/vg_nvme/lv_4... 2023-12-18T16:58:55.243 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-18T16:58:55.271 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:54 smithi007 ceph-mon[107711]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T16:58:55.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:54 smithi031 ceph-mon[110581]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T16:58:57.200 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:56 smithi007 ceph-mon[107711]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T16:58:57.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:56 smithi031 ceph-mon[110581]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T16:58:58.982 INFO:teuthology.orchestra.run.smithi007.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-18T16:58:58.982 INFO:teuthology.orchestra.run.smithi007.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-18T16:58:58.982 INFO:teuthology.orchestra.run.smithi007.stderr: stderr: 10+0 records in 2023-12-18T16:58:58.982 INFO:teuthology.orchestra.run.smithi007.stderr:10+0 records out 2023-12-18T16:58:58.983 INFO:teuthology.orchestra.run.smithi007.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00899257 s, 1.2 GB/s 2023-12-18T16:58:58.983 INFO:teuthology.orchestra.run.smithi007.stderr:--> Zapping successful for: 2023-12-18T16:58:59.239 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:58:58 smithi007 ceph-mon[107711]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T16:58:59.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:58:58 smithi031 ceph-mon[110581]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T16:58:59.429 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi007:vg_nvme/lv_4 2023-12-18T16:59:01.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:00 smithi007 ceph-mon[107711]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T16:59:01.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:00 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:01.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:00 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T16:59:01.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:00 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T16:59:01.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:00 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T16:59:01.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:00 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T16:59:01.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:00 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T16:59:01.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:00 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T16:59:01.267 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:00 smithi031 ceph-mon[110581]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T16:59:01.267 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:00 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:01.267 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:00 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T16:59:01.267 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:00 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T16:59:01.267 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:00 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T16:59:01.267 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:00 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T16:59:01.267 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:00 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T16:59:01.267 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:00 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T16:59:02.238 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:01 smithi007 ceph-mon[107711]: from='client.14234 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi007:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T16:59:02.238 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:01 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:02.238 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:01 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:02.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:01 smithi031 ceph-mon[110581]: from='client.14234 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi007:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T16:59:02.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:01 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:02.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:01 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:03.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:02 smithi007 ceph-mon[107711]: Updating smithi031:/etc/ceph/ceph.conf 2023-12-18T16:59:03.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:02 smithi007 ceph-mon[107711]: Updating smithi031:/etc/ceph/ceph.client.admin.keyring 2023-12-18T16:59:03.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:02 smithi007 ceph-mon[107711]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T16:59:03.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:02 smithi031 ceph-mon[110581]: Updating smithi031:/etc/ceph/ceph.conf 2023-12-18T16:59:03.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:02 smithi031 ceph-mon[110581]: Updating smithi031:/etc/ceph/ceph.client.admin.keyring 2023-12-18T16:59:03.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:02 smithi031 ceph-mon[110581]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T16:59:04.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:03 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:04.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:03 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:04.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:03 smithi031 ceph-mon[110581]: Updating smithi007:/etc/ceph/ceph.conf 2023-12-18T16:59:04.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:03 smithi031 ceph-mon[110581]: from='client.? 172.21.15.7:0/98360629' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d16dae36-3a41-4033-b1ef-dd85f26997dd"}]: dispatch 2023-12-18T16:59:04.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:03 smithi031 ceph-mon[110581]: from='client.? 172.21.15.7:0/98360629' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d16dae36-3a41-4033-b1ef-dd85f26997dd"}]': finished 2023-12-18T16:59:04.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:03 smithi031 ceph-mon[110581]: osdmap e6: 1 total, 0 up, 1 in 2023-12-18T16:59:04.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:03 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T16:59:04.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:03 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:04.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:03 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:04.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:03 smithi031 ceph-mon[110581]: Reconfiguring mon.smithi007 (unknown last config time)... 2023-12-18T16:59:04.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:03 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-18T16:59:04.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:03 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-18T16:59:04.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:03 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T16:59:04.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:03 smithi031 ceph-mon[110581]: Reconfiguring daemon mon.smithi007 on smithi007 2023-12-18T16:59:04.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:03 smithi031 ceph-mon[110581]: from='client.? 172.21.15.7:0/1616055222' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T16:59:04.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:03 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:04.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:03 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:04.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:03 smithi007 ceph-mon[107711]: Updating smithi007:/etc/ceph/ceph.conf 2023-12-18T16:59:04.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:03 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/98360629' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d16dae36-3a41-4033-b1ef-dd85f26997dd"}]: dispatch 2023-12-18T16:59:04.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:03 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/98360629' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d16dae36-3a41-4033-b1ef-dd85f26997dd"}]': finished 2023-12-18T16:59:04.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:03 smithi007 ceph-mon[107711]: osdmap e6: 1 total, 0 up, 1 in 2023-12-18T16:59:04.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:03 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T16:59:04.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:03 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:04.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:03 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:04.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:03 smithi007 ceph-mon[107711]: Reconfiguring mon.smithi007 (unknown last config time)... 2023-12-18T16:59:04.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:03 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-18T16:59:04.333 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:03 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-18T16:59:04.333 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:03 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T16:59:04.333 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:03 smithi007 ceph-mon[107711]: Reconfiguring daemon mon.smithi007 on smithi007 2023-12-18T16:59:04.333 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:03 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/1616055222' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T16:59:05.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:04 smithi031 ceph-mon[110581]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T16:59:05.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:04 smithi007 ceph-mon[107711]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T16:59:07.177 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:06 smithi007 ceph-mon[107711]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T16:59:07.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:06 smithi031 ceph-mon[110581]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T16:59:08.369 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:08 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:08.369 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:08 smithi007 ceph-mon[107711]: Reconfiguring mgr.smithi007.pgbvqi (unknown last config time)... 2023-12-18T16:59:08.369 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:08 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi007.pgbvqi", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-18T16:59:08.369 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:08 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-18T16:59:08.369 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:08 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T16:59:08.370 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:08 smithi007 ceph-mon[107711]: Reconfiguring daemon mgr.smithi007.pgbvqi on smithi007 2023-12-18T16:59:08.370 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:08 smithi007 ceph-mon[107711]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T16:59:08.370 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:08 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:08.370 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:08 smithi007 ceph-mon[107711]: Reconfiguring alertmanager.smithi007 (dependencies changed)... 2023-12-18T16:59:08.370 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:08 smithi007 ceph-mon[107711]: Reconfiguring daemon alertmanager.smithi007 on smithi007 2023-12-18T16:59:08.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:08 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:08.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:08 smithi031 ceph-mon[110581]: Reconfiguring mgr.smithi007.pgbvqi (unknown last config time)... 2023-12-18T16:59:08.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:08 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi007.pgbvqi", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-18T16:59:08.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:08 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-18T16:59:08.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:08 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T16:59:08.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:08 smithi031 ceph-mon[110581]: Reconfiguring daemon mgr.smithi007.pgbvqi on smithi007 2023-12-18T16:59:08.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:08 smithi031 ceph-mon[110581]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T16:59:08.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:08 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:08.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:08 smithi031 ceph-mon[110581]: Reconfiguring alertmanager.smithi007 (dependencies changed)... 2023-12-18T16:59:08.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:08 smithi031 ceph-mon[110581]: Reconfiguring daemon alertmanager.smithi007 on smithi007 2023-12-18T16:59:10.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:09 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-18T16:59:10.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:09 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T16:59:10.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:09 smithi007 ceph-mon[107711]: Deploying daemon osd.0 on smithi007 2023-12-18T16:59:10.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:09 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-18T16:59:10.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:09 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T16:59:10.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:09 smithi031 ceph-mon[110581]: Deploying daemon osd.0 on smithi007 2023-12-18T16:59:11.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:10 smithi007 ceph-mon[107711]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T16:59:11.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:10 smithi031 ceph-mon[110581]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T16:59:12.742 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:12 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:12.742 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:12 smithi007 ceph-mon[107711]: Reconfiguring crash.smithi007 (monmap changed)... 2023-12-18T16:59:12.742 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:12 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi007", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-18T16:59:12.743 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:12 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T16:59:12.743 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:12 smithi007 ceph-mon[107711]: Reconfiguring daemon crash.smithi007 on smithi007 2023-12-18T16:59:12.743 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:12 smithi007 ceph-mon[107711]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T16:59:12.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:12 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:12.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:12 smithi031 ceph-mon[110581]: Reconfiguring crash.smithi007 (monmap changed)... 2023-12-18T16:59:12.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:12 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi007", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-18T16:59:12.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:12 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T16:59:12.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:12 smithi031 ceph-mon[110581]: Reconfiguring daemon crash.smithi007 on smithi007 2023-12-18T16:59:12.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:12 smithi031 ceph-mon[110581]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T16:59:15.074 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:14 smithi007 ceph-mon[107711]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T16:59:15.075 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:14 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:15.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:14 smithi031 ceph-mon[110581]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T16:59:15.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:14 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:16.545 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:16 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:16.545 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:16 smithi007 ceph-mon[107711]: Reconfiguring grafana.smithi007 (dependencies changed)... 2023-12-18T16:59:16.545 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:16 smithi007 ceph-mon[107711]: Reconfiguring daemon grafana.smithi007 on smithi007 2023-12-18T16:59:16.545 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:16 smithi007 ceph-mon[107711]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T16:59:16.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:16 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:16.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:16 smithi031 ceph-mon[110581]: Reconfiguring grafana.smithi007 (dependencies changed)... 2023-12-18T16:59:16.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:16 smithi031 ceph-mon[110581]: Reconfiguring daemon grafana.smithi007 on smithi007 2023-12-18T16:59:16.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:16 smithi031 ceph-mon[110581]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T16:59:17.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:17 smithi007 ceph-mon[107711]: from='osd.0 [v2:172.21.15.7:6802/2248436816,v1:172.21.15.7:6803/2248436816]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-18T16:59:18.065 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:17 smithi031 ceph-mon[110581]: from='osd.0 [v2:172.21.15.7:6802/2248436816,v1:172.21.15.7:6803/2248436816]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-18T16:59:19.030 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:18 smithi031 ceph-mon[110581]: from='osd.0 [v2:172.21.15.7:6802/2248436816,v1:172.21.15.7:6803/2248436816]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-18T16:59:19.030 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:18 smithi031 ceph-mon[110581]: osdmap e7: 1 total, 0 up, 1 in 2023-12-18T16:59:19.030 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:18 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T16:59:19.031 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:18 smithi031 ceph-mon[110581]: from='osd.0 [v2:172.21.15.7:6802/2248436816,v1:172.21.15.7:6803/2248436816]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2023-12-18T16:59:19.031 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:18 smithi031 ceph-mon[110581]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T16:59:19.031 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:18 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:19.031 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:18 smithi031 ceph-mon[110581]: Reconfiguring crash.smithi031 (monmap changed)... 2023-12-18T16:59:19.031 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:18 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi031", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-18T16:59:19.031 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:18 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T16:59:19.031 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:18 smithi031 ceph-mon[110581]: Reconfiguring daemon crash.smithi031 on smithi031 2023-12-18T16:59:19.070 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:18 smithi007 ceph-mon[107711]: from='osd.0 [v2:172.21.15.7:6802/2248436816,v1:172.21.15.7:6803/2248436816]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-18T16:59:19.071 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:18 smithi007 ceph-mon[107711]: osdmap e7: 1 total, 0 up, 1 in 2023-12-18T16:59:19.071 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:18 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T16:59:19.071 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:18 smithi007 ceph-mon[107711]: from='osd.0 [v2:172.21.15.7:6802/2248436816,v1:172.21.15.7:6803/2248436816]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2023-12-18T16:59:19.071 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:18 smithi007 ceph-mon[107711]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T16:59:19.071 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:18 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:19.071 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:18 smithi007 ceph-mon[107711]: Reconfiguring crash.smithi031 (monmap changed)... 2023-12-18T16:59:19.071 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:18 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi031", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-18T16:59:19.071 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:18 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T16:59:19.071 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:18 smithi007 ceph-mon[107711]: Reconfiguring daemon crash.smithi031 on smithi031 2023-12-18T16:59:19.167 INFO:teuthology.orchestra.run.smithi007.stdout:Created osd(s) 0 on host 'smithi007' 2023-12-18T16:59:19.534 DEBUG:teuthology.orchestra.run.smithi007:osd.0> sudo journalctl -f -n 0 -u ceph-6045df08-9dc6-11ee-95a5-87774f69a715@osd.0.service 2023-12-18T16:59:19.537 INFO:tasks.cephadm:Deploying osd.1 on smithi007 with /dev/vg_nvme/lv_3... 2023-12-18T16:59:19.537 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-18T16:59:19.577 INFO:journalctl@ceph.osd.0.smithi007.stdout:-- Logs begin at Mon 2023-12-18 16:47:00 UTC. -- 2023-12-18T16:59:19.916 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:19 smithi007 ceph-mon[107711]: from='osd.0 [v2:172.21.15.7:6802/2248436816,v1:172.21.15.7:6803/2248436816]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]': finished 2023-12-18T16:59:19.916 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:19 smithi007 ceph-mon[107711]: osdmap e8: 1 total, 0 up, 1 in 2023-12-18T16:59:19.916 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:19 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T16:59:19.916 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:19 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T16:59:19.916 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:19 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:19.916 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:19 smithi007 ceph-mon[107711]: Reconfiguring mgr.smithi031.uwevhd (monmap changed)... 2023-12-18T16:59:19.916 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:19 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi031.uwevhd", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-18T16:59:19.917 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:19 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-18T16:59:19.917 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:19 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T16:59:19.917 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:19 smithi007 ceph-mon[107711]: Reconfiguring daemon mgr.smithi031.uwevhd on smithi031 2023-12-18T16:59:19.917 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:19 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:19.917 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:19 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T16:59:20.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:19 smithi031 ceph-mon[110581]: from='osd.0 [v2:172.21.15.7:6802/2248436816,v1:172.21.15.7:6803/2248436816]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]': finished 2023-12-18T16:59:20.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:19 smithi031 ceph-mon[110581]: osdmap e8: 1 total, 0 up, 1 in 2023-12-18T16:59:20.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:19 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T16:59:20.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:19 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T16:59:20.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:19 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:20.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:19 smithi031 ceph-mon[110581]: Reconfiguring mgr.smithi031.uwevhd (monmap changed)... 2023-12-18T16:59:20.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:19 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi031.uwevhd", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-18T16:59:20.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:19 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-18T16:59:20.067 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:19 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T16:59:20.067 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:19 smithi031 ceph-mon[110581]: Reconfiguring daemon mgr.smithi031.uwevhd on smithi031 2023-12-18T16:59:20.067 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:19 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:20.067 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:19 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T16:59:21.054 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:20 smithi031 ceph-mon[110581]: purged_snaps scrub starts 2023-12-18T16:59:21.054 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:20 smithi031 ceph-mon[110581]: purged_snaps scrub ok 2023-12-18T16:59:21.054 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:20 smithi031 ceph-mon[110581]: osd.0 [v2:172.21.15.7:6802/2248436816,v1:172.21.15.7:6803/2248436816] boot 2023-12-18T16:59:21.054 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:20 smithi031 ceph-mon[110581]: osdmap e9: 1 total, 1 up, 1 in 2023-12-18T16:59:21.055 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:20 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T16:59:21.055 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:20 smithi031 ceph-mon[110581]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T16:59:21.055 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:20 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:21.055 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:20 smithi031 ceph-mon[110581]: Reconfiguring mon.smithi031 (monmap changed)... 2023-12-18T16:59:21.055 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:20 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-18T16:59:21.055 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:20 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-18T16:59:21.055 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:20 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T16:59:21.055 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:20 smithi031 ceph-mon[110581]: Reconfiguring daemon mon.smithi031 on smithi031 2023-12-18T16:59:21.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:20 smithi007 ceph-mon[107711]: purged_snaps scrub starts 2023-12-18T16:59:21.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:20 smithi007 ceph-mon[107711]: purged_snaps scrub ok 2023-12-18T16:59:21.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:20 smithi007 ceph-mon[107711]: osd.0 [v2:172.21.15.7:6802/2248436816,v1:172.21.15.7:6803/2248436816] boot 2023-12-18T16:59:21.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:20 smithi007 ceph-mon[107711]: osdmap e9: 1 total, 1 up, 1 in 2023-12-18T16:59:21.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:20 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T16:59:21.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:20 smithi007 ceph-mon[107711]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T16:59:21.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:20 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:21.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:20 smithi007 ceph-mon[107711]: Reconfiguring mon.smithi031 (monmap changed)... 2023-12-18T16:59:21.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:20 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-18T16:59:21.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:20 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-18T16:59:21.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:20 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T16:59:21.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:20 smithi007 ceph-mon[107711]: Reconfiguring daemon mon.smithi031 on smithi031 2023-12-18T16:59:21.120 INFO:teuthology.orchestra.run.smithi007.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-18T16:59:21.120 INFO:teuthology.orchestra.run.smithi007.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-12-18T16:59:21.120 INFO:teuthology.orchestra.run.smithi007.stderr: stderr: 10+0 records in 2023-12-18T16:59:21.120 INFO:teuthology.orchestra.run.smithi007.stderr:10+0 records out 2023-12-18T16:59:21.120 INFO:teuthology.orchestra.run.smithi007.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0119493 s, 878 MB/s 2023-12-18T16:59:21.121 INFO:teuthology.orchestra.run.smithi007.stderr:--> Zapping successful for: 2023-12-18T16:59:21.502 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi007:vg_nvme/lv_3 2023-12-18T16:59:22.065 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:21 smithi031 ceph-mon[110581]: osdmap e10: 1 total, 1 up, 1 in 2023-12-18T16:59:22.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:21 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:22.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:21 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-18T16:59:22.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:21 smithi031 ceph-mon[110581]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-18T16:59:22.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:21 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.7:9093"}]: dispatch 2023-12-18T16:59:22.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:21 smithi031 ceph-mon[110581]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.7:9093"}]: dispatch 2023-12-18T16:59:22.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:21 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:22.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:21 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-18T16:59:22.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:21 smithi031 ceph-mon[110581]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-18T16:59:22.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:21 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.7:3000"}]: dispatch 2023-12-18T16:59:22.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:21 smithi031 ceph-mon[110581]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.7:3000"}]: dispatch 2023-12-18T16:59:22.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:21 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:22.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:21 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-18T16:59:22.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:21 smithi031 ceph-mon[110581]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-18T16:59:22.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:21 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.7:9095"}]: dispatch 2023-12-18T16:59:22.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:21 smithi031 ceph-mon[110581]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.7:9095"}]: dispatch 2023-12-18T16:59:22.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:21 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:22.067 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:21 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T16:59:22.067 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:21 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T16:59:22.067 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:21 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T16:59:22.069 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:21 smithi007 ceph-mon[107711]: osdmap e10: 1 total, 1 up, 1 in 2023-12-18T16:59:22.069 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:21 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:22.069 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:21 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-18T16:59:22.069 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:21 smithi007 ceph-mon[107711]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-18T16:59:22.069 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:21 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.7:9093"}]: dispatch 2023-12-18T16:59:22.069 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:21 smithi007 ceph-mon[107711]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.7:9093"}]: dispatch 2023-12-18T16:59:22.069 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:21 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:22.069 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:21 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-18T16:59:22.069 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:21 smithi007 ceph-mon[107711]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-18T16:59:22.069 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:21 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.7:3000"}]: dispatch 2023-12-18T16:59:22.069 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:21 smithi007 ceph-mon[107711]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.7:3000"}]: dispatch 2023-12-18T16:59:22.069 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:21 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:22.069 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:21 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-18T16:59:22.070 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:21 smithi007 ceph-mon[107711]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-18T16:59:22.070 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:21 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.7:9095"}]: dispatch 2023-12-18T16:59:22.070 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:21 smithi007 ceph-mon[107711]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.7:9095"}]: dispatch 2023-12-18T16:59:22.070 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:21 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:22.070 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:21 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T16:59:22.070 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:21 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T16:59:22.070 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:21 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T16:59:23.065 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:22 smithi031 ceph-mon[110581]: pgmap v24: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-18T16:59:23.065 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:22 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:23.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:22 smithi007 ceph-mon[107711]: pgmap v24: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-18T16:59:23.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:22 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:24.065 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:23 smithi031 ceph-mon[110581]: from='client.14252 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi007:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T16:59:24.065 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:23 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T16:59:24.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:23 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T16:59:24.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:23 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T16:59:24.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:23 smithi007 ceph-mon[107711]: from='client.14252 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi007:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T16:59:24.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:23 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T16:59:24.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:23 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T16:59:24.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:23 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T16:59:25.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:24 smithi007 ceph-mon[107711]: pgmap v25: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-18T16:59:25.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:24 smithi031 ceph-mon[110581]: pgmap v25: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-18T16:59:27.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:26 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:27.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:26 smithi031 ceph-mon[110581]: pgmap v26: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-18T16:59:27.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:26 smithi031 ceph-mon[110581]: from='client.? 172.21.15.7:0/2183828564' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4d4c6e34-9b15-49af-94dd-fe4defd3f55c"}]: dispatch 2023-12-18T16:59:27.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:26 smithi031 ceph-mon[110581]: from='client.? 172.21.15.7:0/2183828564' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4d4c6e34-9b15-49af-94dd-fe4defd3f55c"}]': finished 2023-12-18T16:59:27.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:26 smithi031 ceph-mon[110581]: osdmap e11: 2 total, 1 up, 2 in 2023-12-18T16:59:27.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:26 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T16:59:27.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:26 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:27.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:26 smithi007 ceph-mon[107711]: pgmap v26: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-18T16:59:27.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:26 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/2183828564' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4d4c6e34-9b15-49af-94dd-fe4defd3f55c"}]: dispatch 2023-12-18T16:59:27.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:26 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/2183828564' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4d4c6e34-9b15-49af-94dd-fe4defd3f55c"}]': finished 2023-12-18T16:59:27.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:26 smithi007 ceph-mon[107711]: osdmap e11: 2 total, 1 up, 2 in 2023-12-18T16:59:27.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:26 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T16:59:28.065 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:27 smithi031 ceph-mon[110581]: from='client.? 172.21.15.7:0/2004349730' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T16:59:28.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:27 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/2004349730' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T16:59:29.065 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:28 smithi031 ceph-mon[110581]: pgmap v28: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-18T16:59:29.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:28 smithi007 ceph-mon[107711]: pgmap v28: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-18T16:59:31.200 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:30 smithi007 ceph-mon[107711]: pgmap v29: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-18T16:59:31.200 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:30 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi007.pgbvqi/mirror_snapshot_schedule"}]: dispatch 2023-12-18T16:59:31.200 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:30 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi007.pgbvqi/trash_purge_schedule"}]: dispatch 2023-12-18T16:59:31.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:30 smithi031 ceph-mon[110581]: pgmap v29: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-18T16:59:31.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:30 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi007.pgbvqi/mirror_snapshot_schedule"}]: dispatch 2023-12-18T16:59:31.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:30 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi007.pgbvqi/trash_purge_schedule"}]: dispatch 2023-12-18T16:59:33.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:32 smithi007 ceph-mon[107711]: pgmap v30: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T16:59:33.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:32 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:33.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:32 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-18T16:59:33.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:32 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:33.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:32 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:33.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:32 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T16:59:33.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:32 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T16:59:33.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:32 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T16:59:33.210 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:32 smithi031 ceph-mon[110581]: pgmap v30: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T16:59:33.210 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:32 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:33.210 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:32 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-18T16:59:33.210 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:32 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:33.210 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:32 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:33.210 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:32 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T16:59:33.210 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:32 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T16:59:33.210 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:32 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T16:59:34.014 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:33 smithi031 ceph-mon[110581]: Detected new or changed devices on smithi007 2023-12-18T16:59:34.014 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:33 smithi031 ceph-mon[110581]: Adjusting osd_memory_target on smithi007 to 12902M 2023-12-18T16:59:34.014 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:33 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-18T16:59:34.014 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:33 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T16:59:34.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:33 smithi007 ceph-mon[107711]: Detected new or changed devices on smithi007 2023-12-18T16:59:34.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:33 smithi007 ceph-mon[107711]: Adjusting osd_memory_target on smithi007 to 12902M 2023-12-18T16:59:34.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:33 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-18T16:59:34.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:33 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T16:59:35.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:34 smithi031 ceph-mon[110581]: Deploying daemon osd.1 on smithi007 2023-12-18T16:59:35.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:34 smithi031 ceph-mon[110581]: pgmap v31: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T16:59:35.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:34 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:35.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:34 smithi007 ceph-mon[107711]: Deploying daemon osd.1 on smithi007 2023-12-18T16:59:35.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:34 smithi007 ceph-mon[107711]: pgmap v31: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T16:59:35.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:34 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:37.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:36 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:37.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:36 smithi007 ceph-mon[107711]: pgmap v32: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T16:59:37.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:36 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:37.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:36 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:37.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:36 smithi031 ceph-mon[110581]: pgmap v32: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T16:59:37.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:36 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:39.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:39 smithi007 ceph-mon[107711]: pgmap v33: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T16:59:39.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:39 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:39.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:39 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T16:59:39.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:39 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T16:59:39.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:39 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T16:59:39.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:39 smithi031 ceph-mon[110581]: pgmap v33: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T16:59:39.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:39 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:39.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:39 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T16:59:39.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:39 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T16:59:39.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:39 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T16:59:40.509 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:40 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:40.509 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:40 smithi007 ceph-mon[107711]: pgmap v34: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T16:59:40.650 INFO:teuthology.orchestra.run.smithi007.stdout:Created osd(s) 1 on host 'smithi007' 2023-12-18T16:59:40.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:40 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:40.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:40 smithi031 ceph-mon[110581]: pgmap v34: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T16:59:41.139 DEBUG:teuthology.orchestra.run.smithi007:osd.1> sudo journalctl -f -n 0 -u ceph-6045df08-9dc6-11ee-95a5-87774f69a715@osd.1.service 2023-12-18T16:59:41.141 INFO:tasks.cephadm:Deploying osd.2 on smithi007 with /dev/vg_nvme/lv_2... 2023-12-18T16:59:41.142 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-18T16:59:41.176 INFO:journalctl@ceph.osd.1.smithi007.stdout:-- Logs begin at Mon 2023-12-18 16:47:00 UTC. -- 2023-12-18T16:59:41.530 INFO:journalctl@ceph.osd.1.smithi007.stdout:Dec 18 16:59:41 smithi007 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-1[125259]: 2023-12-18T16:59:41.266+0000 7f09f4efe3c0 -1 osd.1 0 log_to_monitors true 2023-12-18T16:59:41.786 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:41 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:41.786 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:41 smithi007 ceph-mon[107711]: from='osd.1 [v2:172.21.15.7:6810/1872682832,v1:172.21.15.7:6811/1872682832]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-18T16:59:41.787 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:41 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:42.065 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:41 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:42.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:41 smithi031 ceph-mon[110581]: from='osd.1 [v2:172.21.15.7:6810/1872682832,v1:172.21.15.7:6811/1872682832]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-18T16:59:42.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:41 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:42.882 INFO:teuthology.orchestra.run.smithi007.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-18T16:59:42.882 INFO:teuthology.orchestra.run.smithi007.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-12-18T16:59:42.882 INFO:teuthology.orchestra.run.smithi007.stderr: stderr: 10+0 records in 2023-12-18T16:59:42.882 INFO:teuthology.orchestra.run.smithi007.stderr:10+0 records out 2023-12-18T16:59:42.882 INFO:teuthology.orchestra.run.smithi007.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0101068 s, 1.0 GB/s 2023-12-18T16:59:42.882 INFO:teuthology.orchestra.run.smithi007.stderr:--> Zapping successful for: 2023-12-18T16:59:42.923 INFO:journalctl@ceph.osd.1.smithi007.stdout:Dec 18 16:59:42 smithi007 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-1[125259]: 2023-12-18T16:59:42.662+0000 7f09eb901700 -1 osd.1 0 waiting for initial osdmap 2023-12-18T16:59:42.923 INFO:journalctl@ceph.osd.1.smithi007.stdout:Dec 18 16:59:42 smithi007 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-1[125259]: 2023-12-18T16:59:42.667+0000 7f09e6298700 -1 osd.1 13 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-18T16:59:42.924 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:42 smithi007 ceph-mon[107711]: from='osd.1 [v2:172.21.15.7:6810/1872682832,v1:172.21.15.7:6811/1872682832]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-18T16:59:42.924 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:42 smithi007 ceph-mon[107711]: osdmap e12: 2 total, 1 up, 2 in 2023-12-18T16:59:42.924 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:42 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T16:59:42.924 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:42 smithi007 ceph-mon[107711]: from='osd.1 [v2:172.21.15.7:6810/1872682832,v1:172.21.15.7:6811/1872682832]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2023-12-18T16:59:42.924 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:42 smithi007 ceph-mon[107711]: pgmap v36: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T16:59:43.065 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:42 smithi031 ceph-mon[110581]: from='osd.1 [v2:172.21.15.7:6810/1872682832,v1:172.21.15.7:6811/1872682832]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-18T16:59:43.065 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:42 smithi031 ceph-mon[110581]: osdmap e12: 2 total, 1 up, 2 in 2023-12-18T16:59:43.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:42 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T16:59:43.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:42 smithi031 ceph-mon[110581]: from='osd.1 [v2:172.21.15.7:6810/1872682832,v1:172.21.15.7:6811/1872682832]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2023-12-18T16:59:43.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:42 smithi031 ceph-mon[110581]: pgmap v36: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T16:59:43.330 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi007:vg_nvme/lv_2 2023-12-18T16:59:43.961 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:43 smithi007 ceph-mon[107711]: from='osd.1 [v2:172.21.15.7:6810/1872682832,v1:172.21.15.7:6811/1872682832]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]': finished 2023-12-18T16:59:43.961 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:43 smithi007 ceph-mon[107711]: osdmap e13: 2 total, 1 up, 2 in 2023-12-18T16:59:43.962 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:43 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T16:59:43.962 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:43 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T16:59:44.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:43 smithi031 ceph-mon[110581]: from='osd.1 [v2:172.21.15.7:6810/1872682832,v1:172.21.15.7:6811/1872682832]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]': finished 2023-12-18T16:59:44.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:43 smithi031 ceph-mon[110581]: osdmap e13: 2 total, 1 up, 2 in 2023-12-18T16:59:44.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:43 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T16:59:44.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:43 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T16:59:44.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:44 smithi007 ceph-mon[107711]: purged_snaps scrub starts 2023-12-18T16:59:44.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:44 smithi007 ceph-mon[107711]: purged_snaps scrub ok 2023-12-18T16:59:44.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:44 smithi007 ceph-mon[107711]: osd.1 [v2:172.21.15.7:6810/1872682832,v1:172.21.15.7:6811/1872682832] boot 2023-12-18T16:59:44.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:44 smithi007 ceph-mon[107711]: osdmap e14: 2 total, 2 up, 2 in 2023-12-18T16:59:44.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:44 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T16:59:44.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:44 smithi007 ceph-mon[107711]: pgmap v39: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T16:59:44.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:44 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:44.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:44 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-18T16:59:44.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:44 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-18T16:59:44.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:44 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:44.833 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:44 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:44.833 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:44 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T16:59:44.833 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:44 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T16:59:44.833 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:44 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T16:59:45.065 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:44 smithi031 ceph-mon[110581]: purged_snaps scrub starts 2023-12-18T16:59:45.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:44 smithi031 ceph-mon[110581]: purged_snaps scrub ok 2023-12-18T16:59:45.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:44 smithi031 ceph-mon[110581]: osd.1 [v2:172.21.15.7:6810/1872682832,v1:172.21.15.7:6811/1872682832] boot 2023-12-18T16:59:45.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:44 smithi031 ceph-mon[110581]: osdmap e14: 2 total, 2 up, 2 in 2023-12-18T16:59:45.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:44 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T16:59:45.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:44 smithi031 ceph-mon[110581]: pgmap v39: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T16:59:45.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:44 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:45.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:44 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-18T16:59:45.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:44 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-18T16:59:45.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:44 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:45.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:44 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:45.067 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:44 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T16:59:45.067 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:44 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T16:59:45.067 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:44 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T16:59:46.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:45 smithi007 ceph-mon[107711]: Adjusting osd_memory_target on smithi007 to 6451M 2023-12-18T16:59:46.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:45 smithi007 ceph-mon[107711]: osdmap e15: 2 total, 2 up, 2 in 2023-12-18T16:59:46.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:45 smithi007 ceph-mon[107711]: from='client.14270 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi007:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T16:59:46.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:45 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T16:59:46.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:45 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T16:59:46.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:45 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T16:59:46.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:45 smithi031 ceph-mon[110581]: Adjusting osd_memory_target on smithi007 to 6451M 2023-12-18T16:59:46.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:45 smithi031 ceph-mon[110581]: osdmap e15: 2 total, 2 up, 2 in 2023-12-18T16:59:46.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:45 smithi031 ceph-mon[110581]: from='client.14270 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi007:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T16:59:46.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:45 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T16:59:46.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:45 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T16:59:46.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:45 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T16:59:47.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:46 smithi031 ceph-mon[110581]: pgmap v41: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T16:59:47.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:46 smithi007 ceph-mon[107711]: pgmap v41: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T16:59:48.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:47 smithi031 ceph-mon[110581]: from='client.? 172.21.15.7:0/2262749671' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ffa18301-cc74-42d1-80dd-5346ef290105"}]: dispatch 2023-12-18T16:59:48.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:47 smithi031 ceph-mon[110581]: from='client.? 172.21.15.7:0/2262749671' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ffa18301-cc74-42d1-80dd-5346ef290105"}]': finished 2023-12-18T16:59:48.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:47 smithi031 ceph-mon[110581]: osdmap e16: 3 total, 2 up, 3 in 2023-12-18T16:59:48.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:47 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T16:59:48.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:47 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:48.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:47 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:48.317 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:47 smithi031 ceph-mon[110581]: from='client.? 172.21.15.7:0/553571978' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T16:59:48.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:47 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/2262749671' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ffa18301-cc74-42d1-80dd-5346ef290105"}]: dispatch 2023-12-18T16:59:48.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:47 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/2262749671' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ffa18301-cc74-42d1-80dd-5346ef290105"}]': finished 2023-12-18T16:59:48.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:47 smithi007 ceph-mon[107711]: osdmap e16: 3 total, 2 up, 3 in 2023-12-18T16:59:48.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:47 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T16:59:48.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:47 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:48.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:47 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:48.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:47 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/553571978' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T16:59:49.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:48 smithi031 ceph-mon[110581]: pgmap v43: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T16:59:49.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:48 smithi007 ceph-mon[107711]: pgmap v43: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T16:59:51.193 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:50 smithi007 ceph-mon[107711]: pgmap v44: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T16:59:51.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:50 smithi031 ceph-mon[110581]: pgmap v44: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T16:59:53.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:52 smithi007 ceph-mon[107711]: pgmap v45: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T16:59:53.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:52 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-18T16:59:53.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:52 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T16:59:53.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:52 smithi031 ceph-mon[110581]: pgmap v45: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T16:59:53.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:52 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-18T16:59:53.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:52 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T16:59:54.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:53 smithi007 ceph-mon[107711]: Deploying daemon osd.2 on smithi007 2023-12-18T16:59:54.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:53 smithi031 ceph-mon[110581]: Deploying daemon osd.2 on smithi007 2023-12-18T16:59:55.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:54 smithi007 ceph-mon[107711]: pgmap v46: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T16:59:55.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:54 smithi031 ceph-mon[110581]: pgmap v46: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T16:59:57.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:57 smithi031 ceph-mon[110581]: pgmap v47: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T16:59:57.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:57 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:57.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:57 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T16:59:57.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:57 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T16:59:57.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:57 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T16:59:57.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:57 smithi007 ceph-mon[107711]: pgmap v47: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T16:59:57.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:57 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:57.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:57 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T16:59:57.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:57 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T16:59:57.333 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:57 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T16:59:58.281 INFO:teuthology.orchestra.run.smithi007.stdout:Created osd(s) 2 on host 'smithi007' 2023-12-18T16:59:58.797 DEBUG:teuthology.orchestra.run.smithi007:osd.2> sudo journalctl -f -n 0 -u ceph-6045df08-9dc6-11ee-95a5-87774f69a715@osd.2.service 2023-12-18T16:59:58.800 INFO:tasks.cephadm:Deploying osd.3 on smithi007 with /dev/vg_nvme/lv_1... 2023-12-18T16:59:58.801 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-18T16:59:58.835 INFO:journalctl@ceph.osd.2.smithi007.stdout:-- Logs begin at Mon 2023-12-18 16:47:00 UTC. -- 2023-12-18T16:59:59.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:59 smithi007 ceph-mon[107711]: pgmap v48: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T16:59:59.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 16:59:59 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T16:59:59.332 INFO:journalctl@ceph.osd.2.smithi007.stdout:Dec 18 16:59:59 smithi007 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-2[129535]: 2023-12-18T16:59:59.282+0000 7f62c23f93c0 -1 osd.2 0 log_to_monitors true 2023-12-18T16:59:59.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:59 smithi031 ceph-mon[110581]: pgmap v48: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T16:59:59.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 16:59:59 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:00:00.135 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:00 smithi007 ceph-mon[107711]: from='osd.2 [v2:172.21.15.7:6818/924284787,v1:172.21.15.7:6819/924284787]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-18T17:00:00.135 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:00 smithi007 ceph-mon[107711]: overall HEALTH_OK 2023-12-18T17:00:00.486 INFO:teuthology.orchestra.run.smithi007.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-18T17:00:00.486 INFO:teuthology.orchestra.run.smithi007.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-12-18T17:00:00.486 INFO:teuthology.orchestra.run.smithi007.stderr: stderr: 10+0 records in 2023-12-18T17:00:00.486 INFO:teuthology.orchestra.run.smithi007.stderr:10+0 records out 2023-12-18T17:00:00.486 INFO:teuthology.orchestra.run.smithi007.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00857302 s, 1.2 GB/s 2023-12-18T17:00:00.486 INFO:teuthology.orchestra.run.smithi007.stderr:--> Zapping successful for: 2023-12-18T17:00:00.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:00 smithi031 ceph-mon[110581]: from='osd.2 [v2:172.21.15.7:6818/924284787,v1:172.21.15.7:6819/924284787]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-18T17:00:00.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:00 smithi031 ceph-mon[110581]: overall HEALTH_OK 2023-12-18T17:00:00.988 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi007:vg_nvme/lv_1 2023-12-18T17:00:01.171 INFO:journalctl@ceph.osd.2.smithi007.stdout:Dec 18 17:00:01 smithi007 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-2[129535]: 2023-12-18T17:00:01.091+0000 7f62b8dfc700 -1 osd.2 0 waiting for initial osdmap 2023-12-18T17:00:01.171 INFO:journalctl@ceph.osd.2.smithi007.stdout:Dec 18 17:00:01 smithi007 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-2[129535]: 2023-12-18T17:00:01.097+0000 7f62b178f700 -1 osd.2 18 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-18T17:00:01.171 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:01 smithi007 ceph-mon[107711]: pgmap v49: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T17:00:01.171 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:01 smithi007 ceph-mon[107711]: from='osd.2 [v2:172.21.15.7:6818/924284787,v1:172.21.15.7:6819/924284787]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-18T17:00:01.171 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:01 smithi007 ceph-mon[107711]: osdmap e17: 3 total, 2 up, 3 in 2023-12-18T17:00:01.171 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:01 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T17:00:01.172 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:01 smithi007 ceph-mon[107711]: from='osd.2 [v2:172.21.15.7:6818/924284787,v1:172.21.15.7:6819/924284787]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2023-12-18T17:00:01.172 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:01 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:00:01.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:01 smithi031 ceph-mon[110581]: pgmap v49: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T17:00:01.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:01 smithi031 ceph-mon[110581]: from='osd.2 [v2:172.21.15.7:6818/924284787,v1:172.21.15.7:6819/924284787]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-18T17:00:01.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:01 smithi031 ceph-mon[110581]: osdmap e17: 3 total, 2 up, 3 in 2023-12-18T17:00:01.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:01 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T17:00:01.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:01 smithi031 ceph-mon[110581]: from='osd.2 [v2:172.21.15.7:6818/924284787,v1:172.21.15.7:6819/924284787]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2023-12-18T17:00:01.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:01 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:00:02.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:02 smithi007 ceph-mon[107711]: from='osd.2 [v2:172.21.15.7:6818/924284787,v1:172.21.15.7:6819/924284787]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]': finished 2023-12-18T17:00:02.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:02 smithi007 ceph-mon[107711]: osdmap e18: 3 total, 2 up, 3 in 2023-12-18T17:00:02.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:02 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T17:00:02.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:02 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T17:00:02.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:02 smithi031 ceph-mon[110581]: from='osd.2 [v2:172.21.15.7:6818/924284787,v1:172.21.15.7:6819/924284787]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]': finished 2023-12-18T17:00:02.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:02 smithi031 ceph-mon[110581]: osdmap e18: 3 total, 2 up, 3 in 2023-12-18T17:00:02.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:02 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T17:00:02.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:02 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T17:00:03.230 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:03 smithi007 ceph-mon[107711]: purged_snaps scrub starts 2023-12-18T17:00:03.230 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:03 smithi007 ceph-mon[107711]: purged_snaps scrub ok 2023-12-18T17:00:03.230 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:03 smithi007 ceph-mon[107711]: pgmap v52: 0 pgs: ; 0 B data, 9.9 MiB used, 179 GiB / 179 GiB avail 2023-12-18T17:00:03.230 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:03 smithi007 ceph-mon[107711]: osd.2 [v2:172.21.15.7:6818/924284787,v1:172.21.15.7:6819/924284787] boot 2023-12-18T17:00:03.230 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:03 smithi007 ceph-mon[107711]: osdmap e19: 3 total, 3 up, 3 in 2023-12-18T17:00:03.230 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:03 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T17:00:03.230 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:03 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T17:00:03.230 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:03 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T17:00:03.230 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:03 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:00:03.230 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:03 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:00:03.230 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:03 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:00:03.230 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:03 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:00:03.231 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:03 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:00:03.231 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:03 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:00:03.231 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:03 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:00:03.231 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:03 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T17:00:03.231 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:03 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:00:03.231 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:03 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T17:00:03.231 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:03 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:00:03.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:03 smithi031 ceph-mon[110581]: purged_snaps scrub starts 2023-12-18T17:00:03.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:03 smithi031 ceph-mon[110581]: purged_snaps scrub ok 2023-12-18T17:00:03.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:03 smithi031 ceph-mon[110581]: pgmap v52: 0 pgs: ; 0 B data, 9.9 MiB used, 179 GiB / 179 GiB avail 2023-12-18T17:00:03.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:03 smithi031 ceph-mon[110581]: osd.2 [v2:172.21.15.7:6818/924284787,v1:172.21.15.7:6819/924284787] boot 2023-12-18T17:00:03.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:03 smithi031 ceph-mon[110581]: osdmap e19: 3 total, 3 up, 3 in 2023-12-18T17:00:03.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:03 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T17:00:03.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:03 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T17:00:03.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:03 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T17:00:03.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:03 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:00:03.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:03 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:00:03.567 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:03 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:00:03.567 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:03 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:00:03.567 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:03 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:00:03.567 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:03 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:00:03.567 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:03 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:00:03.567 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:03 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T17:00:03.567 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:03 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:00:03.567 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:03 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T17:00:03.567 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:03 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:00:04.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:04 smithi031 ceph-mon[110581]: from='client.14288 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi007:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:00:04.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:04 smithi031 ceph-mon[110581]: Detected new or changed devices on smithi007 2023-12-18T17:00:04.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:04 smithi031 ceph-mon[110581]: Adjusting osd_memory_target on smithi007 to 4300M 2023-12-18T17:00:04.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:04 smithi031 ceph-mon[110581]: osdmap e20: 3 total, 3 up, 3 in 2023-12-18T17:00:04.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:04 smithi007 ceph-mon[107711]: from='client.14288 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi007:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:00:04.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:04 smithi007 ceph-mon[107711]: Detected new or changed devices on smithi007 2023-12-18T17:00:04.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:04 smithi007 ceph-mon[107711]: Adjusting osd_memory_target on smithi007 to 4300M 2023-12-18T17:00:04.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:04 smithi007 ceph-mon[107711]: osdmap e20: 3 total, 3 up, 3 in 2023-12-18T17:00:05.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:05 smithi031 ceph-mon[110581]: pgmap v55: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-18T17:00:05.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:05 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-18T17:00:05.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:05 smithi031 ceph-mon[110581]: from='client.? 172.21.15.7:0/464167196' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "16c76f3f-eefd-4c75-bc62-ab4d6fe5aa85"}]: dispatch 2023-12-18T17:00:05.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:05 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-18T17:00:05.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:05 smithi031 ceph-mon[110581]: from='client.? 172.21.15.7:0/464167196' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "16c76f3f-eefd-4c75-bc62-ab4d6fe5aa85"}]': finished 2023-12-18T17:00:05.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:05 smithi031 ceph-mon[110581]: osdmap e21: 4 total, 3 up, 4 in 2023-12-18T17:00:05.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:05 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T17:00:05.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:05 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-18T17:00:05.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:05 smithi031 ceph-mon[110581]: from='client.? 172.21.15.7:0/4069542488' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T17:00:05.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:05 smithi007 ceph-mon[107711]: pgmap v55: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-18T17:00:05.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:05 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-18T17:00:05.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:05 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/464167196' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "16c76f3f-eefd-4c75-bc62-ab4d6fe5aa85"}]: dispatch 2023-12-18T17:00:05.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:05 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-18T17:00:05.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:05 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/464167196' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "16c76f3f-eefd-4c75-bc62-ab4d6fe5aa85"}]': finished 2023-12-18T17:00:05.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:05 smithi007 ceph-mon[107711]: osdmap e21: 4 total, 3 up, 4 in 2023-12-18T17:00:05.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:05 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T17:00:05.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:05 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-18T17:00:05.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:05 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/4069542488' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T17:00:06.932 INFO:journalctl@ceph.osd.0.smithi007.stdout:Dec 18 17:00:06 smithi007 sudo[132348]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-18T17:00:06.933 INFO:journalctl@ceph.osd.0.smithi007.stdout:Dec 18 17:00:06 smithi007 sudo[132348]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-18T17:00:06.933 INFO:journalctl@ceph.osd.0.smithi007.stdout:Dec 18 17:00:06 smithi007 sudo[132348]: pam_unix(sudo:session): session closed for user root 2023-12-18T17:00:06.933 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:06 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-18T17:00:06.933 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:06 smithi007 ceph-mon[107711]: osdmap e22: 4 total, 3 up, 4 in 2023-12-18T17:00:06.933 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:06 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T17:00:06.933 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:06 smithi007 ceph-mon[107711]: pgmap v58: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-18T17:00:06.957 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:06 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-18T17:00:06.957 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:06 smithi031 ceph-mon[110581]: osdmap e22: 4 total, 3 up, 4 in 2023-12-18T17:00:06.957 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:06 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T17:00:06.957 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:06 smithi031 ceph-mon[110581]: pgmap v58: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-18T17:00:07.676 INFO:journalctl@ceph.osd.0.smithi007.stdout:Dec 18 17:00:07 smithi007 sudo[132546]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-18T17:00:07.676 INFO:journalctl@ceph.osd.0.smithi007.stdout:Dec 18 17:00:07 smithi007 sudo[132546]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-18T17:00:07.676 INFO:journalctl@ceph.osd.0.smithi007.stdout:Dec 18 17:00:07 smithi007 sudo[132546]: pam_unix(sudo:session): session closed for user root 2023-12-18T17:00:07.943 INFO:journalctl@ceph.osd.1.smithi007.stdout:Dec 18 17:00:07 smithi007 sudo[132581]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-18T17:00:07.943 INFO:journalctl@ceph.osd.1.smithi007.stdout:Dec 18 17:00:07 smithi007 sudo[132581]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-18T17:00:07.943 INFO:journalctl@ceph.osd.1.smithi007.stdout:Dec 18 17:00:07 smithi007 sudo[132581]: pam_unix(sudo:session): session closed for user root 2023-12-18T17:00:07.943 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:07 smithi007 ceph-mon[107711]: osdmap e23: 4 total, 3 up, 4 in 2023-12-18T17:00:07.943 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:07 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T17:00:07.943 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:07 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:00:08.065 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:07 smithi031 ceph-mon[110581]: osdmap e23: 4 total, 3 up, 4 in 2023-12-18T17:00:08.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:07 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T17:00:08.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:07 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:00:08.685 INFO:journalctl@ceph.osd.1.smithi007.stdout:Dec 18 17:00:08 smithi007 sudo[132674]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-18T17:00:08.685 INFO:journalctl@ceph.osd.1.smithi007.stdout:Dec 18 17:00:08 smithi007 sudo[132674]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-18T17:00:08.685 INFO:journalctl@ceph.osd.1.smithi007.stdout:Dec 18 17:00:08 smithi007 sudo[132674]: pam_unix(sudo:session): session closed for user root 2023-12-18T17:00:09.060 INFO:journalctl@ceph.osd.2.smithi007.stdout:Dec 18 17:00:08 smithi007 sudo[132713]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-18T17:00:09.060 INFO:journalctl@ceph.osd.2.smithi007.stdout:Dec 18 17:00:08 smithi007 sudo[132713]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-18T17:00:09.060 INFO:journalctl@ceph.osd.2.smithi007.stdout:Dec 18 17:00:08 smithi007 sudo[132713]: pam_unix(sudo:session): session closed for user root 2023-12-18T17:00:09.060 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:08 smithi007 ceph-mon[107711]: mgrmap e19: smithi007.pgbvqi(active, since 98s), standbys: smithi031.uwevhd 2023-12-18T17:00:09.061 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:08 smithi007 ceph-mon[107711]: pgmap v60: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-18T17:00:09.065 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:08 smithi031 ceph-mon[110581]: mgrmap e19: smithi007.pgbvqi(active, since 98s), standbys: smithi031.uwevhd 2023-12-18T17:00:09.065 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:08 smithi031 ceph-mon[110581]: pgmap v60: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-18T17:00:09.332 INFO:journalctl@ceph.osd.2.smithi007.stdout:Dec 18 17:00:09 smithi007 sudo[132763]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-18T17:00:09.332 INFO:journalctl@ceph.osd.2.smithi007.stdout:Dec 18 17:00:09 smithi007 sudo[132763]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-18T17:00:09.332 INFO:journalctl@ceph.osd.2.smithi007.stdout:Dec 18 17:00:09 smithi007 sudo[132763]: pam_unix(sudo:session): session closed for user root 2023-12-18T17:00:09.910 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:09 smithi007 sudo[132797]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-18T17:00:09.910 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:09 smithi007 sudo[132797]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-18T17:00:09.910 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:09 smithi007 sudo[132797]: pam_unix(sudo:session): session closed for user root 2023-12-18T17:00:10.581 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:10 smithi007 sudo[132803]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-18T17:00:10.581 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:10 smithi007 sudo[132803]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-18T17:00:10.581 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:10 smithi007 sudo[132803]: pam_unix(sudo:session): session closed for user root 2023-12-18T17:00:11.065 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:10 smithi031 sudo[113140]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-18T17:00:11.065 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:10 smithi031 sudo[113140]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-18T17:00:11.065 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:10 smithi031 sudo[113140]: pam_unix(sudo:session): session closed for user root 2023-12-18T17:00:11.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:11 smithi007 ceph-mon[107711]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-18T17:00:11.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:11 smithi007 ceph-mon[107711]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 17 MiB used, 268 GiB / 268 GiB avail 2023-12-18T17:00:11.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:11 smithi007 ceph-mon[107711]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-18T17:00:11.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:11 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mon metadata", "id": "smithi007"}]: dispatch 2023-12-18T17:00:11.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:11 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2023-12-18T17:00:11.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:11 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-18T17:00:11.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:11 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:00:11.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:11 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mon metadata", "id": "smithi007"}]: dispatch 2023-12-18T17:00:11.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:11 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2023-12-18T17:00:11.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:11 smithi031 sudo[113143]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-18T17:00:11.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:11 smithi031 sudo[113143]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-18T17:00:11.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:11 smithi031 sudo[113143]: pam_unix(sudo:session): session closed for user root 2023-12-18T17:00:11.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:11 smithi031 ceph-mon[110581]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-18T17:00:11.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:11 smithi031 ceph-mon[110581]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 17 MiB used, 268 GiB / 268 GiB avail 2023-12-18T17:00:11.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:11 smithi031 ceph-mon[110581]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-18T17:00:11.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:11 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mon metadata", "id": "smithi007"}]: dispatch 2023-12-18T17:00:11.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:11 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2023-12-18T17:00:11.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:11 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-18T17:00:11.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:11 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:00:11.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:11 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mon metadata", "id": "smithi007"}]: dispatch 2023-12-18T17:00:11.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:11 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2023-12-18T17:00:12.303 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:12 smithi007 ceph-mon[107711]: Deploying daemon osd.3 on smithi007 2023-12-18T17:00:12.303 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:12 smithi007 ceph-mon[107711]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-18T17:00:12.303 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:12 smithi007 ceph-mon[107711]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-18T17:00:12.303 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:12 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:00:12.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:12 smithi031 ceph-mon[110581]: Deploying daemon osd.3 on smithi007 2023-12-18T17:00:12.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:12 smithi031 ceph-mon[110581]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-18T17:00:12.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:12 smithi031 ceph-mon[110581]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-18T17:00:12.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:12 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:00:13.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:13 smithi031 ceph-mon[110581]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-18T17:00:13.581 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:13 smithi007 ceph-mon[107711]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-18T17:00:15.181 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:14 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:00:15.181 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:14 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T17:00:15.181 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:14 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:00:15.182 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:14 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T17:00:15.182 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:14 smithi007 ceph-mon[107711]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-18T17:00:15.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:14 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:00:15.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:14 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T17:00:15.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:14 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:00:15.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:14 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T17:00:15.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:14 smithi031 ceph-mon[110581]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-18T17:00:16.550 INFO:teuthology.orchestra.run.smithi007.stdout:Created osd(s) 3 on host 'smithi007' 2023-12-18T17:00:17.084 DEBUG:teuthology.orchestra.run.smithi007:osd.3> sudo journalctl -f -n 0 -u ceph-6045df08-9dc6-11ee-95a5-87774f69a715@osd.3.service 2023-12-18T17:00:17.086 INFO:tasks.cephadm:Deploying osd.4 on smithi031 with /dev/vg_nvme/lv_4... 2023-12-18T17:00:17.087 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-18T17:00:17.129 INFO:journalctl@ceph.osd.3.smithi007.stdout:-- Logs begin at Mon 2023-12-18 16:47:00 UTC. -- 2023-12-18T17:00:17.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:17 smithi031 ceph-mon[110581]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2023-12-18T17:00:17.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:17 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:00:17.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:17 smithi007 ceph-mon[107711]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2023-12-18T17:00:17.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:17 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:00:17.331 INFO:journalctl@ceph.osd.3.smithi007.stdout:Dec 18 17:00:17 smithi007 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-3[133310]: 2023-12-18T17:00:17.124+0000 7ff303e633c0 -1 osd.3 0 log_to_monitors true 2023-12-18T17:00:18.148 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:18 smithi031 ceph-mon[110581]: from='osd.3 [v2:172.21.15.7:6826/367794698,v1:172.21.15.7:6827/367794698]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-18T17:00:18.148 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:18 smithi031 ceph-mon[110581]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-18T17:00:18.148 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:18 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:00:18.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:18 smithi007 ceph-mon[107711]: from='osd.3 [v2:172.21.15.7:6826/367794698,v1:172.21.15.7:6827/367794698]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-18T17:00:18.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:18 smithi007 ceph-mon[107711]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-18T17:00:18.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:18 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:00:18.656 INFO:teuthology.orchestra.run.smithi031.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-18T17:00:18.656 INFO:teuthology.orchestra.run.smithi031.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-18T17:00:18.656 INFO:teuthology.orchestra.run.smithi031.stderr: stderr: 10+0 records in 2023-12-18T17:00:18.657 INFO:teuthology.orchestra.run.smithi031.stderr:10+0 records out 2023-12-18T17:00:18.657 INFO:teuthology.orchestra.run.smithi031.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0119398 s, 878 MB/s 2023-12-18T17:00:18.657 INFO:teuthology.orchestra.run.smithi031.stderr:--> Zapping successful for: 2023-12-18T17:00:19.015 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi031:vg_nvme/lv_4 2023-12-18T17:00:19.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:19 smithi031 ceph-mon[110581]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2023-12-18T17:00:19.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:19 smithi031 ceph-mon[110581]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-18T17:00:19.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:19 smithi031 ceph-mon[110581]: osdmap e24: 4 total, 3 up, 4 in 2023-12-18T17:00:19.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:19 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T17:00:19.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:19 smithi031 ceph-mon[110581]: from='osd.3 [v2:172.21.15.7:6826/367794698,v1:172.21.15.7:6827/367794698]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2023-12-18T17:00:19.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:19 smithi031 ceph-mon[110581]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2023-12-18T17:00:19.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:19 smithi007 ceph-mon[107711]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2023-12-18T17:00:19.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:19 smithi007 ceph-mon[107711]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-18T17:00:19.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:19 smithi007 ceph-mon[107711]: osdmap e24: 4 total, 3 up, 4 in 2023-12-18T17:00:19.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:19 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T17:00:19.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:19 smithi007 ceph-mon[107711]: from='osd.3 [v2:172.21.15.7:6826/367794698,v1:172.21.15.7:6827/367794698]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2023-12-18T17:00:19.333 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:19 smithi007 ceph-mon[107711]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2023-12-18T17:00:19.333 INFO:journalctl@ceph.osd.3.smithi007.stdout:Dec 18 17:00:19 smithi007 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-3[133310]: 2023-12-18T17:00:19.015+0000 7ff2fa866700 -1 osd.3 0 waiting for initial osdmap 2023-12-18T17:00:19.333 INFO:journalctl@ceph.osd.3.smithi007.stdout:Dec 18 17:00:19 smithi007 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-3[133310]: 2023-12-18T17:00:19.020+0000 7ff2f31f9700 -1 osd.3 25 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-18T17:00:20.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:20 smithi007 ceph-mon[107711]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]': finished 2023-12-18T17:00:20.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:20 smithi007 ceph-mon[107711]: osdmap e25: 4 total, 3 up, 4 in 2023-12-18T17:00:20.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:20 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T17:00:20.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:20 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T17:00:20.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:20 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:00:20.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:20 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:00:20.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:20 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:00:20.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:20 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:00:20.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:20 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:00:20.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:20 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:00:20.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:20 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:00:20.083 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:20 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T17:00:20.083 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:20 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:00:20.083 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:20 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T17:00:20.083 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:20 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:00:20.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:20 smithi031 ceph-mon[110581]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]': finished 2023-12-18T17:00:20.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:20 smithi031 ceph-mon[110581]: osdmap e25: 4 total, 3 up, 4 in 2023-12-18T17:00:20.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:20 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T17:00:20.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:20 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T17:00:20.317 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:20 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:00:20.317 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:20 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:00:20.317 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:20 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:00:20.317 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:20 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:00:20.317 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:20 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:00:20.317 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:20 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:00:20.317 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:20 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:00:20.317 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:20 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T17:00:20.317 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:20 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:00:20.318 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:20 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T17:00:20.318 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:20 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:00:21.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:21 smithi031 ceph-mon[110581]: purged_snaps scrub starts 2023-12-18T17:00:21.067 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:21 smithi031 ceph-mon[110581]: purged_snaps scrub ok 2023-12-18T17:00:21.067 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:21 smithi031 ceph-mon[110581]: Detected new or changed devices on smithi007 2023-12-18T17:00:21.067 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:21 smithi031 ceph-mon[110581]: Adjusting osd_memory_target on smithi007 to 3225M 2023-12-18T17:00:21.067 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:21 smithi031 ceph-mon[110581]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2023-12-18T17:00:21.067 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:21 smithi031 ceph-mon[110581]: osd.3 [v2:172.21.15.7:6826/367794698,v1:172.21.15.7:6827/367794698] boot 2023-12-18T17:00:21.067 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:21 smithi031 ceph-mon[110581]: osdmap e26: 4 total, 4 up, 4 in 2023-12-18T17:00:21.067 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:21 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T17:00:21.067 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:21 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T17:00:21.067 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:21 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T17:00:21.068 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:21 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:00:21.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:21 smithi007 ceph-mon[107711]: purged_snaps scrub starts 2023-12-18T17:00:21.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:21 smithi007 ceph-mon[107711]: purged_snaps scrub ok 2023-12-18T17:00:21.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:21 smithi007 ceph-mon[107711]: Detected new or changed devices on smithi007 2023-12-18T17:00:21.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:21 smithi007 ceph-mon[107711]: Adjusting osd_memory_target on smithi007 to 3225M 2023-12-18T17:00:21.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:21 smithi007 ceph-mon[107711]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2023-12-18T17:00:21.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:21 smithi007 ceph-mon[107711]: osd.3 [v2:172.21.15.7:6826/367794698,v1:172.21.15.7:6827/367794698] boot 2023-12-18T17:00:21.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:21 smithi007 ceph-mon[107711]: osdmap e26: 4 total, 4 up, 4 in 2023-12-18T17:00:21.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:21 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T17:00:21.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:21 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T17:00:21.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:21 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T17:00:21.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:21 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:00:22.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:22 smithi031 ceph-mon[110581]: from='client.24165 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi031:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:00:22.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:22 smithi031 ceph-mon[110581]: osdmap e27: 4 total, 4 up, 4 in 2023-12-18T17:00:22.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:22 smithi007 ceph-mon[107711]: from='client.24165 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi031:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:00:22.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:22 smithi007 ceph-mon[107711]: osdmap e27: 4 total, 4 up, 4 in 2023-12-18T17:00:23.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:23 smithi031 ceph-mon[110581]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T17:00:23.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:23 smithi031 ceph-mon[110581]: from='client.? 172.21.15.31:0/472249323' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8804a695-9afa-47cb-8276-bcc2def42594"}]: dispatch 2023-12-18T17:00:23.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:23 smithi031 ceph-mon[110581]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8804a695-9afa-47cb-8276-bcc2def42594"}]: dispatch 2023-12-18T17:00:23.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:23 smithi031 ceph-mon[110581]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8804a695-9afa-47cb-8276-bcc2def42594"}]': finished 2023-12-18T17:00:23.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:23 smithi031 ceph-mon[110581]: osdmap e28: 5 total, 4 up, 5 in 2023-12-18T17:00:23.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:23 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T17:00:23.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:23 smithi031 ceph-mon[110581]: from='client.? 172.21.15.31:0/586945264' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T17:00:23.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:23 smithi007 ceph-mon[107711]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T17:00:23.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:23 smithi007 ceph-mon[107711]: from='client.? 172.21.15.31:0/472249323' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8804a695-9afa-47cb-8276-bcc2def42594"}]: dispatch 2023-12-18T17:00:23.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:23 smithi007 ceph-mon[107711]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8804a695-9afa-47cb-8276-bcc2def42594"}]: dispatch 2023-12-18T17:00:23.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:23 smithi007 ceph-mon[107711]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8804a695-9afa-47cb-8276-bcc2def42594"}]': finished 2023-12-18T17:00:23.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:23 smithi007 ceph-mon[107711]: osdmap e28: 5 total, 4 up, 5 in 2023-12-18T17:00:23.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:23 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T17:00:23.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:23 smithi007 ceph-mon[107711]: from='client.? 172.21.15.31:0/586945264' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T17:00:25.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:25 smithi031 ceph-mon[110581]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T17:00:25.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:25 smithi007 ceph-mon[107711]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T17:00:27.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:27 smithi031 ceph-mon[110581]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T17:00:27.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:27 smithi007 ceph-mon[107711]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T17:00:28.295 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:28 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-18T17:00:28.295 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:28 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:00:28.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:28 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-18T17:00:28.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:28 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:00:29.310 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:29 smithi031 ceph-mon[110581]: Deploying daemon osd.4 on smithi031 2023-12-18T17:00:29.310 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:29 smithi031 ceph-mon[110581]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T17:00:29.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:29 smithi007 ceph-mon[107711]: Deploying daemon osd.4 on smithi031 2023-12-18T17:00:29.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:29 smithi007 ceph-mon[107711]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T17:00:30.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:30 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi007.pgbvqi/trash_purge_schedule"}]: dispatch 2023-12-18T17:00:30.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:30 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi007.pgbvqi/mirror_snapshot_schedule"}]: dispatch 2023-12-18T17:00:30.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:30 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi007.pgbvqi/trash_purge_schedule"}]: dispatch 2023-12-18T17:00:30.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:30 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi007.pgbvqi/mirror_snapshot_schedule"}]: dispatch 2023-12-18T17:00:31.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:31 smithi031 ceph-mon[110581]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T17:00:31.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:31 smithi007 ceph-mon[107711]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T17:00:32.581 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:32 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:00:32.582 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:32 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T17:00:32.582 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:32 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:00:32.582 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:32 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T17:00:32.582 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:32 smithi007 ceph-mon[107711]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T17:00:32.604 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:32 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:00:32.604 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:32 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T17:00:32.605 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:32 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:00:32.605 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:32 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T17:00:32.605 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:32 smithi031 ceph-mon[110581]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T17:00:33.487 INFO:teuthology.orchestra.run.smithi031.stdout:Created osd(s) 4 on host 'smithi031' 2023-12-18T17:00:33.985 DEBUG:teuthology.orchestra.run.smithi031:osd.4> sudo journalctl -f -n 0 -u ceph-6045df08-9dc6-11ee-95a5-87774f69a715@osd.4.service 2023-12-18T17:00:33.988 INFO:tasks.cephadm:Deploying osd.5 on smithi031 with /dev/vg_nvme/lv_3... 2023-12-18T17:00:33.989 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-18T17:00:34.024 INFO:journalctl@ceph.osd.4.smithi031.stdout:-- Logs begin at Mon 2023-12-18 16:46:49 UTC. -- 2023-12-18T17:00:34.401 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:34 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:00:34.401 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:34 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:00:34.401 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:34 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:00:34.401 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:34 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T17:00:34.401 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:34 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:00:34.401 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:34 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T17:00:34.581 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:34 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:00:34.582 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:34 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:00:34.582 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:34 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:00:34.582 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:34 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T17:00:34.582 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:34 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:00:34.583 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:34 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T17:00:34.667 INFO:journalctl@ceph.osd.4.smithi031.stdout:Dec 18 17:00:34 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-4[115282]: 2023-12-18T17:00:34.515+0000 7f3cad45e3c0 -1 osd.4 0 log_to_monitors true 2023-12-18T17:00:35.437 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:35 smithi031 ceph-mon[110581]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T17:00:35.437 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:35 smithi031 ceph-mon[110581]: from='osd.4 [v2:172.21.15.31:6800/3147306685,v1:172.21.15.31:6801/3147306685]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-18T17:00:35.437 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:35 smithi031 ceph-mon[110581]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-18T17:00:35.581 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:35 smithi007 ceph-mon[107711]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T17:00:35.582 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:35 smithi007 ceph-mon[107711]: from='osd.4 [v2:172.21.15.31:6800/3147306685,v1:172.21.15.31:6801/3147306685]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-18T17:00:35.582 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:35 smithi007 ceph-mon[107711]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-18T17:00:35.943 INFO:teuthology.orchestra.run.smithi031.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-18T17:00:35.943 INFO:teuthology.orchestra.run.smithi031.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-12-18T17:00:35.944 INFO:teuthology.orchestra.run.smithi031.stderr: stderr: 10+0 records in 2023-12-18T17:00:35.944 INFO:teuthology.orchestra.run.smithi031.stderr:10+0 records out 2023-12-18T17:00:35.944 INFO:teuthology.orchestra.run.smithi031.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0116411 s, 901 MB/s 2023-12-18T17:00:35.944 INFO:teuthology.orchestra.run.smithi031.stderr:--> Zapping successful for: 2023-12-18T17:00:36.361 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi031:vg_nvme/lv_3 2023-12-18T17:00:36.619 INFO:journalctl@ceph.osd.4.smithi031.stdout:Dec 18 17:00:36 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-4[115282]: 2023-12-18T17:00:36.498+0000 7f3ca3e61700 -1 osd.4 0 waiting for initial osdmap 2023-12-18T17:00:36.619 INFO:journalctl@ceph.osd.4.smithi031.stdout:Dec 18 17:00:36 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-4[115282]: 2023-12-18T17:00:36.503+0000 7f3c9cff5700 -1 osd.4 30 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-18T17:00:36.619 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:36 smithi031 ceph-mon[110581]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-18T17:00:36.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:36 smithi031 ceph-mon[110581]: osdmap e29: 5 total, 4 up, 5 in 2023-12-18T17:00:36.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:36 smithi031 ceph-mon[110581]: from='osd.4 [v2:172.21.15.31:6800/3147306685,v1:172.21.15.31:6801/3147306685]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2023-12-18T17:00:36.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:36 smithi031 ceph-mon[110581]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2023-12-18T17:00:36.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:36 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T17:00:36.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:36 smithi031 ceph-mon[110581]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T17:00:36.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:36 smithi007 ceph-mon[107711]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-18T17:00:36.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:36 smithi007 ceph-mon[107711]: osdmap e29: 5 total, 4 up, 5 in 2023-12-18T17:00:36.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:36 smithi007 ceph-mon[107711]: from='osd.4 [v2:172.21.15.31:6800/3147306685,v1:172.21.15.31:6801/3147306685]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2023-12-18T17:00:36.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:36 smithi007 ceph-mon[107711]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2023-12-18T17:00:36.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:36 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T17:00:36.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:36 smithi007 ceph-mon[107711]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T17:00:37.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:37 smithi031 ceph-mon[110581]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2023-12-18T17:00:37.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:37 smithi031 ceph-mon[110581]: osdmap e30: 5 total, 4 up, 5 in 2023-12-18T17:00:37.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:37 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T17:00:37.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:37 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T17:00:37.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:37 smithi031 ceph-mon[110581]: Detected new or changed devices on smithi031 2023-12-18T17:00:37.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:37 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:00:37.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:37 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:00:37.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:37 smithi031 ceph-mon[110581]: Adjusting osd_memory_target on smithi031 to 15974M 2023-12-18T17:00:37.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:37 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:00:37.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:37 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:00:37.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:37 smithi031 ceph-mon[110581]: osd.4 [v2:172.21.15.31:6800/3147306685,v1:172.21.15.31:6801/3147306685] boot 2023-12-18T17:00:37.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:37 smithi031 ceph-mon[110581]: osdmap e31: 5 total, 5 up, 5 in 2023-12-18T17:00:37.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:37 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T17:00:37.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:37 smithi007 ceph-mon[107711]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2023-12-18T17:00:37.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:37 smithi007 ceph-mon[107711]: osdmap e30: 5 total, 4 up, 5 in 2023-12-18T17:00:37.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:37 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T17:00:37.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:37 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T17:00:37.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:37 smithi007 ceph-mon[107711]: Detected new or changed devices on smithi031 2023-12-18T17:00:37.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:37 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:00:37.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:37 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:00:37.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:37 smithi007 ceph-mon[107711]: Adjusting osd_memory_target on smithi031 to 15974M 2023-12-18T17:00:37.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:37 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:00:37.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:37 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:00:37.833 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:37 smithi007 ceph-mon[107711]: osd.4 [v2:172.21.15.31:6800/3147306685,v1:172.21.15.31:6801/3147306685] boot 2023-12-18T17:00:37.833 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:37 smithi007 ceph-mon[107711]: osdmap e31: 5 total, 5 up, 5 in 2023-12-18T17:00:37.833 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:37 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T17:00:38.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:38 smithi031 ceph-mon[110581]: purged_snaps scrub starts 2023-12-18T17:00:38.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:38 smithi031 ceph-mon[110581]: purged_snaps scrub ok 2023-12-18T17:00:38.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:38 smithi031 ceph-mon[110581]: from='client.24183 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi031:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:00:38.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:38 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T17:00:38.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:38 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T17:00:38.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:38 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:00:38.817 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:38 smithi031 ceph-mon[110581]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-18T17:00:38.817 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:38 smithi031 ceph-mon[110581]: osdmap e32: 5 total, 5 up, 5 in 2023-12-18T17:00:38.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:38 smithi007 ceph-mon[107711]: purged_snaps scrub starts 2023-12-18T17:00:38.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:38 smithi007 ceph-mon[107711]: purged_snaps scrub ok 2023-12-18T17:00:38.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:38 smithi007 ceph-mon[107711]: from='client.24183 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi031:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:00:38.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:38 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T17:00:38.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:38 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T17:00:38.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:38 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:00:38.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:38 smithi007 ceph-mon[107711]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-18T17:00:38.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:38 smithi007 ceph-mon[107711]: osdmap e32: 5 total, 5 up, 5 in 2023-12-18T17:00:40.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:40 smithi031 ceph-mon[110581]: osdmap e33: 5 total, 5 up, 5 in 2023-12-18T17:00:40.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:40 smithi031 ceph-mon[110581]: from='client.? 172.21.15.31:0/1843116365' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b68c917d-eb18-495a-a92b-a101efee94b5"}]: dispatch 2023-12-18T17:00:40.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:40 smithi031 ceph-mon[110581]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b68c917d-eb18-495a-a92b-a101efee94b5"}]: dispatch 2023-12-18T17:00:40.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:40 smithi031 ceph-mon[110581]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b68c917d-eb18-495a-a92b-a101efee94b5"}]': finished 2023-12-18T17:00:40.817 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:40 smithi031 ceph-mon[110581]: osdmap e34: 6 total, 5 up, 6 in 2023-12-18T17:00:40.817 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:40 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T17:00:40.817 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:40 smithi031 ceph-mon[110581]: pgmap v87: 1 pgs: 1 activating+undersized+degraded+remapped; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail; 2/6 objects degraded (33.333%) 2023-12-18T17:00:40.817 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:40 smithi031 ceph-mon[110581]: from='client.? 172.21.15.31:0/754755673' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T17:00:40.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:40 smithi007 ceph-mon[107711]: osdmap e33: 5 total, 5 up, 5 in 2023-12-18T17:00:40.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:40 smithi007 ceph-mon[107711]: from='client.? 172.21.15.31:0/1843116365' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b68c917d-eb18-495a-a92b-a101efee94b5"}]: dispatch 2023-12-18T17:00:40.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:40 smithi007 ceph-mon[107711]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b68c917d-eb18-495a-a92b-a101efee94b5"}]: dispatch 2023-12-18T17:00:40.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:40 smithi007 ceph-mon[107711]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b68c917d-eb18-495a-a92b-a101efee94b5"}]': finished 2023-12-18T17:00:40.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:40 smithi007 ceph-mon[107711]: osdmap e34: 6 total, 5 up, 6 in 2023-12-18T17:00:40.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:40 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T17:00:40.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:40 smithi007 ceph-mon[107711]: pgmap v87: 1 pgs: 1 activating+undersized+degraded+remapped; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail; 2/6 objects degraded (33.333%) 2023-12-18T17:00:40.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:40 smithi007 ceph-mon[107711]: from='client.? 172.21.15.31:0/754755673' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T17:00:41.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:41 smithi031 ceph-mon[110581]: Health check failed: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2023-12-18T17:00:41.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:41 smithi031 ceph-mon[110581]: osdmap e35: 6 total, 5 up, 6 in 2023-12-18T17:00:41.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:41 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T17:00:41.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:41 smithi007 ceph-mon[107711]: Health check failed: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2023-12-18T17:00:41.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:41 smithi007 ceph-mon[107711]: osdmap e35: 6 total, 5 up, 6 in 2023-12-18T17:00:41.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:41 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T17:00:42.895 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:42 smithi031 ceph-mon[110581]: osdmap e36: 6 total, 5 up, 6 in 2023-12-18T17:00:42.896 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:42 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T17:00:42.896 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:42 smithi031 ceph-mon[110581]: pgmap v90: 1 pgs: 1 activating+undersized+degraded+remapped; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail; 2/6 objects degraded (33.333%) 2023-12-18T17:00:43.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:42 smithi007 ceph-mon[107711]: osdmap e36: 6 total, 5 up, 6 in 2023-12-18T17:00:43.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:42 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T17:00:43.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:42 smithi007 ceph-mon[107711]: pgmap v90: 1 pgs: 1 activating+undersized+degraded+remapped; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail; 2/6 objects degraded (33.333%) 2023-12-18T17:00:45.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:45 smithi031 ceph-mon[110581]: pgmap v91: 1 pgs: 1 activating+undersized+degraded+remapped; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 2/6 objects degraded (33.333%) 2023-12-18T17:00:45.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:45 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-18T17:00:45.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:45 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:00:45.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:45 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:00:45.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:45 smithi007 ceph-mon[107711]: pgmap v91: 1 pgs: 1 activating+undersized+degraded+remapped; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 2/6 objects degraded (33.333%) 2023-12-18T17:00:45.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:45 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-18T17:00:45.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:45 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:00:45.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:45 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:00:46.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:46 smithi031 ceph-mon[110581]: Deploying daemon osd.5 on smithi031 2023-12-18T17:00:46.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:46 smithi007 ceph-mon[107711]: Deploying daemon osd.5 on smithi031 2023-12-18T17:00:47.055 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:47 smithi031 ceph-mon[110581]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 82 KiB/s, 0 objects/s recovering 2023-12-18T17:00:47.055 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:47 smithi031 ceph-mon[110581]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded) 2023-12-18T17:00:47.055 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:47 smithi031 ceph-mon[110581]: Cluster is now healthy 2023-12-18T17:00:47.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:47 smithi007 ceph-mon[107711]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 82 KiB/s, 0 objects/s recovering 2023-12-18T17:00:47.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:47 smithi007 ceph-mon[107711]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded) 2023-12-18T17:00:47.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:47 smithi007 ceph-mon[107711]: Cluster is now healthy 2023-12-18T17:00:49.133 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:49 smithi007 ceph-mon[107711]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-18T17:00:49.133 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:49 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:00:49.133 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:49 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T17:00:49.133 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:49 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:00:49.133 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:49 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T17:00:49.281 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:49 smithi031 ceph-mon[110581]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-18T17:00:49.281 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:49 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:00:49.281 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:49 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T17:00:49.281 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:49 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:00:49.281 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:49 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T17:00:51.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:51 smithi031 ceph-mon[110581]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 55 KiB/s, 0 objects/s recovering 2023-12-18T17:00:51.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:51 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:00:51.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:51 smithi007 ceph-mon[107711]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 55 KiB/s, 0 objects/s recovering 2023-12-18T17:00:51.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:51 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:00:51.576 INFO:teuthology.orchestra.run.smithi031.stdout:Created osd(s) 5 on host 'smithi031' 2023-12-18T17:00:52.010 DEBUG:teuthology.orchestra.run.smithi031:osd.5> sudo journalctl -f -n 0 -u ceph-6045df08-9dc6-11ee-95a5-87774f69a715@osd.5.service 2023-12-18T17:00:52.012 INFO:tasks.cephadm:Deploying osd.6 on smithi031 with /dev/vg_nvme/lv_2... 2023-12-18T17:00:52.013 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-18T17:00:52.050 INFO:journalctl@ceph.osd.5.smithi031.stdout:-- Logs begin at Mon 2023-12-18 16:46:49 UTC. -- 2023-12-18T17:00:52.216 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:52 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:00:52.216 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:52 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:00:52.216 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:52 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T17:00:52.216 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:52 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:00:52.216 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:52 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T17:00:52.216 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:52 smithi031 ceph-mon[110581]: from='osd.5 [v2:172.21.15.31:6808/222027988,v1:172.21.15.31:6809/222027988]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-18T17:00:52.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:52 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:00:52.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:52 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:00:52.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:52 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T17:00:52.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:52 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:00:52.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:52 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T17:00:52.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:52 smithi007 ceph-mon[107711]: from='osd.5 [v2:172.21.15.31:6808/222027988,v1:172.21.15.31:6809/222027988]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-18T17:00:53.292 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:53 smithi031 ceph-mon[110581]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 50 KiB/s, 0 objects/s recovering 2023-12-18T17:00:53.292 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:53 smithi031 ceph-mon[110581]: from='osd.5 [v2:172.21.15.31:6808/222027988,v1:172.21.15.31:6809/222027988]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-18T17:00:53.292 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:53 smithi031 ceph-mon[110581]: osdmap e37: 6 total, 5 up, 6 in 2023-12-18T17:00:53.292 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:53 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T17:00:53.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:53 smithi031 ceph-mon[110581]: from='osd.5 [v2:172.21.15.31:6808/222027988,v1:172.21.15.31:6809/222027988]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2023-12-18T17:00:53.581 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:53 smithi007 ceph-mon[107711]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 50 KiB/s, 0 objects/s recovering 2023-12-18T17:00:53.581 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:53 smithi007 ceph-mon[107711]: from='osd.5 [v2:172.21.15.31:6808/222027988,v1:172.21.15.31:6809/222027988]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-18T17:00:53.581 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:53 smithi007 ceph-mon[107711]: osdmap e37: 6 total, 5 up, 6 in 2023-12-18T17:00:53.582 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:53 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T17:00:53.582 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:53 smithi007 ceph-mon[107711]: from='osd.5 [v2:172.21.15.31:6808/222027988,v1:172.21.15.31:6809/222027988]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2023-12-18T17:00:53.997 INFO:teuthology.orchestra.run.smithi031.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-18T17:00:53.997 INFO:teuthology.orchestra.run.smithi031.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-12-18T17:00:53.997 INFO:teuthology.orchestra.run.smithi031.stderr: stderr: 10+0 records in 2023-12-18T17:00:53.997 INFO:teuthology.orchestra.run.smithi031.stderr:10+0 records out 2023-12-18T17:00:53.997 INFO:teuthology.orchestra.run.smithi031.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0127622 s, 822 MB/s 2023-12-18T17:00:53.997 INFO:teuthology.orchestra.run.smithi031.stderr:--> Zapping successful for: 2023-12-18T17:00:54.036 INFO:journalctl@ceph.osd.5.smithi031.stdout:Dec 18 17:00:53 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-5[118736]: 2023-12-18T17:00:53.585+0000 7fee59c0a700 -1 osd.5 0 waiting for initial osdmap 2023-12-18T17:00:54.036 INFO:journalctl@ceph.osd.5.smithi031.stdout:Dec 18 17:00:53 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-5[118736]: 2023-12-18T17:00:53.594+0000 7fee52d9e700 -1 osd.5 38 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-18T17:00:54.401 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi031:vg_nvme/lv_2 2023-12-18T17:00:54.618 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:54 smithi031 ceph-mon[110581]: from='osd.5 [v2:172.21.15.31:6808/222027988,v1:172.21.15.31:6809/222027988]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2023-12-18T17:00:54.618 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:54 smithi031 ceph-mon[110581]: osdmap e38: 6 total, 5 up, 6 in 2023-12-18T17:00:54.618 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:54 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T17:00:54.618 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:54 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T17:00:54.619 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:54 smithi031 ceph-mon[110581]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-18T17:00:54.619 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:54 smithi031 ceph-mon[110581]: osd.5 [v2:172.21.15.31:6808/222027988,v1:172.21.15.31:6809/222027988] boot 2023-12-18T17:00:54.619 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:54 smithi031 ceph-mon[110581]: osdmap e39: 6 total, 6 up, 6 in 2023-12-18T17:00:54.619 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:54 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T17:00:55.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:54 smithi007 ceph-mon[107711]: from='osd.5 [v2:172.21.15.31:6808/222027988,v1:172.21.15.31:6809/222027988]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2023-12-18T17:00:55.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:54 smithi007 ceph-mon[107711]: osdmap e38: 6 total, 5 up, 6 in 2023-12-18T17:00:55.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:54 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T17:00:55.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:54 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T17:00:55.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:54 smithi007 ceph-mon[107711]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-18T17:00:55.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:54 smithi007 ceph-mon[107711]: osd.5 [v2:172.21.15.31:6808/222027988,v1:172.21.15.31:6809/222027988] boot 2023-12-18T17:00:55.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:54 smithi007 ceph-mon[107711]: osdmap e39: 6 total, 6 up, 6 in 2023-12-18T17:00:55.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:54 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T17:00:56.065 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:55 smithi031 ceph-mon[110581]: purged_snaps scrub starts 2023-12-18T17:00:56.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:55 smithi031 ceph-mon[110581]: purged_snaps scrub ok 2023-12-18T17:00:56.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:55 smithi031 ceph-mon[110581]: Detected new or changed devices on smithi031 2023-12-18T17:00:56.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:55 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:00:56.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:55 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:00:56.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:55 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:00:56.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:55 smithi031 ceph-mon[110581]: Adjusting osd_memory_target on smithi031 to 7987M 2023-12-18T17:00:56.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:55 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:00:56.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:55 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:00:56.067 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:55 smithi031 ceph-mon[110581]: osdmap e40: 6 total, 6 up, 6 in 2023-12-18T17:00:56.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:55 smithi007 ceph-mon[107711]: purged_snaps scrub starts 2023-12-18T17:00:56.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:55 smithi007 ceph-mon[107711]: purged_snaps scrub ok 2023-12-18T17:00:56.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:55 smithi007 ceph-mon[107711]: Detected new or changed devices on smithi031 2023-12-18T17:00:56.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:55 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:00:56.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:55 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:00:56.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:55 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:00:56.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:55 smithi007 ceph-mon[107711]: Adjusting osd_memory_target on smithi031 to 7987M 2023-12-18T17:00:56.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:55 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:00:56.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:55 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:00:56.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:55 smithi007 ceph-mon[107711]: osdmap e40: 6 total, 6 up, 6 in 2023-12-18T17:00:56.959 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:56 smithi031 ceph-mon[110581]: pgmap v101: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-18T17:00:56.960 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:56 smithi031 ceph-mon[110581]: from='client.24201 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi031:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:00:56.960 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:56 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T17:00:56.960 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:56 smithi031 ceph-mon[110581]: osdmap e41: 6 total, 6 up, 6 in 2023-12-18T17:00:56.960 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:56 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T17:00:56.960 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:56 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:00:57.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:56 smithi007 ceph-mon[107711]: pgmap v101: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-18T17:00:57.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:56 smithi007 ceph-mon[107711]: from='client.24201 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi031:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:00:57.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:56 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T17:00:57.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:56 smithi007 ceph-mon[107711]: osdmap e41: 6 total, 6 up, 6 in 2023-12-18T17:00:57.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:56 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T17:00:57.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:56 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:00:58.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:57 smithi031 ceph-mon[110581]: osdmap e42: 6 total, 6 up, 6 in 2023-12-18T17:00:58.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:57 smithi031 ceph-mon[110581]: from='client.? 172.21.15.31:0/3814725091' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6309e2c0-2333-4a54-b7f1-400ec1226b91"}]: dispatch 2023-12-18T17:00:58.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:57 smithi031 ceph-mon[110581]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6309e2c0-2333-4a54-b7f1-400ec1226b91"}]: dispatch 2023-12-18T17:00:58.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:57 smithi031 ceph-mon[110581]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6309e2c0-2333-4a54-b7f1-400ec1226b91"}]': finished 2023-12-18T17:00:58.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:57 smithi031 ceph-mon[110581]: osdmap e43: 7 total, 6 up, 7 in 2023-12-18T17:00:58.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:57 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T17:00:58.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:57 smithi007 ceph-mon[107711]: osdmap e42: 6 total, 6 up, 6 in 2023-12-18T17:00:58.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:57 smithi007 ceph-mon[107711]: from='client.? 172.21.15.31:0/3814725091' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6309e2c0-2333-4a54-b7f1-400ec1226b91"}]: dispatch 2023-12-18T17:00:58.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:57 smithi007 ceph-mon[107711]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6309e2c0-2333-4a54-b7f1-400ec1226b91"}]: dispatch 2023-12-18T17:00:58.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:57 smithi007 ceph-mon[107711]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6309e2c0-2333-4a54-b7f1-400ec1226b91"}]': finished 2023-12-18T17:00:58.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:57 smithi007 ceph-mon[107711]: osdmap e43: 7 total, 6 up, 7 in 2023-12-18T17:00:58.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:57 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T17:00:59.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:58 smithi031 ceph-mon[110581]: pgmap v105: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-18T17:00:59.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:00:58 smithi031 ceph-mon[110581]: from='client.? 172.21.15.31:0/1788467801' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T17:00:59.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:58 smithi007 ceph-mon[107711]: pgmap v105: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-18T17:00:59.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:00:58 smithi007 ceph-mon[107711]: from='client.? 172.21.15.31:0/1788467801' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T17:01:01.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:00 smithi031 ceph-mon[110581]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-18T17:01:01.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:00 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:01:01.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:00 smithi007 ceph-mon[107711]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-18T17:01:01.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:00 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:01:03.168 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:03 smithi031 ceph-mon[110581]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-18T17:01:03.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:03 smithi007 ceph-mon[107711]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-18T17:01:04.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:04 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-18T17:01:04.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:04 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:01:04.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:04 smithi031 ceph-mon[110581]: Deploying daemon osd.6 on smithi031 2023-12-18T17:01:04.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:04 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-18T17:01:04.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:04 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:01:04.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:04 smithi007 ceph-mon[107711]: Deploying daemon osd.6 on smithi031 2023-12-18T17:01:05.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:05 smithi031 ceph-mon[110581]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-18T17:01:05.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:05 smithi007 ceph-mon[107711]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-18T17:01:07.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:07 smithi031 ceph-mon[110581]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 57 KiB/s, 0 objects/s recovering 2023-12-18T17:01:07.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:07 smithi007 ceph-mon[107711]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 57 KiB/s, 0 objects/s recovering 2023-12-18T17:01:08.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:08 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:01:08.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:08 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T17:01:08.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:08 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:01:08.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:08 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T17:01:08.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:08 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:01:08.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:08 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T17:01:08.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:08 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:01:08.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:08 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T17:01:09.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:09 smithi031 ceph-mon[110581]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 51 KiB/s, 0 objects/s recovering 2023-12-18T17:01:09.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:09 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:01:09.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:09 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:01:09.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:09 smithi007 ceph-mon[107711]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 51 KiB/s, 0 objects/s recovering 2023-12-18T17:01:09.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:09 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:01:09.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:09 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:01:09.598 INFO:teuthology.orchestra.run.smithi031.stdout:Created osd(s) 6 on host 'smithi031' 2023-12-18T17:01:10.029 DEBUG:teuthology.orchestra.run.smithi031:osd.6> sudo journalctl -f -n 0 -u ceph-6045df08-9dc6-11ee-95a5-87774f69a715@osd.6.service 2023-12-18T17:01:10.032 INFO:tasks.cephadm:Deploying osd.7 on smithi031 with /dev/vg_nvme/lv_1... 2023-12-18T17:01:10.032 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-18T17:01:10.065 INFO:journalctl@ceph.osd.6.smithi031.stdout:-- Logs begin at Mon 2023-12-18 16:46:49 UTC. -- 2023-12-18T17:01:10.554 INFO:journalctl@ceph.osd.6.smithi031.stdout:Dec 18 17:01:10 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-6[122283]: 2023-12-18T17:01:10.293+0000 7efd3cbdb3c0 -1 osd.6 0 log_to_monitors true 2023-12-18T17:01:10.875 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:10 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:01:10.875 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:10 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T17:01:10.875 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:10 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:01:10.875 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:10 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T17:01:10.875 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:10 smithi031 ceph-mon[110581]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-12-18T17:01:10.875 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:10 smithi031 ceph-mon[110581]: from='osd.6 [v2:172.21.15.31:6816/1959564005,v1:172.21.15.31:6817/1959564005]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-18T17:01:10.875 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:10 smithi031 ceph-mon[110581]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-18T17:01:11.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:10 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:01:11.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:10 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T17:01:11.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:10 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:01:11.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:10 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T17:01:11.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:10 smithi007 ceph-mon[107711]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-12-18T17:01:11.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:10 smithi007 ceph-mon[107711]: from='osd.6 [v2:172.21.15.31:6816/1959564005,v1:172.21.15.31:6817/1959564005]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-18T17:01:11.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:10 smithi007 ceph-mon[107711]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-18T17:01:11.791 INFO:teuthology.orchestra.run.smithi031.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-18T17:01:11.791 INFO:teuthology.orchestra.run.smithi031.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-12-18T17:01:11.791 INFO:teuthology.orchestra.run.smithi031.stderr: stderr: 10+0 records in 2023-12-18T17:01:11.792 INFO:teuthology.orchestra.run.smithi031.stderr:10+0 records out 2023-12-18T17:01:11.792 INFO:teuthology.orchestra.run.smithi031.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0170862 s, 614 MB/s 2023-12-18T17:01:11.792 INFO:teuthology.orchestra.run.smithi031.stderr:--> Zapping successful for: 2023-12-18T17:01:12.066 INFO:journalctl@ceph.osd.6.smithi031.stdout:Dec 18 17:01:11 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-6[122283]: 2023-12-18T17:01:11.608+0000 7efd335de700 -1 osd.6 0 waiting for initial osdmap 2023-12-18T17:01:12.066 INFO:journalctl@ceph.osd.6.smithi031.stdout:Dec 18 17:01:11 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-6[122283]: 2023-12-18T17:01:11.615+0000 7efd2df75700 -1 osd.6 45 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-18T17:01:12.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:11 smithi031 ceph-mon[110581]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-18T17:01:12.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:11 smithi031 ceph-mon[110581]: osdmap e44: 7 total, 6 up, 7 in 2023-12-18T17:01:12.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:11 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T17:01:12.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:11 smithi031 ceph-mon[110581]: from='osd.6 [v2:172.21.15.31:6816/1959564005,v1:172.21.15.31:6817/1959564005]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2023-12-18T17:01:12.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:11 smithi031 ceph-mon[110581]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2023-12-18T17:01:12.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:11 smithi007 ceph-mon[107711]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-18T17:01:12.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:11 smithi007 ceph-mon[107711]: osdmap e44: 7 total, 6 up, 7 in 2023-12-18T17:01:12.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:11 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T17:01:12.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:11 smithi007 ceph-mon[107711]: from='osd.6 [v2:172.21.15.31:6816/1959564005,v1:172.21.15.31:6817/1959564005]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2023-12-18T17:01:12.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:11 smithi007 ceph-mon[107711]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2023-12-18T17:01:12.229 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi031:vg_nvme/lv_1 2023-12-18T17:01:12.795 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:12 smithi031 ceph-mon[110581]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2023-12-18T17:01:12.795 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:12 smithi031 ceph-mon[110581]: osdmap e45: 7 total, 6 up, 7 in 2023-12-18T17:01:12.795 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:12 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T17:01:12.795 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:12 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T17:01:12.795 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:12 smithi031 ceph-mon[110581]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-18T17:01:12.795 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:12 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:01:12.795 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:12 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:01:12.795 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:12 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:01:12.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:12 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:01:12.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:12 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:01:12.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:12 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:01:12.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:12 smithi031 ceph-mon[110581]: osd.6 [v2:172.21.15.31:6816/1959564005,v1:172.21.15.31:6817/1959564005] boot 2023-12-18T17:01:12.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:12 smithi031 ceph-mon[110581]: osdmap e46: 7 total, 7 up, 7 in 2023-12-18T17:01:12.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:12 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T17:01:13.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:12 smithi007 ceph-mon[107711]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2023-12-18T17:01:13.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:12 smithi007 ceph-mon[107711]: osdmap e45: 7 total, 6 up, 7 in 2023-12-18T17:01:13.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:12 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T17:01:13.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:12 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T17:01:13.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:12 smithi007 ceph-mon[107711]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-18T17:01:13.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:12 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:01:13.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:12 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:01:13.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:12 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:01:13.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:12 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:01:13.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:12 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:01:13.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:12 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:01:13.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:12 smithi007 ceph-mon[107711]: osd.6 [v2:172.21.15.31:6816/1959564005,v1:172.21.15.31:6817/1959564005] boot 2023-12-18T17:01:13.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:12 smithi007 ceph-mon[107711]: osdmap e46: 7 total, 7 up, 7 in 2023-12-18T17:01:13.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:12 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T17:01:14.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:13 smithi031 ceph-mon[110581]: purged_snaps scrub starts 2023-12-18T17:01:14.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:13 smithi031 ceph-mon[110581]: purged_snaps scrub ok 2023-12-18T17:01:14.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:13 smithi031 ceph-mon[110581]: Detected new or changed devices on smithi031 2023-12-18T17:01:14.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:13 smithi031 ceph-mon[110581]: Adjusting osd_memory_target on smithi031 to 5324M 2023-12-18T17:01:14.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:13 smithi031 ceph-mon[110581]: osdmap e47: 7 total, 7 up, 7 in 2023-12-18T17:01:14.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:13 smithi007 ceph-mon[107711]: purged_snaps scrub starts 2023-12-18T17:01:14.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:13 smithi007 ceph-mon[107711]: purged_snaps scrub ok 2023-12-18T17:01:14.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:13 smithi007 ceph-mon[107711]: Detected new or changed devices on smithi031 2023-12-18T17:01:14.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:13 smithi007 ceph-mon[107711]: Adjusting osd_memory_target on smithi031 to 5324M 2023-12-18T17:01:14.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:13 smithi007 ceph-mon[107711]: osdmap e47: 7 total, 7 up, 7 in 2023-12-18T17:01:14.797 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:14 smithi031 ceph-mon[110581]: from='client.24219 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi031:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:01:14.797 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:14 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T17:01:14.797 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:14 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T17:01:14.797 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:14 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:01:14.798 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:14 smithi031 ceph-mon[110581]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-18T17:01:14.798 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:14 smithi031 ceph-mon[110581]: osdmap e48: 7 total, 7 up, 7 in 2023-12-18T17:01:15.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:14 smithi007 ceph-mon[107711]: from='client.24219 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi031:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:01:15.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:14 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T17:01:15.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:14 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T17:01:15.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:14 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:01:15.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:14 smithi007 ceph-mon[107711]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-18T17:01:15.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:14 smithi007 ceph-mon[107711]: osdmap e48: 7 total, 7 up, 7 in 2023-12-18T17:01:16.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:15 smithi031 ceph-mon[110581]: from='client.? 172.21.15.31:0/1447615041' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "51ba216d-0d87-4ba7-9a6c-fb8eee6de439"}]: dispatch 2023-12-18T17:01:16.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:15 smithi031 ceph-mon[110581]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "51ba216d-0d87-4ba7-9a6c-fb8eee6de439"}]: dispatch 2023-12-18T17:01:16.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:15 smithi031 ceph-mon[110581]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "51ba216d-0d87-4ba7-9a6c-fb8eee6de439"}]': finished 2023-12-18T17:01:16.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:15 smithi031 ceph-mon[110581]: osdmap e49: 8 total, 7 up, 8 in 2023-12-18T17:01:16.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:15 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T17:01:16.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:15 smithi007 ceph-mon[107711]: from='client.? 172.21.15.31:0/1447615041' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "51ba216d-0d87-4ba7-9a6c-fb8eee6de439"}]: dispatch 2023-12-18T17:01:16.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:15 smithi007 ceph-mon[107711]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "51ba216d-0d87-4ba7-9a6c-fb8eee6de439"}]: dispatch 2023-12-18T17:01:16.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:15 smithi007 ceph-mon[107711]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "51ba216d-0d87-4ba7-9a6c-fb8eee6de439"}]': finished 2023-12-18T17:01:16.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:15 smithi007 ceph-mon[107711]: osdmap e49: 8 total, 7 up, 8 in 2023-12-18T17:01:16.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:15 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T17:01:16.959 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:16 smithi031 ceph-mon[110581]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-18T17:01:16.959 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:16 smithi031 ceph-mon[110581]: from='client.? 172.21.15.31:0/1518873160' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T17:01:16.959 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:16 smithi031 ceph-mon[110581]: osdmap e50: 8 total, 7 up, 8 in 2023-12-18T17:01:16.959 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:16 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T17:01:17.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:16 smithi007 ceph-mon[107711]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-18T17:01:17.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:16 smithi007 ceph-mon[107711]: from='client.? 172.21.15.31:0/1518873160' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T17:01:17.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:16 smithi007 ceph-mon[107711]: osdmap e50: 8 total, 7 up, 8 in 2023-12-18T17:01:17.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:16 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T17:01:19.301 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:19 smithi031 ceph-mon[110581]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 119 KiB/s, 0 objects/s recovering 2023-12-18T17:01:19.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:19 smithi007 ceph-mon[107711]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 119 KiB/s, 0 objects/s recovering 2023-12-18T17:01:21.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:21 smithi031 ceph-mon[110581]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-18T17:01:21.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:21 smithi007 ceph-mon[107711]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-18T17:01:22.238 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:22 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-18T17:01:22.238 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:22 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:01:22.238 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:22 smithi031 ceph-mon[110581]: Deploying daemon osd.7 on smithi031 2023-12-18T17:01:22.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:22 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-18T17:01:22.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:22 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:01:22.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:22 smithi007 ceph-mon[107711]: Deploying daemon osd.7 on smithi031 2023-12-18T17:01:23.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:23 smithi031 ceph-mon[110581]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 70 KiB/s, 0 objects/s recovering 2023-12-18T17:01:23.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:23 smithi007 ceph-mon[107711]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 70 KiB/s, 0 objects/s recovering 2023-12-18T17:01:25.291 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:25 smithi031 ceph-mon[110581]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 62 KiB/s, 0 objects/s recovering 2023-12-18T17:01:25.291 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:25 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:01:25.291 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:25 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T17:01:25.291 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:25 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:01:25.291 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:25 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T17:01:25.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:25 smithi007 ceph-mon[107711]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 62 KiB/s, 0 objects/s recovering 2023-12-18T17:01:25.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:25 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:01:25.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:25 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T17:01:25.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:25 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:01:25.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:25 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T17:01:27.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:27 smithi031 ceph-mon[110581]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-18T17:01:27.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:27 smithi007 ceph-mon[107711]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-18T17:01:27.405 INFO:teuthology.orchestra.run.smithi031.stdout:Created osd(s) 7 on host 'smithi031' 2023-12-18T17:01:27.759 DEBUG:teuthology.orchestra.run.smithi031:osd.7> sudo journalctl -f -n 0 -u ceph-6045df08-9dc6-11ee-95a5-87774f69a715@osd.7.service 2023-12-18T17:01:27.761 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-12-18T17:01:27.762 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-18T17:01:27.796 INFO:journalctl@ceph.osd.7.smithi031.stdout:-- Logs begin at Mon 2023-12-18 16:46:49 UTC. -- 2023-12-18T17:01:28.292 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:01:28 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:01:28.072+0000 7f47566033c0 -1 osd.7 0 log_to_monitors true 2023-12-18T17:01:28.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:28 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:01:28.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:28 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:01:28.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:28 smithi031 ceph-mon[110581]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 45 KiB/s, 0 objects/s recovering 2023-12-18T17:01:28.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:28 smithi031 ceph-mon[110581]: from='osd.7 [v2:172.21.15.31:6824/2845575711,v1:172.21.15.31:6825/2845575711]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-18T17:01:28.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:28 smithi031 ceph-mon[110581]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-18T17:01:28.757 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:28 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:01:28.757 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:28 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:01:28.757 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:28 smithi007 ceph-mon[107711]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 45 KiB/s, 0 objects/s recovering 2023-12-18T17:01:28.757 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:28 smithi007 ceph-mon[107711]: from='osd.7 [v2:172.21.15.31:6824/2845575711,v1:172.21.15.31:6825/2845575711]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-18T17:01:28.757 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:28 smithi007 ceph-mon[107711]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-18T17:01:29.450 INFO:teuthology.orchestra.run.smithi007.stdout: 2023-12-18T17:01:29.767 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:01:29 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:01:29.441+0000 7f474d006700 -1 osd.7 0 waiting for initial osdmap 2023-12-18T17:01:29.768 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:01:29 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:01:29.450+0000 7f474799d700 -1 osd.7 52 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-18T17:01:29.768 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:29 smithi031 ceph-mon[110581]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-18T17:01:29.768 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:29 smithi031 ceph-mon[110581]: osdmap e51: 8 total, 7 up, 8 in 2023-12-18T17:01:29.768 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:29 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T17:01:29.768 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:29 smithi031 ceph-mon[110581]: from='osd.7 [v2:172.21.15.31:6824/2845575711,v1:172.21.15.31:6825/2845575711]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2023-12-18T17:01:29.768 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:29 smithi031 ceph-mon[110581]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2023-12-18T17:01:29.789 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:29 smithi007 ceph-mon[107711]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-18T17:01:29.789 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:29 smithi007 ceph-mon[107711]: osdmap e51: 8 total, 7 up, 8 in 2023-12-18T17:01:29.789 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:29 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T17:01:29.789 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:29 smithi007 ceph-mon[107711]: from='osd.7 [v2:172.21.15.31:6824/2845575711,v1:172.21.15.31:6825/2845575711]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2023-12-18T17:01:29.789 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:29 smithi007 ceph-mon[107711]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2023-12-18T17:01:29.851 INFO:teuthology.orchestra.run.smithi007.stdout:{"epoch":52,"num_osds":8,"num_up_osds":7,"osd_up_since":1702918872,"num_in_osds":8,"osd_in_since":1702918875,"num_remapped_pgs":0} 2023-12-18T17:01:30.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:30 smithi031 ceph-mon[110581]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2023-12-18T17:01:30.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:30 smithi031 ceph-mon[110581]: osdmap e52: 8 total, 7 up, 8 in 2023-12-18T17:01:30.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:30 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T17:01:30.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:30 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T17:01:30.817 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:30 smithi031 ceph-mon[110581]: from='client.? 172.21.15.7:0/4200091023' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-18T17:01:30.817 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:30 smithi031 ceph-mon[110581]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-18T17:01:30.817 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:30 smithi031 ceph-mon[110581]: Detected new or changed devices on smithi031 2023-12-18T17:01:30.817 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:30 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:01:30.817 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:30 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:01:30.817 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:30 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:01:30.817 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:30 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:01:30.817 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:30 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:01:30.817 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:30 smithi031 ceph-mon[110581]: Adjusting osd_memory_target on smithi031 to 3993M 2023-12-18T17:01:30.817 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:30 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:01:30.818 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:30 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:01:30.818 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:30 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T17:01:30.818 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:30 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:01:30.818 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:30 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T17:01:30.818 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:30 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:01:30.818 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:30 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi007.pgbvqi/trash_purge_schedule"}]: dispatch 2023-12-18T17:01:30.818 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:30 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi007.pgbvqi/mirror_snapshot_schedule"}]: dispatch 2023-12-18T17:01:30.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:30 smithi007 ceph-mon[107711]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2023-12-18T17:01:30.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:30 smithi007 ceph-mon[107711]: osdmap e52: 8 total, 7 up, 8 in 2023-12-18T17:01:30.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:30 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T17:01:30.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:30 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T17:01:30.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:30 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/4200091023' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-18T17:01:30.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:30 smithi007 ceph-mon[107711]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-18T17:01:30.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:30 smithi007 ceph-mon[107711]: Detected new or changed devices on smithi031 2023-12-18T17:01:30.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:30 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:01:30.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:30 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:01:30.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:30 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:01:30.833 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:30 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:01:30.833 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:30 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:01:30.833 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:30 smithi007 ceph-mon[107711]: Adjusting osd_memory_target on smithi031 to 3993M 2023-12-18T17:01:30.833 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:30 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:01:30.833 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:30 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:01:30.833 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:30 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T17:01:30.833 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:30 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:01:30.833 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:30 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T17:01:30.833 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:30 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:01:30.833 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:30 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi007.pgbvqi/trash_purge_schedule"}]: dispatch 2023-12-18T17:01:30.833 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:30 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi007.pgbvqi/mirror_snapshot_schedule"}]: dispatch 2023-12-18T17:01:30.853 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-18T17:01:31.519 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:31 smithi007 ceph-mon[107711]: purged_snaps scrub starts 2023-12-18T17:01:31.519 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:31 smithi007 ceph-mon[107711]: purged_snaps scrub ok 2023-12-18T17:01:31.519 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:31 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T17:01:31.519 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:31 smithi007 ceph-mon[107711]: osd.7 [v2:172.21.15.31:6824/2845575711,v1:172.21.15.31:6825/2845575711] boot 2023-12-18T17:01:31.519 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:31 smithi007 ceph-mon[107711]: osdmap e53: 8 total, 8 up, 8 in 2023-12-18T17:01:31.519 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:31 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T17:01:31.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:31 smithi031 ceph-mon[110581]: purged_snaps scrub starts 2023-12-18T17:01:31.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:31 smithi031 ceph-mon[110581]: purged_snaps scrub ok 2023-12-18T17:01:31.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:31 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T17:01:31.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:31 smithi031 ceph-mon[110581]: osd.7 [v2:172.21.15.31:6824/2845575711,v1:172.21.15.31:6825/2845575711] boot 2023-12-18T17:01:31.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:31 smithi031 ceph-mon[110581]: osdmap e53: 8 total, 8 up, 8 in 2023-12-18T17:01:31.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:31 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T17:01:32.242 INFO:teuthology.orchestra.run.smithi007.stdout: 2023-12-18T17:01:32.581 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:32 smithi007 ceph-mon[107711]: osdmap e54: 8 total, 8 up, 8 in 2023-12-18T17:01:32.581 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:32 smithi007 ceph-mon[107711]: pgmap v133: 1 pgs: 1 remapped+peering; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-12-18T17:01:32.581 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:32 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/4028335249' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-18T17:01:32.639 INFO:teuthology.orchestra.run.smithi007.stdout:{"epoch":54,"num_osds":8,"num_up_osds":8,"osd_up_since":1702918890,"num_in_osds":8,"osd_in_since":1702918875,"num_remapped_pgs":1} 2023-12-18T17:01:32.639 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-18T17:01:32.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:32 smithi031 ceph-mon[110581]: osdmap e54: 8 total, 8 up, 8 in 2023-12-18T17:01:32.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:32 smithi031 ceph-mon[110581]: pgmap v133: 1 pgs: 1 remapped+peering; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-12-18T17:01:32.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:32 smithi031 ceph-mon[110581]: from='client.? 172.21.15.7:0/4028335249' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-18T17:01:32.892 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/mon.smithi007/config 2023-12-18T17:01:33.653 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:33 smithi007 ceph-mon[107711]: osdmap e55: 8 total, 8 up, 8 in 2023-12-18T17:01:33.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:33 smithi031 ceph-mon[110581]: osdmap e55: 8 total, 8 up, 8 in 2023-12-18T17:01:34.053 INFO:teuthology.orchestra.run.smithi007.stdout: 2023-12-18T17:01:34.053 INFO:teuthology.orchestra.run.smithi007.stdout:{"epoch":56,"fsid":"6045df08-9dc6-11ee-95a5-87774f69a715","created":"2023-12-18T16:56:55.385280+0000","modified":"2023-12-18T17:01:33.452320+0000","last_up_change":"2023-12-18T17:01:30.435594+0000","last_in_change":"2023-12-18T17:01:15.586672+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-12-18T17:00:04.452784+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":"d16dae36-3a41-4033-b1ef-dd85f26997dd","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":55,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6802","nonce":2248436816},{"type":"v1","addr":"172.21.15.7:6803","nonce":2248436816}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6804","nonce":2248436816},{"type":"v1","addr":"172.21.15.7:6805","nonce":2248436816}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6808","nonce":2248436816},{"type":"v1","addr":"172.21.15.7:6809","nonce":2248436816}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6806","nonce":2248436816},{"type":"v1","addr":"172.21.15.7:6807","nonce":2248436816}]},"public_addr":"172.21.15.7:6803/2248436816","cluster_addr":"172.21.15.7:6805/2248436816","heartbeat_back_addr":"172.21.15.7:6809/2248436816","heartbeat_front_addr":"172.21.15.7:6807/2248436816","state":["exists","up"]},{"osd":1,"uuid":"4d4c6e34-9b15-49af-94dd-fe4defd3f55c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6810","nonce":1872682832},{"type":"v1","addr":"172.21.15.7:6811","nonce":1872682832}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6812","nonce":1872682832},{"type":"v1","addr":"172.21.15.7:6813","nonce":1872682832}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6816","nonce":1872682832},{"type":"v1","addr":"172.21.15.7:6817","nonce":1872682832}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6814","nonce":1872682832},{"type":"v1","addr":"172.21.15.7:6815","nonce":1872682832}]},"public_addr":"172.21.15.7:6811/1872682832","cluster_addr":"172.21.15.7:6813/1872682832","heartbeat_back_addr":"172.21.15.7:6817/1872682832","heartbeat_front_addr":"172.21.15.7:6815/1872682832","state":["exists","up"]},{"osd":2,"uuid":"ffa18301-cc74-42d1-80dd-5346ef290105","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.7:6818","nonce":924284787},{"type":"v1","addr":"172.21.15.7:6819","nonce":924284787}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6820","nonce":924284787},{"type":"v1","addr":"172.21.15.7:6821","nonce":924284787}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6824","nonce":924284787},{"type":"v1","addr":"172.21.15.7:6825","nonce":924284787}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6822","nonce":924284787},{"type":"v1","addr":"172.21.15.7:6823","nonce":924284787}]},"public_addr":"172.21.15.7:6819/924284787","cluster_addr":"172.21.15.7:6821/924284787","heartbeat_back_addr":"172.21.15.7:6825/924284787","heartbeat_front_addr":"172.21.15.7:6823/924284787","state":["exists","up"]},{"osd":3,"uuid":"16c76f3f-eefd-4c75-bc62-ab4d6fe5aa85","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.7:6826","nonce":367794698},{"type":"v1","addr":"172.21.15.7:6827","nonce":367794698}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6828","nonce":367794698},{"type":"v1","addr":"172.21.15.7:6829","nonce":367794698}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6832","nonce":367794698},{"type":"v1","addr":"172.21.15.7:6833","nonce":367794698}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6830","nonce":367794698},{"type":"v1","addr":"172.21.15.7:6831","nonce":367794698}]},"public_addr":"172.21.15.7:6827/367794698","cluster_addr":"172.21.15.7:6829/367794698","heartbeat_back_addr":"172.21.15.7:6833/367794698","heartbeat_front_addr":"172.21.15.7:6831/367794698","state":["exists","up"]},{"osd":4,"uuid":"8804a695-9afa-47cb-8276-bcc2def42594","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.31:6800","nonce":3147306685},{"type":"v1","addr":"172.21.15.31:6801","nonce":3147306685}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6802","nonce":3147306685},{"type":"v1","addr":"172.21.15.31:6803","nonce":3147306685}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6806","nonce":3147306685},{"type":"v1","addr":"172.21.15.31:6807","nonce":3147306685}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6804","nonce":3147306685},{"type":"v1","addr":"172.21.15.31:6805","nonce":3147306685}]},"public_addr":"172.21.15.31:6801/3147306685","cluster_addr":"172.21.15.31:6803/3147306685","heartbeat_back_addr":"172.21.15.31:6807/3147306685","heartbeat_front_addr":"172.21.15.31:6805/3147306685","state":["exists","up"]},{"osd":5,"uuid":"b68c917d-eb18-495a-a92b-a101efee94b5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6808","nonce":222027988},{"type":"v1","addr":"172.21.15.31:6809","nonce":222027988}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6810","nonce":222027988},{"type":"v1","addr":"172.21.15.31:6811","nonce":222027988}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6814","nonce":222027988},{"type":"v1","addr":"172.21.15.31:6815","nonce":222027988}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6812","nonce":222027988},{"type":"v1","addr":"172.21.15.31:6813","nonce":222027988}]},"public_addr":"172.21.15.31:6809/222027988","cluster_addr":"172.21.15.31:6811/222027988","heartbeat_back_addr":"172.21.15.31:6815/222027988","heartbeat_front_addr":"172.21.15.31:6813/222027988","state":["exists","up"]},{"osd":6,"uuid":"6309e2c0-2333-4a54-b7f1-400ec1226b91","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6816","nonce":1959564005},{"type":"v1","addr":"172.21.15.31:6817","nonce":1959564005}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6818","nonce":1959564005},{"type":"v1","addr":"172.21.15.31:6819","nonce":1959564005}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6822","nonce":1959564005},{"type":"v1","addr":"172.21.15.31:6823","nonce":1959564005}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6820","nonce":1959564005},{"type":"v1","addr":"172.21.15.31:6821","nonce":1959564005}]},"public_addr":"172.21.15.31:6817/1959564005","cluster_addr":"172.21.15.31:6819/1959564005","heartbeat_back_addr":"172.21.15.31:6823/1959564005","heartbeat_front_addr":"172.21.15.31:6821/1959564005","state":["exists","up"]},{"osd":7,"uuid":"51ba216d-0d87-4ba7-9a6c-fb8eee6de439","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":53,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6824","nonce":2845575711},{"type":"v1","addr":"172.21.15.31:6825","nonce":2845575711}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6826","nonce":2845575711},{"type":"v1","addr":"172.21.15.31:6827","nonce":2845575711}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6830","nonce":2845575711},{"type":"v1","addr":"172.21.15.31:6831","nonce":2845575711}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6828","nonce":2845575711},{"type":"v1","addr":"172.21.15.31:6829","nonce":2845575711}]},"public_addr":"172.21.15.31:6825/2845575711","cluster_addr":"172.21.15.31:6827/2845575711","heartbeat_back_addr":"172.21.15.31:6831/2845575711","heartbeat_front_addr":"172.21.15.31:6829/2845575711","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-12-18T16:59:18.683737+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-12-18T16:59:42.278194+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-12-18T17:00:00.258346+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-12-18T17:00:18.172039+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-12-18T17:00:35.474610+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-12-18T17:00:53.021461+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-12-18T17:01:11.266891+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-12-18T17:01:29.088254+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.7:0/2878982382":"2023-12-19T16:58:29.012287+0000","172.21.15.7:6801/3690298350":"2023-12-19T16:58:29.012287+0000","172.21.15.7:0/1077762497":"2023-12-19T16:58:29.012287+0000","172.21.15.7:0/4157699229":"2023-12-19T16:57:49.686105+0000","172.21.15.7:6800/3085989980":"2023-12-19T16:57:49.686105+0000","172.21.15.7:0/917179732":"2023-12-19T16:57:49.686105+0000","172.21.15.7:6800/3690298350":"2023-12-19T16:58:29.012287+0000","172.21.15.7:0/1350528329":"2023-12-19T16:57:49.686105+0000","172.21.15.7:6800/3274058345":"2023-12-19T16:57:24.849111+0000","172.21.15.7:0/3779103219":"2023-12-19T16:57:24.849111+0000","172.21.15.7:6801/3274058345":"2023-12-19T16:57:24.849111+0000","172.21.15.7:0/1754313168":"2023-12-19T16:58:29.012287+0000","172.21.15.7:6801/3085989980":"2023-12-19T16:57:49.686105+0000","172.21.15.7:0/2968280501":"2023-12-19T16:57:24.849111+0000","172.21.15.7:0/4076222456":"2023-12-19T16:57:24.849111+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-12-18T17:01:34.439 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-12-18T17:00:04.452784+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-12-18T17:01:34.439 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph osd pool get .mgr pg_num 2023-12-18T17:01:34.581 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:34 smithi007 ceph-mon[107711]: osdmap e56: 8 total, 8 up, 8 in 2023-12-18T17:01:34.581 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:34 smithi007 ceph-mon[107711]: pgmap v136: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T17:01:34.581 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:34 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/558704567' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-18T17:01:34.698 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/mon.smithi007/config 2023-12-18T17:01:34.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:34 smithi031 ceph-mon[110581]: osdmap e56: 8 total, 8 up, 8 in 2023-12-18T17:01:34.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:34 smithi031 ceph-mon[110581]: pgmap v136: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T17:01:34.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:34 smithi031 ceph-mon[110581]: from='client.? 172.21.15.7:0/558704567' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-18T17:01:35.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:35 smithi031 ceph-mon[110581]: osdmap e57: 8 total, 8 up, 8 in 2023-12-18T17:01:35.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:35 smithi007 ceph-mon[107711]: osdmap e57: 8 total, 8 up, 8 in 2023-12-18T17:01:35.930 INFO:teuthology.orchestra.run.smithi007.stdout:pg_num: 1 2023-12-18T17:01:36.251 INFO:tasks.cephadm:Setting up client nodes... 2023-12-18T17:01:36.251 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-18T17:01:36.795 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:36 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/1832418718' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-18T17:01:36.795 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:36 smithi007 ceph-mon[107711]: pgmap v138: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T17:01:36.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:36 smithi031 ceph-mon[110581]: from='client.? 172.21.15.7:0/1832418718' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-18T17:01:36.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:36 smithi031 ceph-mon[110581]: pgmap v138: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T17:01:37.739 INFO:teuthology.orchestra.run.smithi007.stdout:[client.0] 2023-12-18T17:01:37.740 INFO:teuthology.orchestra.run.smithi007.stdout: key = AQDxeoBlfWPpKxAAcETED/0iUMSb97H2OiTgsA== 2023-12-18T17:01:38.037 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:37 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/2774574238' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-18T17:01:38.038 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:37 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/2774574238' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-18T17:01:38.065 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:37 smithi031 ceph-mon[110581]: from='client.? 172.21.15.7:0/2774574238' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-18T17:01:38.065 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:37 smithi031 ceph-mon[110581]: from='client.? 172.21.15.7:0/2774574238' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-18T17:01:38.120 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2023-12-18T17:01:38.120 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-12-18T17:01:38.120 DEBUG:teuthology.orchestra.run.smithi007:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-12-18T17:01:38.170 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-12-18T17:01:38.170 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-12-18T17:01:38.170 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph mgr dump --format=json 2023-12-18T17:01:38.469 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/mon.smithi007/config 2023-12-18T17:01:38.934 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:38 smithi007 ceph-mon[107711]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-18T17:01:39.065 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:38 smithi031 ceph-mon[110581]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-18T17:01:39.643 INFO:teuthology.orchestra.run.smithi007.stdout: 2023-12-18T17:01:40.011 INFO:teuthology.orchestra.run.smithi007.stdout:{"epoch":19,"active_gid":14204,"active_name":"smithi007.pgbvqi","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6800","nonce":1979252658},{"type":"v1","addr":"172.21.15.7:6801","nonce":1979252658}]},"active_addr":"172.21.15.7:6801/1979252658","active_change":"2023-12-18T16:58:29.012653+0000","active_mgr_features":4540138303579357183,"available":true,"standbys":[{"gid":14224,"name":"smithi031.uwevhd","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.7:8443/","prometheus":"http://172.21.15.7: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.7:0","nonce":2317727905}]},{"addrvec":[{"type":"v2","addr":"172.21.15.7:0","nonce":1063843115}]},{"addrvec":[{"type":"v2","addr":"172.21.15.7:0","nonce":654407989}]},{"addrvec":[{"type":"v2","addr":"172.21.15.7:0","nonce":3250547450}]}]}} 2023-12-18T17:01:40.014 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-12-18T17:01:40.015 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-12-18T17:01:40.015 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-18T17:01:40.272 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/mon.smithi007/config 2023-12-18T17:01:40.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:39 smithi031 ceph-mon[110581]: from='client.? 172.21.15.7:0/24930406' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-18T17:01:40.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:39 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/24930406' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-18T17:01:41.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:40 smithi007 ceph-mon[107711]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 69 KiB/s, 0 objects/s recovering 2023-12-18T17:01:41.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:40 smithi031 ceph-mon[110581]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 69 KiB/s, 0 objects/s recovering 2023-12-18T17:01:41.457 INFO:teuthology.orchestra.run.smithi007.stdout: 2023-12-18T17:01:41.458 INFO:teuthology.orchestra.run.smithi007.stdout:{"epoch":57,"fsid":"6045df08-9dc6-11ee-95a5-87774f69a715","created":"2023-12-18T16:56:55.385280+0000","modified":"2023-12-18T17:01:34.458023+0000","last_up_change":"2023-12-18T17:01:30.435594+0000","last_in_change":"2023-12-18T17:01:15.586672+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-12-18T17:00:04.452784+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":"d16dae36-3a41-4033-b1ef-dd85f26997dd","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":55,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6802","nonce":2248436816},{"type":"v1","addr":"172.21.15.7:6803","nonce":2248436816}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6804","nonce":2248436816},{"type":"v1","addr":"172.21.15.7:6805","nonce":2248436816}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6808","nonce":2248436816},{"type":"v1","addr":"172.21.15.7:6809","nonce":2248436816}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6806","nonce":2248436816},{"type":"v1","addr":"172.21.15.7:6807","nonce":2248436816}]},"public_addr":"172.21.15.7:6803/2248436816","cluster_addr":"172.21.15.7:6805/2248436816","heartbeat_back_addr":"172.21.15.7:6809/2248436816","heartbeat_front_addr":"172.21.15.7:6807/2248436816","state":["exists","up"]},{"osd":1,"uuid":"4d4c6e34-9b15-49af-94dd-fe4defd3f55c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6810","nonce":1872682832},{"type":"v1","addr":"172.21.15.7:6811","nonce":1872682832}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6812","nonce":1872682832},{"type":"v1","addr":"172.21.15.7:6813","nonce":1872682832}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6816","nonce":1872682832},{"type":"v1","addr":"172.21.15.7:6817","nonce":1872682832}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6814","nonce":1872682832},{"type":"v1","addr":"172.21.15.7:6815","nonce":1872682832}]},"public_addr":"172.21.15.7:6811/1872682832","cluster_addr":"172.21.15.7:6813/1872682832","heartbeat_back_addr":"172.21.15.7:6817/1872682832","heartbeat_front_addr":"172.21.15.7:6815/1872682832","state":["exists","up"]},{"osd":2,"uuid":"ffa18301-cc74-42d1-80dd-5346ef290105","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.7:6818","nonce":924284787},{"type":"v1","addr":"172.21.15.7:6819","nonce":924284787}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6820","nonce":924284787},{"type":"v1","addr":"172.21.15.7:6821","nonce":924284787}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6824","nonce":924284787},{"type":"v1","addr":"172.21.15.7:6825","nonce":924284787}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6822","nonce":924284787},{"type":"v1","addr":"172.21.15.7:6823","nonce":924284787}]},"public_addr":"172.21.15.7:6819/924284787","cluster_addr":"172.21.15.7:6821/924284787","heartbeat_back_addr":"172.21.15.7:6825/924284787","heartbeat_front_addr":"172.21.15.7:6823/924284787","state":["exists","up"]},{"osd":3,"uuid":"16c76f3f-eefd-4c75-bc62-ab4d6fe5aa85","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.7:6826","nonce":367794698},{"type":"v1","addr":"172.21.15.7:6827","nonce":367794698}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6828","nonce":367794698},{"type":"v1","addr":"172.21.15.7:6829","nonce":367794698}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6832","nonce":367794698},{"type":"v1","addr":"172.21.15.7:6833","nonce":367794698}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6830","nonce":367794698},{"type":"v1","addr":"172.21.15.7:6831","nonce":367794698}]},"public_addr":"172.21.15.7:6827/367794698","cluster_addr":"172.21.15.7:6829/367794698","heartbeat_back_addr":"172.21.15.7:6833/367794698","heartbeat_front_addr":"172.21.15.7:6831/367794698","state":["exists","up"]},{"osd":4,"uuid":"8804a695-9afa-47cb-8276-bcc2def42594","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.31:6800","nonce":3147306685},{"type":"v1","addr":"172.21.15.31:6801","nonce":3147306685}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6802","nonce":3147306685},{"type":"v1","addr":"172.21.15.31:6803","nonce":3147306685}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6806","nonce":3147306685},{"type":"v1","addr":"172.21.15.31:6807","nonce":3147306685}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6804","nonce":3147306685},{"type":"v1","addr":"172.21.15.31:6805","nonce":3147306685}]},"public_addr":"172.21.15.31:6801/3147306685","cluster_addr":"172.21.15.31:6803/3147306685","heartbeat_back_addr":"172.21.15.31:6807/3147306685","heartbeat_front_addr":"172.21.15.31:6805/3147306685","state":["exists","up"]},{"osd":5,"uuid":"b68c917d-eb18-495a-a92b-a101efee94b5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6808","nonce":222027988},{"type":"v1","addr":"172.21.15.31:6809","nonce":222027988}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6810","nonce":222027988},{"type":"v1","addr":"172.21.15.31:6811","nonce":222027988}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6814","nonce":222027988},{"type":"v1","addr":"172.21.15.31:6815","nonce":222027988}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6812","nonce":222027988},{"type":"v1","addr":"172.21.15.31:6813","nonce":222027988}]},"public_addr":"172.21.15.31:6809/222027988","cluster_addr":"172.21.15.31:6811/222027988","heartbeat_back_addr":"172.21.15.31:6815/222027988","heartbeat_front_addr":"172.21.15.31:6813/222027988","state":["exists","up"]},{"osd":6,"uuid":"6309e2c0-2333-4a54-b7f1-400ec1226b91","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6816","nonce":1959564005},{"type":"v1","addr":"172.21.15.31:6817","nonce":1959564005}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6818","nonce":1959564005},{"type":"v1","addr":"172.21.15.31:6819","nonce":1959564005}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6822","nonce":1959564005},{"type":"v1","addr":"172.21.15.31:6823","nonce":1959564005}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6820","nonce":1959564005},{"type":"v1","addr":"172.21.15.31:6821","nonce":1959564005}]},"public_addr":"172.21.15.31:6817/1959564005","cluster_addr":"172.21.15.31:6819/1959564005","heartbeat_back_addr":"172.21.15.31:6823/1959564005","heartbeat_front_addr":"172.21.15.31:6821/1959564005","state":["exists","up"]},{"osd":7,"uuid":"51ba216d-0d87-4ba7-9a6c-fb8eee6de439","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":53,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6824","nonce":2845575711},{"type":"v1","addr":"172.21.15.31:6825","nonce":2845575711}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6826","nonce":2845575711},{"type":"v1","addr":"172.21.15.31:6827","nonce":2845575711}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6830","nonce":2845575711},{"type":"v1","addr":"172.21.15.31:6831","nonce":2845575711}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6828","nonce":2845575711},{"type":"v1","addr":"172.21.15.31:6829","nonce":2845575711}]},"public_addr":"172.21.15.31:6825/2845575711","cluster_addr":"172.21.15.31:6827/2845575711","heartbeat_back_addr":"172.21.15.31:6831/2845575711","heartbeat_front_addr":"172.21.15.31:6829/2845575711","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-12-18T16:59:18.683737+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-12-18T16:59:42.278194+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-12-18T17:00:00.258346+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-12-18T17:00:18.172039+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-12-18T17:00:35.474610+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-12-18T17:00:53.021461+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-12-18T17:01:11.266891+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-12-18T17:01:29.088254+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.7:0/2878982382":"2023-12-19T16:58:29.012287+0000","172.21.15.7:6801/3690298350":"2023-12-19T16:58:29.012287+0000","172.21.15.7:0/1077762497":"2023-12-19T16:58:29.012287+0000","172.21.15.7:0/4157699229":"2023-12-19T16:57:49.686105+0000","172.21.15.7:6800/3085989980":"2023-12-19T16:57:49.686105+0000","172.21.15.7:0/917179732":"2023-12-19T16:57:49.686105+0000","172.21.15.7:6800/3690298350":"2023-12-19T16:58:29.012287+0000","172.21.15.7:0/1350528329":"2023-12-19T16:57:49.686105+0000","172.21.15.7:6800/3274058345":"2023-12-19T16:57:24.849111+0000","172.21.15.7:0/3779103219":"2023-12-19T16:57:24.849111+0000","172.21.15.7:6801/3274058345":"2023-12-19T16:57:24.849111+0000","172.21.15.7:0/1754313168":"2023-12-19T16:58:29.012287+0000","172.21.15.7:6801/3085989980":"2023-12-19T16:57:49.686105+0000","172.21.15.7:0/2968280501":"2023-12-19T16:57:24.849111+0000","172.21.15.7:0/4076222456":"2023-12-19T16:57:24.849111+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-12-18T17:01:41.836 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-12-18T17:01:41.836 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-18T17:01:42.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:41 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/3048783325' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-18T17:01:42.095 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/mon.smithi007/config 2023-12-18T17:01:42.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:41 smithi031 ceph-mon[110581]: from='client.? 172.21.15.7:0/3048783325' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-18T17:01:43.313 INFO:teuthology.orchestra.run.smithi007.stdout: 2023-12-18T17:01:43.314 INFO:teuthology.orchestra.run.smithi007.stdout:{"epoch":57,"fsid":"6045df08-9dc6-11ee-95a5-87774f69a715","created":"2023-12-18T16:56:55.385280+0000","modified":"2023-12-18T17:01:34.458023+0000","last_up_change":"2023-12-18T17:01:30.435594+0000","last_in_change":"2023-12-18T17:01:15.586672+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-12-18T17:00:04.452784+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":"d16dae36-3a41-4033-b1ef-dd85f26997dd","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":55,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6802","nonce":2248436816},{"type":"v1","addr":"172.21.15.7:6803","nonce":2248436816}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6804","nonce":2248436816},{"type":"v1","addr":"172.21.15.7:6805","nonce":2248436816}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6808","nonce":2248436816},{"type":"v1","addr":"172.21.15.7:6809","nonce":2248436816}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6806","nonce":2248436816},{"type":"v1","addr":"172.21.15.7:6807","nonce":2248436816}]},"public_addr":"172.21.15.7:6803/2248436816","cluster_addr":"172.21.15.7:6805/2248436816","heartbeat_back_addr":"172.21.15.7:6809/2248436816","heartbeat_front_addr":"172.21.15.7:6807/2248436816","state":["exists","up"]},{"osd":1,"uuid":"4d4c6e34-9b15-49af-94dd-fe4defd3f55c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6810","nonce":1872682832},{"type":"v1","addr":"172.21.15.7:6811","nonce":1872682832}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6812","nonce":1872682832},{"type":"v1","addr":"172.21.15.7:6813","nonce":1872682832}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6816","nonce":1872682832},{"type":"v1","addr":"172.21.15.7:6817","nonce":1872682832}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6814","nonce":1872682832},{"type":"v1","addr":"172.21.15.7:6815","nonce":1872682832}]},"public_addr":"172.21.15.7:6811/1872682832","cluster_addr":"172.21.15.7:6813/1872682832","heartbeat_back_addr":"172.21.15.7:6817/1872682832","heartbeat_front_addr":"172.21.15.7:6815/1872682832","state":["exists","up"]},{"osd":2,"uuid":"ffa18301-cc74-42d1-80dd-5346ef290105","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.7:6818","nonce":924284787},{"type":"v1","addr":"172.21.15.7:6819","nonce":924284787}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6820","nonce":924284787},{"type":"v1","addr":"172.21.15.7:6821","nonce":924284787}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6824","nonce":924284787},{"type":"v1","addr":"172.21.15.7:6825","nonce":924284787}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6822","nonce":924284787},{"type":"v1","addr":"172.21.15.7:6823","nonce":924284787}]},"public_addr":"172.21.15.7:6819/924284787","cluster_addr":"172.21.15.7:6821/924284787","heartbeat_back_addr":"172.21.15.7:6825/924284787","heartbeat_front_addr":"172.21.15.7:6823/924284787","state":["exists","up"]},{"osd":3,"uuid":"16c76f3f-eefd-4c75-bc62-ab4d6fe5aa85","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.7:6826","nonce":367794698},{"type":"v1","addr":"172.21.15.7:6827","nonce":367794698}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6828","nonce":367794698},{"type":"v1","addr":"172.21.15.7:6829","nonce":367794698}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6832","nonce":367794698},{"type":"v1","addr":"172.21.15.7:6833","nonce":367794698}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6830","nonce":367794698},{"type":"v1","addr":"172.21.15.7:6831","nonce":367794698}]},"public_addr":"172.21.15.7:6827/367794698","cluster_addr":"172.21.15.7:6829/367794698","heartbeat_back_addr":"172.21.15.7:6833/367794698","heartbeat_front_addr":"172.21.15.7:6831/367794698","state":["exists","up"]},{"osd":4,"uuid":"8804a695-9afa-47cb-8276-bcc2def42594","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.31:6800","nonce":3147306685},{"type":"v1","addr":"172.21.15.31:6801","nonce":3147306685}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6802","nonce":3147306685},{"type":"v1","addr":"172.21.15.31:6803","nonce":3147306685}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6806","nonce":3147306685},{"type":"v1","addr":"172.21.15.31:6807","nonce":3147306685}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6804","nonce":3147306685},{"type":"v1","addr":"172.21.15.31:6805","nonce":3147306685}]},"public_addr":"172.21.15.31:6801/3147306685","cluster_addr":"172.21.15.31:6803/3147306685","heartbeat_back_addr":"172.21.15.31:6807/3147306685","heartbeat_front_addr":"172.21.15.31:6805/3147306685","state":["exists","up"]},{"osd":5,"uuid":"b68c917d-eb18-495a-a92b-a101efee94b5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6808","nonce":222027988},{"type":"v1","addr":"172.21.15.31:6809","nonce":222027988}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6810","nonce":222027988},{"type":"v1","addr":"172.21.15.31:6811","nonce":222027988}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6814","nonce":222027988},{"type":"v1","addr":"172.21.15.31:6815","nonce":222027988}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6812","nonce":222027988},{"type":"v1","addr":"172.21.15.31:6813","nonce":222027988}]},"public_addr":"172.21.15.31:6809/222027988","cluster_addr":"172.21.15.31:6811/222027988","heartbeat_back_addr":"172.21.15.31:6815/222027988","heartbeat_front_addr":"172.21.15.31:6813/222027988","state":["exists","up"]},{"osd":6,"uuid":"6309e2c0-2333-4a54-b7f1-400ec1226b91","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6816","nonce":1959564005},{"type":"v1","addr":"172.21.15.31:6817","nonce":1959564005}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6818","nonce":1959564005},{"type":"v1","addr":"172.21.15.31:6819","nonce":1959564005}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6822","nonce":1959564005},{"type":"v1","addr":"172.21.15.31:6823","nonce":1959564005}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6820","nonce":1959564005},{"type":"v1","addr":"172.21.15.31:6821","nonce":1959564005}]},"public_addr":"172.21.15.31:6817/1959564005","cluster_addr":"172.21.15.31:6819/1959564005","heartbeat_back_addr":"172.21.15.31:6823/1959564005","heartbeat_front_addr":"172.21.15.31:6821/1959564005","state":["exists","up"]},{"osd":7,"uuid":"51ba216d-0d87-4ba7-9a6c-fb8eee6de439","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":53,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6824","nonce":2845575711},{"type":"v1","addr":"172.21.15.31:6825","nonce":2845575711}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6826","nonce":2845575711},{"type":"v1","addr":"172.21.15.31:6827","nonce":2845575711}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6830","nonce":2845575711},{"type":"v1","addr":"172.21.15.31:6831","nonce":2845575711}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6828","nonce":2845575711},{"type":"v1","addr":"172.21.15.31:6829","nonce":2845575711}]},"public_addr":"172.21.15.31:6825/2845575711","cluster_addr":"172.21.15.31:6827/2845575711","heartbeat_back_addr":"172.21.15.31:6831/2845575711","heartbeat_front_addr":"172.21.15.31:6829/2845575711","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-12-18T16:59:18.683737+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-12-18T16:59:42.278194+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-12-18T17:00:00.258346+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-12-18T17:00:18.172039+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-12-18T17:00:35.474610+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-12-18T17:00:53.021461+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-12-18T17:01:11.266891+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-12-18T17:01:29.088254+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.7:0/2878982382":"2023-12-19T16:58:29.012287+0000","172.21.15.7:6801/3690298350":"2023-12-19T16:58:29.012287+0000","172.21.15.7:0/1077762497":"2023-12-19T16:58:29.012287+0000","172.21.15.7:0/4157699229":"2023-12-19T16:57:49.686105+0000","172.21.15.7:6800/3085989980":"2023-12-19T16:57:49.686105+0000","172.21.15.7:0/917179732":"2023-12-19T16:57:49.686105+0000","172.21.15.7:6800/3690298350":"2023-12-19T16:58:29.012287+0000","172.21.15.7:0/1350528329":"2023-12-19T16:57:49.686105+0000","172.21.15.7:6800/3274058345":"2023-12-19T16:57:24.849111+0000","172.21.15.7:0/3779103219":"2023-12-19T16:57:24.849111+0000","172.21.15.7:6801/3274058345":"2023-12-19T16:57:24.849111+0000","172.21.15.7:0/1754313168":"2023-12-19T16:58:29.012287+0000","172.21.15.7:6801/3085989980":"2023-12-19T16:57:49.686105+0000","172.21.15.7:0/2968280501":"2023-12-19T16:57:24.849111+0000","172.21.15.7:0/4076222456":"2023-12-19T16:57:24.849111+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-12-18T17:01:43.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:42 smithi031 ceph-mon[110581]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 61 KiB/s, 0 objects/s recovering 2023-12-18T17:01:43.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:42 smithi007 ceph-mon[107711]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 61 KiB/s, 0 objects/s recovering 2023-12-18T17:01:43.686 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-12-18T17:01:43.686 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-12-18T17:01:43.687 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-12-18T17:01:43.687 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2023-12-18T17:01:43.688 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2023-12-18T17:01:43.688 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2023-12-18T17:01:43.689 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2023-12-18T17:01:43.690 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2023-12-18T17:01:44.125 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/mon.smithi007/config 2023-12-18T17:01:44.150 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/mon.smithi007/config 2023-12-18T17:01:44.160 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/mon.smithi007/config 2023-12-18T17:01:44.179 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/mon.smithi007/config 2023-12-18T17:01:44.197 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/mon.smithi007/config 2023-12-18T17:01:44.216 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/mon.smithi007/config 2023-12-18T17:01:44.230 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/mon.smithi007/config 2023-12-18T17:01:44.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:44 smithi031 ceph-mon[110581]: from='client.? 172.21.15.7:0/2070072811' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-18T17:01:44.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:44 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/2070072811' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-18T17:01:45.231 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:45 smithi007 ceph-mon[107711]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-18T17:01:45.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:45 smithi031 ceph-mon[110581]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-18T17:01:46.835 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/mon.smithi007/config 2023-12-18T17:01:47.166 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:47 smithi007 ceph-mon[107711]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 45 KiB/s, 0 objects/s recovering 2023-12-18T17:01:47.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:47 smithi031 ceph-mon[110581]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 45 KiB/s, 0 objects/s recovering 2023-12-18T17:01:47.920 INFO:teuthology.orchestra.run.smithi007.stdout:133143986192 2023-12-18T17:01:47.920 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.4 2023-12-18T17:01:48.039 INFO:teuthology.orchestra.run.smithi007.stdout:111669149716 2023-12-18T17:01:48.039 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.3 2023-12-18T17:01:48.342 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/mon.smithi007/config 2023-12-18T17:01:48.361 INFO:teuthology.orchestra.run.smithi007.stdout:227633266695 2023-12-18T17:01:48.361 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.7 2023-12-18T17:01:49.218 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:49 smithi007 ceph-mon[107711]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-12-18T17:01:49.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:49 smithi031 ceph-mon[110581]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-12-18T17:01:49.398 INFO:teuthology.orchestra.run.smithi007.stdout:38654705697 2023-12-18T17:01:49.398 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-12-18T17:01:49.974 INFO:teuthology.orchestra.run.smithi007.stdout:167503724557 2023-12-18T17:01:49.974 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.5 2023-12-18T17:01:50.333 INFO:teuthology.orchestra.run.smithi007.stdout:197568495625 2023-12-18T17:01:50.333 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.6 2023-12-18T17:01:50.653 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/mon.smithi007/config 2023-12-18T17:01:50.990 INFO:teuthology.orchestra.run.smithi007.stdout:60129542172 2023-12-18T17:01:50.991 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-12-18T17:01:51.108 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/mon.smithi007/config 2023-12-18T17:01:51.241 INFO:teuthology.orchestra.run.smithi007.stdout:81604378649 2023-12-18T17:01:51.242 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-12-18T17:01:51.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:51 smithi031 ceph-mon[110581]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T17:01:51.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:51 smithi007 ceph-mon[107711]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T17:01:51.709 INFO:teuthology.orchestra.run.smithi007.stdout:133143986193 2023-12-18T17:01:52.157 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986192 got 133143986193 for osd.4 2023-12-18T17:01:52.157 DEBUG:teuthology.parallel:result is None 2023-12-18T17:01:52.164 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/mon.smithi007/config 2023-12-18T17:01:52.164 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/mon.smithi007/config 2023-12-18T17:01:52.165 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/mon.smithi007/config 2023-12-18T17:01:52.166 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/mon.smithi007/config 2023-12-18T17:01:52.166 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/mon.smithi007/config 2023-12-18T17:01:52.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:52 smithi031 ceph-mon[110581]: from='client.? 172.21.15.7:0/3165740420' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-18T17:01:52.318 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:52 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/3165740420' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-18T17:01:52.481 INFO:teuthology.orchestra.run.smithi007.stdout:111669149717 2023-12-18T17:01:53.252 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:53 smithi007 ceph-mon[107711]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T17:01:53.252 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:53 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/6829348' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-18T17:01:53.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:53 smithi031 ceph-mon[110581]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T17:01:53.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:53 smithi031 ceph-mon[110581]: from='client.? 172.21.15.7:0/6829348' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-18T17:01:53.860 INFO:teuthology.orchestra.run.smithi007.stdout:81604378649 2023-12-18T17:01:54.320 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:54 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/1467268199' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-18T17:01:54.467 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149716 got 111669149717 for osd.3 2023-12-18T17:01:54.467 DEBUG:teuthology.parallel:result is None 2023-12-18T17:01:54.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:54 smithi031 ceph-mon[110581]: from='client.? 172.21.15.7:0/1467268199' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-18T17:01:54.798 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378649 got 81604378649 for osd.2 2023-12-18T17:01:54.798 DEBUG:teuthology.parallel:result is None 2023-12-18T17:01:55.234 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:55 smithi007 ceph-mon[107711]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T17:01:55.298 INFO:teuthology.orchestra.run.smithi007.stdout:38654705698 2023-12-18T17:01:55.339 INFO:teuthology.orchestra.run.smithi007.stdout:167503724558 2023-12-18T17:01:55.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:55 smithi031 ceph-mon[110581]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T17:01:55.595 INFO:teuthology.orchestra.run.smithi007.stdout:227633266696 2023-12-18T17:01:55.881 INFO:tasks.cephadm.ceph_manager.ceph:need seq 167503724557 got 167503724558 for osd.5 2023-12-18T17:01:55.881 DEBUG:teuthology.parallel:result is None 2023-12-18T17:01:56.065 INFO:teuthology.orchestra.run.smithi007.stdout:197568495626 2023-12-18T17:01:56.184 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:56 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/3013958388' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-18T17:01:56.184 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:56 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/2625987162' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-18T17:01:56.184 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:56 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/3032351418' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-18T17:01:56.184 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:56 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/4071917421' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-18T17:01:56.203 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705697 got 38654705698 for osd.0 2023-12-18T17:01:56.203 DEBUG:teuthology.parallel:result is None 2023-12-18T17:01:56.296 INFO:teuthology.orchestra.run.smithi007.stdout:60129542173 2023-12-18T17:01:56.420 INFO:tasks.cephadm.ceph_manager.ceph:need seq 227633266695 got 227633266696 for osd.7 2023-12-18T17:01:56.420 DEBUG:teuthology.parallel:result is None 2023-12-18T17:01:56.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:56 smithi031 ceph-mon[110581]: from='client.? 172.21.15.7:0/3013958388' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-18T17:01:56.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:56 smithi031 ceph-mon[110581]: from='client.? 172.21.15.7:0/2625987162' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-18T17:01:56.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:56 smithi031 ceph-mon[110581]: from='client.? 172.21.15.7:0/3032351418' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-18T17:01:56.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:56 smithi031 ceph-mon[110581]: from='client.? 172.21.15.7:0/4071917421' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-18T17:01:56.901 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542172 got 60129542173 for osd.1 2023-12-18T17:01:56.901 DEBUG:teuthology.parallel:result is None 2023-12-18T17:01:56.933 INFO:tasks.cephadm.ceph_manager.ceph:need seq 197568495625 got 197568495626 for osd.6 2023-12-18T17:01:56.933 DEBUG:teuthology.parallel:result is None 2023-12-18T17:01:56.933 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-12-18T17:01:56.933 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph pg dump --format=json 2023-12-18T17:01:57.237 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/mon.smithi007/config 2023-12-18T17:01:57.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:57 smithi031 ceph-mon[110581]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T17:01:57.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:57 smithi031 ceph-mon[110581]: from='client.? 172.21.15.7:0/2571406445' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-18T17:01:57.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:57 smithi007 ceph-mon[107711]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T17:01:57.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:57 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/2571406445' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-18T17:01:58.414 INFO:teuthology.orchestra.run.smithi007.stdout: 2023-12-18T17:01:58.416 INFO:teuthology.orchestra.run.smithi007.stderr:dumped all 2023-12-18T17:01:58.799 INFO:teuthology.orchestra.run.smithi007.stdout:{"pg_ready":true,"pg_map":{"version":149,"stamp":"2023-12-18T17:01:57.969753+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":48528,"kb_used_data":6096,"kb_used_omap":0,"kb_used_meta":42368,"kb_avail":749912688,"statfs":{"total":767960285184,"available":767910592512,"internally_reserved":0,"allocated":6242304,"data_stored":3466708,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43384832},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002065"},"pg_stats":[{"pgid":"1.0","version":"23'117","reported_seq":226,"reported_epoch":57,"state":"active+clean","last_fresh":"2023-12-18T17:01:34.467868+0000","last_change":"2023-12-18T17:01:34.467868+0000","last_active":"2023-12-18T17:01:34.467868+0000","last_peered":"2023-12-18T17:01:34.467868+0000","last_clean":"2023-12-18T17:01:34.467868+0000","last_became_active":"2023-12-18T17:01:34.467277+0000","last_became_peered":"2023-12-18T17:01:34.467277+0000","last_unstale":"2023-12-18T17:01:34.467868+0000","last_undegraded":"2023-12-18T17:01:34.467868+0000","last_fullsized":"2023-12-18T17:01:34.467868+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-18T17:00:04.667084+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-18T17:00:04.667084+0000","last_clean_scrub_stamp":"2023-12-18T17:00:04.667084+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-12-19T23:38:39.287733+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":3194880,"data_stored":3173568,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":53,"seq":227633266697,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6024,"kb_used_data":1088,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739128,"statfs":{"total":95995035648,"available":95988867072,"internally_reserved":0,"allocated":1114112,"data_stored":763972,"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.68300000000000005}]},{"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.624}]},{"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.71999999999999997}]},{"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.57399999999999995}]},{"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.495}]},{"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.43099999999999999}]},{"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":6,"up_from":46,"seq":197568495627,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6088,"kb_used_data":1088,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739064,"statfs":{"total":95995035648,"available":95988801536,"internally_reserved":0,"allocated":1114112,"data_stored":763972,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5111808},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.52500000000000002}]},{"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.57599999999999996}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48099999999999998}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.68999999999999995}]},{"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.60399999999999998}]},{"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.65900000000000003}]},{"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.748}]}]},{"osd":1,"up_from":14,"seq":60129542173,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6328,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738824,"statfs":{"total":95995035648,"available":95988555776,"internally_reserved":0,"allocated":573440,"data_stored":234536,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Mon Dec 18 17:01:48 2023","interfaces":[{"interface":"back","average":{"1min":0.435,"5min":0.40600000000000003,"15min":0.40100000000000002},"min":{"1min":0.28899999999999998,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.58699999999999997,"5min":0.72599999999999998,"15min":0.72599999999999998},"last":0.50800000000000001},{"interface":"front","average":{"1min":0.49099999999999999,"5min":0.42599999999999999,"15min":0.41499999999999998},"min":{"1min":0.30599999999999999,"5min":0.251,"15min":0.251},"max":{"1min":0.91900000000000004,"5min":0.91900000000000004,"15min":0.91900000000000004},"last":0.35699999999999998}]},{"osd":2,"last update":"Mon Dec 18 17:01:05 2023","interfaces":[{"interface":"back","average":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.40699999999999997},{"interface":"front","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.32600000000000001}]},{"osd":3,"last update":"Mon Dec 18 17:01:20 2023","interfaces":[{"interface":"back","average":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.629,"5min":0.629,"15min":0.629},"last":0.309},{"interface":"front","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.54100000000000004}]},{"osd":4,"last update":"Mon Dec 18 17:01:39 2023","interfaces":[{"interface":"back","average":{"1min":0.621,"5min":0.621,"15min":0.621},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.44700000000000001},{"interface":"front","average":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"min":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":0.83899999999999997,"5min":0.83899999999999997,"15min":0.83899999999999997},"last":0.47399999999999998}]},{"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.57499999999999996}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.52200000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.63900000000000001}]}]},{"osd":0,"up_from":9,"seq":38654705699,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6860,"kb_used_data":1092,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738292,"statfs":{"total":95995035648,"available":95988011008,"internally_reserved":0,"allocated":1118208,"data_stored":764295,"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":"Mon Dec 18 17:01:51 2023","interfaces":[{"interface":"back","average":{"1min":0.41499999999999998,"5min":0.39900000000000002,"15min":0.39700000000000002},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.46000000000000002},{"interface":"front","average":{"1min":0.41899999999999998,"5min":0.40699999999999997,"15min":0.40500000000000003},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"last":0.47299999999999998}]},{"osd":2,"last update":"Mon Dec 18 17:01:05 2023","interfaces":[{"interface":"back","average":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"last":0.38800000000000001},{"interface":"front","average":{"1min":0.44,"5min":0.44,"15min":0.44},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"last":0.42899999999999999}]},{"osd":3,"last update":"Mon Dec 18 17:01:22 2023","interfaces":[{"interface":"back","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.73399999999999999},{"interface":"front","average":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"last":3.0760000000000001}]},{"osd":4,"last update":"Mon Dec 18 17:01:38 2023","interfaces":[{"interface":"back","average":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.83199999999999996,"5min":0.83199999999999996,"15min":0.83199999999999996},"last":0.69099999999999995},{"interface":"front","average":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"min":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":0.79400000000000004,"5min":0.79400000000000004,"15min":0.79400000000000004},"last":0.65500000000000003}]},{"osd":5,"last update":"Mon Dec 18 17:01:54 2023","interfaces":[{"interface":"back","average":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.60899999999999999},{"interface":"front","average":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":0.81999999999999995,"5min":0.81999999999999995,"15min":0.81999999999999995},"last":0.622}]},{"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.77600000000000002}]},{"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.76200000000000001}]}]},{"osd":2,"up_from":19,"seq":81604378650,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6204,"kb_used_data":564,"kb_used_omap":0,"kb_used_meta":5632,"kb_avail":93738948,"statfs":{"total":95995035648,"available":95988682752,"internally_reserved":0,"allocated":577536,"data_stored":234743,"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":"Mon Dec 18 17:01:04 2023","interfaces":[{"interface":"back","average":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"last":0.34200000000000003},{"interface":"front","average":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"min":{"1min":0.192,"5min":0.192,"15min":0.192},"max":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"last":0.39100000000000001}]},{"osd":1,"last update":"Mon Dec 18 17:01:04 2023","interfaces":[{"interface":"back","average":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"last":0.372},{"interface":"front","average":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"last":0.29299999999999998}]},{"osd":3,"last update":"Mon Dec 18 17:01:21 2023","interfaces":[{"interface":"back","average":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.622,"5min":0.622,"15min":0.622},"last":0.41599999999999998},{"interface":"front","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"last":0.46400000000000002}]},{"osd":4,"last update":"Mon Dec 18 17:01:43 2023","interfaces":[{"interface":"back","average":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"min":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"max":{"1min":1.0589999999999999,"5min":1.0589999999999999,"15min":1.0589999999999999},"last":0.48599999999999999},{"interface":"front","average":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"min":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"max":{"1min":1.236,"5min":1.236,"15min":1.236},"last":0.42699999999999999}]},{"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.55600000000000005}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45600000000000002}]},{"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.54300000000000004}]}]},{"osd":3,"up_from":26,"seq":111669149718,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5700,"kb_used_data":572,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739452,"statfs":{"total":95995035648,"available":95989198848,"internally_reserved":0,"allocated":585728,"data_stored":235367,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Mon Dec 18 17:01:20 2023","interfaces":[{"interface":"back","average":{"1min":0.377,"5min":0.377,"15min":0.377},"min":{"1min":0.247,"5min":0.247,"15min":0.247},"max":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"last":0.748},{"interface":"front","average":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.437}]},{"osd":1,"last update":"Mon Dec 18 17:01:20 2023","interfaces":[{"interface":"back","average":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.80200000000000005,"5min":0.80200000000000005,"15min":0.80200000000000005},"last":0.82299999999999995},{"interface":"front","average":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.78800000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"last":0.37}]},{"osd":2,"last update":"Mon Dec 18 17:01:20 2023","interfaces":[{"interface":"back","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.76500000000000001,"5min":0.76500000000000001,"15min":0.76500000000000001},"last":0.79600000000000004},{"interface":"front","average":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"last":0.44700000000000001}]},{"osd":4,"last update":"Mon Dec 18 17:01:40 2023","interfaces":[{"interface":"back","average":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"min":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":1.2090000000000001,"5min":1.2090000000000001,"15min":1.2090000000000001},"last":0.77500000000000002},{"interface":"front","average":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":1.1399999999999999,"5min":1.1399999999999999,"15min":1.1399999999999999},"last":0.67800000000000005}]},{"osd":5,"last update":"Mon Dec 18 17:01:54 2023","interfaces":[{"interface":"back","average":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":1.1200000000000001,"5min":1.1200000000000001,"15min":1.1200000000000001},"last":0.58099999999999996},{"interface":"front","average":{"1min":0.68300000000000005,"5min":0.68300000000000005,"15min":0.68300000000000005},"min":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"max":{"1min":1.224,"5min":1.224,"15min":1.224},"last":0.61199999999999999}]},{"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.70299999999999996}]},{"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.73199999999999998}]}]},{"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":5692,"kb_used_data":564,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739460,"statfs":{"total":95995035648,"available":95989207040,"internally_reserved":0,"allocated":577536,"data_stored":234779,"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":"Mon Dec 18 17:01:39 2023","interfaces":[{"interface":"back","average":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.91700000000000004,"5min":0.91700000000000004,"15min":0.91700000000000004},"last":0.59199999999999997},{"interface":"front","average":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":1.0800000000000001,"5min":1.0800000000000001,"15min":1.0800000000000001},"last":0.40400000000000003}]},{"osd":1,"last update":"Mon Dec 18 17:01:39 2023","interfaces":[{"interface":"back","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":1.0549999999999999,"5min":1.0549999999999999,"15min":1.0549999999999999},"last":0.49299999999999999},{"interface":"front","average":{"1min":0.622,"5min":0.622,"15min":0.622},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":1.3129999999999999,"5min":1.3129999999999999,"15min":1.3129999999999999},"last":0.65400000000000003}]},{"osd":2,"last update":"Mon Dec 18 17:01:39 2023","interfaces":[{"interface":"back","average":{"1min":0.628,"5min":0.628,"15min":0.628},"min":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":1.2729999999999999,"5min":1.2729999999999999,"15min":1.2729999999999999},"last":0.63100000000000001},{"interface":"front","average":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":1.083,"5min":1.083,"15min":1.083},"last":0.46800000000000003}]},{"osd":3,"last update":"Mon Dec 18 17:01:39 2023","interfaces":[{"interface":"back","average":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":1.1140000000000001,"5min":1.1140000000000001,"15min":1.1140000000000001},"last":0.57199999999999995},{"interface":"front","average":{"1min":0.627,"5min":0.627,"15min":0.627},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.90900000000000003,"5min":0.90900000000000003,"15min":0.90900000000000003},"last":0.46100000000000002}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.36599999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.432}]},{"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.52700000000000002}]}]},{"osd":5,"up_from":39,"seq":167503724559,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5632,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739520,"statfs":{"total":95995035648,"available":95989268480,"internally_reserved":0,"allocated":581632,"data_stored":235044,"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.65400000000000003}]},{"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.64200000000000002}]},{"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.53300000000000003}]},{"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.56799999999999995}]},{"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.67600000000000005}]},{"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.48399999999999999}]},{"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.55400000000000005}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"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-12-18T17:01:58.800 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph pg dump --format=json 2023-12-18T17:01:59.059 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/mon.smithi007/config 2023-12-18T17:01:59.078 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:01:59 smithi007 ceph-mon[107711]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T17:01:59.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:01:59 smithi031 ceph-mon[110581]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T17:02:00.246 INFO:teuthology.orchestra.run.smithi007.stdout: 2023-12-18T17:02:00.248 INFO:teuthology.orchestra.run.smithi007.stderr:dumped all 2023-12-18T17:02:00.422 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:00 smithi007 ceph-mon[107711]: from='client.14472 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-18T17:02:00.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:00 smithi031 ceph-mon[110581]: from='client.14472 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-18T17:02:00.617 INFO:teuthology.orchestra.run.smithi007.stdout:{"pg_ready":true,"pg_map":{"version":150,"stamp":"2023-12-18T17:01:59.970153+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":48528,"kb_used_data":6096,"kb_used_omap":0,"kb_used_meta":42368,"kb_avail":749912688,"statfs":{"total":767960285184,"available":767910592512,"internally_reserved":0,"allocated":6242304,"data_stored":3466708,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43384832},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002130"},"pg_stats":[{"pgid":"1.0","version":"23'117","reported_seq":226,"reported_epoch":57,"state":"active+clean","last_fresh":"2023-12-18T17:01:34.467868+0000","last_change":"2023-12-18T17:01:34.467868+0000","last_active":"2023-12-18T17:01:34.467868+0000","last_peered":"2023-12-18T17:01:34.467868+0000","last_clean":"2023-12-18T17:01:34.467868+0000","last_became_active":"2023-12-18T17:01:34.467277+0000","last_became_peered":"2023-12-18T17:01:34.467277+0000","last_unstale":"2023-12-18T17:01:34.467868+0000","last_undegraded":"2023-12-18T17:01:34.467868+0000","last_fullsized":"2023-12-18T17:01:34.467868+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-18T17:00:04.667084+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-18T17:00:04.667084+0000","last_clean_scrub_stamp":"2023-12-18T17:00:04.667084+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-12-19T23:38:39.287733+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":3194880,"data_stored":3173568,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":53,"seq":227633266697,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6024,"kb_used_data":1088,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739128,"statfs":{"total":95995035648,"available":95988867072,"internally_reserved":0,"allocated":1114112,"data_stored":763972,"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.68300000000000005}]},{"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.624}]},{"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.71999999999999997}]},{"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.57399999999999995}]},{"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.495}]},{"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.43099999999999999}]},{"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":6,"up_from":46,"seq":197568495627,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6088,"kb_used_data":1088,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739064,"statfs":{"total":95995035648,"available":95988801536,"internally_reserved":0,"allocated":1114112,"data_stored":763972,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5111808},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.52500000000000002}]},{"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.57599999999999996}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48099999999999998}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.68999999999999995}]},{"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.60399999999999998}]},{"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.65900000000000003}]},{"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.748}]}]},{"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":6328,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738824,"statfs":{"total":95995035648,"available":95988555776,"internally_reserved":0,"allocated":573440,"data_stored":234536,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Mon Dec 18 17:01:48 2023","interfaces":[{"interface":"back","average":{"1min":0.435,"5min":0.40600000000000003,"15min":0.40100000000000002},"min":{"1min":0.28899999999999998,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.58699999999999997,"5min":0.72599999999999998,"15min":0.72599999999999998},"last":0.34200000000000003},{"interface":"front","average":{"1min":0.49099999999999999,"5min":0.42599999999999999,"15min":0.41499999999999998},"min":{"1min":0.30599999999999999,"5min":0.251,"15min":0.251},"max":{"1min":0.91900000000000004,"5min":0.91900000000000004,"15min":0.91900000000000004},"last":0.44}]},{"osd":2,"last update":"Mon Dec 18 17:01:05 2023","interfaces":[{"interface":"back","average":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.5},{"interface":"front","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.42599999999999999}]},{"osd":3,"last update":"Mon Dec 18 17:01:20 2023","interfaces":[{"interface":"back","average":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.629,"5min":0.629,"15min":0.629},"last":0.40500000000000003},{"interface":"front","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.38300000000000001}]},{"osd":4,"last update":"Mon Dec 18 17:01:39 2023","interfaces":[{"interface":"back","average":{"1min":0.621,"5min":0.621,"15min":0.621},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.69799999999999995},{"interface":"front","average":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"min":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":0.83899999999999997,"5min":0.83899999999999997,"15min":0.83899999999999997},"last":0.82299999999999995}]},{"osd":5,"last update":"Mon Dec 18 17:01:56 2023","interfaces":[{"interface":"back","average":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"min":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"max":{"1min":2.1389999999999998,"5min":2.1389999999999998,"15min":2.1389999999999998},"last":0.81000000000000005},{"interface":"front","average":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"min":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"max":{"1min":0.85999999999999999,"5min":0.85999999999999999,"15min":0.85999999999999999},"last":0.624}]},{"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.72299999999999998}]},{"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.64700000000000002}]}]},{"osd":0,"up_from":9,"seq":38654705699,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6860,"kb_used_data":1092,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738292,"statfs":{"total":95995035648,"available":95988011008,"internally_reserved":0,"allocated":1118208,"data_stored":764295,"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":"Mon Dec 18 17:01:51 2023","interfaces":[{"interface":"back","average":{"1min":0.41499999999999998,"5min":0.39900000000000002,"15min":0.39700000000000002},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.46000000000000002},{"interface":"front","average":{"1min":0.41899999999999998,"5min":0.40699999999999997,"15min":0.40500000000000003},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"last":0.47299999999999998}]},{"osd":2,"last update":"Mon Dec 18 17:01:05 2023","interfaces":[{"interface":"back","average":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"last":0.38800000000000001},{"interface":"front","average":{"1min":0.44,"5min":0.44,"15min":0.44},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"last":0.42899999999999999}]},{"osd":3,"last update":"Mon Dec 18 17:01:22 2023","interfaces":[{"interface":"back","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.73399999999999999},{"interface":"front","average":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"last":3.0760000000000001}]},{"osd":4,"last update":"Mon Dec 18 17:01:38 2023","interfaces":[{"interface":"back","average":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.83199999999999996,"5min":0.83199999999999996,"15min":0.83199999999999996},"last":0.69099999999999995},{"interface":"front","average":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"min":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":0.79400000000000004,"5min":0.79400000000000004,"15min":0.79400000000000004},"last":0.65500000000000003}]},{"osd":5,"last update":"Mon Dec 18 17:01:54 2023","interfaces":[{"interface":"back","average":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.60899999999999999},{"interface":"front","average":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":0.81999999999999995,"5min":0.81999999999999995,"15min":0.81999999999999995},"last":0.622}]},{"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.77600000000000002}]},{"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.76200000000000001}]}]},{"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":6204,"kb_used_data":564,"kb_used_omap":0,"kb_used_meta":5632,"kb_avail":93738948,"statfs":{"total":95995035648,"available":95988682752,"internally_reserved":0,"allocated":577536,"data_stored":234743,"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":"Mon Dec 18 17:01:04 2023","interfaces":[{"interface":"back","average":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"last":0.47299999999999998},{"interface":"front","average":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"min":{"1min":0.192,"5min":0.192,"15min":0.192},"max":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"last":0.435}]},{"osd":1,"last update":"Mon Dec 18 17:01:04 2023","interfaces":[{"interface":"back","average":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"last":0.38200000000000001},{"interface":"front","average":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"last":0.32600000000000001}]},{"osd":3,"last update":"Mon Dec 18 17:01:21 2023","interfaces":[{"interface":"back","average":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.622,"5min":0.622,"15min":0.622},"last":0.48999999999999999},{"interface":"front","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"last":0.51800000000000002}]},{"osd":4,"last update":"Mon Dec 18 17:01:43 2023","interfaces":[{"interface":"back","average":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"min":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"max":{"1min":1.0589999999999999,"5min":1.0589999999999999,"15min":1.0589999999999999},"last":0.70699999999999996},{"interface":"front","average":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"min":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"max":{"1min":1.236,"5min":1.236,"15min":1.236},"last":0.76800000000000002}]},{"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.63500000000000001}]},{"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.82299999999999995}]},{"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.85499999999999998}]}]},{"osd":3,"up_from":26,"seq":111669149718,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5700,"kb_used_data":572,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739452,"statfs":{"total":95995035648,"available":95989198848,"internally_reserved":0,"allocated":585728,"data_stored":235367,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Mon Dec 18 17:01:20 2023","interfaces":[{"interface":"back","average":{"1min":0.377,"5min":0.377,"15min":0.377},"min":{"1min":0.247,"5min":0.247,"15min":0.247},"max":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"last":0.748},{"interface":"front","average":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.437}]},{"osd":1,"last update":"Mon Dec 18 17:01:20 2023","interfaces":[{"interface":"back","average":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.80200000000000005,"5min":0.80200000000000005,"15min":0.80200000000000005},"last":0.82299999999999995},{"interface":"front","average":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.78800000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"last":0.37}]},{"osd":2,"last update":"Mon Dec 18 17:01:20 2023","interfaces":[{"interface":"back","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.76500000000000001,"5min":0.76500000000000001,"15min":0.76500000000000001},"last":0.79600000000000004},{"interface":"front","average":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"last":0.44700000000000001}]},{"osd":4,"last update":"Mon Dec 18 17:01:40 2023","interfaces":[{"interface":"back","average":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"min":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":1.2090000000000001,"5min":1.2090000000000001,"15min":1.2090000000000001},"last":0.77500000000000002},{"interface":"front","average":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":1.1399999999999999,"5min":1.1399999999999999,"15min":1.1399999999999999},"last":0.67800000000000005}]},{"osd":5,"last update":"Mon Dec 18 17:01:54 2023","interfaces":[{"interface":"back","average":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":1.1200000000000001,"5min":1.1200000000000001,"15min":1.1200000000000001},"last":0.58099999999999996},{"interface":"front","average":{"1min":0.68300000000000005,"5min":0.68300000000000005,"15min":0.68300000000000005},"min":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"max":{"1min":1.224,"5min":1.224,"15min":1.224},"last":0.61199999999999999}]},{"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.70299999999999996}]},{"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.73199999999999998}]}]},{"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":5692,"kb_used_data":564,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739460,"statfs":{"total":95995035648,"available":95989207040,"internally_reserved":0,"allocated":577536,"data_stored":234779,"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":"Mon Dec 18 17:01:39 2023","interfaces":[{"interface":"back","average":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.91700000000000004,"5min":0.91700000000000004,"15min":0.91700000000000004},"last":0.59199999999999997},{"interface":"front","average":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":1.0800000000000001,"5min":1.0800000000000001,"15min":1.0800000000000001},"last":0.40400000000000003}]},{"osd":1,"last update":"Mon Dec 18 17:01:39 2023","interfaces":[{"interface":"back","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":1.0549999999999999,"5min":1.0549999999999999,"15min":1.0549999999999999},"last":0.49299999999999999},{"interface":"front","average":{"1min":0.622,"5min":0.622,"15min":0.622},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":1.3129999999999999,"5min":1.3129999999999999,"15min":1.3129999999999999},"last":0.65400000000000003}]},{"osd":2,"last update":"Mon Dec 18 17:01:39 2023","interfaces":[{"interface":"back","average":{"1min":0.628,"5min":0.628,"15min":0.628},"min":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":1.2729999999999999,"5min":1.2729999999999999,"15min":1.2729999999999999},"last":0.63100000000000001},{"interface":"front","average":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":1.083,"5min":1.083,"15min":1.083},"last":0.46800000000000003}]},{"osd":3,"last update":"Mon Dec 18 17:01:39 2023","interfaces":[{"interface":"back","average":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":1.1140000000000001,"5min":1.1140000000000001,"15min":1.1140000000000001},"last":0.57199999999999995},{"interface":"front","average":{"1min":0.627,"5min":0.627,"15min":0.627},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.90900000000000003,"5min":0.90900000000000003,"15min":0.90900000000000003},"last":0.46100000000000002}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.36599999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.432}]},{"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.52700000000000002}]}]},{"osd":5,"up_from":39,"seq":167503724560,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5632,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739520,"statfs":{"total":95995035648,"available":95989268480,"internally_reserved":0,"allocated":581632,"data_stored":235044,"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":"Mon Dec 18 17:01:58 2023","interfaces":[{"interface":"back","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.83899999999999997,"5min":0.83899999999999997,"15min":0.83899999999999997},"last":0.70099999999999996},{"interface":"front","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":1.01,"5min":1.01,"15min":1.01},"last":0.60299999999999998}]},{"osd":1,"last update":"Mon Dec 18 17:01:58 2023","interfaces":[{"interface":"back","average":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":1.056,"5min":1.056,"15min":1.056},"last":0.67200000000000004},{"interface":"front","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.82599999999999996,"5min":0.82599999999999996,"15min":0.82599999999999996},"last":0.64900000000000002}]},{"osd":2,"last update":"Mon Dec 18 17:01:58 2023","interfaces":[{"interface":"back","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.86599999999999999,"5min":0.86599999999999999,"15min":0.86599999999999999},"last":0.621},{"interface":"front","average":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.96499999999999997,"5min":0.96499999999999997,"15min":0.96499999999999997},"last":0.71699999999999997}]},{"osd":3,"last update":"Mon Dec 18 17:01:58 2023","interfaces":[{"interface":"back","average":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":0.85999999999999999,"5min":0.85999999999999999,"15min":0.85999999999999999},"last":0.66000000000000003},{"interface":"front","average":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"min":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"max":{"1min":1.0189999999999999,"5min":1.0189999999999999,"15min":1.0189999999999999},"last":0.749}]},{"osd":4,"last update":"Mon Dec 18 17:01:58 2023","interfaces":[{"interface":"back","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.999,"5min":0.999,"15min":0.999},"last":0.45000000000000001},{"interface":"front","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.95499999999999996,"5min":0.95499999999999996,"15min":0.95499999999999996},"last":0.56699999999999995}]},{"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.51100000000000001}]},{"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.58399999999999996}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"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-12-18T17:02:00.618 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-12-18T17:02:00.618 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-12-18T17:02:00.618 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-12-18T17:02:00.618 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph health --format=json 2023-12-18T17:02:00.878 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/mon.smithi007/config 2023-12-18T17:02:01.304 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:01 smithi007 ceph-mon[107711]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T17:02:01.305 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:01 smithi007 ceph-mon[107711]: from='client.14476 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-18T17:02:01.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:01 smithi031 ceph-mon[110581]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T17:02:01.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:01 smithi031 ceph-mon[110581]: from='client.14476 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-18T17:02:02.057 INFO:teuthology.orchestra.run.smithi007.stdout: 2023-12-18T17:02:02.058 INFO:teuthology.orchestra.run.smithi007.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-12-18T17:02:02.350 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:02 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/3901954025' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-18T17:02:02.449 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-12-18T17:02:02.449 INFO:tasks.cephadm:Setup complete, yielding 2023-12-18T17:02:02.449 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-18T17:02:02.458 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi007.front.sepia.ceph.com 2023-12-18T17:02:02.459 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- bash -c 'ceph orch status' 2023-12-18T17:02:02.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:02 smithi031 ceph-mon[110581]: from='client.? 172.21.15.7:0/3901954025' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-18T17:02:03.473 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:03 smithi007 ceph-mon[107711]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T17:02:03.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:03 smithi031 ceph-mon[110581]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T17:02:03.889 INFO:teuthology.orchestra.run.smithi007.stdout:Backend: cephadm 2023-12-18T17:02:03.889 INFO:teuthology.orchestra.run.smithi007.stdout:Available: Yes 2023-12-18T17:02:03.889 INFO:teuthology.orchestra.run.smithi007.stdout:Paused: No 2023-12-18T17:02:04.274 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- bash -c 'ceph orch ps' 2023-12-18T17:02:05.289 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:05 smithi007 ceph-mon[107711]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:02:05.289 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:05 smithi007 ceph-mon[107711]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T17:02:05.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:05 smithi031 ceph-mon[110581]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:02:05.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:05 smithi031 ceph-mon[110581]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T17:02:05.720 INFO:teuthology.orchestra.run.smithi007.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T17:02:05.720 INFO:teuthology.orchestra.run.smithi007.stdout:alertmanager.smithi007 smithi007 *:9093,9094 running (2m) 108s ago 4m 15.0M - ba2b418f427c a2649156d668 2023-12-18T17:02:05.720 INFO:teuthology.orchestra.run.smithi007.stdout:crash.smithi007 smithi007 running (3m) 108s ago 3m 7013k - 17.2.0 e1d6a67b021e b98c7350ba9d 2023-12-18T17:02:05.720 INFO:teuthology.orchestra.run.smithi007.stdout:crash.smithi031 smithi031 running (3m) 38s ago 3m - - 17.2.0 e1d6a67b021e 6e652ab6d5c7 2023-12-18T17:02:05.721 INFO:teuthology.orchestra.run.smithi007.stdout:grafana.smithi007 smithi007 *:3000 running (2m) 108s ago 3m 48.2M - 8.3.5 dad864ee21e9 ff386b9f80d9 2023-12-18T17:02:05.721 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.smithi007.pgbvqi smithi007 *:9283 running (5m) 108s ago 5m 462M - 17.2.0 e1d6a67b021e 276b5b4d812e 2023-12-18T17:02:05.721 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.smithi031.uwevhd smithi031 *:8443,9283 running (3m) 38s ago 3m - - 17.2.0 e1d6a67b021e dd5c116a69a1 2023-12-18T17:02:05.721 INFO:teuthology.orchestra.run.smithi007.stdout:mon.smithi007 smithi007 running (5m) 108s ago 5m 56.5M 2048M 17.2.0 e1d6a67b021e c0c6f22c01b9 2023-12-18T17:02:05.721 INFO:teuthology.orchestra.run.smithi007.stdout:mon.smithi031 smithi031 running (3m) 38s ago 3m - 2048M 17.2.0 e1d6a67b021e 6bf2903ef904 2023-12-18T17:02:05.721 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.smithi007 smithi007 *:9100 running (3m) 108s ago 3m 23.5M - 1dbe0e931976 52d889293df3 2023-12-18T17:02:05.721 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.smithi031 smithi031 *:9100 running (3m) 38s ago 3m - - 1dbe0e931976 539802128ff6 2023-12-18T17:02:05.721 INFO:teuthology.orchestra.run.smithi007.stdout:osd.0 smithi007 running (2m) 108s ago 2m 38.0M 3225M 17.2.0 e1d6a67b021e d29234845ce3 2023-12-18T17:02:05.721 INFO:teuthology.orchestra.run.smithi007.stdout:osd.1 smithi007 running (2m) 108s ago 2m 45.2M 3225M 17.2.0 e1d6a67b021e 288ddbc0ff5a 2023-12-18T17:02:05.721 INFO:teuthology.orchestra.run.smithi007.stdout:osd.2 smithi007 running (2m) 108s ago 2m 36.9M 3225M 17.2.0 e1d6a67b021e e138c3dd258e 2023-12-18T17:02:05.722 INFO:teuthology.orchestra.run.smithi007.stdout:osd.3 smithi007 running (112s) 108s ago 111s 11.3M 3225M 17.2.0 e1d6a67b021e 832893cb9939 2023-12-18T17:02:05.722 INFO:teuthology.orchestra.run.smithi007.stdout:osd.4 smithi031 running (94s) 38s ago 94s - 3993M 17.2.0 e1d6a67b021e 14f9f81d9443 2023-12-18T17:02:05.722 INFO:teuthology.orchestra.run.smithi007.stdout:osd.5 smithi031 running (77s) 38s ago 76s - 3993M 17.2.0 e1d6a67b021e fe2613cb7bf7 2023-12-18T17:02:05.722 INFO:teuthology.orchestra.run.smithi007.stdout:osd.6 smithi031 running (58s) 38s ago 58s - 3993M 17.2.0 e1d6a67b021e 772a5776beb7 2023-12-18T17:02:05.722 INFO:teuthology.orchestra.run.smithi007.stdout:osd.7 smithi031 running (41s) 38s ago 40s - 3993M 17.2.0 e1d6a67b021e 8b09d3849837 2023-12-18T17:02:05.722 INFO:teuthology.orchestra.run.smithi007.stdout:prometheus.smithi007 smithi007 *:9095 running (3m) 108s ago 3m 48.9M - 514e6a882f6e 4e58fbd23487 2023-12-18T17:02:06.090 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- bash -c 'ceph orch ls' 2023-12-18T17:02:07.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:07 smithi031 ceph-mon[110581]: from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:02:07.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:07 smithi031 ceph-mon[110581]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T17:02:07.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:07 smithi007 ceph-mon[107711]: from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:02:07.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:07 smithi007 ceph-mon[107711]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T17:02:07.465 INFO:teuthology.orchestra.run.smithi007.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-12-18T17:02:07.465 INFO:teuthology.orchestra.run.smithi007.stdout:alertmanager ?:9093,9094 1/1 109s ago 4m count:1 2023-12-18T17:02:07.466 INFO:teuthology.orchestra.run.smithi007.stdout:crash 2/2 109s ago 4m * 2023-12-18T17:02:07.466 INFO:teuthology.orchestra.run.smithi007.stdout:grafana ?:3000 1/1 109s ago 4m count:1 2023-12-18T17:02:07.466 INFO:teuthology.orchestra.run.smithi007.stdout:mgr 2/2 109s ago 4m count:2 2023-12-18T17:02:07.466 INFO:teuthology.orchestra.run.smithi007.stdout:mon 2/2 109s ago 3m smithi007:172.21.15.7=smithi007;smithi031:172.21.15.31=smithi031;count:2 2023-12-18T17:02:07.466 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter ?:9100 2/2 109s ago 4m * 2023-12-18T17:02:07.466 INFO:teuthology.orchestra.run.smithi007.stdout:osd 8 109s ago - 2023-12-18T17:02:07.466 INFO:teuthology.orchestra.run.smithi007.stdout:prometheus ?:9095 1/1 109s ago 4m count:1 2023-12-18T17:02:07.840 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- bash -c 'ceph orch host ls' 2023-12-18T17:02:09.228 INFO:teuthology.orchestra.run.smithi007.stdout:HOST ADDR LABELS STATUS 2023-12-18T17:02:09.228 INFO:teuthology.orchestra.run.smithi007.stdout:smithi007 172.21.15.7 2023-12-18T17:02:09.228 INFO:teuthology.orchestra.run.smithi007.stdout:smithi031 172.21.15.31 2023-12-18T17:02:09.228 INFO:teuthology.orchestra.run.smithi007.stdout:2 hosts in cluster 2023-12-18T17:02:09.411 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:09 smithi007 ceph-mon[107711]: from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:02:09.412 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:09 smithi007 ceph-mon[107711]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T17:02:09.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:09 smithi031 ceph-mon[110581]: from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:02:09.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:09 smithi031 ceph-mon[110581]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T17:02:09.639 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- bash -c 'ceph orch device ls' 2023-12-18T17:02:10.303 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:10 smithi007 ceph-mon[107711]: from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:02:10.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:10 smithi031 ceph-mon[110581]: from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:02:11.014 INFO:teuthology.orchestra.run.smithi007.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REJECT REASONS 2023-12-18T17:02:11.014 INFO:teuthology.orchestra.run.smithi007.stdout:smithi007 /dev/nvme0n1 ssd INTEL_SSDPED1D480GA_PHMB751300GE480DGN 480G LVM detected, locked 2023-12-18T17:02:11.014 INFO:teuthology.orchestra.run.smithi007.stdout:smithi031 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT53310008400BGN 400G LVM detected, locked 2023-12-18T17:02:11.323 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:11 smithi007 ceph-mon[107711]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T17:02:11.397 INFO:teuthology.run_tasks:Running task vip.exec... 2023-12-18T17:02:11.406 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi007.front.sepia.ceph.com 2023-12-18T17:02:11.407 DEBUG:teuthology.orchestra.run.smithi007:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-18T17:02:11.444 INFO:teuthology.orchestra.run.smithi007.stderr:+ systemctl stop nfs-server 2023-12-18T17:02:11.453 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi031.front.sepia.ceph.com 2023-12-18T17:02:11.453 DEBUG:teuthology.orchestra.run.smithi031:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-18T17:02:11.491 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:11 smithi031 ceph-mon[110581]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T17:02:11.495 INFO:teuthology.orchestra.run.smithi031.stderr:+ systemctl stop nfs-server 2023-12-18T17:02:11.504 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-18T17:02:11.513 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi007.front.sepia.ceph.com 2023-12-18T17:02:11.513 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2023-12-18T17:02:12.245 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:12 smithi007 ceph-mon[107711]: from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:02:12.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:12 smithi031 ceph-mon[110581]: from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:02:13.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:13 smithi031 ceph-mon[110581]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T17:02:13.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:13 smithi007 ceph-mon[107711]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T17:02:14.794 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:14 smithi007 ceph-mon[107711]: from='client.14504 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:02:14.794 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:14 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-12-18T17:02:14.794 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:14 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-12-18T17:02:14.794 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:14 smithi007 ceph-mon[107711]: osdmap e58: 8 total, 8 up, 8 in 2023-12-18T17:02:14.794 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:14 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-12-18T17:02:14.794 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:14 smithi007 ceph-mon[107711]: pgmap v158: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T17:02:14.795 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:14 smithi007 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-mon-smithi007[107688]: 2023-12-18T17:02:14.530+0000 7f15ba38c700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-18T17:02:14.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:14 smithi031 ceph-mon[110581]: from='client.14504 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:02:14.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:14 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-12-18T17:02:14.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:14 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-12-18T17:02:14.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:14 smithi031 ceph-mon[110581]: osdmap e58: 8 total, 8 up, 8 in 2023-12-18T17:02:14.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:14 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-12-18T17:02:14.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:14 smithi031 ceph-mon[110581]: pgmap v158: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T17:02:15.011 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-12-18T17:02:15.020 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2023-12-18T17:02:15.020 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-18T17:02:15.794 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:15 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-12-18T17:02:15.794 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:15 smithi007 ceph-mon[107711]: osdmap e59: 8 total, 8 up, 8 in 2023-12-18T17:02:15.794 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:15 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-12-18T17:02:15.794 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:15 smithi007 ceph-mon[107711]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-18T17:02:15.794 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:15 smithi007 ceph-mon[107711]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-12-18T17:02:15.794 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:15 smithi007 ceph-mon[107711]: osdmap e60: 8 total, 8 up, 8 in 2023-12-18T17:02:15.794 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:15 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-12-18T17:02:15.794 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:15 smithi007 ceph-mon[107711]: fsmap foofs:0 2023-12-18T17:02:15.794 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:15 smithi007 ceph-mon[107711]: Saving service mds.foofs spec with placement count:2 2023-12-18T17:02:15.794 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:15 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:02:15.794 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:15 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T17:02:15.794 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:15 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:02:15.794 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:15 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T17:02:15.795 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:15 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:02:15.795 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:15 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:02:15.795 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:15 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:02:15.795 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:15 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi007.fgcett", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-18T17:02:15.795 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:15 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi007.fgcett", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-18T17:02:15.795 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:15 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:02:15.795 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:15 smithi007 ceph-mon[107711]: Deploying daemon mds.foofs.smithi007.fgcett on smithi007 2023-12-18T17:02:15.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:15 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-12-18T17:02:15.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:15 smithi031 ceph-mon[110581]: osdmap e59: 8 total, 8 up, 8 in 2023-12-18T17:02:15.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:15 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-12-18T17:02:15.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:15 smithi031 ceph-mon[110581]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-18T17:02:15.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:15 smithi031 ceph-mon[110581]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-12-18T17:02:15.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:15 smithi031 ceph-mon[110581]: osdmap e60: 8 total, 8 up, 8 in 2023-12-18T17:02:15.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:15 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-12-18T17:02:15.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:15 smithi031 ceph-mon[110581]: fsmap foofs:0 2023-12-18T17:02:15.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:15 smithi031 ceph-mon[110581]: Saving service mds.foofs spec with placement count:2 2023-12-18T17:02:15.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:15 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:02:15.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:15 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T17:02:15.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:15 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:02:15.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:15 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T17:02:15.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:15 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:02:15.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:15 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:02:15.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:15 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:02:15.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:15 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi007.fgcett", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-18T17:02:15.817 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:15 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi007.fgcett", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-18T17:02:15.817 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:15 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:02:15.817 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:15 smithi031 ceph-mon[110581]: Deploying daemon mds.foofs.smithi007.fgcett on smithi007 2023-12-18T17:02:16.806 INFO:teuthology.orchestra.run.smithi007.stdout: 2023-12-18T17:02:16.806 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-18T16:57:38.931594Z", "last_refresh": "2023-12-18T17:00:17.555174Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-18T16:57:34.748505Z", "last_refresh": "2023-12-18T17:00:17.555267Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-18T16:57:36.742279Z", "last_refresh": "2023-12-18T17:00:17.555339Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-18T17:02:14.559293Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-18T17:02:14.552808Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-18T16:57:33.679782Z", "last_refresh": "2023-12-18T17:00:17.555093Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi031:172.21.15.31=smithi031"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-18T16:58:10.440333Z", "last_refresh": "2023-12-18T17:00:17.554936Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-18T16:57:37.940288Z", "last_refresh": "2023-12-18T17:00:17.555408Z", "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-12-18T17:00:17.555549Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-18T16:57:35.805566Z", "last_refresh": "2023-12-18T17:00:17.555478Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-18T17:02:16.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:16 smithi031 ceph-mon[110581]: osdmap e61: 8 total, 8 up, 8 in 2023-12-18T17:02:16.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:16 smithi031 ceph-mon[110581]: pgmap v162: 65 pgs: 5 creating+activating, 3 creating+peering, 20 active+clean, 37 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-18T17:02:16.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:16 smithi007 ceph-mon[107711]: osdmap e61: 8 total, 8 up, 8 in 2023-12-18T17:02:16.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:16 smithi007 ceph-mon[107711]: pgmap v162: 65 pgs: 5 creating+activating, 3 creating+peering, 20 active+clean, 37 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-18T17:02:17.178 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-18T17:02:17.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:17 smithi031 ceph-mon[110581]: osdmap e62: 8 total, 8 up, 8 in 2023-12-18T17:02:17.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:17 smithi031 ceph-mon[110581]: from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-18T17:02:17.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:17 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:02:17.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:17 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi031.rahkbl", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-18T17:02:17.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:17 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi031.rahkbl", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-18T17:02:17.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:17 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:02:17.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:17 smithi031 ceph-mon[110581]: Deploying daemon mds.foofs.smithi031.rahkbl on smithi031 2023-12-18T17:02:17.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:17 smithi007 ceph-mon[107711]: osdmap e62: 8 total, 8 up, 8 in 2023-12-18T17:02:17.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:17 smithi007 ceph-mon[107711]: from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-18T17:02:17.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:17 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:02:17.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:17 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi031.rahkbl", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-18T17:02:17.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:17 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi031.rahkbl", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-18T17:02:17.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:17 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:02:17.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:17 smithi007 ceph-mon[107711]: Deploying daemon mds.foofs.smithi031.rahkbl on smithi031 2023-12-18T17:02:18.179 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-18T17:02:18.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:18 smithi031 ceph-mon[110581]: mds.? [v2:172.21.15.7:6834/3389551397,v1:172.21.15.7:6835/3389551397] up:boot 2023-12-18T17:02:18.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:18 smithi031 ceph-mon[110581]: daemon mds.foofs.smithi007.fgcett assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-12-18T17:02:18.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:18 smithi031 ceph-mon[110581]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-12-18T17:02:18.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:18 smithi031 ceph-mon[110581]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-12-18T17:02:18.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:18 smithi031 ceph-mon[110581]: Cluster is now healthy 2023-12-18T17:02:18.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:18 smithi031 ceph-mon[110581]: fsmap foofs:0 1 up:standby 2023-12-18T17:02:18.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:18 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi007.fgcett"}]: dispatch 2023-12-18T17:02:18.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:18 smithi031 ceph-mon[110581]: fsmap foofs:1 {0=foofs.smithi007.fgcett=up:creating} 2023-12-18T17:02:18.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:18 smithi031 ceph-mon[110581]: daemon mds.foofs.smithi007.fgcett is now active in filesystem foofs as rank 0 2023-12-18T17:02:18.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:18 smithi031 ceph-mon[110581]: pgmap v164: 65 pgs: 7 creating+activating, 3 creating+peering, 51 active+clean, 4 unknown; 578 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 767 B/s wr, 2 op/s 2023-12-18T17:02:18.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:18 smithi007 ceph-mon[107711]: mds.? [v2:172.21.15.7:6834/3389551397,v1:172.21.15.7:6835/3389551397] up:boot 2023-12-18T17:02:18.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:18 smithi007 ceph-mon[107711]: daemon mds.foofs.smithi007.fgcett assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-12-18T17:02:18.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:18 smithi007 ceph-mon[107711]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-12-18T17:02:18.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:18 smithi007 ceph-mon[107711]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-12-18T17:02:18.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:18 smithi007 ceph-mon[107711]: Cluster is now healthy 2023-12-18T17:02:18.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:18 smithi007 ceph-mon[107711]: fsmap foofs:0 1 up:standby 2023-12-18T17:02:18.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:18 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi007.fgcett"}]: dispatch 2023-12-18T17:02:18.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:18 smithi007 ceph-mon[107711]: fsmap foofs:1 {0=foofs.smithi007.fgcett=up:creating} 2023-12-18T17:02:18.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:18 smithi007 ceph-mon[107711]: daemon mds.foofs.smithi007.fgcett is now active in filesystem foofs as rank 0 2023-12-18T17:02:18.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:18 smithi007 ceph-mon[107711]: pgmap v164: 65 pgs: 7 creating+activating, 3 creating+peering, 51 active+clean, 4 unknown; 578 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 767 B/s wr, 2 op/s 2023-12-18T17:02:19.598 INFO:teuthology.orchestra.run.smithi007.stdout: 2023-12-18T17:02:19.599 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-18T16:57:38.931594Z", "last_refresh": "2023-12-18T17:00:17.555174Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-18T16:57:34.748505Z", "last_refresh": "2023-12-18T17:00:17.555267Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-18T16:57:36.742279Z", "last_refresh": "2023-12-18T17:00:17.555339Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-18T17:02:14.559293Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-18T17:02:14.552808Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-18T16:57:33.679782Z", "last_refresh": "2023-12-18T17:00:17.555093Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi031:172.21.15.31=smithi031"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-18T16:58:10.440333Z", "last_refresh": "2023-12-18T17:00:17.554936Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-18T16:57:37.940288Z", "last_refresh": "2023-12-18T17:00:17.555408Z", "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-12-18T17:00:17.555549Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-18T16:57:35.805566Z", "last_refresh": "2023-12-18T17:00:17.555478Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-18T17:02:19.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:19 smithi031 ceph-mon[110581]: mds.? [v2:172.21.15.7:6834/3389551397,v1:172.21.15.7:6835/3389551397] up:active 2023-12-18T17:02:19.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:19 smithi031 ceph-mon[110581]: fsmap foofs:1 {0=foofs.smithi007.fgcett=up:active} 2023-12-18T17:02:19.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:19 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:02:19.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:19 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T17:02:19.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:19 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:02:19.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:19 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T17:02:19.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:19 smithi007 ceph-mon[107711]: mds.? [v2:172.21.15.7:6834/3389551397,v1:172.21.15.7:6835/3389551397] up:active 2023-12-18T17:02:19.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:19 smithi007 ceph-mon[107711]: fsmap foofs:1 {0=foofs.smithi007.fgcett=up:active} 2023-12-18T17:02:19.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:19 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:02:19.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:19 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T17:02:19.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:19 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:02:19.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:19 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T17:02:20.165 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-18T17:02:20.993 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:20 smithi007 ceph-mon[107711]: from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-18T17:02:20.994 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:20 smithi007 ceph-mon[107711]: pgmap v165: 65 pgs: 4 creating+activating, 61 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 939 B/s wr, 5 op/s 2023-12-18T17:02:21.165 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-18T17:02:21.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:20 smithi031 ceph-mon[110581]: from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-18T17:02:21.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:20 smithi031 ceph-mon[110581]: pgmap v165: 65 pgs: 4 creating+activating, 61 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 939 B/s wr, 5 op/s 2023-12-18T17:02:21.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:20 smithi031 ceph-mon[110581]: mds.? [v2:172.21.15.31:6832/1086128306,v1:172.21.15.31:6833/1086128306] up:boot 2023-12-18T17:02:21.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:20 smithi031 ceph-mon[110581]: fsmap foofs:1 {0=foofs.smithi007.fgcett=up:active} 1 up:standby 2023-12-18T17:02:21.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:20 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi031.rahkbl"}]: dispatch 2023-12-18T17:02:21.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:20 smithi031 ceph-mon[110581]: fsmap foofs:1 {0=foofs.smithi007.fgcett=up:active} 1 up:standby 2023-12-18T17:02:21.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:20 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:02:21.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:20 smithi007 ceph-mon[107711]: mds.? [v2:172.21.15.31:6832/1086128306,v1:172.21.15.31:6833/1086128306] up:boot 2023-12-18T17:02:21.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:20 smithi007 ceph-mon[107711]: fsmap foofs:1 {0=foofs.smithi007.fgcett=up:active} 1 up:standby 2023-12-18T17:02:21.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:20 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi031.rahkbl"}]: dispatch 2023-12-18T17:02:21.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:20 smithi007 ceph-mon[107711]: fsmap foofs:1 {0=foofs.smithi007.fgcett=up:active} 1 up:standby 2023-12-18T17:02:21.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:20 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:02:22.869 INFO:teuthology.orchestra.run.smithi007.stdout: 2023-12-18T17:02:22.869 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-18T16:57:38.931594Z", "last_refresh": "2023-12-18T17:02:22.741570Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-18T16:57:34.748505Z", "last_refresh": "2023-12-18T17:02:20.747781Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-18T16:57:36.742279Z", "last_refresh": "2023-12-18T17:02:22.741715Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-18T17:02:14.559293Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-18T17:02:14.552808Z", "last_refresh": "2023-12-18T17:02:20.749473Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-18T16:57:33.679782Z", "last_refresh": "2023-12-18T17:02:20.748098Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi031:172.21.15.31=smithi031"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-18T16:58:10.440333Z", "last_refresh": "2023-12-18T17:02:20.748315Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-18T16:57:37.940288Z", "last_refresh": "2023-12-18T17:02:20.748510Z", "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-12-18T17:02:20.748699Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-18T16:57:35.805566Z", "last_refresh": "2023-12-18T17:02:22.741854Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-18T17:02:23.245 INFO:tasks.cephadm:mds.foofs has 2/2 2023-12-18T17:02:23.245 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-18T17:02:23.257 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi007.front.sepia.ceph.com 2023-12-18T17:02:23.257 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2023-12-18T17:02:23.291 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:22 smithi007 ceph-mon[107711]: pgmap v166: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s wr, 5 op/s 2023-12-18T17:02:23.291 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:22 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:02:23.291 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:22 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:02:23.291 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:22 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T17:02:23.291 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:22 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:02:23.291 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:22 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T17:02:23.291 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:22 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:02:23.291 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:22 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:02:23.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:22 smithi031 ceph-mon[110581]: pgmap v166: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s wr, 5 op/s 2023-12-18T17:02:23.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:22 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:02:23.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:22 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:02:23.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:22 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T17:02:23.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:22 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:02:23.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:22 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T17:02:23.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:22 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:02:23.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:22 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:02:24.236 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:24 smithi007 ceph-mon[107711]: from='client.14524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-18T17:02:24.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:24 smithi031 ceph-mon[110581]: from='client.14524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-18T17:02:25.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:25 smithi031 ceph-mon[110581]: pgmap v167: 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-12-18T17:02:25.581 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:25 smithi007 ceph-mon[107711]: pgmap v167: 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-12-18T17:02:26.220 INFO:teuthology.orchestra.run.smithi007.stdout:NFS Cluster Created Successfully 2023-12-18T17:02:26.408 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:26 smithi007 ceph-mon[107711]: from='client.14528 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:02:26.408 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:26 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-18T17:02:26.408 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:26 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-18T17:02:26.408 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:26 smithi007 ceph-mon[107711]: osdmap e63: 8 total, 8 up, 8 in 2023-12-18T17:02:26.409 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:26 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-18T17:02:26.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:26 smithi031 ceph-mon[110581]: from='client.14528 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:02:26.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:26 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-18T17:02:26.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:26 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-18T17:02:26.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:26 smithi031 ceph-mon[110581]: osdmap e63: 8 total, 8 up, 8 in 2023-12-18T17:02:26.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:26 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-18T17:02:26.586 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- bash -c 'ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2023-12-18T17:02:27.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:27 smithi031 ceph-mon[110581]: pgmap v169: 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-12-18T17:02:27.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:27 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-18T17:02:27.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:27 smithi031 ceph-mon[110581]: osdmap e64: 8 total, 8 up, 8 in 2023-12-18T17:02:27.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:27 smithi031 ceph-mon[110581]: Saving service nfs.foo spec with placement count:2 2023-12-18T17:02:27.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:27 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:02:27.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:27 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T17:02:27.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:27 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:02:27.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:27 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T17:02:27.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:27 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:02:27.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:27 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:02:27.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:27 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi007.kodqey", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-18T17:02:27.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:27 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi007.kodqey", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-18T17:02:27.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:27 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-18T17:02:27.317 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:27 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-18T17:02:27.317 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:27 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:02:27.317 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:27 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-18T17:02:27.317 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:27 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-18T17:02:27.317 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:27 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi007.kodqey-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-18T17:02:27.317 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:27 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi007.kodqey-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-18T17:02:27.317 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:27 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:02:27.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:27 smithi007 ceph-mon[107711]: pgmap v169: 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-12-18T17:02:27.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:27 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-18T17:02:27.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:27 smithi007 ceph-mon[107711]: osdmap e64: 8 total, 8 up, 8 in 2023-12-18T17:02:27.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:27 smithi007 ceph-mon[107711]: Saving service nfs.foo spec with placement count:2 2023-12-18T17:02:27.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:27 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:02:27.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:27 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T17:02:27.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:27 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:02:27.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:27 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T17:02:27.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:27 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:02:27.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:27 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:02:27.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:27 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi007.kodqey", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-18T17:02:27.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:27 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi007.kodqey", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-18T17:02:27.333 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:27 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-18T17:02:27.333 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:27 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-18T17:02:27.333 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:27 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:02:27.333 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:27 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-18T17:02:27.333 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:27 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-18T17:02:27.333 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:27 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi007.kodqey-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-18T17:02:27.333 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:27 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi007.kodqey-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-18T17:02:27.333 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:27 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:02:28.359 INFO:teuthology.orchestra.run.smithi007.stderr:Invalid command: Unexpected argument '--clusterid' 2023-12-18T17:02:28.359 INFO:teuthology.orchestra.run.smithi007.stderr:nfs export create cephfs [] [--readonly] [--client_addr ...] [--squash ] : Create a CephFS export 2023-12-18T17:02:28.359 INFO:teuthology.orchestra.run.smithi007.stderr:Error EINVAL: invalid command 2023-12-18T17:02:28.423 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:28 smithi007 ceph-mon[107711]: Creating key for client.nfs.foo.0.0.smithi007.kodqey 2023-12-18T17:02:28.423 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:28 smithi007 ceph-mon[107711]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-18T17:02:28.423 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:28 smithi007 ceph-mon[107711]: Rados config object exists: conf-nfs.foo 2023-12-18T17:02:28.423 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:28 smithi007 ceph-mon[107711]: Creating key for client.nfs.foo.0.0.smithi007.kodqey-rgw 2023-12-18T17:02:28.423 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:28 smithi007 ceph-mon[107711]: Deploying daemon nfs.foo.0.0.smithi007.kodqey on smithi007 2023-12-18T17:02:28.423 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:28 smithi007 ceph-mon[107711]: osdmap e65: 8 total, 8 up, 8 in 2023-12-18T17:02:28.423 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:28 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:02:28.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:28 smithi031 ceph-mon[110581]: Creating key for client.nfs.foo.0.0.smithi007.kodqey 2023-12-18T17:02:28.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:28 smithi031 ceph-mon[110581]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-18T17:02:28.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:28 smithi031 ceph-mon[110581]: Rados config object exists: conf-nfs.foo 2023-12-18T17:02:28.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:28 smithi031 ceph-mon[110581]: Creating key for client.nfs.foo.0.0.smithi007.kodqey-rgw 2023-12-18T17:02:28.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:28 smithi031 ceph-mon[110581]: Deploying daemon nfs.foo.0.0.smithi007.kodqey on smithi007 2023-12-18T17:02:28.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:28 smithi031 ceph-mon[110581]: osdmap e65: 8 total, 8 up, 8 in 2023-12-18T17:02:28.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:28 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:02:28.755 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2023-12-18T17:02:28.756 INFO:teuthology.orchestra.run.smithi007.stdout: "bind": "/fake", 2023-12-18T17:02:28.756 INFO:teuthology.orchestra.run.smithi007.stdout: "fs": "foofs", 2023-12-18T17:02:28.756 INFO:teuthology.orchestra.run.smithi007.stdout: "path": "/", 2023-12-18T17:02:28.756 INFO:teuthology.orchestra.run.smithi007.stdout: "cluster": "foo", 2023-12-18T17:02:28.756 INFO:teuthology.orchestra.run.smithi007.stdout: "mode": "RW" 2023-12-18T17:02:28.756 INFO:teuthology.orchestra.run.smithi007.stdout:} 2023-12-18T17:02:29.194 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2023-12-18T17:02:29.525 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:29 smithi007 ceph-mon[107711]: pgmap v172: 97 pgs: 12 creating+peering, 8 unknown, 77 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2023-12-18T17:02:29.525 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:29 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 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-12-18T17:02:29.525 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:29 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 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-12-18T17:02:29.525 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:29 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:02:29.525 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:29 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi031.xihvpr", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-18T17:02:29.525 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:29 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi031.xihvpr", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-18T17:02:29.525 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:29 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-18T17:02:29.525 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:29 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-18T17:02:29.526 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:29 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:02:29.526 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:29 smithi007 ceph-mon[107711]: mgrmap e20: smithi007.pgbvqi(active, since 3m), standbys: smithi031.uwevhd 2023-12-18T17:02:29.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:29 smithi031 ceph-mon[110581]: pgmap v172: 97 pgs: 12 creating+peering, 8 unknown, 77 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2023-12-18T17:02:29.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:29 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 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-12-18T17:02:29.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:29 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 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-12-18T17:02:29.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:29 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:02:29.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:29 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi031.xihvpr", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-18T17:02:29.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:29 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi031.xihvpr", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-18T17:02:29.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:29 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-18T17:02:29.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:29 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-18T17:02:29.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:29 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:02:29.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:29 smithi031 ceph-mon[110581]: mgrmap e20: smithi007.pgbvqi(active, since 3m), standbys: smithi031.uwevhd 2023-12-18T17:02:30.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:30 smithi031 ceph-mon[110581]: from='client.14548 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:02:30.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:30 smithi031 ceph-mon[110581]: Creating key for client.nfs.foo.1.0.smithi031.xihvpr 2023-12-18T17:02:30.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:30 smithi031 ceph-mon[110581]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-12-18T17:02:30.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:30 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:02:30.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:30 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi007.pgbvqi/mirror_snapshot_schedule"}]: dispatch 2023-12-18T17:02:30.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:30 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi007.pgbvqi/trash_purge_schedule"}]: dispatch 2023-12-18T17:02:30.581 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:30 smithi007 ceph-mon[107711]: from='client.14548 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:02:30.581 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:30 smithi007 ceph-mon[107711]: Creating key for client.nfs.foo.1.0.smithi031.xihvpr 2023-12-18T17:02:30.581 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:30 smithi007 ceph-mon[107711]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-12-18T17:02:30.581 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:30 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:02:30.581 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:30 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi007.pgbvqi/mirror_snapshot_schedule"}]: dispatch 2023-12-18T17:02:30.581 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:30 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi007.pgbvqi/trash_purge_schedule"}]: dispatch 2023-12-18T17:02:31.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:31 smithi031 ceph-mon[110581]: pgmap v173: 97 pgs: 12 creating+peering, 85 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-12-18T17:02:31.581 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:31 smithi007 ceph-mon[107711]: pgmap v173: 97 pgs: 12 creating+peering, 85 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-12-18T17:02:32.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:32 smithi031 ceph-mon[110581]: from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:02:32.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:32 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-18T17:02:32.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:32 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-18T17:02:32.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:32 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi031.xihvpr-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-18T17:02:32.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:32 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi031.xihvpr-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-18T17:02:32.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:32 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:02:32.582 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:32 smithi007 ceph-mon[107711]: from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:02:32.582 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:32 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-18T17:02:32.582 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:32 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-18T17:02:32.582 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:32 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi031.xihvpr-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-18T17:02:32.582 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:32 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi031.xihvpr-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-18T17:02:32.582 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:32 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:02:33.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:33 smithi031 ceph-mon[110581]: from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:02:33.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:33 smithi031 ceph-mon[110581]: Rados config object exists: conf-nfs.foo 2023-12-18T17:02:33.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:33 smithi031 ceph-mon[110581]: Creating key for client.nfs.foo.1.0.smithi031.xihvpr-rgw 2023-12-18T17:02:33.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:33 smithi031 ceph-mon[110581]: Deploying daemon nfs.foo.1.0.smithi031.xihvpr on smithi031 2023-12-18T17:02:33.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:33 smithi031 ceph-mon[110581]: pgmap v174: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1.5 KiB/s wr, 3 op/s 2023-12-18T17:02:33.581 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:33 smithi007 ceph-mon[107711]: from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:02:33.581 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:33 smithi007 ceph-mon[107711]: Rados config object exists: conf-nfs.foo 2023-12-18T17:02:33.581 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:33 smithi007 ceph-mon[107711]: Creating key for client.nfs.foo.1.0.smithi031.xihvpr-rgw 2023-12-18T17:02:33.581 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:33 smithi007 ceph-mon[107711]: Deploying daemon nfs.foo.1.0.smithi031.xihvpr on smithi031 2023-12-18T17:02:33.581 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:33 smithi007 ceph-mon[107711]: pgmap v174: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1.5 KiB/s wr, 3 op/s 2023-12-18T17:02:34.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:34 smithi031 ceph-mon[110581]: from='client.14582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:02:34.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:34 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:02:34.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:34 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T17:02:34.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:34 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:02:34.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:34 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T17:02:34.581 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:34 smithi007 ceph-mon[107711]: from='client.14582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:02:34.581 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:34 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:02:34.581 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:34 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T17:02:34.581 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:34 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:02:34.581 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:34 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T17:02:35.451 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:35 smithi007 ceph-mon[107711]: pgmap v175: 97 pgs: 97 active+clean; 580 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1.7 KiB/s wr, 3 op/s 2023-12-18T17:02:35.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:35 smithi031 ceph-mon[110581]: pgmap v175: 97 pgs: 97 active+clean; 580 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1.7 KiB/s wr, 3 op/s 2023-12-18T17:02:36.517 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:36 smithi007 ceph-mon[107711]: from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:02:36.517 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:36 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:02:36.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:36 smithi031 ceph-mon[110581]: from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:02:36.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:36 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:02:37.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:37 smithi031 ceph-mon[110581]: from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:02:37.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:37 smithi031 ceph-mon[110581]: pgmap v176: 97 pgs: 97 active+clean; 580 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.4 KiB/s wr, 3 op/s 2023-12-18T17:02:37.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:37 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:02:37.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:37 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:02:37.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:37 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:02:37.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:37 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T17:02:37.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:37 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:02:37.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:37 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T17:02:37.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:37 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:02:37.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:37 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:02:37.318 INFO:teuthology.orchestra.run.smithi007.stdout:nfs.foo ?:2049 2/2 1s ago 11s count:2 2023-12-18T17:02:37.482 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:37 smithi007 ceph-mon[107711]: from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:02:37.482 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:37 smithi007 ceph-mon[107711]: pgmap v176: 97 pgs: 97 active+clean; 580 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.4 KiB/s wr, 3 op/s 2023-12-18T17:02:37.482 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:37 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:02:37.483 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:37 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:02:37.483 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:37 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:02:37.483 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:37 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T17:02:37.483 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:37 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:02:37.483 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:37 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T17:02:37.483 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:37 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:02:37.483 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:37 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:02:37.675 INFO:teuthology.run_tasks:Running task vip.exec... 2023-12-18T17:02:37.687 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi007.front.sepia.ceph.com 2023-12-18T17:02:37.687 DEBUG:teuthology.orchestra.run.smithi007:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2023-12-18T17:02:37.724 INFO:teuthology.orchestra.run.smithi007.stderr:+ mkdir /mnt/foo 2023-12-18T17:02:37.727 DEBUG:teuthology.orchestra.run.smithi007:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2023-12-18T17:02:37.801 INFO:teuthology.orchestra.run.smithi007.stderr:++ hostname 2023-12-18T17:02:37.802 INFO:teuthology.orchestra.run.smithi007.stderr:+ mount -t nfs smithi007:/fake /mnt/foo -o sync 2023-12-18T17:02:38.201 DEBUG:teuthology.orchestra.run.smithi007:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2023-12-18T17:02:38.275 INFO:teuthology.orchestra.run.smithi007.stderr:+ echo test 2023-12-18T17:02:38.326 DEBUG:teuthology.orchestra.run.smithi007:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2023-12-18T17:02:38.400 INFO:teuthology.orchestra.run.smithi007.stderr:+ sync 2023-12-18T17:02:38.856 INFO:teuthology.run_tasks:Running task parallel... 2023-12-18T17:02:38.867 INFO:teuthology.task.parallel:starting parallel... 2023-12-18T17:02:38.867 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-12-18T17:02:38.868 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-12-18T17:02:38.869 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi007.front.sepia.ceph.com 2023-12-18T17:02:38.869 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -e sha1=861525e252e70f0d455bae7d2dc4d635f8b415f1 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2023-12-18T17:02:38.869 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-12-18T17:02:38.870 INFO:teuthology.task.sequential:In sequential, running task exec... 2023-12-18T17:02:38.870 INFO:teuthology.task.exec:Executing custom commands... 2023-12-18T17:02:38.871 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi007.front.sepia.ceph.com 2023-12-18T17:02:38.871 DEBUG:teuthology.orchestra.run.smithi007:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2023-12-18T17:02:38.976 INFO:teuthology.orchestra.run.smithi007.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-12-18T17:02:38.976 INFO:teuthology.orchestra.run.smithi007.stdout: 2023-12-18T17:02:38.976 INFO:teuthology.orchestra.run.smithi007.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2023-12-18T17:02:38.983 INFO:teuthology.orchestra.run.smithi007.stdout:3 of 5 processes prepared for launch 0 sec 2023-12-18T17:02:39.083 INFO:teuthology.orchestra.run.smithi007.stdout:5 of 5 processes prepared for launch 0 sec 2023-12-18T17:02:39.083 INFO:teuthology.orchestra.run.smithi007.stdout:releasing clients 2023-12-18T17:02:39.106 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:39 smithi007 ceph-mon[107711]: from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:02:39.106 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:39 smithi007 ceph-mon[107711]: pgmap v177: 97 pgs: 97 active+clean; 581 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 3.9 KiB/s rd, 2.5 KiB/s wr, 7 op/s 2023-12-18T17:02:39.106 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:39 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:02:39.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:39 smithi031 ceph-mon[110581]: from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:02:39.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:39 smithi031 ceph-mon[110581]: pgmap v177: 97 pgs: 97 active+clean; 581 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 3.9 KiB/s rd, 2.5 KiB/s wr, 7 op/s 2023-12-18T17:02:39.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:39 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:02:40.083 INFO:teuthology.orchestra.run.smithi007.stdout: 5 89 19.92 MB/sec warmup 1 sec latency 157.131 ms 2023-12-18T17:02:41.090 INFO:teuthology.orchestra.run.smithi007.stdout: 5 181 18.22 MB/sec warmup 2 sec latency 207.727 ms 2023-12-18T17:02:41.267 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:41 smithi007 ceph-mon[107711]: pgmap v178: 97 pgs: 97 active+clean; 4.2 MiB data, 51 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 313 KiB/s wr, 11 op/s 2023-12-18T17:02:41.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:41 smithi031 ceph-mon[110581]: pgmap v178: 97 pgs: 97 active+clean; 4.2 MiB data, 51 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 313 KiB/s wr, 11 op/s 2023-12-18T17:02:41.699 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -e sha1=861525e252e70f0d455bae7d2dc4d635f8b415f1 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2023-12-18T17:02:42.095 INFO:teuthology.orchestra.run.smithi007.stdout: 5 288 17.73 MB/sec warmup 3 sec latency 154.094 ms 2023-12-18T17:02:43.095 INFO:teuthology.orchestra.run.smithi007.stdout: 5 379 16.81 MB/sec warmup 4 sec latency 155.253 ms 2023-12-18T17:02:43.126 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:43 smithi007 ceph-mon[107711]: pgmap v179: 97 pgs: 97 active+clean; 25 MiB data, 60 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 2.0 MiB/s wr, 42 op/s 2023-12-18T17:02:43.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:43 smithi031 ceph-mon[110581]: pgmap v179: 97 pgs: 97 active+clean; 25 MiB data, 60 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 2.0 MiB/s wr, 42 op/s 2023-12-18T17:02:44.098 INFO:teuthology.orchestra.run.smithi007.stdout: 5 473 16.44 MB/sec warmup 5 sec latency 169.946 ms 2023-12-18T17:02:44.241 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -e sha1=861525e252e70f0d455bae7d2dc4d635f8b415f1 -- bash -c 'ceph config set global log_to_journald false --force' 2023-12-18T17:02:45.065 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:45 smithi007 ceph-mon[107711]: pgmap v180: 97 pgs: 97 active+clean; 39 MiB data, 74 MiB used, 715 GiB / 715 GiB avail; 2.5 KiB/s rd, 3.3 MiB/s wr, 165 op/s 2023-12-18T17:02:45.098 INFO:teuthology.orchestra.run.smithi007.stdout: 5 564 16.30 MB/sec warmup 6 sec latency 173.212 ms 2023-12-18T17:02:45.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:45 smithi031 ceph-mon[110581]: pgmap v180: 97 pgs: 97 active+clean; 39 MiB data, 74 MiB used, 715 GiB / 715 GiB avail; 2.5 KiB/s rd, 3.3 MiB/s wr, 165 op/s 2023-12-18T17:02:46.100 INFO:teuthology.orchestra.run.smithi007.stdout: 5 773 15.23 MB/sec warmup 7 sec latency 102.403 ms 2023-12-18T17:02:46.827 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -e sha1=861525e252e70f0d455bae7d2dc4d635f8b415f1 -- bash -c 'ceph mgr module enable nfs --force' 2023-12-18T17:02:47.100 INFO:teuthology.orchestra.run.smithi007.stdout: 5 1020 13.91 MB/sec warmup 8 sec latency 110.891 ms 2023-12-18T17:02:47.109 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:47 smithi007 ceph-mon[107711]: pgmap v181: 97 pgs: 97 active+clean; 72 MiB data, 104 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s rd, 6.1 MiB/s wr, 220 op/s 2023-12-18T17:02:47.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:47 smithi031 ceph-mon[110581]: pgmap v181: 97 pgs: 97 active+clean; 72 MiB data, 104 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s rd, 6.1 MiB/s wr, 220 op/s 2023-12-18T17:02:48.114 INFO:teuthology.orchestra.run.smithi007.stdout: 5 1351 13.45 MB/sec warmup 9 sec latency 126.860 ms 2023-12-18T17:02:49.114 INFO:teuthology.orchestra.run.smithi007.stdout: 5 1890 13.17 MB/sec warmup 10 sec latency 65.037 ms 2023-12-18T17:02:49.136 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:49 smithi007 ceph-mon[107711]: pgmap v182: 97 pgs: 97 active+clean; 107 MiB data, 168 MiB used, 715 GiB / 715 GiB avail; 2.6 KiB/s rd, 9.3 MiB/s wr, 381 op/s 2023-12-18T17:02:49.136 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:49 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/858221752' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-12-18T17:02:49.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:49 smithi031 ceph-mon[110581]: pgmap v182: 97 pgs: 97 active+clean; 107 MiB data, 168 MiB used, 715 GiB / 715 GiB avail; 2.6 KiB/s rd, 9.3 MiB/s wr, 381 op/s 2023-12-18T17:02:49.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:49 smithi031 ceph-mon[110581]: from='client.? 172.21.15.7:0/858221752' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-12-18T17:02:50.029 INFO:teuthology.orchestra.run.smithi007.stderr:module 'nfs' is already enabled 2023-12-18T17:02:50.114 INFO:teuthology.orchestra.run.smithi007.stdout: 5 2363 12.53 MB/sec warmup 11 sec latency 126.883 ms 2023-12-18T17:02:50.592 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -e sha1=861525e252e70f0d455bae7d2dc4d635f8b415f1 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2023-12-18T17:02:51.114 INFO:teuthology.orchestra.run.smithi007.stdout: 5 2740 13.05 MB/sec warmup 12 sec latency 143.687 ms 2023-12-18T17:02:51.169 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:51 smithi007 ceph-mon[107711]: pgmap v183: 97 pgs: 97 active+clean; 108 MiB data, 181 MiB used, 715 GiB / 715 GiB avail; 340 B/s rd, 9.5 MiB/s wr, 397 op/s 2023-12-18T17:02:51.169 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:51 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/858221752' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2023-12-18T17:02:51.169 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:51 smithi007 ceph-mon[107711]: mgrmap e21: smithi007.pgbvqi(active, since 4m), standbys: smithi031.uwevhd 2023-12-18T17:02:51.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:51 smithi031 ceph-mon[110581]: pgmap v183: 97 pgs: 97 active+clean; 108 MiB data, 181 MiB used, 715 GiB / 715 GiB avail; 340 B/s rd, 9.5 MiB/s wr, 397 op/s 2023-12-18T17:02:51.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:51 smithi031 ceph-mon[110581]: from='client.? 172.21.15.7:0/858221752' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2023-12-18T17:02:51.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:51 smithi031 ceph-mon[110581]: mgrmap e21: smithi007.pgbvqi(active, since 4m), standbys: smithi031.uwevhd 2023-12-18T17:02:52.114 INFO:teuthology.orchestra.run.smithi007.stdout: 5 3113 13.05 MB/sec warmup 13 sec latency 199.955 ms 2023-12-18T17:02:52.764 INFO:teuthology.orchestra.run.smithi007.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:861525e252e70f0d455bae7d2dc4d635f8b415f1 2023-12-18T17:02:53.114 INFO:teuthology.orchestra.run.smithi007.stdout: 5 3482 13.23 MB/sec warmup 14 sec latency 127.320 ms 2023-12-18T17:02:53.212 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:53 smithi007 ceph-mon[107711]: pgmap v184: 97 pgs: 97 active+clean; 117 MiB data, 200 MiB used, 715 GiB / 715 GiB avail; 340 B/s rd, 11 MiB/s wr, 581 op/s 2023-12-18T17:02:53.212 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:53 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:02:53.212 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:53 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T17:02:53.212 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:53 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:02:53.212 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:53 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T17:02:53.212 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:53 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:02:53.212 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:53 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:02:53.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:53 smithi031 ceph-mon[110581]: pgmap v184: 97 pgs: 97 active+clean; 117 MiB data, 200 MiB used, 715 GiB / 715 GiB avail; 340 B/s rd, 11 MiB/s wr, 581 op/s 2023-12-18T17:02:53.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:53 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:02:53.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:53 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T17:02:53.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:53 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:02:53.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:53 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T17:02:53.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:53 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:02:53.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:53 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:02:53.320 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-12-18T17:02:53.320 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi007.front.sepia.ceph.com 2023-12-18T17:02:53.320 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -e sha1=861525e252e70f0d455bae7d2dc4d635f8b415f1 -- 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-12-18T17:02:54.114 INFO:teuthology.orchestra.run.smithi007.stdout: 5 3677 12.98 MB/sec warmup 15 sec latency 120.766 ms 2023-12-18T17:02:54.257 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:54 smithi007 ceph-mon[107711]: from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:861525e252e70f0d455bae7d2dc4d635f8b415f1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:02:54.257 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:54 smithi007 ceph-mon[107711]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:861525e252e70f0d455bae7d2dc4d635f8b415f1 2023-12-18T17:02:54.257 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:54 smithi007 ceph-mon[107711]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:861525e252e70f0d455bae7d2dc4d635f8b415f1 2023-12-18T17:02:54.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:54 smithi031 ceph-mon[110581]: from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:861525e252e70f0d455bae7d2dc4d635f8b415f1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:02:54.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:54 smithi031 ceph-mon[110581]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:861525e252e70f0d455bae7d2dc4d635f8b415f1 2023-12-18T17:02:54.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:54 smithi031 ceph-mon[110581]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:861525e252e70f0d455bae7d2dc4d635f8b415f1 2023-12-18T17:02:55.114 INFO:teuthology.orchestra.run.smithi007.stdout: 5 3795 12.30 MB/sec warmup 16 sec latency 161.244 ms 2023-12-18T17:02:55.268 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:55 smithi007 ceph-mon[107711]: pgmap v185: 97 pgs: 97 active+clean; 119 MiB data, 213 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s rd, 9.3 MiB/s wr, 565 op/s 2023-12-18T17:02:55.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:55 smithi031 ceph-mon[110581]: pgmap v185: 97 pgs: 97 active+clean; 119 MiB data, 213 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s rd, 9.3 MiB/s wr, 565 op/s 2023-12-18T17:02:55.666 INFO:teuthology.orchestra.run.smithi007.stdout:true 2023-12-18T17:02:56.124 INFO:teuthology.orchestra.run.smithi007.stdout: 5 3871 11.70 MB/sec warmup 17 sec latency 113.219 ms 2023-12-18T17:02:56.733 INFO:teuthology.orchestra.run.smithi007.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T17:02:56.733 INFO:teuthology.orchestra.run.smithi007.stdout:alertmanager.smithi007 smithi007 *:9093,9094 running (3m) 20s ago 4m 24.4M - ba2b418f427c a2649156d668 2023-12-18T17:02:56.733 INFO:teuthology.orchestra.run.smithi007.stdout:crash.smithi007 smithi007 running (4m) 20s ago 4m 7013k - 17.2.0 e1d6a67b021e b98c7350ba9d 2023-12-18T17:02:56.733 INFO:teuthology.orchestra.run.smithi007.stdout:crash.smithi031 smithi031 running (4m) 21s ago 4m 7168k - 17.2.0 e1d6a67b021e 6e652ab6d5c7 2023-12-18T17:02:56.733 INFO:teuthology.orchestra.run.smithi007.stdout:grafana.smithi007 smithi007 *:3000 running (3m) 20s ago 4m 51.7M - 8.3.5 dad864ee21e9 ff386b9f80d9 2023-12-18T17:02:56.733 INFO:teuthology.orchestra.run.smithi007.stdout:mds.foofs.smithi007.fgcett smithi007 running (39s) 20s ago 39s 16.4M - 17.2.0 e1d6a67b021e 9e99ad85d62a 2023-12-18T17:02:56.733 INFO:teuthology.orchestra.run.smithi007.stdout:mds.foofs.smithi031.rahkbl smithi031 running (38s) 21s ago 37s 13.4M - 17.2.0 e1d6a67b021e 0a2207cbed37 2023-12-18T17:02:56.733 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.smithi007.pgbvqi smithi007 *:9283 running (5m) 20s ago 5m 477M - 17.2.0 e1d6a67b021e 276b5b4d812e 2023-12-18T17:02:56.733 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.smithi031.uwevhd smithi031 *:8443,9283 running (4m) 21s ago 4m 421M - 17.2.0 e1d6a67b021e dd5c116a69a1 2023-12-18T17:02:56.733 INFO:teuthology.orchestra.run.smithi007.stdout:mon.smithi007 smithi007 running (5m) 20s ago 6m 77.4M 2048M 17.2.0 e1d6a67b021e c0c6f22c01b9 2023-12-18T17:02:56.734 INFO:teuthology.orchestra.run.smithi007.stdout:mon.smithi031 smithi031 running (4m) 21s ago 4m 62.0M 2048M 17.2.0 e1d6a67b021e 6bf2903ef904 2023-12-18T17:02:56.734 INFO:teuthology.orchestra.run.smithi007.stdout:nfs.foo.0.0.smithi007.kodqey smithi007 *:2049 running (28s) 20s ago 27s 56.2M - 4.0 e1d6a67b021e 39e90cd2b539 2023-12-18T17:02:56.734 INFO:teuthology.orchestra.run.smithi007.stdout:nfs.foo.1.0.smithi031.xihvpr smithi031 *:2049 running (23s) 21s ago 23s 53.8M - 4.0 e1d6a67b021e bb63cdf69b92 2023-12-18T17:02:56.734 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.smithi007 smithi007 *:9100 running (4m) 20s ago 4m 26.1M - 1dbe0e931976 52d889293df3 2023-12-18T17:02:56.734 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.smithi031 smithi031 *:9100 running (4m) 21s ago 4m 25.0M - 1dbe0e931976 539802128ff6 2023-12-18T17:02:56.734 INFO:teuthology.orchestra.run.smithi007.stdout:osd.0 smithi007 running (3m) 20s ago 3m 55.0M 3225M 17.2.0 e1d6a67b021e d29234845ce3 2023-12-18T17:02:56.734 INFO:teuthology.orchestra.run.smithi007.stdout:osd.1 smithi007 running (3m) 20s ago 3m 59.6M 3225M 17.2.0 e1d6a67b021e 288ddbc0ff5a 2023-12-18T17:02:56.734 INFO:teuthology.orchestra.run.smithi007.stdout:osd.2 smithi007 running (3m) 20s ago 3m 50.0M 3225M 17.2.0 e1d6a67b021e e138c3dd258e 2023-12-18T17:02:56.734 INFO:teuthology.orchestra.run.smithi007.stdout:osd.3 smithi007 running (2m) 20s ago 2m 50.4M 3225M 17.2.0 e1d6a67b021e 832893cb9939 2023-12-18T17:02:56.734 INFO:teuthology.orchestra.run.smithi007.stdout:osd.4 smithi031 running (2m) 21s ago 2m 50.0M 3993M 17.2.0 e1d6a67b021e 14f9f81d9443 2023-12-18T17:02:56.734 INFO:teuthology.orchestra.run.smithi007.stdout:osd.5 smithi031 running (2m) 21s ago 2m 48.3M 3993M 17.2.0 e1d6a67b021e fe2613cb7bf7 2023-12-18T17:02:56.734 INFO:teuthology.orchestra.run.smithi007.stdout:osd.6 smithi031 running (109s) 21s ago 109s 49.1M 3993M 17.2.0 e1d6a67b021e 772a5776beb7 2023-12-18T17:02:56.734 INFO:teuthology.orchestra.run.smithi007.stdout:osd.7 smithi031 running (92s) 21s ago 91s 52.2M 3993M 17.2.0 e1d6a67b021e 8b09d3849837 2023-12-18T17:02:56.734 INFO:teuthology.orchestra.run.smithi007.stdout:prometheus.smithi007 smithi007 *:9095 running (3m) 20s ago 3m 64.4M - 514e6a882f6e 4e58fbd23487 2023-12-18T17:02:57.074 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:57 smithi007 ceph-mon[107711]: from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:02:57.074 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:57 smithi007 ceph-mon[107711]: pgmap v186: 97 pgs: 97 active+clean; 127 MiB data, 237 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s rd, 9.1 MiB/s wr, 539 op/s 2023-12-18T17:02:57.074 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:57 smithi007 ceph-mon[107711]: from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:02:57.124 INFO:teuthology.orchestra.run.smithi007.stdout: 5 4006 11.09 MB/sec warmup 18 sec latency 124.772 ms 2023-12-18T17:02:57.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:57 smithi031 ceph-mon[110581]: from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:02:57.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:57 smithi031 ceph-mon[110581]: pgmap v186: 97 pgs: 97 active+clean; 127 MiB data, 237 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s rd, 9.1 MiB/s wr, 539 op/s 2023-12-18T17:02:57.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:57 smithi031 ceph-mon[110581]: from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:02:57.332 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2023-12-18T17:02:57.332 INFO:teuthology.orchestra.run.smithi007.stdout: "mon": { 2023-12-18T17:02:57.332 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T17:02:57.332 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2023-12-18T17:02:57.333 INFO:teuthology.orchestra.run.smithi007.stdout: "mgr": { 2023-12-18T17:02:57.333 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T17:02:57.333 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2023-12-18T17:02:57.333 INFO:teuthology.orchestra.run.smithi007.stdout: "osd": { 2023-12-18T17:02:57.333 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-18T17:02:57.333 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2023-12-18T17:02:57.333 INFO:teuthology.orchestra.run.smithi007.stdout: "mds": { 2023-12-18T17:02:57.333 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T17:02:57.333 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2023-12-18T17:02:57.333 INFO:teuthology.orchestra.run.smithi007.stdout: "overall": { 2023-12-18T17:02:57.333 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-12-18T17:02:57.334 INFO:teuthology.orchestra.run.smithi007.stdout: } 2023-12-18T17:02:57.334 INFO:teuthology.orchestra.run.smithi007.stdout:} 2023-12-18T17:02:57.875 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2023-12-18T17:02:57.876 INFO:teuthology.orchestra.run.smithi007.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:861525e252e70f0d455bae7d2dc4d635f8b415f1", 2023-12-18T17:02:57.876 INFO:teuthology.orchestra.run.smithi007.stdout: "in_progress": true, 2023-12-18T17:02:57.876 INFO:teuthology.orchestra.run.smithi007.stdout: "services_complete": [], 2023-12-18T17:02:57.876 INFO:teuthology.orchestra.run.smithi007.stdout: "progress": "", 2023-12-18T17:02:57.876 INFO:teuthology.orchestra.run.smithi007.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:861525e252e70f0d455bae7d2dc4d635f8b415f1 image" 2023-12-18T17:02:57.876 INFO:teuthology.orchestra.run.smithi007.stdout:} 2023-12-18T17:02:58.125 INFO:teuthology.orchestra.run.smithi007.stdout: 5 4160 10.56 MB/sec warmup 19 sec latency 109.572 ms 2023-12-18T17:02:58.343 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:58 smithi007 ceph-mon[107711]: from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:02:58.343 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:58 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/1205101823' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T17:02:58.481 INFO:teuthology.orchestra.run.smithi007.stdout:HEALTH_OK 2023-12-18T17:02:58.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:58 smithi031 ceph-mon[110581]: from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:02:58.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:58 smithi031 ceph-mon[110581]: from='client.? 172.21.15.7:0/1205101823' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T17:02:59.134 INFO:teuthology.orchestra.run.smithi007.stdout: 5 4357 10.11 MB/sec warmup 20 sec latency 97.099 ms 2023-12-18T17:02:59.350 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:59 smithi007 ceph-mon[107711]: from='client.24435 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:02:59.350 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:59 smithi007 ceph-mon[107711]: pgmap v187: 97 pgs: 97 active+clean; 132 MiB data, 234 MiB used, 715 GiB / 715 GiB avail; 2.6 KiB/s rd, 7.2 MiB/s wr, 532 op/s 2023-12-18T17:02:59.350 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:02:59 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/554794698' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T17:02:59.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:59 smithi031 ceph-mon[110581]: from='client.24435 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:02:59.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:59 smithi031 ceph-mon[110581]: pgmap v187: 97 pgs: 97 active+clean; 132 MiB data, 234 MiB used, 715 GiB / 715 GiB avail; 2.6 KiB/s rd, 7.2 MiB/s wr, 532 op/s 2023-12-18T17:02:59.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:02:59 smithi031 ceph-mon[110581]: from='client.? 172.21.15.7:0/554794698' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T17:03:00.134 INFO:teuthology.orchestra.run.smithi007.stdout: 5 4578 9.82 MB/sec warmup 21 sec latency 126.266 ms 2023-12-18T17:03:01.134 INFO:teuthology.orchestra.run.smithi007.stdout: 5 4837 9.82 MB/sec warmup 22 sec latency 141.023 ms 2023-12-18T17:03:01.151 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:01 smithi007 ceph-mon[107711]: pgmap v188: 97 pgs: 97 active+clean; 132 MiB data, 235 MiB used, 715 GiB / 715 GiB avail; 4.3 KiB/s rd, 4.1 MiB/s wr, 378 op/s 2023-12-18T17:03:01.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:01 smithi031 ceph-mon[110581]: pgmap v188: 97 pgs: 97 active+clean; 132 MiB data, 235 MiB used, 715 GiB / 715 GiB avail; 4.3 KiB/s rd, 4.1 MiB/s wr, 378 op/s 2023-12-18T17:03:02.139 INFO:teuthology.orchestra.run.smithi007.stdout: 5 5217 9.83 MB/sec warmup 23 sec latency 129.285 ms 2023-12-18T17:03:03.139 INFO:teuthology.orchestra.run.smithi007.stdout: 5 5567 9.53 MB/sec warmup 24 sec latency 142.349 ms 2023-12-18T17:03:03.181 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:03 smithi007 ceph-mon[107711]: pgmap v189: 97 pgs: 97 active+clean; 125 MiB data, 256 MiB used, 715 GiB / 715 GiB avail; 4.2 KiB/s rd, 4.4 MiB/s wr, 402 op/s 2023-12-18T17:03:03.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:03 smithi031 ceph-mon[110581]: pgmap v189: 97 pgs: 97 active+clean; 125 MiB data, 256 MiB used, 715 GiB / 715 GiB avail; 4.2 KiB/s rd, 4.4 MiB/s wr, 402 op/s 2023-12-18T17:03:04.139 INFO:teuthology.orchestra.run.smithi007.stdout: 5 5872 9.33 MB/sec warmup 25 sec latency 124.334 ms 2023-12-18T17:03:05.139 INFO:teuthology.orchestra.run.smithi007.stdout: 5 6173 9.44 MB/sec warmup 26 sec latency 135.755 ms 2023-12-18T17:03:05.240 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:05 smithi007 ceph-mon[107711]: pgmap v190: 97 pgs: 97 active+clean; 125 MiB data, 278 MiB used, 715 GiB / 715 GiB avail; 7.4 KiB/s rd, 3.2 MiB/s wr, 275 op/s 2023-12-18T17:03:05.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:05 smithi031 ceph-mon[110581]: pgmap v190: 97 pgs: 97 active+clean; 125 MiB data, 278 MiB used, 715 GiB / 715 GiB avail; 7.4 KiB/s rd, 3.2 MiB/s wr, 275 op/s 2023-12-18T17:03:06.139 INFO:teuthology.orchestra.run.smithi007.stdout: 5 6495 9.54 MB/sec warmup 27 sec latency 126.645 ms 2023-12-18T17:03:07.145 INFO:teuthology.orchestra.run.smithi007.stdout: 5 6845 9.75 MB/sec warmup 28 sec latency 151.203 ms 2023-12-18T17:03:07.279 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:07 smithi007 ceph-mon[107711]: pgmap v191: 97 pgs: 97 active+clean; 126 MiB data, 283 MiB used, 715 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.4 MiB/s wr, 294 op/s 2023-12-18T17:03:07.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:07 smithi031 ceph-mon[110581]: pgmap v191: 97 pgs: 97 active+clean; 126 MiB data, 283 MiB used, 715 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.4 MiB/s wr, 294 op/s 2023-12-18T17:03:08.145 INFO:teuthology.orchestra.run.smithi007.stdout: 5 7067 9.72 MB/sec warmup 29 sec latency 152.732 ms 2023-12-18T17:03:09.145 INFO:teuthology.orchestra.run.smithi007.stdout: 5 7310 9.63 MB/sec warmup 30 sec latency 126.976 ms 2023-12-18T17:03:09.331 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:09 smithi007 ceph-mon[107711]: pgmap v192: 97 pgs: 97 active+clean; 133 MiB data, 312 MiB used, 715 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.6 MiB/s wr, 344 op/s 2023-12-18T17:03:09.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:09 smithi031 ceph-mon[110581]: pgmap v192: 97 pgs: 97 active+clean; 133 MiB data, 312 MiB used, 715 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.6 MiB/s wr, 344 op/s 2023-12-18T17:03:10.145 INFO:teuthology.orchestra.run.smithi007.stdout: 5 7528 9.49 MB/sec warmup 31 sec latency 133.003 ms 2023-12-18T17:03:11.145 INFO:teuthology.orchestra.run.smithi007.stdout: 5 7692 9.28 MB/sec warmup 32 sec latency 129.909 ms 2023-12-18T17:03:11.395 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:11 smithi007 ceph-mon[107711]: pgmap v193: 97 pgs: 97 active+clean; 135 MiB data, 319 MiB used, 715 GiB / 715 GiB avail; 7.0 KiB/s rd, 2.9 MiB/s wr, 310 op/s 2023-12-18T17:03:11.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:11 smithi031 ceph-mon[110581]: pgmap v193: 97 pgs: 97 active+clean; 135 MiB data, 319 MiB used, 715 GiB / 715 GiB avail; 7.0 KiB/s rd, 2.9 MiB/s wr, 310 op/s 2023-12-18T17:03:12.145 INFO:teuthology.orchestra.run.smithi007.stdout: 5 7979 9.16 MB/sec warmup 33 sec latency 87.065 ms 2023-12-18T17:03:13.145 INFO:teuthology.orchestra.run.smithi007.stdout: 5 8160 8.98 MB/sec warmup 34 sec latency 138.198 ms 2023-12-18T17:03:13.185 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:13 smithi007 ceph-mon[107711]: pgmap v194: 97 pgs: 97 active+clean; 146 MiB data, 341 MiB used, 715 GiB / 715 GiB avail; 5.1 KiB/s rd, 4.4 MiB/s wr, 435 op/s 2023-12-18T17:03:13.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:13 smithi031 ceph-mon[110581]: pgmap v194: 97 pgs: 97 active+clean; 146 MiB data, 341 MiB used, 715 GiB / 715 GiB avail; 5.1 KiB/s rd, 4.4 MiB/s wr, 435 op/s 2023-12-18T17:03:14.148 INFO:teuthology.orchestra.run.smithi007.stdout: 5 8428 8.87 MB/sec warmup 35 sec latency 120.998 ms 2023-12-18T17:03:15.149 INFO:teuthology.orchestra.run.smithi007.stdout: 5 8742 8.84 MB/sec warmup 36 sec latency 126.241 ms 2023-12-18T17:03:15.229 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:15 smithi007 ceph-mon[107711]: pgmap v195: 97 pgs: 97 active+clean; 145 MiB data, 358 MiB used, 715 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.0 MiB/s wr, 399 op/s 2023-12-18T17:03:15.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:15 smithi031 ceph-mon[110581]: pgmap v195: 97 pgs: 97 active+clean; 145 MiB data, 358 MiB used, 715 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.0 MiB/s wr, 399 op/s 2023-12-18T17:03:16.148 INFO:teuthology.orchestra.run.smithi007.stdout: 5 8955 8.65 MB/sec warmup 37 sec latency 120.177 ms 2023-12-18T17:03:17.149 INFO:teuthology.orchestra.run.smithi007.stdout: 5 9160 8.52 MB/sec warmup 38 sec latency 120.805 ms 2023-12-18T17:03:17.282 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:17 smithi007 ceph-mon[107711]: pgmap v196: 97 pgs: 97 active+clean; 139 MiB data, 386 MiB used, 715 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.8 MiB/s wr, 359 op/s 2023-12-18T17:03:17.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:17 smithi031 ceph-mon[110581]: pgmap v196: 97 pgs: 97 active+clean; 139 MiB data, 386 MiB used, 715 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.8 MiB/s wr, 359 op/s 2023-12-18T17:03:18.148 INFO:teuthology.orchestra.run.smithi007.stdout: 5 9414 8.58 MB/sec warmup 39 sec latency 126.074 ms 2023-12-18T17:03:19.148 INFO:teuthology.orchestra.run.smithi007.stdout: 5 9652 8.55 MB/sec warmup 40 sec latency 126.480 ms 2023-12-18T17:03:19.338 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:19 smithi007 ceph-mon[107711]: pgmap v197: 97 pgs: 97 active+clean; 137 MiB data, 412 MiB used, 715 GiB / 715 GiB avail; 4.9 KiB/s rd, 4.1 MiB/s wr, 451 op/s 2023-12-18T17:03:19.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:19 smithi031 ceph-mon[110581]: pgmap v197: 97 pgs: 97 active+clean; 137 MiB data, 412 MiB used, 715 GiB / 715 GiB avail; 4.9 KiB/s rd, 4.1 MiB/s wr, 451 op/s 2023-12-18T17:03:20.149 INFO:teuthology.orchestra.run.smithi007.stdout: 5 10013 8.70 MB/sec warmup 41 sec latency 130.874 ms 2023-12-18T17:03:21.156 INFO:teuthology.orchestra.run.smithi007.stdout: 5 10293 8.69 MB/sec warmup 42 sec latency 115.190 ms 2023-12-18T17:03:21.380 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:21 smithi007 ceph-mon[107711]: pgmap v198: 97 pgs: 97 active+clean; 138 MiB data, 424 MiB used, 715 GiB / 715 GiB avail; 7.4 KiB/s rd, 3.2 MiB/s wr, 319 op/s 2023-12-18T17:03:21.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:21 smithi031 ceph-mon[110581]: pgmap v198: 97 pgs: 97 active+clean; 138 MiB data, 424 MiB used, 715 GiB / 715 GiB avail; 7.4 KiB/s rd, 3.2 MiB/s wr, 319 op/s 2023-12-18T17:03:22.165 INFO:teuthology.orchestra.run.smithi007.stdout: 5 10584 8.73 MB/sec warmup 43 sec latency 155.288 ms 2023-12-18T17:03:23.166 INFO:teuthology.orchestra.run.smithi007.stdout: 5 10825 8.72 MB/sec warmup 44 sec latency 140.218 ms 2023-12-18T17:03:23.422 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:23 smithi007 ceph-mon[107711]: pgmap v199: 97 pgs: 97 active+clean; 147 MiB data, 436 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.2 MiB/s wr, 419 op/s 2023-12-18T17:03:23.422 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:23 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:03:23.422 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:23 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T17:03:23.422 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:23 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:03:23.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:23 smithi031 ceph-mon[110581]: pgmap v199: 97 pgs: 97 active+clean; 147 MiB data, 436 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.2 MiB/s wr, 419 op/s 2023-12-18T17:03:23.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:23 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:03:23.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:23 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T17:03:23.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:23 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:03:24.165 INFO:teuthology.orchestra.run.smithi007.stdout: 5 11126 8.60 MB/sec warmup 45 sec latency 126.354 ms 2023-12-18T17:03:24.435 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:24 smithi007 ceph-mon[107711]: Upgrade: Target is version 19.0.0-303-g861525e2 (unknown) 2023-12-18T17:03:24.436 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:24 smithi007 ceph-mon[107711]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e, digests ['quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e'] 2023-12-18T17:03:24.436 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:24 smithi007 ceph-mon[107711]: Upgrade: Need to upgrade myself (mgr.smithi007.pgbvqi) 2023-12-18T17:03:24.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:24 smithi031 ceph-mon[110581]: Upgrade: Target is version 19.0.0-303-g861525e2 (unknown) 2023-12-18T17:03:24.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:24 smithi031 ceph-mon[110581]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e, digests ['quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e'] 2023-12-18T17:03:24.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:24 smithi031 ceph-mon[110581]: Upgrade: Need to upgrade myself (mgr.smithi007.pgbvqi) 2023-12-18T17:03:25.171 INFO:teuthology.orchestra.run.smithi007.stdout: 5 11388 8.56 MB/sec warmup 46 sec latency 129.653 ms 2023-12-18T17:03:25.475 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:25 smithi007 ceph-mon[107711]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e on smithi031 2023-12-18T17:03:25.475 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:25 smithi007 ceph-mon[107711]: pgmap v200: 97 pgs: 97 active+clean; 148 MiB data, 438 MiB used, 715 GiB / 715 GiB avail; 7.4 KiB/s rd, 2.9 MiB/s wr, 297 op/s 2023-12-18T17:03:25.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:25 smithi031 ceph-mon[110581]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e on smithi031 2023-12-18T17:03:25.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:25 smithi031 ceph-mon[110581]: pgmap v200: 97 pgs: 97 active+clean; 148 MiB data, 438 MiB used, 715 GiB / 715 GiB avail; 7.4 KiB/s rd, 2.9 MiB/s wr, 297 op/s 2023-12-18T17:03:26.171 INFO:teuthology.orchestra.run.smithi007.stdout: 5 11591 8.49 MB/sec warmup 47 sec latency 137.474 ms 2023-12-18T17:03:27.172 INFO:teuthology.orchestra.run.smithi007.stdout: 5 11805 8.44 MB/sec warmup 48 sec latency 131.032 ms 2023-12-18T17:03:27.499 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:27 smithi007 ceph-mon[107711]: pgmap v201: 97 pgs: 97 active+clean; 156 MiB data, 450 MiB used, 715 GiB / 715 GiB avail; 4.5 KiB/s rd, 4.0 MiB/s wr, 406 op/s 2023-12-18T17:03:27.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:27 smithi031 ceph-mon[110581]: pgmap v201: 97 pgs: 97 active+clean; 156 MiB data, 450 MiB used, 715 GiB / 715 GiB avail; 4.5 KiB/s rd, 4.0 MiB/s wr, 406 op/s 2023-12-18T17:03:28.171 INFO:teuthology.orchestra.run.smithi007.stdout: 5 12054 8.40 MB/sec warmup 49 sec latency 120.696 ms 2023-12-18T17:03:28.944 INFO:teuthology.orchestra.run.smithi007.stdout:true 2023-12-18T17:03:29.178 INFO:teuthology.orchestra.run.smithi007.stdout: 5 12351 8.26 MB/sec warmup 50 sec latency 112.080 ms 2023-12-18T17:03:29.551 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:29 smithi007 ceph-mon[107711]: pgmap v202: 97 pgs: 97 active+clean; 155 MiB data, 442 MiB used, 715 GiB / 715 GiB avail; 4.7 KiB/s rd, 4.4 MiB/s wr, 422 op/s 2023-12-18T17:03:29.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:29 smithi031 ceph-mon[110581]: pgmap v202: 97 pgs: 97 active+clean; 155 MiB data, 442 MiB used, 715 GiB / 715 GiB avail; 4.7 KiB/s rd, 4.4 MiB/s wr, 422 op/s 2023-12-18T17:03:29.849 INFO:teuthology.orchestra.run.smithi007.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T17:03:29.849 INFO:teuthology.orchestra.run.smithi007.stdout:alertmanager.smithi007 smithi007 *:9093,9094 running (4m) 53s ago 5m 24.4M - ba2b418f427c a2649156d668 2023-12-18T17:03:29.849 INFO:teuthology.orchestra.run.smithi007.stdout:crash.smithi007 smithi007 running (5m) 53s ago 5m 7013k - 17.2.0 e1d6a67b021e b98c7350ba9d 2023-12-18T17:03:29.849 INFO:teuthology.orchestra.run.smithi007.stdout:crash.smithi031 smithi031 running (4m) 54s ago 4m 7168k - 17.2.0 e1d6a67b021e 6e652ab6d5c7 2023-12-18T17:03:29.849 INFO:teuthology.orchestra.run.smithi007.stdout:grafana.smithi007 smithi007 *:3000 running (4m) 53s ago 5m 51.7M - 8.3.5 dad864ee21e9 ff386b9f80d9 2023-12-18T17:03:29.849 INFO:teuthology.orchestra.run.smithi007.stdout:mds.foofs.smithi007.fgcett smithi007 running (73s) 53s ago 72s 16.4M - 17.2.0 e1d6a67b021e 9e99ad85d62a 2023-12-18T17:03:29.849 INFO:teuthology.orchestra.run.smithi007.stdout:mds.foofs.smithi031.rahkbl smithi031 running (71s) 54s ago 70s 13.4M - 17.2.0 e1d6a67b021e 0a2207cbed37 2023-12-18T17:03:29.849 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.smithi007.pgbvqi smithi007 *:9283 running (6m) 53s ago 6m 477M - 17.2.0 e1d6a67b021e 276b5b4d812e 2023-12-18T17:03:29.850 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.smithi031.uwevhd smithi031 *:8443,9283 running (4m) 54s ago 4m 421M - 17.2.0 e1d6a67b021e dd5c116a69a1 2023-12-18T17:03:29.850 INFO:teuthology.orchestra.run.smithi007.stdout:mon.smithi007 smithi007 running (6m) 53s ago 6m 77.4M 2048M 17.2.0 e1d6a67b021e c0c6f22c01b9 2023-12-18T17:03:29.850 INFO:teuthology.orchestra.run.smithi007.stdout:mon.smithi031 smithi031 running (4m) 54s ago 4m 62.0M 2048M 17.2.0 e1d6a67b021e 6bf2903ef904 2023-12-18T17:03:29.850 INFO:teuthology.orchestra.run.smithi007.stdout:nfs.foo.0.0.smithi007.kodqey smithi007 *:2049 running (61s) 53s ago 60s 56.2M - 4.0 e1d6a67b021e 39e90cd2b539 2023-12-18T17:03:29.850 INFO:teuthology.orchestra.run.smithi007.stdout:nfs.foo.1.0.smithi031.xihvpr smithi031 *:2049 running (56s) 54s ago 56s 53.8M - 4.0 e1d6a67b021e bb63cdf69b92 2023-12-18T17:03:29.850 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.smithi007 smithi007 *:9100 running (5m) 53s ago 5m 26.1M - 1dbe0e931976 52d889293df3 2023-12-18T17:03:29.850 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.smithi031 smithi031 *:9100 running (4m) 54s ago 4m 25.0M - 1dbe0e931976 539802128ff6 2023-12-18T17:03:29.850 INFO:teuthology.orchestra.run.smithi007.stdout:osd.0 smithi007 running (4m) 53s ago 4m 55.0M 3225M 17.2.0 e1d6a67b021e d29234845ce3 2023-12-18T17:03:29.850 INFO:teuthology.orchestra.run.smithi007.stdout:osd.1 smithi007 running (3m) 53s ago 3m 59.6M 3225M 17.2.0 e1d6a67b021e 288ddbc0ff5a 2023-12-18T17:03:29.850 INFO:teuthology.orchestra.run.smithi007.stdout:osd.2 smithi007 running (3m) 53s ago 3m 50.0M 3225M 17.2.0 e1d6a67b021e e138c3dd258e 2023-12-18T17:03:29.850 INFO:teuthology.orchestra.run.smithi007.stdout:osd.3 smithi007 running (3m) 53s ago 3m 50.4M 3225M 17.2.0 e1d6a67b021e 832893cb9939 2023-12-18T17:03:29.850 INFO:teuthology.orchestra.run.smithi007.stdout:osd.4 smithi031 running (2m) 54s ago 2m 50.0M 3993M 17.2.0 e1d6a67b021e 14f9f81d9443 2023-12-18T17:03:29.850 INFO:teuthology.orchestra.run.smithi007.stdout:osd.5 smithi031 running (2m) 54s ago 2m 48.3M 3993M 17.2.0 e1d6a67b021e fe2613cb7bf7 2023-12-18T17:03:29.850 INFO:teuthology.orchestra.run.smithi007.stdout:osd.6 smithi031 running (2m) 54s ago 2m 49.1M 3993M 17.2.0 e1d6a67b021e 772a5776beb7 2023-12-18T17:03:29.850 INFO:teuthology.orchestra.run.smithi007.stdout:osd.7 smithi031 running (2m) 54s ago 2m 52.2M 3993M 17.2.0 e1d6a67b021e 8b09d3849837 2023-12-18T17:03:29.851 INFO:teuthology.orchestra.run.smithi007.stdout:prometheus.smithi007 smithi007 *:9095 running (4m) 53s ago 4m 64.4M - 514e6a882f6e 4e58fbd23487 2023-12-18T17:03:30.179 INFO:teuthology.orchestra.run.smithi007.stdout: 5 12638 8.17 MB/sec warmup 51 sec latency 143.424 ms 2023-12-18T17:03:30.366 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2023-12-18T17:03:30.366 INFO:teuthology.orchestra.run.smithi007.stdout: "mon": { 2023-12-18T17:03:30.367 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T17:03:30.367 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2023-12-18T17:03:30.367 INFO:teuthology.orchestra.run.smithi007.stdout: "mgr": { 2023-12-18T17:03:30.367 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T17:03:30.367 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2023-12-18T17:03:30.367 INFO:teuthology.orchestra.run.smithi007.stdout: "osd": { 2023-12-18T17:03:30.367 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-18T17:03:30.367 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2023-12-18T17:03:30.367 INFO:teuthology.orchestra.run.smithi007.stdout: "mds": { 2023-12-18T17:03:30.367 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T17:03:30.368 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2023-12-18T17:03:30.368 INFO:teuthology.orchestra.run.smithi007.stdout: "overall": { 2023-12-18T17:03:30.368 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-12-18T17:03:30.368 INFO:teuthology.orchestra.run.smithi007.stdout: } 2023-12-18T17:03:30.368 INFO:teuthology.orchestra.run.smithi007.stdout:} 2023-12-18T17:03:30.578 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:30 smithi007 ceph-mon[107711]: from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:03:30.579 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:30 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2023-12-18T17:03:30.579 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:30 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2023-12-18T17:03:30.579 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:30 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2023-12-18T17:03:30.579 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:30 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2023-12-18T17:03:30.579 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:30 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi007.pgbvqi/trash_purge_schedule"}]: dispatch 2023-12-18T17:03:30.579 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:30 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi007.pgbvqi/mirror_snapshot_schedule"}]: dispatch 2023-12-18T17:03:30.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:30 smithi031 ceph-mon[110581]: from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:03:30.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:30 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2023-12-18T17:03:30.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:30 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2023-12-18T17:03:30.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:30 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2023-12-18T17:03:30.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:30 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2023-12-18T17:03:30.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:30 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi007.pgbvqi/trash_purge_schedule"}]: dispatch 2023-12-18T17:03:30.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:30 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi007.pgbvqi/mirror_snapshot_schedule"}]: dispatch 2023-12-18T17:03:30.843 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2023-12-18T17:03:30.843 INFO:teuthology.orchestra.run.smithi007.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e", 2023-12-18T17:03:30.843 INFO:teuthology.orchestra.run.smithi007.stdout: "in_progress": true, 2023-12-18T17:03:30.843 INFO:teuthology.orchestra.run.smithi007.stdout: "services_complete": [], 2023-12-18T17:03:30.843 INFO:teuthology.orchestra.run.smithi007.stdout: "progress": "0/23 daemons upgraded", 2023-12-18T17:03:30.843 INFO:teuthology.orchestra.run.smithi007.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e image on host smithi031" 2023-12-18T17:03:30.843 INFO:teuthology.orchestra.run.smithi007.stdout:} 2023-12-18T17:03:31.178 INFO:teuthology.orchestra.run.smithi007.stdout: 5 12835 8.12 MB/sec warmup 52 sec latency 159.756 ms 2023-12-18T17:03:31.384 INFO:teuthology.orchestra.run.smithi007.stdout:HEALTH_OK 2023-12-18T17:03:31.598 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:31 smithi007 ceph-mon[107711]: from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:03:31.598 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:31 smithi007 ceph-mon[107711]: from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:03:31.598 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:31 smithi007 ceph-mon[107711]: pgmap v203: 97 pgs: 97 active+clean; 152 MiB data, 466 MiB used, 715 GiB / 715 GiB avail; 8.0 KiB/s rd, 3.7 MiB/s wr, 332 op/s 2023-12-18T17:03:31.598 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:31 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]': finished 2023-12-18T17:03:31.598 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:31 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]': finished 2023-12-18T17:03:31.598 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:31 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]': finished 2023-12-18T17:03:31.598 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:31 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]': finished 2023-12-18T17:03:31.599 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:31 smithi007 ceph-mon[107711]: osdmap e66: 8 total, 8 up, 8 in 2023-12-18T17:03:31.599 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:31 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/2032952533' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T17:03:31.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:31 smithi031 ceph-mon[110581]: from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:03:31.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:31 smithi031 ceph-mon[110581]: from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:03:31.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:31 smithi031 ceph-mon[110581]: pgmap v203: 97 pgs: 97 active+clean; 152 MiB data, 466 MiB used, 715 GiB / 715 GiB avail; 8.0 KiB/s rd, 3.7 MiB/s wr, 332 op/s 2023-12-18T17:03:31.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:31 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]': finished 2023-12-18T17:03:31.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:31 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]': finished 2023-12-18T17:03:31.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:31 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]': finished 2023-12-18T17:03:31.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:31 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]': finished 2023-12-18T17:03:31.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:31 smithi031 ceph-mon[110581]: osdmap e66: 8 total, 8 up, 8 in 2023-12-18T17:03:31.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:31 smithi031 ceph-mon[110581]: from='client.? 172.21.15.7:0/2032952533' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T17:03:32.179 INFO:teuthology.orchestra.run.smithi007.stdout: 5 13193 8.30 MB/sec warmup 53 sec latency 143.582 ms 2023-12-18T17:03:32.606 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:32 smithi007 ceph-mon[107711]: from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:03:32.606 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:32 smithi007 ceph-mon[107711]: osdmap e67: 8 total, 8 up, 8 in 2023-12-18T17:03:32.606 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:32 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/80756499' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T17:03:32.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:32 smithi031 ceph-mon[110581]: from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:03:32.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:32 smithi031 ceph-mon[110581]: osdmap e67: 8 total, 8 up, 8 in 2023-12-18T17:03:32.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:32 smithi031 ceph-mon[110581]: from='client.? 172.21.15.7:0/80756499' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T17:03:33.178 INFO:teuthology.orchestra.run.smithi007.stdout: 5 13615 8.38 MB/sec warmup 54 sec latency 117.894 ms 2023-12-18T17:03:33.633 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:33 smithi007 ceph-mon[107711]: pgmap v206: 97 pgs: 1 peering, 96 active+clean; 151 MiB data, 487 MiB used, 715 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.3 MiB/s wr, 461 op/s 2023-12-18T17:03:33.634 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:33 smithi007 ceph-mon[107711]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2023-12-18T17:03:33.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:33 smithi031 ceph-mon[110581]: pgmap v206: 97 pgs: 1 peering, 96 active+clean; 151 MiB data, 487 MiB used, 715 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.3 MiB/s wr, 461 op/s 2023-12-18T17:03:33.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:33 smithi031 ceph-mon[110581]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2023-12-18T17:03:34.189 INFO:teuthology.orchestra.run.smithi007.stdout: 5 14033 8.50 MB/sec warmup 55 sec latency 124.011 ms 2023-12-18T17:03:35.164 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:35 smithi007 ceph-mon[107711]: pgmap v207: 97 pgs: 1 peering, 96 active+clean; 152 MiB data, 500 MiB used, 715 GiB / 715 GiB avail; 8.4 KiB/s rd, 2.7 MiB/s wr, 303 op/s; 0 B/s, 0 objects/s recovering 2023-12-18T17:03:35.189 INFO:teuthology.orchestra.run.smithi007.stdout: 5 14251 8.46 MB/sec warmup 56 sec latency 150.947 ms 2023-12-18T17:03:35.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:35 smithi031 ceph-mon[110581]: pgmap v207: 97 pgs: 1 peering, 96 active+clean; 152 MiB data, 500 MiB used, 715 GiB / 715 GiB avail; 8.4 KiB/s rd, 2.7 MiB/s wr, 303 op/s; 0 B/s, 0 objects/s recovering 2023-12-18T17:03:36.175 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:36 smithi007 ceph-mon[107711]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2023-12-18T17:03:36.176 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:36 smithi007 ceph-mon[107711]: Cluster is now healthy 2023-12-18T17:03:36.189 INFO:teuthology.orchestra.run.smithi007.stdout: 5 14639 8.41 MB/sec warmup 57 sec latency 135.135 ms 2023-12-18T17:03:36.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:36 smithi031 ceph-mon[110581]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2023-12-18T17:03:36.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:36 smithi031 ceph-mon[110581]: Cluster is now healthy 2023-12-18T17:03:37.189 INFO:teuthology.orchestra.run.smithi007.stdout: 5 14967 8.40 MB/sec warmup 58 sec latency 133.644 ms 2023-12-18T17:03:37.216 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:37 smithi007 ceph-mon[107711]: pgmap v208: 97 pgs: 97 active+clean; 159 MiB data, 527 MiB used, 715 GiB / 715 GiB avail; 8.1 KiB/s rd, 3.4 MiB/s wr, 430 op/s; 0 B/s, 0 objects/s recovering 2023-12-18T17:03:37.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:37 smithi031 ceph-mon[110581]: pgmap v208: 97 pgs: 97 active+clean; 159 MiB data, 527 MiB used, 715 GiB / 715 GiB avail; 8.1 KiB/s rd, 3.4 MiB/s wr, 430 op/s; 0 B/s, 0 objects/s recovering 2023-12-18T17:03:38.190 INFO:teuthology.orchestra.run.smithi007.stdout: 5 15212 8.41 MB/sec warmup 59 sec latency 133.147 ms 2023-12-18T17:03:39.190 INFO:teuthology.orchestra.run.smithi007.stdout: 5 15481 8.43 MB/sec warmup 60 sec latency 136.334 ms 2023-12-18T17:03:39.261 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:39 smithi007 ceph-mon[107711]: pgmap v209: 97 pgs: 97 active+clean; 166 MiB data, 574 MiB used, 715 GiB / 715 GiB avail; 3.1 KiB/s rd, 5.0 MiB/s wr, 433 op/s; 0 B/s, 0 objects/s recovering 2023-12-18T17:03:39.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:39 smithi031 ceph-mon[110581]: pgmap v209: 97 pgs: 97 active+clean; 166 MiB data, 574 MiB used, 715 GiB / 715 GiB avail; 3.1 KiB/s rd, 5.0 MiB/s wr, 433 op/s; 0 B/s, 0 objects/s recovering 2023-12-18T17:03:40.190 INFO:teuthology.orchestra.run.smithi007.stdout: 5 15757 8.33 MB/sec warmup 61 sec latency 123.897 ms 2023-12-18T17:03:41.191 INFO:teuthology.orchestra.run.smithi007.stdout: 5 16127 8.24 MB/sec warmup 62 sec latency 85.904 ms 2023-12-18T17:03:41.315 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:41 smithi007 ceph-mon[107711]: pgmap v210: 97 pgs: 97 active+clean; 169 MiB data, 582 MiB used, 715 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.9 MiB/s wr, 468 op/s; 0 B/s, 0 objects/s recovering 2023-12-18T17:03:41.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:41 smithi031 ceph-mon[110581]: pgmap v210: 97 pgs: 97 active+clean; 169 MiB data, 582 MiB used, 715 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.9 MiB/s wr, 468 op/s; 0 B/s, 0 objects/s recovering 2023-12-18T17:03:42.191 INFO:teuthology.orchestra.run.smithi007.stdout: 5 16365 8.21 MB/sec warmup 63 sec latency 129.243 ms 2023-12-18T17:03:43.191 INFO:teuthology.orchestra.run.smithi007.stdout: 5 16758 8.36 MB/sec warmup 64 sec latency 128.307 ms 2023-12-18T17:03:43.268 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:43 smithi007 ceph-mon[107711]: pgmap v211: 97 pgs: 97 active+clean; 166 MiB data, 596 MiB used, 715 GiB / 715 GiB avail; 6.6 KiB/s rd, 5.2 MiB/s wr, 543 op/s; 0 B/s, 0 objects/s recovering 2023-12-18T17:03:43.268 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:43 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:03:43.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:43 smithi031 ceph-mon[110581]: pgmap v211: 97 pgs: 97 active+clean; 166 MiB data, 596 MiB used, 715 GiB / 715 GiB avail; 6.6 KiB/s rd, 5.2 MiB/s wr, 543 op/s; 0 B/s, 0 objects/s recovering 2023-12-18T17:03:43.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:43 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:03:44.190 INFO:teuthology.orchestra.run.smithi007.stdout: 5 17176 8.43 MB/sec warmup 65 sec latency 202.097 ms 2023-12-18T17:03:45.190 INFO:teuthology.orchestra.run.smithi007.stdout: 5 17509 8.51 MB/sec warmup 66 sec latency 134.141 ms 2023-12-18T17:03:45.313 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:45 smithi007 ceph-mon[107711]: pgmap v212: 97 pgs: 97 active+clean; 165 MiB data, 592 MiB used, 715 GiB / 715 GiB avail; 8.1 KiB/s rd, 4.2 MiB/s wr, 405 op/s; 0 B/s, 0 objects/s recovering 2023-12-18T17:03:45.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:45 smithi031 ceph-mon[110581]: pgmap v212: 97 pgs: 97 active+clean; 165 MiB data, 592 MiB used, 715 GiB / 715 GiB avail; 8.1 KiB/s rd, 4.2 MiB/s wr, 405 op/s; 0 B/s, 0 objects/s recovering 2023-12-18T17:03:46.199 INFO:teuthology.orchestra.run.smithi007.stdout: 5 17730 8.48 MB/sec warmup 67 sec latency 127.061 ms 2023-12-18T17:03:47.207 INFO:teuthology.orchestra.run.smithi007.stdout: 5 17976 8.44 MB/sec warmup 68 sec latency 129.843 ms 2023-12-18T17:03:47.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:47 smithi031 ceph-mon[110581]: pgmap v213: 97 pgs: 97 active+clean; 171 MiB data, 600 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.0 MiB/s wr, 513 op/s 2023-12-18T17:03:47.349 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:47 smithi007 ceph-mon[107711]: pgmap v213: 97 pgs: 97 active+clean; 171 MiB data, 600 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.0 MiB/s wr, 513 op/s 2023-12-18T17:03:48.208 INFO:teuthology.orchestra.run.smithi007.stdout: 5 18182 8.35 MB/sec warmup 69 sec latency 123.430 ms 2023-12-18T17:03:49.210 INFO:teuthology.orchestra.run.smithi007.stdout: 5 18514 8.32 MB/sec warmup 70 sec latency 128.158 ms 2023-12-18T17:03:49.391 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:49 smithi007 ceph-mon[107711]: pgmap v214: 97 pgs: 97 active+clean; 175 MiB data, 641 MiB used, 715 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.2 MiB/s wr, 429 op/s 2023-12-18T17:03:49.564 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:49 smithi031 ceph-mon[110581]: pgmap v214: 97 pgs: 97 active+clean; 175 MiB data, 641 MiB used, 715 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.2 MiB/s wr, 429 op/s 2023-12-18T17:03:50.210 INFO:teuthology.orchestra.run.smithi007.stdout: 5 18940 8.43 MB/sec warmup 71 sec latency 174.237 ms 2023-12-18T17:03:51.166 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:51 smithi007 ceph-mon[107711]: pgmap v215: 97 pgs: 97 active+clean; 182 MiB data, 672 MiB used, 715 GiB / 715 GiB avail; 8.5 KiB/s rd, 4.6 MiB/s wr, 516 op/s 2023-12-18T17:03:51.166 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:51 smithi007 ceph-mon[107711]: Upgrade: Updating mgr.smithi031.uwevhd 2023-12-18T17:03:51.166 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:51 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:03:51.167 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:51 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi031.uwevhd", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-18T17:03:51.167 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:51 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-18T17:03:51.167 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:51 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:03:51.167 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:51 smithi007 ceph-mon[107711]: Deploying daemon mgr.smithi031.uwevhd on smithi031 2023-12-18T17:03:51.210 INFO:teuthology.orchestra.run.smithi007.stdout: 5 19326 8.38 MB/sec warmup 72 sec latency 186.270 ms 2023-12-18T17:03:51.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:51 smithi031 ceph-mon[110581]: pgmap v215: 97 pgs: 97 active+clean; 182 MiB data, 672 MiB used, 715 GiB / 715 GiB avail; 8.5 KiB/s rd, 4.6 MiB/s wr, 516 op/s 2023-12-18T17:03:51.567 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:51 smithi031 ceph-mon[110581]: Upgrade: Updating mgr.smithi031.uwevhd 2023-12-18T17:03:51.567 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:51 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:03:51.567 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:51 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi031.uwevhd", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-18T17:03:51.567 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:51 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-18T17:03:51.567 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:51 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:03:51.567 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:51 smithi031 ceph-mon[110581]: Deploying daemon mgr.smithi031.uwevhd on smithi031 2023-12-18T17:03:52.210 INFO:teuthology.orchestra.run.smithi007.stdout: 5 19767 8.34 MB/sec warmup 73 sec latency 121.032 ms 2023-12-18T17:03:53.201 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:53 smithi007 ceph-mon[107711]: pgmap v216: 97 pgs: 97 active+clean; 177 MiB data, 657 MiB used, 715 GiB / 715 GiB avail; 4.7 KiB/s rd, 4.8 MiB/s wr, 466 op/s 2023-12-18T17:03:53.210 INFO:teuthology.orchestra.run.smithi007.stdout: 5 20091 8.40 MB/sec warmup 74 sec latency 120.205 ms 2023-12-18T17:03:53.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:53 smithi031 ceph-mon[110581]: pgmap v216: 97 pgs: 97 active+clean; 177 MiB data, 657 MiB used, 715 GiB / 715 GiB avail; 4.7 KiB/s rd, 4.8 MiB/s wr, 466 op/s 2023-12-18T17:03:54.210 INFO:teuthology.orchestra.run.smithi007.stdout: 5 20439 8.45 MB/sec warmup 75 sec latency 127.083 ms 2023-12-18T17:03:55.210 INFO:teuthology.orchestra.run.smithi007.stdout: 5 20769 8.53 MB/sec warmup 76 sec latency 114.317 ms 2023-12-18T17:03:55.226 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:55 smithi031 ceph-mon[110581]: pgmap v217: 97 pgs: 97 active+clean; 179 MiB data, 677 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 4.2 MiB/s wr, 397 op/s 2023-12-18T17:03:55.232 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:55 smithi007 ceph-mon[107711]: pgmap v217: 97 pgs: 97 active+clean; 179 MiB data, 677 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 4.2 MiB/s wr, 397 op/s 2023-12-18T17:03:56.211 INFO:teuthology.orchestra.run.smithi007.stdout: 5 21092 8.50 MB/sec warmup 77 sec latency 123.660 ms 2023-12-18T17:03:57.213 INFO:teuthology.orchestra.run.smithi007.stdout: 5 21300 8.50 MB/sec warmup 78 sec latency 143.044 ms 2023-12-18T17:03:57.274 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:57 smithi007 ceph-mon[107711]: pgmap v218: 97 pgs: 97 active+clean; 181 MiB data, 689 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.9 MiB/s wr, 472 op/s 2023-12-18T17:03:57.493 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:57 smithi031 ceph-mon[110581]: pgmap v218: 97 pgs: 97 active+clean; 181 MiB data, 689 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.9 MiB/s wr, 472 op/s 2023-12-18T17:03:58.213 INFO:teuthology.orchestra.run.smithi007.stdout: 5 21578 8.49 MB/sec warmup 79 sec latency 123.725 ms 2023-12-18T17:03:58.814 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:58 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:03:58.815 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:58 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T17:03:58.815 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:58 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:03:58.815 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:58 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T17:03:58.815 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:03:58 smithi007 ceph-mon[107711]: pgmap v219: 97 pgs: 97 active+clean; 186 MiB data, 726 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.1 MiB/s wr, 416 op/s 2023-12-18T17:03:58.891 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:58 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:03:58.891 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:58 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T17:03:58.891 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:58 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:03:58.891 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:58 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T17:03:58.891 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:03:58 smithi031 ceph-mon[110581]: pgmap v219: 97 pgs: 97 active+clean; 186 MiB data, 726 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.1 MiB/s wr, 416 op/s 2023-12-18T17:03:59.213 INFO:teuthology.orchestra.run.smithi007.stdout: 5 21821 8.46 MB/sec warmup 80 sec latency 147.084 ms 2023-12-18T17:04:00.213 INFO:teuthology.orchestra.run.smithi007.stdout: 5 22037 8.41 MB/sec warmup 81 sec latency 138.721 ms 2023-12-18T17:04:01.217 INFO:teuthology.orchestra.run.smithi007.stdout: 5 22253 8.36 MB/sec warmup 82 sec latency 123.399 ms 2023-12-18T17:04:01.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:01 smithi031 ceph-mon[110581]: pgmap v220: 97 pgs: 97 active+clean; 189 MiB data, 738 MiB used, 714 GiB / 715 GiB avail; 8.4 KiB/s rd, 4.4 MiB/s wr, 441 op/s 2023-12-18T17:04:01.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:01 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:04:01.351 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:01 smithi007 ceph-mon[107711]: pgmap v220: 97 pgs: 97 active+clean; 189 MiB data, 738 MiB used, 714 GiB / 715 GiB avail; 8.4 KiB/s rd, 4.4 MiB/s wr, 441 op/s 2023-12-18T17:04:01.351 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:01 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:04:01.892 INFO:teuthology.orchestra.run.smithi007.stdout:true 2023-12-18T17:04:02.217 INFO:teuthology.orchestra.run.smithi007.stdout: 5 22587 8.33 MB/sec warmup 83 sec latency 115.043 ms 2023-12-18T17:04:02.768 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:02 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:04:02.768 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:02 smithi031 ceph-mon[110581]: from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:04:02.768 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:02 smithi031 ceph-mon[110581]: pgmap v221: 97 pgs: 97 active+clean; 195 MiB data, 767 MiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.9 MiB/s wr, 448 op/s 2023-12-18T17:04:02.768 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:02 smithi031 ceph-mon[110581]: from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:04:02.813 INFO:teuthology.orchestra.run.smithi007.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T17:04:02.814 INFO:teuthology.orchestra.run.smithi007.stdout:alertmanager.smithi007 smithi007 *:9093,9094 running (4m) 86s ago 5m 24.4M - ba2b418f427c a2649156d668 2023-12-18T17:04:02.814 INFO:teuthology.orchestra.run.smithi007.stdout:crash.smithi007 smithi007 running (5m) 86s ago 5m 7013k - 17.2.0 e1d6a67b021e b98c7350ba9d 2023-12-18T17:04:02.814 INFO:teuthology.orchestra.run.smithi007.stdout:crash.smithi031 smithi031 running (5m) 1s ago 5m 7176k - 17.2.0 e1d6a67b021e 6e652ab6d5c7 2023-12-18T17:04:02.814 INFO:teuthology.orchestra.run.smithi007.stdout:grafana.smithi007 smithi007 *:3000 running (4m) 86s ago 5m 51.7M - 8.3.5 dad864ee21e9 ff386b9f80d9 2023-12-18T17:04:02.814 INFO:teuthology.orchestra.run.smithi007.stdout:mds.foofs.smithi007.fgcett smithi007 running (106s) 86s ago 105s 16.4M - 17.2.0 e1d6a67b021e 9e99ad85d62a 2023-12-18T17:04:02.814 INFO:teuthology.orchestra.run.smithi007.stdout:mds.foofs.smithi031.rahkbl smithi031 running (104s) 1s ago 103s 13.8M - 17.2.0 e1d6a67b021e 0a2207cbed37 2023-12-18T17:04:02.814 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.smithi007.pgbvqi smithi007 *:9283 running (7m) 86s ago 7m 477M - 17.2.0 e1d6a67b021e 276b5b4d812e 2023-12-18T17:04:02.815 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.smithi031.uwevhd smithi031 *:8443,9283 running (6s) 1s ago 5m 60.3M - 19.0.0-303-g861525e2 4fb1f853d261 020ffbf0a895 2023-12-18T17:04:02.815 INFO:teuthology.orchestra.run.smithi007.stdout:mon.smithi007 smithi007 running (7m) 86s ago 7m 77.4M 2048M 17.2.0 e1d6a67b021e c0c6f22c01b9 2023-12-18T17:04:02.815 INFO:teuthology.orchestra.run.smithi007.stdout:mon.smithi031 smithi031 running (5m) 1s ago 5m 53.9M 2048M 17.2.0 e1d6a67b021e 6bf2903ef904 2023-12-18T17:04:02.815 INFO:teuthology.orchestra.run.smithi007.stdout:nfs.foo.0.0.smithi007.kodqey smithi007 *:2049 running (94s) 86s ago 93s 56.2M - 4.0 e1d6a67b021e 39e90cd2b539 2023-12-18T17:04:02.816 INFO:teuthology.orchestra.run.smithi007.stdout:nfs.foo.1.0.smithi031.xihvpr smithi031 *:2049 running (89s) 1s ago 89s 74.0M - 4.0 e1d6a67b021e bb63cdf69b92 2023-12-18T17:04:02.816 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.smithi007 smithi007 *:9100 running (5m) 86s ago 5m 26.1M - 1dbe0e931976 52d889293df3 2023-12-18T17:04:02.816 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.smithi031 smithi031 *:9100 running (5m) 1s ago 5m 27.7M - 1dbe0e931976 539802128ff6 2023-12-18T17:04:02.816 INFO:teuthology.orchestra.run.smithi007.stdout:osd.0 smithi007 running (4m) 86s ago 4m 55.0M 3225M 17.2.0 e1d6a67b021e d29234845ce3 2023-12-18T17:04:02.816 INFO:teuthology.orchestra.run.smithi007.stdout:osd.1 smithi007 running (4m) 86s ago 4m 59.6M 3225M 17.2.0 e1d6a67b021e 288ddbc0ff5a 2023-12-18T17:04:02.816 INFO:teuthology.orchestra.run.smithi007.stdout:osd.2 smithi007 running (4m) 86s ago 4m 50.0M 3225M 17.2.0 e1d6a67b021e e138c3dd258e 2023-12-18T17:04:02.816 INFO:teuthology.orchestra.run.smithi007.stdout:osd.3 smithi007 running (3m) 86s ago 3m 50.4M 3225M 17.2.0 e1d6a67b021e 832893cb9939 2023-12-18T17:04:02.816 INFO:teuthology.orchestra.run.smithi007.stdout:osd.4 smithi031 running (3m) 1s ago 3m 338M 3993M 17.2.0 e1d6a67b021e 14f9f81d9443 2023-12-18T17:04:02.816 INFO:teuthology.orchestra.run.smithi007.stdout:osd.5 smithi031 running (3m) 1s ago 3m 386M 3993M 17.2.0 e1d6a67b021e fe2613cb7bf7 2023-12-18T17:04:02.816 INFO:teuthology.orchestra.run.smithi007.stdout:osd.6 smithi031 running (2m) 1s ago 2m 319M 3993M 17.2.0 e1d6a67b021e 772a5776beb7 2023-12-18T17:04:02.816 INFO:teuthology.orchestra.run.smithi007.stdout:osd.7 smithi031 running (2m) 1s ago 2m 587M 3993M 17.2.0 e1d6a67b021e 8b09d3849837 2023-12-18T17:04:02.817 INFO:teuthology.orchestra.run.smithi007.stdout:prometheus.smithi007 smithi007 *:9095 running (5m) 86s ago 5m 64.4M - 514e6a882f6e 4e58fbd23487 2023-12-18T17:04:02.871 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:02 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:04:02.871 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:02 smithi007 ceph-mon[107711]: from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:04:02.871 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:02 smithi007 ceph-mon[107711]: pgmap v221: 97 pgs: 97 active+clean; 195 MiB data, 767 MiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.9 MiB/s wr, 448 op/s 2023-12-18T17:04:02.871 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:02 smithi007 ceph-mon[107711]: from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:04:03.217 INFO:teuthology.orchestra.run.smithi007.stdout: 5 22847 8.26 MB/sec warmup 84 sec latency 114.618 ms 2023-12-18T17:04:03.325 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2023-12-18T17:04:03.325 INFO:teuthology.orchestra.run.smithi007.stdout: "mon": { 2023-12-18T17:04:03.326 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T17:04:03.326 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2023-12-18T17:04:03.326 INFO:teuthology.orchestra.run.smithi007.stdout: "mgr": { 2023-12-18T17:04:03.326 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T17:04:03.326 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2023-12-18T17:04:03.326 INFO:teuthology.orchestra.run.smithi007.stdout: "osd": { 2023-12-18T17:04:03.326 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-18T17:04:03.326 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2023-12-18T17:04:03.326 INFO:teuthology.orchestra.run.smithi007.stdout: "mds": { 2023-12-18T17:04:03.326 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T17:04:03.326 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2023-12-18T17:04:03.326 INFO:teuthology.orchestra.run.smithi007.stdout: "overall": { 2023-12-18T17:04:03.326 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-12-18T17:04:03.326 INFO:teuthology.orchestra.run.smithi007.stdout: } 2023-12-18T17:04:03.326 INFO:teuthology.orchestra.run.smithi007.stdout:} 2023-12-18T17:04:03.739 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2023-12-18T17:04:03.739 INFO:teuthology.orchestra.run.smithi007.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e", 2023-12-18T17:04:03.739 INFO:teuthology.orchestra.run.smithi007.stdout: "in_progress": true, 2023-12-18T17:04:03.739 INFO:teuthology.orchestra.run.smithi007.stdout: "services_complete": [], 2023-12-18T17:04:03.739 INFO:teuthology.orchestra.run.smithi007.stdout: "progress": "1/23 daemons upgraded", 2023-12-18T17:04:03.739 INFO:teuthology.orchestra.run.smithi007.stdout: "message": "Currently upgrading mgr daemons" 2023-12-18T17:04:03.739 INFO:teuthology.orchestra.run.smithi007.stdout:} 2023-12-18T17:04:03.887 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:03 smithi007 ceph-mon[107711]: from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:04:03.887 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:03 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/912805281' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T17:04:04.032 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:03 smithi031 ceph-mon[110581]: from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:04:04.033 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:03 smithi031 ceph-mon[110581]: from='client.? 172.21.15.7:0/912805281' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T17:04:04.217 INFO:teuthology.orchestra.run.smithi007.stdout: 5 23129 8.28 MB/sec warmup 85 sec latency 140.910 ms 2023-12-18T17:04:04.271 INFO:teuthology.orchestra.run.smithi007.stdout:HEALTH_OK 2023-12-18T17:04:05.221 INFO:teuthology.orchestra.run.smithi007.stdout: 5 23483 8.30 MB/sec warmup 86 sec latency 145.080 ms 2023-12-18T17:04:05.411 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:05 smithi007 ceph-mon[107711]: from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:04:05.411 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:05 smithi007 ceph-mon[107711]: pgmap v222: 97 pgs: 97 active+clean; 194 MiB data, 775 MiB used, 714 GiB / 715 GiB avail; 9.4 KiB/s rd, 4.4 MiB/s wr, 423 op/s 2023-12-18T17:04:05.411 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:05 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:04:05.411 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:05 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:04:05.411 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:05 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:04:05.411 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:05 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/26178133' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T17:04:05.412 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:05 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T17:04:05.412 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:05 smithi007 ceph-mon[107711]: Upgrade: Need to upgrade myself (mgr.smithi007.pgbvqi) 2023-12-18T17:04:05.412 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:05 smithi007 ceph-mon[107711]: Failing over to other MGR 2023-12-18T17:04:05.412 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:05 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mgr fail", "who": "smithi007.pgbvqi"}]: dispatch 2023-12-18T17:04:05.412 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:05 smithi007 ceph-mon[107711]: osdmap e68: 8 total, 8 up, 8 in 2023-12-18T17:04:05.412 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:05 smithi007 ceph-mon[107711]: Standby manager daemon smithi007.pgbvqi started 2023-12-18T17:04:05.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:05 smithi031 ceph-mon[110581]: from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:04:05.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:05 smithi031 ceph-mon[110581]: pgmap v222: 97 pgs: 97 active+clean; 194 MiB data, 775 MiB used, 714 GiB / 715 GiB avail; 9.4 KiB/s rd, 4.4 MiB/s wr, 423 op/s 2023-12-18T17:04:05.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:05 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:04:05.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:05 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:04:05.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:05 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' 2023-12-18T17:04:05.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:05 smithi031 ceph-mon[110581]: from='client.? 172.21.15.7:0/26178133' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T17:04:05.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:05 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T17:04:05.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:05 smithi031 ceph-mon[110581]: Upgrade: Need to upgrade myself (mgr.smithi007.pgbvqi) 2023-12-18T17:04:05.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:05 smithi031 ceph-mon[110581]: Failing over to other MGR 2023-12-18T17:04:05.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:05 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "mgr fail", "who": "smithi007.pgbvqi"}]: dispatch 2023-12-18T17:04:05.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:05 smithi031 ceph-mon[110581]: osdmap e68: 8 total, 8 up, 8 in 2023-12-18T17:04:05.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:05 smithi031 ceph-mon[110581]: Standby manager daemon smithi007.pgbvqi started 2023-12-18T17:04:06.230 INFO:teuthology.orchestra.run.smithi007.stdout: 5 23846 8.31 MB/sec warmup 87 sec latency 171.313 ms 2023-12-18T17:04:06.345 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:06 smithi031 ceph-mon[110581]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd='[{"prefix": "mgr fail", "who": "smithi007.pgbvqi"}]': finished 2023-12-18T17:04:06.346 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:06 smithi031 ceph-mon[110581]: mgrmap e22: smithi031.uwevhd(active, starting, since 1.02534s), standbys: smithi007.pgbvqi 2023-12-18T17:04:06.346 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:06 smithi031 ceph-mon[110581]: Active manager daemon smithi031.uwevhd restarted 2023-12-18T17:04:06.346 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:06 smithi031 ceph-mon[110581]: Activating manager daemon smithi031.uwevhd 2023-12-18T17:04:06.346 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:06 smithi031 ceph-mon[110581]: osdmap e69: 8 total, 8 up, 8 in 2023-12-18T17:04:06.346 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:06 smithi031 ceph-mon[110581]: from='mgr.? 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi031.uwevhd/crt"}]: dispatch 2023-12-18T17:04:06.346 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:06 smithi031 ceph-mon[110581]: from='mgr.? 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-18T17:04:06.346 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:06 smithi031 ceph-mon[110581]: from='mgr.? 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi031.uwevhd/key"}]: dispatch 2023-12-18T17:04:06.346 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:06 smithi031 ceph-mon[110581]: from='mgr.? 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-18T17:04:06.471 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:06 smithi007 ceph-mon[107711]: from='mgr.14204 172.21.15.7:0/554677011' entity='mgr.smithi007.pgbvqi' cmd='[{"prefix": "mgr fail", "who": "smithi007.pgbvqi"}]': finished 2023-12-18T17:04:06.471 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:06 smithi007 ceph-mon[107711]: mgrmap e22: smithi031.uwevhd(active, starting, since 1.02534s), standbys: smithi007.pgbvqi 2023-12-18T17:04:06.471 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:06 smithi007 ceph-mon[107711]: Active manager daemon smithi031.uwevhd restarted 2023-12-18T17:04:06.471 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:06 smithi007 ceph-mon[107711]: Activating manager daemon smithi031.uwevhd 2023-12-18T17:04:06.471 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:06 smithi007 ceph-mon[107711]: osdmap e69: 8 total, 8 up, 8 in 2023-12-18T17:04:06.471 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:06 smithi007 ceph-mon[107711]: from='mgr.? 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi031.uwevhd/crt"}]: dispatch 2023-12-18T17:04:06.471 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:06 smithi007 ceph-mon[107711]: from='mgr.? 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-18T17:04:06.471 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:06 smithi007 ceph-mon[107711]: from='mgr.? 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi031.uwevhd/key"}]: dispatch 2023-12-18T17:04:06.471 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:06 smithi007 ceph-mon[107711]: from='mgr.? 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-18T17:04:07.233 INFO:teuthology.orchestra.run.smithi007.stdout: 5 24073 8.28 MB/sec warmup 88 sec latency 130.864 ms 2023-12-18T17:04:07.509 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:07 smithi007 ceph-mon[107711]: mgrmap e23: smithi031.uwevhd(active, starting, since 0.0756348s), standbys: smithi007.pgbvqi 2023-12-18T17:04:07.509 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:07 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "mon metadata", "id": "smithi007"}]: dispatch 2023-12-18T17:04:07.509 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:07 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2023-12-18T17:04:07.509 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:07 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi007.fgcett"}]: dispatch 2023-12-18T17:04:07.509 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:07 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi031.rahkbl"}]: dispatch 2023-12-18T17:04:07.509 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:07 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "mgr metadata", "who": "smithi031.uwevhd", "id": "smithi031.uwevhd"}]: dispatch 2023-12-18T17:04:07.509 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:07 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "mgr metadata", "who": "smithi007.pgbvqi", "id": "smithi007.pgbvqi"}]: dispatch 2023-12-18T17:04:07.510 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:07 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T17:04:07.510 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:07 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T17:04:07.510 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:07 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T17:04:07.510 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:07 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T17:04:07.510 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:07 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T17:04:07.510 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:07 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T17:04:07.510 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:07 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T17:04:07.510 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:07 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T17:04:07.510 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:07 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-18T17:04:07.510 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:07 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-18T17:04:07.510 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:07 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-18T17:04:07.510 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:07 smithi007 ceph-mon[107711]: Manager daemon smithi031.uwevhd is now available 2023-12-18T17:04:07.510 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:07 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:07.511 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:07 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T17:04:07.511 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:07 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T17:04:07.511 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:07 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:04:07.511 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:07 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi031.uwevhd/mirror_snapshot_schedule"}]: dispatch 2023-12-18T17:04:07.511 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:07 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi031.uwevhd/mirror_snapshot_schedule"}]: dispatch 2023-12-18T17:04:07.511 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:07 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi031.uwevhd/trash_purge_schedule"}]: dispatch 2023-12-18T17:04:07.511 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:07 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi031.uwevhd/trash_purge_schedule"}]: dispatch 2023-12-18T17:04:07.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:07 smithi031 ceph-mon[110581]: mgrmap e23: smithi031.uwevhd(active, starting, since 0.0756348s), standbys: smithi007.pgbvqi 2023-12-18T17:04:07.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:07 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "mon metadata", "id": "smithi007"}]: dispatch 2023-12-18T17:04:07.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:07 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2023-12-18T17:04:07.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:07 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi007.fgcett"}]: dispatch 2023-12-18T17:04:07.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:07 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi031.rahkbl"}]: dispatch 2023-12-18T17:04:07.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:07 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "mgr metadata", "who": "smithi031.uwevhd", "id": "smithi031.uwevhd"}]: dispatch 2023-12-18T17:04:07.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:07 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "mgr metadata", "who": "smithi007.pgbvqi", "id": "smithi007.pgbvqi"}]: dispatch 2023-12-18T17:04:07.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:07 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T17:04:07.817 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:07 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T17:04:07.817 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:07 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T17:04:07.817 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:07 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T17:04:07.817 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:07 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T17:04:07.817 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:07 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T17:04:07.817 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:07 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T17:04:07.817 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:07 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T17:04:07.817 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:07 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-18T17:04:07.817 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:07 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-18T17:04:07.817 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:07 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-18T17:04:07.818 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:07 smithi031 ceph-mon[110581]: Manager daemon smithi031.uwevhd is now available 2023-12-18T17:04:07.818 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:07 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:07.818 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:07 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T17:04:07.818 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:07 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T17:04:07.818 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:07 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:04:07.818 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:07 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi031.uwevhd/mirror_snapshot_schedule"}]: dispatch 2023-12-18T17:04:07.818 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:07 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi031.uwevhd/mirror_snapshot_schedule"}]: dispatch 2023-12-18T17:04:07.818 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:07 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi031.uwevhd/trash_purge_schedule"}]: dispatch 2023-12-18T17:04:07.818 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:07 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi031.uwevhd/trash_purge_schedule"}]: dispatch 2023-12-18T17:04:08.234 INFO:teuthology.orchestra.run.smithi007.stdout: 5 24298 8.28 MB/sec warmup 89 sec latency 137.337 ms 2023-12-18T17:04:08.536 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:08 smithi007 ceph-mon[107711]: Deploying cephadm binary to smithi031 2023-12-18T17:04:08.536 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:08 smithi007 ceph-mon[107711]: Deploying cephadm binary to smithi007 2023-12-18T17:04:08.536 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:08 smithi007 ceph-mon[107711]: mgrmap e24: smithi031.uwevhd(active, since 1.14912s), standbys: smithi007.pgbvqi 2023-12-18T17:04:08.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:08 smithi031 ceph-mon[110581]: Deploying cephadm binary to smithi031 2023-12-18T17:04:08.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:08 smithi031 ceph-mon[110581]: Deploying cephadm binary to smithi007 2023-12-18T17:04:08.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:08 smithi031 ceph-mon[110581]: mgrmap e24: smithi031.uwevhd(active, since 1.14912s), standbys: smithi007.pgbvqi 2023-12-18T17:04:09.234 INFO:teuthology.orchestra.run.smithi007.stdout: 5 24593 8.31 MB/sec warmup 90 sec latency 107.549 ms 2023-12-18T17:04:09.559 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:09 smithi007 ceph-mon[107711]: pgmap v3: 97 pgs: 97 active+clean; 195 MiB data, 800 MiB used, 714 GiB / 715 GiB avail 2023-12-18T17:04:09.560 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:09 smithi007 ceph-mon[107711]: pgmap v4: 97 pgs: 97 active+clean; 195 MiB data, 800 MiB used, 714 GiB / 715 GiB avail 2023-12-18T17:04:09.560 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:09 smithi007 ceph-mon[107711]: mgrmap e25: smithi031.uwevhd(active, since 2s), standbys: smithi007.pgbvqi 2023-12-18T17:04:09.560 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:09 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:09.560 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:09 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:09.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:09 smithi031 ceph-mon[110581]: pgmap v3: 97 pgs: 97 active+clean; 195 MiB data, 800 MiB used, 714 GiB / 715 GiB avail 2023-12-18T17:04:09.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:09 smithi031 ceph-mon[110581]: pgmap v4: 97 pgs: 97 active+clean; 195 MiB data, 800 MiB used, 714 GiB / 715 GiB avail 2023-12-18T17:04:09.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:09 smithi031 ceph-mon[110581]: mgrmap e25: smithi031.uwevhd(active, since 2s), standbys: smithi007.pgbvqi 2023-12-18T17:04:09.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:09 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:09.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:09 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:10.234 INFO:teuthology.orchestra.run.smithi007.stdout: 5 24931 8.33 MB/sec warmup 91 sec latency 117.453 ms 2023-12-18T17:04:11.234 INFO:teuthology.orchestra.run.smithi007.stdout: 5 25219 8.37 MB/sec warmup 92 sec latency 163.290 ms 2023-12-18T17:04:11.353 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:11 smithi007 ceph-mon[107711]: [18/Dec/2023:17:04:09] ENGINE Bus STARTING 2023-12-18T17:04:11.353 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:11 smithi007 ceph-mon[107711]: [18/Dec/2023:17:04:10] ENGINE Serving on https://172.21.15.31:7150 2023-12-18T17:04:11.353 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:11 smithi007 ceph-mon[107711]: [18/Dec/2023:17:04:10] ENGINE Serving on http://172.21.15.31:8765 2023-12-18T17:04:11.353 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:11 smithi007 ceph-mon[107711]: [18/Dec/2023:17:04:10] ENGINE Bus STARTED 2023-12-18T17:04:11.353 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:11 smithi007 ceph-mon[107711]: pgmap v5: 97 pgs: 97 active+clean; 195 MiB data, 800 MiB used, 714 GiB / 715 GiB avail 2023-12-18T17:04:11.353 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:11 smithi007 ceph-mon[107711]: mgrmap e26: smithi031.uwevhd(active, since 4s), standbys: smithi007.pgbvqi 2023-12-18T17:04:11.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:11 smithi031 ceph-mon[110581]: [18/Dec/2023:17:04:09] ENGINE Bus STARTING 2023-12-18T17:04:11.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:11 smithi031 ceph-mon[110581]: [18/Dec/2023:17:04:10] ENGINE Serving on https://172.21.15.31:7150 2023-12-18T17:04:11.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:11 smithi031 ceph-mon[110581]: [18/Dec/2023:17:04:10] ENGINE Serving on http://172.21.15.31:8765 2023-12-18T17:04:11.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:11 smithi031 ceph-mon[110581]: [18/Dec/2023:17:04:10] ENGINE Bus STARTED 2023-12-18T17:04:11.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:11 smithi031 ceph-mon[110581]: pgmap v5: 97 pgs: 97 active+clean; 195 MiB data, 800 MiB used, 714 GiB / 715 GiB avail 2023-12-18T17:04:11.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:11 smithi031 ceph-mon[110581]: mgrmap e26: smithi031.uwevhd(active, since 4s), standbys: smithi007.pgbvqi 2023-12-18T17:04:12.234 INFO:teuthology.orchestra.run.smithi007.stdout: 5 25491 8.37 MB/sec warmup 93 sec latency 124.105 ms 2023-12-18T17:04:12.627 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:12 smithi007 ceph-mon[107711]: pgmap v6: 97 pgs: 97 active+clean; 195 MiB data, 800 MiB used, 714 GiB / 715 GiB avail 2023-12-18T17:04:12.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:12 smithi031 ceph-mon[110581]: pgmap v6: 97 pgs: 97 active+clean; 195 MiB data, 800 MiB used, 714 GiB / 715 GiB avail 2023-12-18T17:04:13.247 INFO:teuthology.orchestra.run.smithi007.stdout: 5 25805 8.30 MB/sec warmup 94 sec latency 128.944 ms 2023-12-18T17:04:13.644 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:13 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:13.644 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:13 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:14.065 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:13 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:14.065 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:13 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:14.247 INFO:teuthology.orchestra.run.smithi007.stdout: 5 26049 8.24 MB/sec warmup 95 sec latency 131.829 ms 2023-12-18T17:04:14.670 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:14 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:14.670 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:14 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:14.670 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:14 smithi007 ceph-mon[107711]: pgmap v7: 97 pgs: 97 active+clean; 206 MiB data, 844 MiB used, 714 GiB / 715 GiB avail; 34 KiB/s rd, 3.7 MiB/s wr, 312 op/s 2023-12-18T17:04:14.670 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:14 smithi007 ceph-mon[107711]: from='mgr.? 172.21.15.7:0/539747247' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi007.pgbvqi/crt"}]: dispatch 2023-12-18T17:04:14.670 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:14 smithi007 ceph-mon[107711]: from='mgr.? 172.21.15.7:0/539747247' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-18T17:04:14.670 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:14 smithi007 ceph-mon[107711]: from='mgr.? 172.21.15.7:0/539747247' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi007.pgbvqi/key"}]: dispatch 2023-12-18T17:04:14.670 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:14 smithi007 ceph-mon[107711]: from='mgr.? 172.21.15.7:0/539747247' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-18T17:04:14.670 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:14 smithi007 ceph-mon[107711]: Standby manager daemon smithi007.pgbvqi restarted 2023-12-18T17:04:14.670 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:14 smithi007 ceph-mon[107711]: Standby manager daemon smithi007.pgbvqi started 2023-12-18T17:04:14.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:14 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:14.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:14 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:14.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:14 smithi031 ceph-mon[110581]: pgmap v7: 97 pgs: 97 active+clean; 206 MiB data, 844 MiB used, 714 GiB / 715 GiB avail; 34 KiB/s rd, 3.7 MiB/s wr, 312 op/s 2023-12-18T17:04:14.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:14 smithi031 ceph-mon[110581]: from='mgr.? 172.21.15.7:0/539747247' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi007.pgbvqi/crt"}]: dispatch 2023-12-18T17:04:14.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:14 smithi031 ceph-mon[110581]: from='mgr.? 172.21.15.7:0/539747247' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-18T17:04:14.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:14 smithi031 ceph-mon[110581]: from='mgr.? 172.21.15.7:0/539747247' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi007.pgbvqi/key"}]: dispatch 2023-12-18T17:04:14.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:14 smithi031 ceph-mon[110581]: from='mgr.? 172.21.15.7:0/539747247' entity='mgr.smithi007.pgbvqi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-18T17:04:14.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:14 smithi031 ceph-mon[110581]: Standby manager daemon smithi007.pgbvqi restarted 2023-12-18T17:04:14.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:14 smithi031 ceph-mon[110581]: Standby manager daemon smithi007.pgbvqi started 2023-12-18T17:04:15.247 INFO:teuthology.orchestra.run.smithi007.stdout: 5 26372 8.24 MB/sec warmup 96 sec latency 103.474 ms 2023-12-18T17:04:16.188 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:16 smithi007 ceph-mon[107711]: mgrmap e27: smithi031.uwevhd(active, since 8s), standbys: smithi007.pgbvqi 2023-12-18T17:04:16.257 INFO:teuthology.orchestra.run.smithi007.stdout: 5 26803 8.27 MB/sec warmup 97 sec latency 123.471 ms 2023-12-18T17:04:16.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:16 smithi031 ceph-mon[110581]: mgrmap e27: smithi031.uwevhd(active, since 8s), standbys: smithi007.pgbvqi 2023-12-18T17:04:17.210 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:17 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:17.210 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:17 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:17.210 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:17 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:04:17.210 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:17 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:04:17.210 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:17 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:04:17.210 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:17 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:04:17.211 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:17 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:04:17.211 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:17 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:04:17.211 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:17 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:04:17.211 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:17 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:04:17.211 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:17 smithi031 ceph-mon[110581]: Adjusting osd_memory_target on smithi031 to 2713M 2023-12-18T17:04:17.211 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:17 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:17.257 INFO:teuthology.orchestra.run.smithi007.stdout: 5 27241 8.28 MB/sec warmup 98 sec latency 129.899 ms 2023-12-18T17:04:17.453 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:17 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:17.453 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:17 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:17.453 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:17 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:04:17.454 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:17 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:04:17.454 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:17 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:04:17.454 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:17 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:04:17.454 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:17 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:04:17.454 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:17 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:04:17.454 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:17 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:04:17.454 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:17 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:04:17.454 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:17 smithi007 ceph-mon[107711]: Adjusting osd_memory_target on smithi031 to 2713M 2023-12-18T17:04:17.454 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:17 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:17.454 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:17 smithi007 ceph-mon[107711]: pgmap v8: 97 pgs: 97 active+clean; 206 MiB data, 844 MiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 2.9 MiB/s wr, 242 op/s 2023-12-18T17:04:18.257 INFO:teuthology.orchestra.run.smithi007.stdout: 5 27601 8.31 MB/sec warmup 99 sec latency 105.754 ms 2023-12-18T17:04:18.983 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:18 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:18.983 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:18 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:18.983 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:18 smithi007 ceph-mon[107711]: pgmap v9: 97 pgs: 97 active+clean; 204 MiB data, 887 MiB used, 714 GiB / 715 GiB avail; 25 KiB/s rd, 4.3 MiB/s wr, 431 op/s 2023-12-18T17:04:19.065 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:17 smithi031 ceph-mon[110581]: pgmap v8: 97 pgs: 97 active+clean; 206 MiB data, 844 MiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 2.9 MiB/s wr, 242 op/s 2023-12-18T17:04:19.065 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:18 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:19.065 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:18 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:19.065 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:18 smithi031 ceph-mon[110581]: pgmap v9: 97 pgs: 97 active+clean; 204 MiB data, 887 MiB used, 714 GiB / 715 GiB avail; 25 KiB/s rd, 4.3 MiB/s wr, 431 op/s 2023-12-18T17:04:19.259 INFO:teuthology.orchestra.run.smithi007.stdout: 5 27809 8.31 MB/sec warmup 100 sec latency 127.126 ms 2023-12-18T17:04:20.025 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:19 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:20.025 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:19 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:20.025 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:19 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:04:20.025 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:19 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:04:20.025 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:19 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:04:20.025 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:19 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:04:20.025 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:19 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:04:20.025 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:19 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:04:20.025 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:19 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:04:20.026 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:19 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:04:20.026 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:19 smithi007 ceph-mon[107711]: Adjusting osd_memory_target on smithi007 to 1945M 2023-12-18T17:04:20.026 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:19 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:20.026 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:19 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:04:20.026 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:19 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T17:04:20.026 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:19 smithi007 ceph-mon[107711]: Updating smithi007:/etc/ceph/ceph.conf 2023-12-18T17:04:20.026 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:19 smithi007 ceph-mon[107711]: Updating smithi031:/etc/ceph/ceph.conf 2023-12-18T17:04:20.026 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:19 smithi007 ceph-mon[107711]: Updating smithi031:/var/lib/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-18T17:04:20.259 INFO:teuthology.orchestra.run.smithi007.stdout: 5 28062 8.34 MB/sec warmup 101 sec latency 130.932 ms 2023-12-18T17:04:20.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:19 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:20.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:19 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:20.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:19 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:04:20.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:19 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:04:20.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:19 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:04:20.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:19 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:04:20.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:19 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:04:20.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:19 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:04:20.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:19 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:04:20.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:19 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-18T17:04:20.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:19 smithi031 ceph-mon[110581]: Adjusting osd_memory_target on smithi007 to 1945M 2023-12-18T17:04:20.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:19 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:20.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:19 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:04:20.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:19 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T17:04:20.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:19 smithi031 ceph-mon[110581]: Updating smithi007:/etc/ceph/ceph.conf 2023-12-18T17:04:20.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:19 smithi031 ceph-mon[110581]: Updating smithi031:/etc/ceph/ceph.conf 2023-12-18T17:04:20.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:19 smithi031 ceph-mon[110581]: Updating smithi031:/var/lib/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-18T17:04:21.056 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:20 smithi007 ceph-mon[107711]: Updating smithi007:/var/lib/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-18T17:04:21.056 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:20 smithi007 ceph-mon[107711]: Updating smithi031:/etc/ceph/ceph.client.admin.keyring 2023-12-18T17:04:21.056 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:20 smithi007 ceph-mon[107711]: Updating smithi007:/etc/ceph/ceph.client.admin.keyring 2023-12-18T17:04:21.056 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:20 smithi007 ceph-mon[107711]: Updating smithi031:/var/lib/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-18T17:04:21.056 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:20 smithi007 ceph-mon[107711]: Updating smithi007:/var/lib/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-18T17:04:21.056 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:20 smithi007 ceph-mon[107711]: pgmap v10: 97 pgs: 97 active+clean; 204 MiB data, 887 MiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 3.9 MiB/s wr, 392 op/s 2023-12-18T17:04:21.056 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:20 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:21.056 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:20 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:21.057 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:20 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:21.057 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:20 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:21.057 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:20 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:21.057 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:20 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:21.262 INFO:teuthology.orchestra.run.smithi007.stdout: 5 28358 8.34 MB/sec warmup 102 sec latency 133.526 ms 2023-12-18T17:04:21.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:20 smithi031 ceph-mon[110581]: Updating smithi007:/var/lib/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-18T17:04:21.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:20 smithi031 ceph-mon[110581]: Updating smithi031:/etc/ceph/ceph.client.admin.keyring 2023-12-18T17:04:21.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:20 smithi031 ceph-mon[110581]: Updating smithi007:/etc/ceph/ceph.client.admin.keyring 2023-12-18T17:04:21.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:20 smithi031 ceph-mon[110581]: Updating smithi031:/var/lib/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-18T17:04:21.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:20 smithi031 ceph-mon[110581]: Updating smithi007:/var/lib/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-18T17:04:21.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:20 smithi031 ceph-mon[110581]: pgmap v10: 97 pgs: 97 active+clean; 204 MiB data, 887 MiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 3.9 MiB/s wr, 392 op/s 2023-12-18T17:04:21.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:20 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:21.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:20 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:21.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:20 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:21.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:20 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:21.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:20 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:21.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:20 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:22.104 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:21 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:22.104 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:21 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:22.104 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:21 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:22.104 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:21 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:22.104 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:21 smithi007 ceph-mon[107711]: Reconfiguring alertmanager.smithi007 (dependencies changed)... 2023-12-18T17:04:22.104 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:21 smithi007 ceph-mon[107711]: Reconfiguring daemon alertmanager.smithi007 on smithi007 2023-12-18T17:04:22.104 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:21 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:04:22.270 INFO:teuthology.orchestra.run.smithi007.stdout: 5 28627 8.37 MB/sec warmup 103 sec latency 121.143 ms 2023-12-18T17:04:22.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:21 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:22.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:21 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:22.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:21 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:22.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:21 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:22.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:21 smithi031 ceph-mon[110581]: Reconfiguring alertmanager.smithi007 (dependencies changed)... 2023-12-18T17:04:22.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:21 smithi031 ceph-mon[110581]: Reconfiguring daemon alertmanager.smithi007 on smithi007 2023-12-18T17:04:22.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:21 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:04:23.116 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:22 smithi007 ceph-mon[107711]: pgmap v11: 97 pgs: 97 active+clean; 204 MiB data, 887 MiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 3.9 MiB/s wr, 392 op/s 2023-12-18T17:04:23.270 INFO:teuthology.orchestra.run.smithi007.stdout: 5 28835 8.34 MB/sec warmup 104 sec latency 146.146 ms 2023-12-18T17:04:23.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:22 smithi031 ceph-mon[110581]: pgmap v11: 97 pgs: 97 active+clean; 204 MiB data, 887 MiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 3.9 MiB/s wr, 392 op/s 2023-12-18T17:04:24.270 INFO:teuthology.orchestra.run.smithi007.stdout: 5 29061 8.29 MB/sec warmup 105 sec latency 126.751 ms 2023-12-18T17:04:25.146 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:25 smithi007 ceph-mon[107711]: pgmap v12: 97 pgs: 97 active+clean; 218 MiB data, 948 MiB used, 714 GiB / 715 GiB avail; 25 KiB/s rd, 5.9 MiB/s wr, 547 op/s 2023-12-18T17:04:25.271 INFO:teuthology.orchestra.run.smithi007.stdout: 5 29337 8.27 MB/sec warmup 106 sec latency 126.767 ms 2023-12-18T17:04:25.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:25 smithi031 ceph-mon[110581]: pgmap v12: 97 pgs: 97 active+clean; 218 MiB data, 948 MiB used, 714 GiB / 715 GiB avail; 25 KiB/s rd, 5.9 MiB/s wr, 547 op/s 2023-12-18T17:04:26.271 INFO:teuthology.orchestra.run.smithi007.stdout: 5 29608 8.22 MB/sec warmup 107 sec latency 142.689 ms 2023-12-18T17:04:26.412 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:26 smithi007 ceph-mon[107711]: pgmap v13: 97 pgs: 97 active+clean; 218 MiB data, 948 MiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 367 op/s 2023-12-18T17:04:26.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:26 smithi031 ceph-mon[110581]: pgmap v13: 97 pgs: 97 active+clean; 218 MiB data, 948 MiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 367 op/s 2023-12-18T17:04:27.272 INFO:teuthology.orchestra.run.smithi007.stdout: 5 29878 8.22 MB/sec warmup 108 sec latency 132.484 ms 2023-12-18T17:04:28.272 INFO:teuthology.orchestra.run.smithi007.stdout: 5 30260 8.22 MB/sec warmup 109 sec latency 180.220 ms 2023-12-18T17:04:28.443 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:28 smithi007 ceph-mon[107711]: pgmap v14: 97 pgs: 97 active+clean; 215 MiB data, 983 MiB used, 714 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.3 MiB/s wr, 543 op/s 2023-12-18T17:04:28.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:28 smithi031 ceph-mon[110581]: pgmap v14: 97 pgs: 97 active+clean; 215 MiB data, 983 MiB used, 714 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.3 MiB/s wr, 543 op/s 2023-12-18T17:04:29.273 INFO:teuthology.orchestra.run.smithi007.stdout: 5 30565 8.18 MB/sec warmup 110 sec latency 126.837 ms 2023-12-18T17:04:30.273 INFO:teuthology.orchestra.run.smithi007.stdout: 5 30892 8.21 MB/sec warmup 111 sec latency 135.657 ms 2023-12-18T17:04:30.745 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:30 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:30.745 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:30 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:30.745 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:30 smithi007 ceph-mon[107711]: Reconfiguring grafana.smithi007 (dependencies changed)... 2023-12-18T17:04:30.745 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:30 smithi007 ceph-mon[107711]: Regenerating cephadm self-signed grafana TLS certificates 2023-12-18T17:04:30.745 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:30 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:30.745 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:30 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:30.745 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:30 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-18T17:04:30.745 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:30 smithi007 ceph-mon[107711]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-18T17:04:30.745 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:30 smithi007 ceph-mon[107711]: Reconfiguring daemon grafana.smithi007 on smithi007 2023-12-18T17:04:30.745 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:30 smithi007 ceph-mon[107711]: pgmap v15: 97 pgs: 97 active+clean; 215 MiB data, 983 MiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 331 op/s 2023-12-18T17:04:31.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:30 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:31.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:30 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:31.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:30 smithi031 ceph-mon[110581]: Reconfiguring grafana.smithi007 (dependencies changed)... 2023-12-18T17:04:31.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:30 smithi031 ceph-mon[110581]: Regenerating cephadm self-signed grafana TLS certificates 2023-12-18T17:04:31.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:30 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:31.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:30 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:31.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:30 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-18T17:04:31.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:30 smithi031 ceph-mon[110581]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-18T17:04:31.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:30 smithi031 ceph-mon[110581]: Reconfiguring daemon grafana.smithi007 on smithi007 2023-12-18T17:04:31.066 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:30 smithi031 ceph-mon[110581]: pgmap v15: 97 pgs: 97 active+clean; 215 MiB data, 983 MiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 331 op/s 2023-12-18T17:04:31.275 INFO:teuthology.orchestra.run.smithi007.stdout: 5 31254 8.24 MB/sec warmup 112 sec latency 122.774 ms 2023-12-18T17:04:32.275 INFO:teuthology.orchestra.run.smithi007.stdout: 5 31492 8.24 MB/sec warmup 113 sec latency 120.849 ms 2023-12-18T17:04:32.527 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:32 smithi007 ceph-mon[107711]: pgmap v16: 97 pgs: 97 active+clean; 215 MiB data, 983 MiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 331 op/s 2023-12-18T17:04:32.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:32 smithi031 ceph-mon[110581]: pgmap v16: 97 pgs: 97 active+clean; 215 MiB data, 983 MiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 331 op/s 2023-12-18T17:04:33.275 INFO:teuthology.orchestra.run.smithi007.stdout: 5 31796 8.30 MB/sec warmup 114 sec latency 135.207 ms 2023-12-18T17:04:34.275 INFO:teuthology.orchestra.run.smithi007.stdout: 5 32018 8.29 MB/sec warmup 115 sec latency 118.303 ms 2023-12-18T17:04:34.871 INFO:teuthology.orchestra.run.smithi007.stdout:true 2023-12-18T17:04:35.116 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:35 smithi007 ceph-mon[107711]: pgmap v17: 97 pgs: 97 active+clean; 225 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.4 MiB/s wr, 510 op/s 2023-12-18T17:04:35.275 INFO:teuthology.orchestra.run.smithi007.stdout: 5 32212 8.28 MB/sec warmup 116 sec latency 126.775 ms 2023-12-18T17:04:35.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:35 smithi031 ceph-mon[110581]: pgmap v17: 97 pgs: 97 active+clean; 225 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.4 MiB/s wr, 510 op/s 2023-12-18T17:04:35.991 INFO:teuthology.orchestra.run.smithi007.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T17:04:35.992 INFO:teuthology.orchestra.run.smithi007.stdout:alertmanager.smithi007 smithi007 *:9093,9094 starting - - - - 2023-12-18T17:04:35.992 INFO:teuthology.orchestra.run.smithi007.stdout:crash.smithi007 smithi007 running (6m) 18s ago 6m 7013k - 17.2.0 e1d6a67b021e b98c7350ba9d 2023-12-18T17:04:35.992 INFO:teuthology.orchestra.run.smithi007.stdout:crash.smithi031 smithi031 running (5m) 23s ago 5m 7168k - 17.2.0 e1d6a67b021e 6e652ab6d5c7 2023-12-18T17:04:35.992 INFO:teuthology.orchestra.run.smithi007.stdout:grafana.smithi007 smithi007 *:3000 running (5m) 18s ago 6m 57.8M - 8.3.5 dad864ee21e9 ff386b9f80d9 2023-12-18T17:04:35.992 INFO:teuthology.orchestra.run.smithi007.stdout:mds.foofs.smithi007.fgcett smithi007 running (2m) 18s ago 2m 34.1M - 17.2.0 e1d6a67b021e 9e99ad85d62a 2023-12-18T17:04:35.992 INFO:teuthology.orchestra.run.smithi007.stdout:mds.foofs.smithi031.rahkbl smithi031 running (2m) 23s ago 2m 14.0M - 17.2.0 e1d6a67b021e 0a2207cbed37 2023-12-18T17:04:35.992 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.smithi007.pgbvqi smithi007 *:9283 running (7m) 18s ago 7m 381M - 17.2.0 e1d6a67b021e 276b5b4d812e 2023-12-18T17:04:35.992 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.smithi031.uwevhd smithi031 *:8443,9283 running (39s) 23s ago 5m 497M - 19.0.0-303-g861525e2 4fb1f853d261 020ffbf0a895 2023-12-18T17:04:35.992 INFO:teuthology.orchestra.run.smithi007.stdout:mon.smithi007 smithi007 running (7m) 18s ago 7m 89.3M 2048M 17.2.0 e1d6a67b021e c0c6f22c01b9 2023-12-18T17:04:35.992 INFO:teuthology.orchestra.run.smithi007.stdout:mon.smithi031 smithi031 running (5m) 23s ago 5m 59.6M 2048M 17.2.0 e1d6a67b021e 6bf2903ef904 2023-12-18T17:04:35.993 INFO:teuthology.orchestra.run.smithi007.stdout:nfs.foo.0.0.smithi007.kodqey smithi007 *:2049 running (2m) 18s ago 2m 258M - 4.0 e1d6a67b021e 39e90cd2b539 2023-12-18T17:04:35.993 INFO:teuthology.orchestra.run.smithi007.stdout:nfs.foo.1.0.smithi031.xihvpr smithi031 *:2049 running (2m) 23s ago 2m 78.5M - 4.0 e1d6a67b021e bb63cdf69b92 2023-12-18T17:04:35.993 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.smithi007 smithi007 *:9100 running (6m) 18s ago 6m 29.6M - 1.3.1 1dbe0e931976 52d889293df3 2023-12-18T17:04:35.993 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.smithi031 smithi031 *:9100 running (5m) 23s ago 5m 25.3M - 1.3.1 1dbe0e931976 539802128ff6 2023-12-18T17:04:35.993 INFO:teuthology.orchestra.run.smithi007.stdout:osd.0 smithi007 running (5m) 18s ago 5m 494M 1945M 17.2.0 e1d6a67b021e d29234845ce3 2023-12-18T17:04:35.993 INFO:teuthology.orchestra.run.smithi007.stdout:osd.1 smithi007 running (4m) 18s ago 4m 346M 1945M 17.2.0 e1d6a67b021e 288ddbc0ff5a 2023-12-18T17:04:35.993 INFO:teuthology.orchestra.run.smithi007.stdout:osd.2 smithi007 running (4m) 18s ago 4m 181M 1945M 17.2.0 e1d6a67b021e e138c3dd258e 2023-12-18T17:04:35.993 INFO:teuthology.orchestra.run.smithi007.stdout:osd.3 smithi007 running (4m) 18s ago 4m 441M 1945M 17.2.0 e1d6a67b021e 832893cb9939 2023-12-18T17:04:35.993 INFO:teuthology.orchestra.run.smithi007.stdout:osd.4 smithi031 running (4m) 23s ago 4m 405M 2713M 17.2.0 e1d6a67b021e 14f9f81d9443 2023-12-18T17:04:35.993 INFO:teuthology.orchestra.run.smithi007.stdout:osd.5 smithi031 running (3m) 23s ago 3m 403M 2713M 17.2.0 e1d6a67b021e fe2613cb7bf7 2023-12-18T17:04:35.994 INFO:teuthology.orchestra.run.smithi007.stdout:osd.6 smithi031 running (3m) 23s ago 3m 349M 2713M 17.2.0 e1d6a67b021e 772a5776beb7 2023-12-18T17:04:35.994 INFO:teuthology.orchestra.run.smithi007.stdout:osd.7 smithi031 running (3m) 23s ago 3m 692M 2713M 17.2.0 e1d6a67b021e 8b09d3849837 2023-12-18T17:04:35.994 INFO:teuthology.orchestra.run.smithi007.stdout:prometheus.smithi007 smithi007 *:9095 running (5m) 18s ago 5m 67.0M - 2.33.4 514e6a882f6e 4e58fbd23487 2023-12-18T17:04:36.136 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:36 smithi007 ceph-mon[107711]: from='client.24507 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:04:36.277 INFO:teuthology.orchestra.run.smithi007.stdout: 5 32424 8.23 MB/sec warmup 117 sec latency 113.138 ms 2023-12-18T17:04:36.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:36 smithi031 ceph-mon[110581]: from='client.24507 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:04:36.682 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2023-12-18T17:04:36.682 INFO:teuthology.orchestra.run.smithi007.stdout: "mon": { 2023-12-18T17:04:36.682 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T17:04:36.682 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2023-12-18T17:04:36.682 INFO:teuthology.orchestra.run.smithi007.stdout: "mgr": { 2023-12-18T17:04:36.682 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-18T17:04:36.682 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T17:04:36.682 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2023-12-18T17:04:36.682 INFO:teuthology.orchestra.run.smithi007.stdout: "osd": { 2023-12-18T17:04:36.682 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-18T17:04:36.682 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2023-12-18T17:04:36.683 INFO:teuthology.orchestra.run.smithi007.stdout: "mds": { 2023-12-18T17:04:36.683 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T17:04:36.683 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2023-12-18T17:04:36.683 INFO:teuthology.orchestra.run.smithi007.stdout: "overall": { 2023-12-18T17:04:36.683 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-18T17:04:36.683 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T17:04:36.683 INFO:teuthology.orchestra.run.smithi007.stdout: } 2023-12-18T17:04:36.683 INFO:teuthology.orchestra.run.smithi007.stdout:} 2023-12-18T17:04:37.184 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:37 smithi007 ceph-mon[107711]: from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:04:37.184 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:37 smithi007 ceph-mon[107711]: from='client.24515 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:04:37.184 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:37 smithi007 ceph-mon[107711]: pgmap v18: 97 pgs: 97 active+clean; 225 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.4 MiB/s wr, 355 op/s 2023-12-18T17:04:37.184 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:37 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:04:37.184 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:37 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/117122956' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T17:04:37.222 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2023-12-18T17:04:37.222 INFO:teuthology.orchestra.run.smithi007.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e", 2023-12-18T17:04:37.222 INFO:teuthology.orchestra.run.smithi007.stdout: "in_progress": true, 2023-12-18T17:04:37.222 INFO:teuthology.orchestra.run.smithi007.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-18T17:04:37.222 INFO:teuthology.orchestra.run.smithi007.stdout: "services_complete": [], 2023-12-18T17:04:37.223 INFO:teuthology.orchestra.run.smithi007.stdout: "progress": "1/23 daemons upgraded", 2023-12-18T17:04:37.223 INFO:teuthology.orchestra.run.smithi007.stdout: "message": "", 2023-12-18T17:04:37.223 INFO:teuthology.orchestra.run.smithi007.stdout: "is_paused": false 2023-12-18T17:04:37.223 INFO:teuthology.orchestra.run.smithi007.stdout:} 2023-12-18T17:04:37.289 INFO:teuthology.orchestra.run.smithi007.stdout: 5 32614 8.18 MB/sec warmup 118 sec latency 124.455 ms 2023-12-18T17:04:37.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:37 smithi031 ceph-mon[110581]: from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:04:37.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:37 smithi031 ceph-mon[110581]: from='client.24515 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:04:37.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:37 smithi031 ceph-mon[110581]: pgmap v18: 97 pgs: 97 active+clean; 225 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.4 MiB/s wr, 355 op/s 2023-12-18T17:04:37.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:37 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:04:37.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:37 smithi031 ceph-mon[110581]: from='client.? 172.21.15.7:0/117122956' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T17:04:37.935 INFO:teuthology.orchestra.run.smithi007.stdout:HEALTH_OK 2023-12-18T17:04:38.201 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:38 smithi007 ceph-mon[107711]: from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:04:38.201 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:38 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/1423061822' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T17:04:38.286 INFO:teuthology.orchestra.run.smithi007.stdout: 5 32804 8.14 MB/sec warmup 119 sec latency 129.455 ms 2023-12-18T17:04:38.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:38 smithi031 ceph-mon[110581]: from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:04:38.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:38 smithi031 ceph-mon[110581]: from='client.? 172.21.15.7:0/1423061822' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T17:04:39.226 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:39 smithi007 ceph-mon[107711]: pgmap v19: 97 pgs: 97 active+clean; 235 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.0 MiB/s wr, 489 op/s 2023-12-18T17:04:39.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:39 smithi031 ceph-mon[110581]: pgmap v19: 97 pgs: 97 active+clean; 235 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.0 MiB/s wr, 489 op/s 2023-12-18T17:04:40.296 INFO:teuthology.orchestra.run.smithi007.stdout: 5 33210 4.31 MB/sec execute 1 sec latency 126.210 ms 2023-12-18T17:04:40.496 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:40 smithi007 ceph-mon[107711]: pgmap v20: 97 pgs: 97 active+clean; 235 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 4.3 KiB/s rd, 3.5 MiB/s wr, 313 op/s 2023-12-18T17:04:40.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:40 smithi031 ceph-mon[110581]: pgmap v20: 97 pgs: 97 active+clean; 235 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 4.3 KiB/s rd, 3.5 MiB/s wr, 313 op/s 2023-12-18T17:04:41.295 INFO:teuthology.orchestra.run.smithi007.stdout: 5 33439 5.10 MB/sec execute 2 sec latency 140.790 ms 2023-12-18T17:04:42.296 INFO:teuthology.orchestra.run.smithi007.stdout: 5 33779 5.77 MB/sec execute 3 sec latency 124.109 ms 2023-12-18T17:04:42.559 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:42 smithi007 ceph-mon[107711]: pgmap v21: 97 pgs: 97 active+clean; 235 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 4.3 KiB/s rd, 3.5 MiB/s wr, 313 op/s 2023-12-18T17:04:42.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:42 smithi031 ceph-mon[110581]: pgmap v21: 97 pgs: 97 active+clean; 235 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 4.3 KiB/s rd, 3.5 MiB/s wr, 313 op/s 2023-12-18T17:04:43.296 INFO:teuthology.orchestra.run.smithi007.stdout: 5 34098 5.28 MB/sec execute 4 sec latency 127.544 ms 2023-12-18T17:04:44.301 INFO:teuthology.orchestra.run.smithi007.stdout: 5 34508 6.58 MB/sec execute 5 sec latency 123.853 ms 2023-12-18T17:04:45.274 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:45 smithi007 ceph-mon[107711]: pgmap v22: 97 pgs: 97 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.5 MiB/s wr, 462 op/s 2023-12-18T17:04:45.300 INFO:teuthology.orchestra.run.smithi007.stdout: 5 34889 7.68 MB/sec execute 6 sec latency 111.780 ms 2023-12-18T17:04:45.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:45 smithi031 ceph-mon[110581]: pgmap v22: 97 pgs: 97 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.5 MiB/s wr, 462 op/s 2023-12-18T17:04:46.301 INFO:teuthology.orchestra.run.smithi007.stdout: 5 35304 9.42 MB/sec execute 7 sec latency 131.795 ms 2023-12-18T17:04:46.542 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:46 smithi007 ceph-mon[107711]: pgmap v23: 97 pgs: 97 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 5.5 KiB/s rd, 2.6 MiB/s wr, 283 op/s 2023-12-18T17:04:46.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:46 smithi031 ceph-mon[110581]: pgmap v23: 97 pgs: 97 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 5.5 KiB/s rd, 2.6 MiB/s wr, 283 op/s 2023-12-18T17:04:47.301 INFO:teuthology.orchestra.run.smithi007.stdout: 5 35611 9.68 MB/sec execute 8 sec latency 113.753 ms 2023-12-18T17:04:48.070 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:47 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:48.070 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:47 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:48.070 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:47 smithi007 ceph-mon[107711]: Reconfiguring node-exporter.smithi007 (dependencies changed)... 2023-12-18T17:04:48.070 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:47 smithi007 ceph-mon[107711]: Reconfiguring daemon node-exporter.smithi007 on smithi007 2023-12-18T17:04:48.301 INFO:teuthology.orchestra.run.smithi007.stdout: 5 35842 9.29 MB/sec execute 9 sec latency 133.369 ms 2023-12-18T17:04:48.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:47 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:48.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:47 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:48.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:47 smithi031 ceph-mon[110581]: Reconfiguring node-exporter.smithi007 (dependencies changed)... 2023-12-18T17:04:48.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:47 smithi031 ceph-mon[110581]: Reconfiguring daemon node-exporter.smithi007 on smithi007 2023-12-18T17:04:49.090 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:48 smithi007 ceph-mon[107711]: pgmap v24: 97 pgs: 97 active+clean; 243 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.2 MiB/s wr, 489 op/s 2023-12-18T17:04:49.303 INFO:teuthology.orchestra.run.smithi007.stdout: 5 36093 8.65 MB/sec execute 10 sec latency 132.730 ms 2023-12-18T17:04:49.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:48 smithi031 ceph-mon[110581]: pgmap v24: 97 pgs: 97 active+clean; 243 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.2 MiB/s wr, 489 op/s 2023-12-18T17:04:50.309 INFO:teuthology.orchestra.run.smithi007.stdout: 5 36366 8.24 MB/sec execute 11 sec latency 123.741 ms 2023-12-18T17:04:50.646 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:50 smithi007 ceph-mon[107711]: pgmap v25: 97 pgs: 97 active+clean; 243 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.7 MiB/s wr, 355 op/s 2023-12-18T17:04:50.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:50 smithi031 ceph-mon[110581]: pgmap v25: 97 pgs: 97 active+clean; 243 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.7 MiB/s wr, 355 op/s 2023-12-18T17:04:51.309 INFO:teuthology.orchestra.run.smithi007.stdout: 5 36679 8.27 MB/sec execute 12 sec latency 108.928 ms 2023-12-18T17:04:52.309 INFO:teuthology.orchestra.run.smithi007.stdout: 5 37006 8.06 MB/sec execute 13 sec latency 129.750 ms 2023-12-18T17:04:52.415 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:52 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:52.415 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:52 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:52.415 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:52 smithi007 ceph-mon[107711]: Reconfiguring prometheus.smithi007 (dependencies changed)... 2023-12-18T17:04:52.415 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:52 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:04:52.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:52 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:52.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:52 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:04:52.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:52 smithi031 ceph-mon[110581]: Reconfiguring prometheus.smithi007 (dependencies changed)... 2023-12-18T17:04:52.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:52 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:04:53.309 INFO:teuthology.orchestra.run.smithi007.stdout: 5 37323 7.87 MB/sec execute 14 sec latency 126.835 ms 2023-12-18T17:04:53.444 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:53 smithi007 ceph-mon[107711]: Reconfiguring daemon prometheus.smithi007 on smithi007 2023-12-18T17:04:53.445 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:53 smithi007 ceph-mon[107711]: pgmap v26: 97 pgs: 97 active+clean; 243 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.7 MiB/s wr, 355 op/s 2023-12-18T17:04:53.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:53 smithi031 ceph-mon[110581]: Reconfiguring daemon prometheus.smithi007 on smithi007 2023-12-18T17:04:53.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:53 smithi031 ceph-mon[110581]: pgmap v26: 97 pgs: 97 active+clean; 243 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.7 MiB/s wr, 355 op/s 2023-12-18T17:04:54.309 INFO:teuthology.orchestra.run.smithi007.stdout: 5 37490 7.53 MB/sec execute 15 sec latency 167.877 ms 2023-12-18T17:04:55.240 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:55 smithi007 ceph-mon[107711]: pgmap v27: 97 pgs: 97 active+clean; 241 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.2 MiB/s wr, 540 op/s 2023-12-18T17:04:55.309 INFO:teuthology.orchestra.run.smithi007.stdout: 5 37752 7.47 MB/sec execute 16 sec latency 171.138 ms 2023-12-18T17:04:55.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:55 smithi031 ceph-mon[110581]: pgmap v27: 97 pgs: 97 active+clean; 241 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.2 MiB/s wr, 540 op/s 2023-12-18T17:04:56.310 INFO:teuthology.orchestra.run.smithi007.stdout: 5 38102 7.73 MB/sec execute 17 sec latency 127.170 ms 2023-12-18T17:04:56.507 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:56 smithi007 ceph-mon[107711]: pgmap v28: 97 pgs: 97 active+clean; 241 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.2 MiB/s wr, 391 op/s 2023-12-18T17:04:56.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:56 smithi031 ceph-mon[110581]: pgmap v28: 97 pgs: 97 active+clean; 241 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.2 MiB/s wr, 391 op/s 2023-12-18T17:04:57.310 INFO:teuthology.orchestra.run.smithi007.stdout: 5 38514 8.16 MB/sec execute 18 sec latency 126.695 ms 2023-12-18T17:04:58.310 INFO:teuthology.orchestra.run.smithi007.stdout: 5 38859 8.52 MB/sec execute 19 sec latency 137.179 ms 2023-12-18T17:04:58.550 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:04:58 smithi007 ceph-mon[107711]: pgmap v29: 97 pgs: 97 active+clean; 249 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 8.1 KiB/s rd, 6.1 MiB/s wr, 561 op/s 2023-12-18T17:04:58.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:04:58 smithi031 ceph-mon[110581]: pgmap v29: 97 pgs: 97 active+clean; 249 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 8.1 KiB/s rd, 6.1 MiB/s wr, 561 op/s 2023-12-18T17:04:59.310 INFO:teuthology.orchestra.run.smithi007.stdout: 5 39113 8.62 MB/sec execute 20 sec latency 137.746 ms 2023-12-18T17:05:00.310 INFO:teuthology.orchestra.run.smithi007.stdout: 5 39320 8.40 MB/sec execute 21 sec latency 144.021 ms 2023-12-18T17:05:00.603 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:00 smithi007 ceph-mon[107711]: pgmap v30: 97 pgs: 97 active+clean; 249 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.4 MiB/s wr, 354 op/s 2023-12-18T17:05:00.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:00 smithi031 ceph-mon[110581]: pgmap v30: 97 pgs: 97 active+clean; 249 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.4 MiB/s wr, 354 op/s 2023-12-18T17:05:01.310 INFO:teuthology.orchestra.run.smithi007.stdout: 5 39583 8.26 MB/sec execute 22 sec latency 120.905 ms 2023-12-18T17:05:02.314 INFO:teuthology.orchestra.run.smithi007.stdout: 5 39777 8.01 MB/sec execute 23 sec latency 126.988 ms 2023-12-18T17:05:02.627 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:02 smithi007 ceph-mon[107711]: pgmap v31: 97 pgs: 97 active+clean; 249 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.4 MiB/s wr, 354 op/s 2023-12-18T17:05:02.627 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:02 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:05:02.627 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:02 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:05:02.770 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:02 smithi031 ceph-mon[110581]: pgmap v31: 97 pgs: 97 active+clean; 249 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.4 MiB/s wr, 354 op/s 2023-12-18T17:05:02.771 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:02 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:05:02.771 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:02 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:05:03.313 INFO:teuthology.orchestra.run.smithi007.stdout: 5 39956 7.77 MB/sec execute 24 sec latency 136.612 ms 2023-12-18T17:05:03.659 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:03 smithi007 ceph-mon[107711]: Reconfiguring node-exporter.smithi031 (dependencies changed)... 2023-12-18T17:05:03.659 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:03 smithi007 ceph-mon[107711]: Reconfiguring daemon node-exporter.smithi031 on smithi031 2023-12-18T17:05:03.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:03 smithi031 ceph-mon[110581]: Reconfiguring node-exporter.smithi031 (dependencies changed)... 2023-12-18T17:05:03.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:03 smithi031 ceph-mon[110581]: Reconfiguring daemon node-exporter.smithi031 on smithi031 2023-12-18T17:05:04.314 INFO:teuthology.orchestra.run.smithi007.stdout: 5 40165 7.78 MB/sec execute 25 sec latency 129.936 ms 2023-12-18T17:05:05.203 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:05 smithi007 ceph-mon[107711]: pgmap v32: 97 pgs: 97 active+clean; 261 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.2 MiB/s wr, 507 op/s 2023-12-18T17:05:05.203 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:05 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:05:05.203 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:05 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:05:05.203 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:05 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-18T17:05:05.203 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:05 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi007.front.sepia.ceph.com:9093"}]: dispatch 2023-12-18T17:05:05.203 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:05 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:05:05.203 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:05 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-18T17:05:05.203 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:05 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi007.front.sepia.ceph.com:3000"}]: dispatch 2023-12-18T17:05:05.204 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:05 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:05:05.204 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:05 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-18T17:05:05.204 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:05 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi007.front.sepia.ceph.com:9095"}]: dispatch 2023-12-18T17:05:05.204 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:05 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:05:05.204 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:05 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T17:05:05.314 INFO:teuthology.orchestra.run.smithi007.stdout: 5 40420 7.56 MB/sec execute 26 sec latency 137.082 ms 2023-12-18T17:05:05.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:05 smithi031 ceph-mon[110581]: pgmap v32: 97 pgs: 97 active+clean; 261 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.2 MiB/s wr, 507 op/s 2023-12-18T17:05:05.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:05 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:05:05.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:05 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:05:05.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:05 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-18T17:05:05.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:05 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi007.front.sepia.ceph.com:9093"}]: dispatch 2023-12-18T17:05:05.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:05 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:05:05.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:05 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-18T17:05:05.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:05 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi007.front.sepia.ceph.com:3000"}]: dispatch 2023-12-18T17:05:05.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:05 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:05:05.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:05 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-18T17:05:05.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:05 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi007.front.sepia.ceph.com:9095"}]: dispatch 2023-12-18T17:05:05.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:05 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:05:05.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:05 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T17:05:06.236 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:06 smithi007 ceph-mon[107711]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-18T17:05:06.236 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:06 smithi007 ceph-mon[107711]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi007.front.sepia.ceph.com:9093"}]: dispatch 2023-12-18T17:05:06.236 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:06 smithi007 ceph-mon[107711]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-18T17:05:06.236 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:06 smithi007 ceph-mon[107711]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi007.front.sepia.ceph.com:3000"}]: dispatch 2023-12-18T17:05:06.237 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:06 smithi007 ceph-mon[107711]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-18T17:05:06.237 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:06 smithi007 ceph-mon[107711]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi007.front.sepia.ceph.com:9095"}]: dispatch 2023-12-18T17:05:06.237 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:06 smithi007 ceph-mon[107711]: Upgrade: Need to upgrade myself (mgr.smithi031.uwevhd) 2023-12-18T17:05:06.237 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:06 smithi007 ceph-mon[107711]: Upgrade: Need to upgrade myself (mgr.smithi031.uwevhd) 2023-12-18T17:05:06.314 INFO:teuthology.orchestra.run.smithi007.stdout: 5 40687 7.54 MB/sec execute 27 sec latency 116.846 ms 2023-12-18T17:05:06.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:06 smithi031 ceph-mon[110581]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-18T17:05:06.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:06 smithi031 ceph-mon[110581]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi007.front.sepia.ceph.com:9093"}]: dispatch 2023-12-18T17:05:06.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:06 smithi031 ceph-mon[110581]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-18T17:05:06.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:06 smithi031 ceph-mon[110581]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi007.front.sepia.ceph.com:3000"}]: dispatch 2023-12-18T17:05:06.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:06 smithi031 ceph-mon[110581]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-18T17:05:06.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:06 smithi031 ceph-mon[110581]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi007.front.sepia.ceph.com:9095"}]: dispatch 2023-12-18T17:05:06.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:06 smithi031 ceph-mon[110581]: Upgrade: Need to upgrade myself (mgr.smithi031.uwevhd) 2023-12-18T17:05:06.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:06 smithi031 ceph-mon[110581]: Upgrade: Need to upgrade myself (mgr.smithi031.uwevhd) 2023-12-18T17:05:07.243 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:07 smithi007 ceph-mon[107711]: pgmap v33: 97 pgs: 97 active+clean; 261 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.7 MiB/s wr, 323 op/s 2023-12-18T17:05:07.244 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:07 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:05:07.244 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:07 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:05:07.244 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:07 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi007.pgbvqi", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-18T17:05:07.244 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:07 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi007.pgbvqi", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-18T17:05:07.244 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:07 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-18T17:05:07.244 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:07 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:05:07.314 INFO:teuthology.orchestra.run.smithi007.stdout: 5 40955 7.40 MB/sec execute 28 sec latency 124.347 ms 2023-12-18T17:05:07.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:07 smithi031 ceph-mon[110581]: pgmap v33: 97 pgs: 97 active+clean; 261 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.7 MiB/s wr, 323 op/s 2023-12-18T17:05:07.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:07 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:05:07.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:07 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:05:07.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:07 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi007.pgbvqi", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-18T17:05:07.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:07 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi007.pgbvqi", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-18T17:05:07.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:07 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-18T17:05:07.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:07 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:05:08.261 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:08 smithi007 ceph-mon[107711]: Upgrade: Updating mgr.smithi007.pgbvqi 2023-12-18T17:05:08.261 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:08 smithi007 ceph-mon[107711]: Deploying daemon mgr.smithi007.pgbvqi on smithi007 2023-12-18T17:05:08.318 INFO:teuthology.orchestra.run.smithi007.stdout: 5 41284 7.48 MB/sec execute 29 sec latency 120.615 ms 2023-12-18T17:05:08.461 INFO:teuthology.orchestra.run.smithi007.stdout:true 2023-12-18T17:05:08.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:08 smithi031 ceph-mon[110581]: Upgrade: Updating mgr.smithi007.pgbvqi 2023-12-18T17:05:08.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:08 smithi031 ceph-mon[110581]: Deploying daemon mgr.smithi007.pgbvqi on smithi007 2023-12-18T17:05:09.300 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:09 smithi007 ceph-mon[107711]: pgmap v34: 97 pgs: 97 active+clean; 252 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.7 MiB/s wr, 476 op/s 2023-12-18T17:05:09.318 INFO:teuthology.orchestra.run.smithi007.stdout: 5 41509 7.40 MB/sec execute 30 sec latency 197.804 ms 2023-12-18T17:05:09.429 INFO:teuthology.orchestra.run.smithi007.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T17:05:09.429 INFO:teuthology.orchestra.run.smithi007.stdout:alertmanager.smithi007 smithi007 *:9093,9094 starting - - - - 2023-12-18T17:05:09.429 INFO:teuthology.orchestra.run.smithi007.stdout:crash.smithi007 smithi007 running (7m) 51s ago 7m 7013k - 17.2.0 e1d6a67b021e b98c7350ba9d 2023-12-18T17:05:09.429 INFO:teuthology.orchestra.run.smithi007.stdout:crash.smithi031 smithi031 running (6m) 56s ago 6m 7168k - 17.2.0 e1d6a67b021e 6e652ab6d5c7 2023-12-18T17:05:09.429 INFO:teuthology.orchestra.run.smithi007.stdout:grafana.smithi007 smithi007 *:3000 starting - - - - 2023-12-18T17:05:09.429 INFO:teuthology.orchestra.run.smithi007.stdout:mds.foofs.smithi007.fgcett smithi007 running (2m) 51s ago 2m 34.1M - 17.2.0 e1d6a67b021e 9e99ad85d62a 2023-12-18T17:05:09.429 INFO:teuthology.orchestra.run.smithi007.stdout:mds.foofs.smithi031.rahkbl smithi031 running (2m) 56s ago 2m 14.0M - 17.2.0 e1d6a67b021e 0a2207cbed37 2023-12-18T17:05:09.430 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.smithi007.pgbvqi smithi007 *:9283 running (8m) 51s ago 8m 381M - 17.2.0 e1d6a67b021e 276b5b4d812e 2023-12-18T17:05:09.430 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.smithi031.uwevhd smithi031 *:8443,9283 running (73s) 56s ago 6m 497M - 19.0.0-303-g861525e2 4fb1f853d261 020ffbf0a895 2023-12-18T17:05:09.430 INFO:teuthology.orchestra.run.smithi007.stdout:mon.smithi007 smithi007 running (8m) 51s ago 8m 89.3M 2048M 17.2.0 e1d6a67b021e c0c6f22c01b9 2023-12-18T17:05:09.430 INFO:teuthology.orchestra.run.smithi007.stdout:mon.smithi031 smithi031 running (6m) 56s ago 6m 59.6M 2048M 17.2.0 e1d6a67b021e 6bf2903ef904 2023-12-18T17:05:09.430 INFO:teuthology.orchestra.run.smithi007.stdout:nfs.foo.0.0.smithi007.kodqey smithi007 *:2049 running (2m) 51s ago 2m 258M - 4.0 e1d6a67b021e 39e90cd2b539 2023-12-18T17:05:09.430 INFO:teuthology.orchestra.run.smithi007.stdout:nfs.foo.1.0.smithi031.xihvpr smithi031 *:2049 running (2m) 56s ago 2m 78.5M - 4.0 e1d6a67b021e bb63cdf69b92 2023-12-18T17:05:09.430 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.smithi007 smithi007 *:9100 starting - - - - 2023-12-18T17:05:09.430 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.smithi031 smithi031 *:9100 starting - - - - 2023-12-18T17:05:09.430 INFO:teuthology.orchestra.run.smithi007.stdout:osd.0 smithi007 running (5m) 51s ago 5m 494M 1945M 17.2.0 e1d6a67b021e d29234845ce3 2023-12-18T17:05:09.430 INFO:teuthology.orchestra.run.smithi007.stdout:osd.1 smithi007 running (5m) 51s ago 5m 346M 1945M 17.2.0 e1d6a67b021e 288ddbc0ff5a 2023-12-18T17:05:09.430 INFO:teuthology.orchestra.run.smithi007.stdout:osd.2 smithi007 running (5m) 51s ago 5m 181M 1945M 17.2.0 e1d6a67b021e e138c3dd258e 2023-12-18T17:05:09.430 INFO:teuthology.orchestra.run.smithi007.stdout:osd.3 smithi007 running (4m) 51s ago 4m 441M 1945M 17.2.0 e1d6a67b021e 832893cb9939 2023-12-18T17:05:09.430 INFO:teuthology.orchestra.run.smithi007.stdout:osd.4 smithi031 running (4m) 56s ago 4m 405M 2713M 17.2.0 e1d6a67b021e 14f9f81d9443 2023-12-18T17:05:09.430 INFO:teuthology.orchestra.run.smithi007.stdout:osd.5 smithi031 running (4m) 56s ago 4m 403M 2713M 17.2.0 e1d6a67b021e fe2613cb7bf7 2023-12-18T17:05:09.430 INFO:teuthology.orchestra.run.smithi007.stdout:osd.6 smithi031 running (4m) 56s ago 4m 349M 2713M 17.2.0 e1d6a67b021e 772a5776beb7 2023-12-18T17:05:09.431 INFO:teuthology.orchestra.run.smithi007.stdout:osd.7 smithi031 running (3m) 56s ago 3m 692M 2713M 17.2.0 e1d6a67b021e 8b09d3849837 2023-12-18T17:05:09.431 INFO:teuthology.orchestra.run.smithi007.stdout:prometheus.smithi007 smithi007 *:9095 starting - - - - 2023-12-18T17:05:09.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:09 smithi031 ceph-mon[110581]: pgmap v34: 97 pgs: 97 active+clean; 252 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.7 MiB/s wr, 476 op/s 2023-12-18T17:05:10.019 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2023-12-18T17:05:10.020 INFO:teuthology.orchestra.run.smithi007.stdout: "mon": { 2023-12-18T17:05:10.020 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T17:05:10.020 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2023-12-18T17:05:10.020 INFO:teuthology.orchestra.run.smithi007.stdout: "mgr": { 2023-12-18T17:05:10.020 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-18T17:05:10.020 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T17:05:10.020 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2023-12-18T17:05:10.020 INFO:teuthology.orchestra.run.smithi007.stdout: "osd": { 2023-12-18T17:05:10.020 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-18T17:05:10.020 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2023-12-18T17:05:10.020 INFO:teuthology.orchestra.run.smithi007.stdout: "mds": { 2023-12-18T17:05:10.020 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T17:05:10.020 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2023-12-18T17:05:10.021 INFO:teuthology.orchestra.run.smithi007.stdout: "overall": { 2023-12-18T17:05:10.021 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-18T17:05:10.021 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T17:05:10.021 INFO:teuthology.orchestra.run.smithi007.stdout: } 2023-12-18T17:05:10.021 INFO:teuthology.orchestra.run.smithi007.stdout:} 2023-12-18T17:05:10.311 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:10 smithi007 ceph-mon[107711]: from='client.24525 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:05:10.311 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:10 smithi007 ceph-mon[107711]: from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:05:10.311 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:10 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/3680285091' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T17:05:10.328 INFO:teuthology.orchestra.run.smithi007.stdout: 5 41822 7.55 MB/sec execute 31 sec latency 162.055 ms 2023-12-18T17:05:10.508 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2023-12-18T17:05:10.508 INFO:teuthology.orchestra.run.smithi007.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e", 2023-12-18T17:05:10.508 INFO:teuthology.orchestra.run.smithi007.stdout: "in_progress": true, 2023-12-18T17:05:10.508 INFO:teuthology.orchestra.run.smithi007.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-18T17:05:10.508 INFO:teuthology.orchestra.run.smithi007.stdout: "services_complete": [], 2023-12-18T17:05:10.509 INFO:teuthology.orchestra.run.smithi007.stdout: "progress": "1/23 daemons upgraded", 2023-12-18T17:05:10.509 INFO:teuthology.orchestra.run.smithi007.stdout: "message": "Currently upgrading mgr daemons", 2023-12-18T17:05:10.509 INFO:teuthology.orchestra.run.smithi007.stdout: "is_paused": false 2023-12-18T17:05:10.509 INFO:teuthology.orchestra.run.smithi007.stdout:} 2023-12-18T17:05:10.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:10 smithi031 ceph-mon[110581]: from='client.24525 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:05:10.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:10 smithi031 ceph-mon[110581]: from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:05:10.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:10 smithi031 ceph-mon[110581]: from='client.? 172.21.15.7:0/3680285091' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T17:05:11.137 INFO:teuthology.orchestra.run.smithi007.stdout:HEALTH_OK 2023-12-18T17:05:11.328 INFO:teuthology.orchestra.run.smithi007.stdout: 5 42147 7.71 MB/sec execute 32 sec latency 123.037 ms 2023-12-18T17:05:11.346 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:11 smithi007 ceph-mon[107711]: from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:05:11.346 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:11 smithi007 ceph-mon[107711]: pgmap v35: 97 pgs: 97 active+clean; 252 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.8 KiB/s rd, 2.8 MiB/s wr, 306 op/s 2023-12-18T17:05:11.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:11 smithi031 ceph-mon[110581]: from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:05:11.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:11 smithi031 ceph-mon[110581]: pgmap v35: 97 pgs: 97 active+clean; 252 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.8 KiB/s rd, 2.8 MiB/s wr, 306 op/s 2023-12-18T17:05:12.328 INFO:teuthology.orchestra.run.smithi007.stdout: 5 42432 7.77 MB/sec execute 33 sec latency 124.491 ms 2023-12-18T17:05:12.375 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:12 smithi007 ceph-mon[107711]: from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:05:12.375 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:12 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/2307184149' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T17:05:12.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:12 smithi031 ceph-mon[110581]: from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:05:12.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:12 smithi031 ceph-mon[110581]: from='client.? 172.21.15.7:0/2307184149' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T17:05:13.145 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:13 smithi007 ceph-mon[107711]: pgmap v36: 97 pgs: 97 active+clean; 252 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.8 KiB/s rd, 2.8 MiB/s wr, 306 op/s 2023-12-18T17:05:13.328 INFO:teuthology.orchestra.run.smithi007.stdout: 5 42693 7.86 MB/sec execute 34 sec latency 158.984 ms 2023-12-18T17:05:13.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:13 smithi031 ceph-mon[110581]: pgmap v36: 97 pgs: 97 active+clean; 252 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.8 KiB/s rd, 2.8 MiB/s wr, 306 op/s 2023-12-18T17:05:14.328 INFO:teuthology.orchestra.run.smithi007.stdout: 5 42948 7.78 MB/sec execute 35 sec latency 126.712 ms 2023-12-18T17:05:15.163 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:15 smithi007 ceph-mon[107711]: pgmap v37: 97 pgs: 97 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.9 MiB/s wr, 470 op/s 2023-12-18T17:05:15.329 INFO:teuthology.orchestra.run.smithi007.stdout: 5 43241 7.73 MB/sec execute 36 sec latency 93.761 ms 2023-12-18T17:05:15.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:15 smithi031 ceph-mon[110581]: pgmap v37: 97 pgs: 97 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.9 MiB/s wr, 470 op/s 2023-12-18T17:05:16.329 INFO:teuthology.orchestra.run.smithi007.stdout: 5 43501 7.65 MB/sec execute 37 sec latency 185.524 ms 2023-12-18T17:05:16.435 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:16 smithi007 ceph-mon[107711]: pgmap v38: 97 pgs: 97 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.1 MiB/s wr, 316 op/s 2023-12-18T17:05:16.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:16 smithi031 ceph-mon[110581]: pgmap v38: 97 pgs: 97 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.1 MiB/s wr, 316 op/s 2023-12-18T17:05:17.329 INFO:teuthology.orchestra.run.smithi007.stdout: 5 43800 7.73 MB/sec execute 38 sec latency 207.609 ms 2023-12-18T17:05:18.331 INFO:teuthology.orchestra.run.smithi007.stdout: 5 44170 7.66 MB/sec execute 39 sec latency 91.063 ms 2023-12-18T17:05:18.451 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:18 smithi007 ceph-mon[107711]: pgmap v39: 97 pgs: 97 active+clean; 268 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.6 KiB/s rd, 4.9 MiB/s wr, 497 op/s 2023-12-18T17:05:18.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:18 smithi031 ceph-mon[110581]: pgmap v39: 97 pgs: 97 active+clean; 268 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.6 KiB/s rd, 4.9 MiB/s wr, 497 op/s 2023-12-18T17:05:19.331 INFO:teuthology.orchestra.run.smithi007.stdout: 5 44456 7.55 MB/sec execute 40 sec latency 117.790 ms 2023-12-18T17:05:20.331 INFO:teuthology.orchestra.run.smithi007.stdout: 5 44776 7.62 MB/sec execute 41 sec latency 129.442 ms 2023-12-18T17:05:20.481 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:20 smithi007 ceph-mon[107711]: pgmap v40: 97 pgs: 97 active+clean; 268 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.9 MiB/s wr, 344 op/s 2023-12-18T17:05:20.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:20 smithi031 ceph-mon[110581]: pgmap v40: 97 pgs: 97 active+clean; 268 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.9 MiB/s wr, 344 op/s 2023-12-18T17:05:21.331 INFO:teuthology.orchestra.run.smithi007.stdout: 5 45057 7.61 MB/sec execute 42 sec latency 137.467 ms 2023-12-18T17:05:21.776 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:21 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:05:21.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:21 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:05:22.335 INFO:teuthology.orchestra.run.smithi007.stdout: 5 45374 7.66 MB/sec execute 43 sec latency 134.096 ms 2023-12-18T17:05:22.833 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:22 smithi007 ceph-mon[107711]: pgmap v41: 97 pgs: 97 active+clean; 268 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.9 MiB/s wr, 344 op/s 2023-12-18T17:05:23.065 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:22 smithi031 ceph-mon[110581]: pgmap v41: 97 pgs: 97 active+clean; 268 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.9 MiB/s wr, 344 op/s 2023-12-18T17:05:23.336 INFO:teuthology.orchestra.run.smithi007.stdout: 5 45663 7.71 MB/sec execute 44 sec latency 123.694 ms 2023-12-18T17:05:24.336 INFO:teuthology.orchestra.run.smithi007.stdout: 5 46113 7.94 MB/sec execute 45 sec latency 123.542 ms 2023-12-18T17:05:25.119 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:25 smithi007 ceph-mon[107711]: pgmap v42: 97 pgs: 97 active+clean; 273 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.5 MiB/s wr, 521 op/s 2023-12-18T17:05:25.336 INFO:teuthology.orchestra.run.smithi007.stdout: 5 46428 7.96 MB/sec execute 46 sec latency 123.883 ms 2023-12-18T17:05:25.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:25 smithi031 ceph-mon[110581]: pgmap v42: 97 pgs: 97 active+clean; 273 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.5 MiB/s wr, 521 op/s 2023-12-18T17:05:26.336 INFO:teuthology.orchestra.run.smithi007.stdout: 5 46740 7.94 MB/sec execute 47 sec latency 135.120 ms 2023-12-18T17:05:26.468 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:26 smithi007 ceph-mon[107711]: pgmap v43: 97 pgs: 97 active+clean; 273 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.5 MiB/s wr, 357 op/s 2023-12-18T17:05:26.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:26 smithi031 ceph-mon[110581]: pgmap v43: 97 pgs: 97 active+clean; 273 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.5 MiB/s wr, 357 op/s 2023-12-18T17:05:27.337 INFO:teuthology.orchestra.run.smithi007.stdout: 5 46989 7.92 MB/sec execute 48 sec latency 135.868 ms 2023-12-18T17:05:28.347 INFO:teuthology.orchestra.run.smithi007.stdout: 5 47320 7.86 MB/sec execute 49 sec latency 126.769 ms 2023-12-18T17:05:28.438 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:28 smithi007 ceph-mon[107711]: pgmap v44: 97 pgs: 97 active+clean; 284 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.8 MiB/s wr, 559 op/s 2023-12-18T17:05:28.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:28 smithi031 ceph-mon[110581]: pgmap v44: 97 pgs: 97 active+clean; 284 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.8 MiB/s wr, 559 op/s 2023-12-18T17:05:29.347 INFO:teuthology.orchestra.run.smithi007.stdout: 5 47712 7.81 MB/sec execute 50 sec latency 123.610 ms 2023-12-18T17:05:30.348 INFO:teuthology.orchestra.run.smithi007.stdout: 5 48139 7.89 MB/sec execute 51 sec latency 129.922 ms 2023-12-18T17:05:30.453 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:30 smithi007 ceph-mon[107711]: pgmap v45: 97 pgs: 97 active+clean; 284 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.0 MiB/s wr, 378 op/s 2023-12-18T17:05:30.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:30 smithi031 ceph-mon[110581]: pgmap v45: 97 pgs: 97 active+clean; 284 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.0 MiB/s wr, 378 op/s 2023-12-18T17:05:31.347 INFO:teuthology.orchestra.run.smithi007.stdout: 5 48558 7.95 MB/sec execute 52 sec latency 129.983 ms 2023-12-18T17:05:32.347 INFO:teuthology.orchestra.run.smithi007.stdout: 5 48971 8.03 MB/sec execute 53 sec latency 121.057 ms 2023-12-18T17:05:32.486 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:32 smithi007 ceph-mon[107711]: pgmap v46: 97 pgs: 97 active+clean; 284 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.0 MiB/s wr, 378 op/s 2023-12-18T17:05:32.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:32 smithi031 ceph-mon[110581]: pgmap v46: 97 pgs: 97 active+clean; 284 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.0 MiB/s wr, 378 op/s 2023-12-18T17:05:33.350 INFO:teuthology.orchestra.run.smithi007.stdout: 5 49282 8.12 MB/sec execute 54 sec latency 139.540 ms 2023-12-18T17:05:34.350 INFO:teuthology.orchestra.run.smithi007.stdout: 5 49630 8.26 MB/sec execute 55 sec latency 119.634 ms 2023-12-18T17:05:35.294 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:35 smithi007 ceph-mon[107711]: pgmap v47: 97 pgs: 97 active+clean; 286 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.1 MiB/s wr, 606 op/s 2023-12-18T17:05:35.350 INFO:teuthology.orchestra.run.smithi007.stdout: 5 49900 8.24 MB/sec execute 56 sec latency 129.534 ms 2023-12-18T17:05:35.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:35 smithi031 ceph-mon[110581]: pgmap v47: 97 pgs: 97 active+clean; 286 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.1 MiB/s wr, 606 op/s 2023-12-18T17:05:36.350 INFO:teuthology.orchestra.run.smithi007.stdout: 5 50183 8.21 MB/sec execute 57 sec latency 108.573 ms 2023-12-18T17:05:36.563 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:36 smithi007 ceph-mon[107711]: pgmap v48: 97 pgs: 97 active+clean; 286 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.4 MiB/s wr, 429 op/s 2023-12-18T17:05:36.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:36 smithi031 ceph-mon[110581]: pgmap v48: 97 pgs: 97 active+clean; 286 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.4 MiB/s wr, 429 op/s 2023-12-18T17:05:37.358 INFO:teuthology.orchestra.run.smithi007.stdout: 5 50443 8.12 MB/sec execute 58 sec latency 126.526 ms 2023-12-18T17:05:37.613 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:37 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:05:37.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:37 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:05:38.358 INFO:teuthology.orchestra.run.smithi007.stdout: 5 50720 8.10 MB/sec execute 59 sec latency 128.855 ms 2023-12-18T17:05:38.629 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:38 smithi007 ceph-mon[107711]: mgrmap e28: smithi031.uwevhd(active, since 91s), standbys: smithi007.pgbvqi 2023-12-18T17:05:38.629 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:38 smithi007 ceph-mon[107711]: pgmap v49: 97 pgs: 97 active+clean; 299 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.6 MiB/s wr, 611 op/s 2023-12-18T17:05:38.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:38 smithi031 ceph-mon[110581]: mgrmap e28: smithi031.uwevhd(active, since 91s), standbys: smithi007.pgbvqi 2023-12-18T17:05:38.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:38 smithi031 ceph-mon[110581]: pgmap v49: 97 pgs: 97 active+clean; 299 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.6 MiB/s wr, 611 op/s 2023-12-18T17:05:39.358 INFO:teuthology.orchestra.run.smithi007.stdout: 5 51078 8.10 MB/sec execute 60 sec latency 126.597 ms 2023-12-18T17:05:40.358 INFO:teuthology.orchestra.run.smithi007.stdout: 5 51528 8.08 MB/sec execute 61 sec latency 119.816 ms 2023-12-18T17:05:40.664 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:40 smithi007 ceph-mon[107711]: pgmap v50: 97 pgs: 97 active+clean; 299 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.2 MiB/s wr, 410 op/s 2023-12-18T17:05:40.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:40 smithi031 ceph-mon[110581]: pgmap v50: 97 pgs: 97 active+clean; 299 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.2 MiB/s wr, 410 op/s 2023-12-18T17:05:41.358 INFO:teuthology.orchestra.run.smithi007.stdout: 5 51951 8.06 MB/sec execute 62 sec latency 87.007 ms 2023-12-18T17:05:41.625 INFO:teuthology.orchestra.run.smithi007.stdout:true 2023-12-18T17:05:42.367 INFO:teuthology.orchestra.run.smithi007.stdout: 5 52277 8.14 MB/sec execute 63 sec latency 154.711 ms 2023-12-18T17:05:42.450 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:42 smithi007 ceph-mon[107711]: from='client.24545 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:05:42.450 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:42 smithi007 ceph-mon[107711]: from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:05:42.450 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:42 smithi007 ceph-mon[107711]: pgmap v51: 97 pgs: 97 active+clean; 299 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.2 MiB/s wr, 410 op/s 2023-12-18T17:05:42.561 INFO:teuthology.orchestra.run.smithi007.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T17:05:42.561 INFO:teuthology.orchestra.run.smithi007.stdout:alertmanager.smithi007 smithi007 *:9093,9094 starting - - - - 2023-12-18T17:05:42.562 INFO:teuthology.orchestra.run.smithi007.stdout:crash.smithi007 smithi007 running (7m) 84s ago 7m 7013k - 17.2.0 e1d6a67b021e b98c7350ba9d 2023-12-18T17:05:42.562 INFO:teuthology.orchestra.run.smithi007.stdout:crash.smithi031 smithi031 running (7m) 89s ago 7m 7168k - 17.2.0 e1d6a67b021e 6e652ab6d5c7 2023-12-18T17:05:42.562 INFO:teuthology.orchestra.run.smithi007.stdout:grafana.smithi007 smithi007 *:3000 starting - - - - 2023-12-18T17:05:42.562 INFO:teuthology.orchestra.run.smithi007.stdout:mds.foofs.smithi007.fgcett smithi007 running (3m) 84s ago 3m 34.1M - 17.2.0 e1d6a67b021e 9e99ad85d62a 2023-12-18T17:05:42.562 INFO:teuthology.orchestra.run.smithi007.stdout:mds.foofs.smithi031.rahkbl smithi031 running (3m) 89s ago 3m 14.0M - 17.2.0 e1d6a67b021e 0a2207cbed37 2023-12-18T17:05:42.562 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.smithi007.pgbvqi smithi007 *:9283 running (8m) 84s ago 8m 381M - 17.2.0 e1d6a67b021e 276b5b4d812e 2023-12-18T17:05:42.562 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.smithi031.uwevhd smithi031 *:8443,9283 running (106s) 89s ago 7m 497M - 19.0.0-303-g861525e2 4fb1f853d261 020ffbf0a895 2023-12-18T17:05:42.562 INFO:teuthology.orchestra.run.smithi007.stdout:mon.smithi007 smithi007 running (8m) 84s ago 8m 89.3M 2048M 17.2.0 e1d6a67b021e c0c6f22c01b9 2023-12-18T17:05:42.562 INFO:teuthology.orchestra.run.smithi007.stdout:mon.smithi031 smithi031 running (6m) 89s ago 6m 59.6M 2048M 17.2.0 e1d6a67b021e 6bf2903ef904 2023-12-18T17:05:42.562 INFO:teuthology.orchestra.run.smithi007.stdout:nfs.foo.0.0.smithi007.kodqey smithi007 *:2049 running (3m) 84s ago 3m 258M - 4.0 e1d6a67b021e 39e90cd2b539 2023-12-18T17:05:42.562 INFO:teuthology.orchestra.run.smithi007.stdout:nfs.foo.1.0.smithi031.xihvpr smithi031 *:2049 running (3m) 89s ago 3m 78.5M - 4.0 e1d6a67b021e bb63cdf69b92 2023-12-18T17:05:42.562 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.smithi007 smithi007 *:9100 starting - - - - 2023-12-18T17:05:42.562 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.smithi031 smithi031 *:9100 starting - - - - 2023-12-18T17:05:42.562 INFO:teuthology.orchestra.run.smithi007.stdout:osd.0 smithi007 running (6m) 84s ago 6m 494M 1945M 17.2.0 e1d6a67b021e d29234845ce3 2023-12-18T17:05:42.562 INFO:teuthology.orchestra.run.smithi007.stdout:osd.1 smithi007 running (6m) 84s ago 6m 346M 1945M 17.2.0 e1d6a67b021e 288ddbc0ff5a 2023-12-18T17:05:42.562 INFO:teuthology.orchestra.run.smithi007.stdout:osd.2 smithi007 running (5m) 84s ago 5m 181M 1945M 17.2.0 e1d6a67b021e e138c3dd258e 2023-12-18T17:05:42.563 INFO:teuthology.orchestra.run.smithi007.stdout:osd.3 smithi007 running (5m) 84s ago 5m 441M 1945M 17.2.0 e1d6a67b021e 832893cb9939 2023-12-18T17:05:42.563 INFO:teuthology.orchestra.run.smithi007.stdout:osd.4 smithi031 running (5m) 89s ago 5m 405M 2713M 17.2.0 e1d6a67b021e 14f9f81d9443 2023-12-18T17:05:42.563 INFO:teuthology.orchestra.run.smithi007.stdout:osd.5 smithi031 running (4m) 89s ago 4m 403M 2713M 17.2.0 e1d6a67b021e fe2613cb7bf7 2023-12-18T17:05:42.563 INFO:teuthology.orchestra.run.smithi007.stdout:osd.6 smithi031 running (4m) 89s ago 4m 349M 2713M 17.2.0 e1d6a67b021e 772a5776beb7 2023-12-18T17:05:42.563 INFO:teuthology.orchestra.run.smithi007.stdout:osd.7 smithi031 running (4m) 89s ago 4m 692M 2713M 17.2.0 e1d6a67b021e 8b09d3849837 2023-12-18T17:05:42.563 INFO:teuthology.orchestra.run.smithi007.stdout:prometheus.smithi007 smithi007 *:9095 starting - - - - 2023-12-18T17:05:42.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:42 smithi031 ceph-mon[110581]: from='client.24545 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:05:42.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:42 smithi031 ceph-mon[110581]: from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:05:42.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:42 smithi031 ceph-mon[110581]: pgmap v51: 97 pgs: 97 active+clean; 299 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.2 MiB/s wr, 410 op/s 2023-12-18T17:05:43.108 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2023-12-18T17:05:43.108 INFO:teuthology.orchestra.run.smithi007.stdout: "mon": { 2023-12-18T17:05:43.108 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T17:05:43.108 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2023-12-18T17:05:43.108 INFO:teuthology.orchestra.run.smithi007.stdout: "mgr": { 2023-12-18T17:05:43.108 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-18T17:05:43.108 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T17:05:43.108 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2023-12-18T17:05:43.108 INFO:teuthology.orchestra.run.smithi007.stdout: "osd": { 2023-12-18T17:05:43.108 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-18T17:05:43.108 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2023-12-18T17:05:43.108 INFO:teuthology.orchestra.run.smithi007.stdout: "mds": { 2023-12-18T17:05:43.108 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T17:05:43.109 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2023-12-18T17:05:43.109 INFO:teuthology.orchestra.run.smithi007.stdout: "overall": { 2023-12-18T17:05:43.109 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-18T17:05:43.109 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T17:05:43.109 INFO:teuthology.orchestra.run.smithi007.stdout: } 2023-12-18T17:05:43.109 INFO:teuthology.orchestra.run.smithi007.stdout:} 2023-12-18T17:05:43.367 INFO:teuthology.orchestra.run.smithi007.stdout: 5 52566 8.20 MB/sec execute 64 sec latency 126.749 ms 2023-12-18T17:05:43.478 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:43 smithi007 ceph-mon[107711]: from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:05:43.478 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:43 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/1685246982' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T17:05:43.613 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2023-12-18T17:05:43.613 INFO:teuthology.orchestra.run.smithi007.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e", 2023-12-18T17:05:43.613 INFO:teuthology.orchestra.run.smithi007.stdout: "in_progress": true, 2023-12-18T17:05:43.613 INFO:teuthology.orchestra.run.smithi007.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-18T17:05:43.613 INFO:teuthology.orchestra.run.smithi007.stdout: "services_complete": [], 2023-12-18T17:05:43.613 INFO:teuthology.orchestra.run.smithi007.stdout: "progress": "1/23 daemons upgraded", 2023-12-18T17:05:43.614 INFO:teuthology.orchestra.run.smithi007.stdout: "message": "Currently upgrading mgr daemons", 2023-12-18T17:05:43.614 INFO:teuthology.orchestra.run.smithi007.stdout: "is_paused": false 2023-12-18T17:05:43.614 INFO:teuthology.orchestra.run.smithi007.stdout:} 2023-12-18T17:05:43.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:43 smithi031 ceph-mon[110581]: from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:05:43.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:43 smithi031 ceph-mon[110581]: from='client.? 172.21.15.7:0/1685246982' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T17:05:44.221 INFO:teuthology.orchestra.run.smithi007.stdout:HEALTH_OK 2023-12-18T17:05:44.371 INFO:teuthology.orchestra.run.smithi007.stdout: 5 52941 8.29 MB/sec execute 65 sec latency 136.817 ms 2023-12-18T17:05:45.210 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:45 smithi007 ceph-mon[107711]: from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:05:45.210 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:45 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/2931200654' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T17:05:45.210 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:45 smithi007 ceph-mon[107711]: pgmap v52: 97 pgs: 97 active+clean; 295 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.1 MiB/s wr, 633 op/s 2023-12-18T17:05:45.371 INFO:teuthology.orchestra.run.smithi007.stdout: 5 53279 8.39 MB/sec execute 66 sec latency 175.037 ms 2023-12-18T17:05:45.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:45 smithi031 ceph-mon[110581]: from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:05:45.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:45 smithi031 ceph-mon[110581]: from='client.? 172.21.15.7:0/2931200654' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T17:05:45.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:45 smithi031 ceph-mon[110581]: pgmap v52: 97 pgs: 97 active+clean; 295 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.1 MiB/s wr, 633 op/s 2023-12-18T17:05:46.371 INFO:teuthology.orchestra.run.smithi007.stdout: 5 53483 8.39 MB/sec execute 67 sec latency 127.078 ms 2023-12-18T17:05:46.500 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:46 smithi007 ceph-mon[107711]: pgmap v53: 97 pgs: 97 active+clean; 295 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 405 op/s 2023-12-18T17:05:46.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:46 smithi031 ceph-mon[110581]: pgmap v53: 97 pgs: 97 active+clean; 295 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 405 op/s 2023-12-18T17:05:47.371 INFO:teuthology.orchestra.run.smithi007.stdout: 5 53634 8.28 MB/sec execute 68 sec latency 132.846 ms 2023-12-18T17:05:48.380 INFO:teuthology.orchestra.run.smithi007.stdout: 5 53887 8.17 MB/sec execute 69 sec latency 123.320 ms 2023-12-18T17:05:48.545 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:48 smithi007 ceph-mon[107711]: pgmap v54: 97 pgs: 97 active+clean; 309 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 8.4 KiB/s rd, 6.2 MiB/s wr, 564 op/s 2023-12-18T17:05:48.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:48 smithi031 ceph-mon[110581]: pgmap v54: 97 pgs: 97 active+clean; 309 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 8.4 KiB/s rd, 6.2 MiB/s wr, 564 op/s 2023-12-18T17:05:49.380 INFO:teuthology.orchestra.run.smithi007.stdout: 5 54117 8.09 MB/sec execute 70 sec latency 105.611 ms 2023-12-18T17:05:50.380 INFO:teuthology.orchestra.run.smithi007.stdout: 5 54331 8.05 MB/sec execute 71 sec latency 153.449 ms 2023-12-18T17:05:50.583 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:50 smithi007 ceph-mon[107711]: pgmap v55: 97 pgs: 97 active+clean; 309 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 382 op/s 2023-12-18T17:05:50.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:50 smithi031 ceph-mon[110581]: pgmap v55: 97 pgs: 97 active+clean; 309 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 382 op/s 2023-12-18T17:05:51.380 INFO:teuthology.orchestra.run.smithi007.stdout: 5 54700 8.18 MB/sec execute 72 sec latency 191.778 ms 2023-12-18T17:05:51.608 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:51 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:05:51.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:51 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:05:52.380 INFO:teuthology.orchestra.run.smithi007.stdout: 5 55070 8.09 MB/sec execute 73 sec latency 126.886 ms 2023-12-18T17:05:52.620 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:52 smithi007 ceph-mon[107711]: pgmap v56: 97 pgs: 97 active+clean; 309 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 382 op/s 2023-12-18T17:05:53.065 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:52 smithi031 ceph-mon[110581]: pgmap v56: 97 pgs: 97 active+clean; 309 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 382 op/s 2023-12-18T17:05:53.380 INFO:teuthology.orchestra.run.smithi007.stdout: 5 55481 8.04 MB/sec execute 74 sec latency 137.760 ms 2023-12-18T17:05:54.384 INFO:teuthology.orchestra.run.smithi007.stdout: 5 55692 8.00 MB/sec execute 75 sec latency 134.740 ms 2023-12-18T17:05:55.185 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:55 smithi007 ceph-mon[107711]: pgmap v57: 97 pgs: 97 active+clean; 302 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.3 MiB/s wr, 565 op/s 2023-12-18T17:05:55.385 INFO:teuthology.orchestra.run.smithi007.stdout: 5 56026 8.10 MB/sec execute 76 sec latency 152.262 ms 2023-12-18T17:05:55.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:55 smithi031 ceph-mon[110581]: pgmap v57: 97 pgs: 97 active+clean; 302 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.3 MiB/s wr, 565 op/s 2023-12-18T17:05:56.393 INFO:teuthology.orchestra.run.smithi007.stdout: 5 56368 8.19 MB/sec execute 77 sec latency 129.504 ms 2023-12-18T17:05:56.498 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:56 smithi007 ceph-mon[107711]: pgmap v58: 97 pgs: 97 active+clean; 302 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.4 MiB/s wr, 341 op/s 2023-12-18T17:05:56.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:56 smithi031 ceph-mon[110581]: pgmap v58: 97 pgs: 97 active+clean; 302 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.4 MiB/s wr, 341 op/s 2023-12-18T17:05:57.394 INFO:teuthology.orchestra.run.smithi007.stdout: 5 56693 8.22 MB/sec execute 78 sec latency 207.773 ms 2023-12-18T17:05:58.393 INFO:teuthology.orchestra.run.smithi007.stdout: 5 56917 8.24 MB/sec execute 79 sec latency 139.887 ms 2023-12-18T17:05:58.578 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:05:58 smithi007 ceph-mon[107711]: pgmap v59: 97 pgs: 97 active+clean; 317 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.7 MiB/s wr, 520 op/s 2023-12-18T17:05:58.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:05:58 smithi031 ceph-mon[110581]: pgmap v59: 97 pgs: 97 active+clean; 317 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.7 MiB/s wr, 520 op/s 2023-12-18T17:05:59.393 INFO:teuthology.orchestra.run.smithi007.stdout: 5 57130 8.21 MB/sec execute 80 sec latency 139.505 ms 2023-12-18T17:06:00.393 INFO:teuthology.orchestra.run.smithi007.stdout: 5 57331 8.14 MB/sec execute 81 sec latency 145.170 ms 2023-12-18T17:06:00.631 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:06:00 smithi007 ceph-mon[107711]: pgmap v60: 97 pgs: 97 active+clean; 317 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 361 op/s 2023-12-18T17:06:00.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:06:00 smithi031 ceph-mon[110581]: pgmap v60: 97 pgs: 97 active+clean; 317 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 361 op/s 2023-12-18T17:06:01.394 INFO:teuthology.orchestra.run.smithi007.stdout: 5 57559 8.07 MB/sec execute 82 sec latency 128.240 ms 2023-12-18T17:06:02.403 INFO:teuthology.orchestra.run.smithi007.stdout: 5 57860 8.05 MB/sec execute 83 sec latency 129.807 ms 2023-12-18T17:06:02.430 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:06:02 smithi007 ceph-mon[107711]: pgmap v61: 97 pgs: 97 active+clean; 317 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 361 op/s 2023-12-18T17:06:02.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:06:02 smithi031 ceph-mon[110581]: pgmap v61: 97 pgs: 97 active+clean; 317 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 361 op/s 2023-12-18T17:06:03.404 INFO:teuthology.orchestra.run.smithi007.stdout: 5 58162 8.06 MB/sec execute 84 sec latency 126.804 ms 2023-12-18T17:06:04.405 INFO:teuthology.orchestra.run.smithi007.stdout: 5 58536 8.03 MB/sec execute 85 sec latency 121.031 ms 2023-12-18T17:06:05.233 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:06:05 smithi007 ceph-mon[107711]: pgmap v62: 97 pgs: 97 active+clean; 321 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.1 MiB/s wr, 515 op/s 2023-12-18T17:06:05.403 INFO:teuthology.orchestra.run.smithi007.stdout: 5 58895 8.02 MB/sec execute 86 sec latency 126.968 ms 2023-12-18T17:06:05.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:06:05 smithi031 ceph-mon[110581]: pgmap v62: 97 pgs: 97 active+clean; 321 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.1 MiB/s wr, 515 op/s 2023-12-18T17:06:06.404 INFO:teuthology.orchestra.run.smithi007.stdout: 5 59255 8.03 MB/sec execute 87 sec latency 130.237 ms 2023-12-18T17:06:06.493 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:06:06 smithi007 ceph-mon[107711]: pgmap v63: 97 pgs: 97 active+clean; 321 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.8 MiB/s wr, 333 op/s 2023-12-18T17:06:06.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:06:06 smithi031 ceph-mon[110581]: pgmap v63: 97 pgs: 97 active+clean; 321 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.8 MiB/s wr, 333 op/s 2023-12-18T17:06:07.403 INFO:teuthology.orchestra.run.smithi007.stdout: 5 59682 8.12 MB/sec execute 88 sec latency 135.955 ms 2023-12-18T17:06:07.511 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:06:07 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:06:07.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:06:07 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:06:08.403 INFO:teuthology.orchestra.run.smithi007.stdout: 5 60096 8.27 MB/sec execute 89 sec latency 164.416 ms 2023-12-18T17:06:08.540 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:06:08 smithi007 ceph-mon[107711]: pgmap v64: 97 pgs: 97 active+clean; 325 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.8 MiB/s wr, 545 op/s 2023-12-18T17:06:08.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:06:08 smithi031 ceph-mon[110581]: pgmap v64: 97 pgs: 97 active+clean; 325 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.8 MiB/s wr, 545 op/s 2023-12-18T17:06:09.403 INFO:teuthology.orchestra.run.smithi007.stdout: 5 60383 8.26 MB/sec execute 90 sec latency 141.175 ms 2023-12-18T17:06:10.404 INFO:teuthology.orchestra.run.smithi007.stdout: 5 60637 8.25 MB/sec execute 91 sec latency 127.074 ms 2023-12-18T17:06:10.584 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:06:10 smithi007 ceph-mon[107711]: pgmap v65: 97 pgs: 97 active+clean; 325 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 366 op/s 2023-12-18T17:06:10.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:06:10 smithi031 ceph-mon[110581]: pgmap v65: 97 pgs: 97 active+clean; 325 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 366 op/s 2023-12-18T17:06:11.404 INFO:teuthology.orchestra.run.smithi007.stdout: 5 60884 8.20 MB/sec execute 92 sec latency 126.312 ms 2023-12-18T17:06:12.404 INFO:teuthology.orchestra.run.smithi007.stdout: 5 61111 8.15 MB/sec execute 93 sec latency 126.342 ms 2023-12-18T17:06:12.616 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:06:12 smithi007 ceph-mon[107711]: pgmap v66: 97 pgs: 97 active+clean; 325 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 366 op/s 2023-12-18T17:06:12.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:06:12 smithi031 ceph-mon[110581]: pgmap v66: 97 pgs: 97 active+clean; 325 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 366 op/s 2023-12-18T17:06:13.404 INFO:teuthology.orchestra.run.smithi007.stdout: 5 61420 8.16 MB/sec execute 94 sec latency 141.780 ms 2023-12-18T17:06:14.404 INFO:teuthology.orchestra.run.smithi007.stdout: 5 61721 8.13 MB/sec execute 95 sec latency 141.442 ms 2023-12-18T17:06:14.764 INFO:teuthology.orchestra.run.smithi007.stdout:true 2023-12-18T17:06:15.156 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:06:15 smithi007 ceph-mon[107711]: pgmap v67: 97 pgs: 97 active+clean; 338 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.7 MiB/s wr, 540 op/s 2023-12-18T17:06:15.404 INFO:teuthology.orchestra.run.smithi007.stdout: 5 61983 8.08 MB/sec execute 96 sec latency 126.618 ms 2023-12-18T17:06:15.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:06:15 smithi031 ceph-mon[110581]: pgmap v67: 97 pgs: 97 active+clean; 338 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.7 MiB/s wr, 540 op/s 2023-12-18T17:06:15.781 INFO:teuthology.orchestra.run.smithi007.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T17:06:15.781 INFO:teuthology.orchestra.run.smithi007.stdout:alertmanager.smithi007 smithi007 *:9093,9094 starting - - - - 2023-12-18T17:06:15.782 INFO:teuthology.orchestra.run.smithi007.stdout:crash.smithi007 smithi007 running (8m) 118s ago 8m 7013k - 17.2.0 e1d6a67b021e b98c7350ba9d 2023-12-18T17:06:15.782 INFO:teuthology.orchestra.run.smithi007.stdout:crash.smithi031 smithi031 running (7m) 2m ago 7m 7168k - 17.2.0 e1d6a67b021e 6e652ab6d5c7 2023-12-18T17:06:15.782 INFO:teuthology.orchestra.run.smithi007.stdout:grafana.smithi007 smithi007 *:3000 starting - - - - 2023-12-18T17:06:15.782 INFO:teuthology.orchestra.run.smithi007.stdout:mds.foofs.smithi007.fgcett smithi007 running (3m) 118s ago 3m 34.1M - 17.2.0 e1d6a67b021e 9e99ad85d62a 2023-12-18T17:06:15.782 INFO:teuthology.orchestra.run.smithi007.stdout:mds.foofs.smithi031.rahkbl smithi031 running (3m) 2m ago 3m 14.0M - 17.2.0 e1d6a67b021e 0a2207cbed37 2023-12-18T17:06:15.782 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.smithi007.pgbvqi smithi007 *:9283 running (9m) 118s ago 9m 381M - 17.2.0 e1d6a67b021e 276b5b4d812e 2023-12-18T17:06:15.782 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.smithi031.uwevhd smithi031 *:8443,9283 running (2m) 2m ago 7m 497M - 19.0.0-303-g861525e2 4fb1f853d261 020ffbf0a895 2023-12-18T17:06:15.782 INFO:teuthology.orchestra.run.smithi007.stdout:mon.smithi007 smithi007 running (9m) 118s ago 9m 89.3M 2048M 17.2.0 e1d6a67b021e c0c6f22c01b9 2023-12-18T17:06:15.782 INFO:teuthology.orchestra.run.smithi007.stdout:mon.smithi031 smithi031 running (7m) 2m ago 7m 59.6M 2048M 17.2.0 e1d6a67b021e 6bf2903ef904 2023-12-18T17:06:15.782 INFO:teuthology.orchestra.run.smithi007.stdout:nfs.foo.0.0.smithi007.kodqey smithi007 *:2049 running (3m) 118s ago 3m 258M - 4.0 e1d6a67b021e 39e90cd2b539 2023-12-18T17:06:15.783 INFO:teuthology.orchestra.run.smithi007.stdout:nfs.foo.1.0.smithi031.xihvpr smithi031 *:2049 running (3m) 2m ago 3m 78.5M - 4.0 e1d6a67b021e bb63cdf69b92 2023-12-18T17:06:15.783 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.smithi007 smithi007 *:9100 starting - - - - 2023-12-18T17:06:15.783 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.smithi031 smithi031 *:9100 starting - - - - 2023-12-18T17:06:15.783 INFO:teuthology.orchestra.run.smithi007.stdout:osd.0 smithi007 running (7m) 118s ago 7m 494M 1945M 17.2.0 e1d6a67b021e d29234845ce3 2023-12-18T17:06:15.783 INFO:teuthology.orchestra.run.smithi007.stdout:osd.1 smithi007 running (6m) 118s ago 6m 346M 1945M 17.2.0 e1d6a67b021e 288ddbc0ff5a 2023-12-18T17:06:15.783 INFO:teuthology.orchestra.run.smithi007.stdout:osd.2 smithi007 running (6m) 118s ago 6m 181M 1945M 17.2.0 e1d6a67b021e e138c3dd258e 2023-12-18T17:06:15.783 INFO:teuthology.orchestra.run.smithi007.stdout:osd.3 smithi007 running (6m) 118s ago 6m 441M 1945M 17.2.0 e1d6a67b021e 832893cb9939 2023-12-18T17:06:15.783 INFO:teuthology.orchestra.run.smithi007.stdout:osd.4 smithi031 running (5m) 2m ago 5m 405M 2713M 17.2.0 e1d6a67b021e 14f9f81d9443 2023-12-18T17:06:15.783 INFO:teuthology.orchestra.run.smithi007.stdout:osd.5 smithi031 running (5m) 2m ago 5m 403M 2713M 17.2.0 e1d6a67b021e fe2613cb7bf7 2023-12-18T17:06:15.783 INFO:teuthology.orchestra.run.smithi007.stdout:osd.6 smithi031 running (5m) 2m ago 5m 349M 2713M 17.2.0 e1d6a67b021e 772a5776beb7 2023-12-18T17:06:15.783 INFO:teuthology.orchestra.run.smithi007.stdout:osd.7 smithi031 running (4m) 2m ago 4m 692M 2713M 17.2.0 e1d6a67b021e 8b09d3849837 2023-12-18T17:06:15.784 INFO:teuthology.orchestra.run.smithi007.stdout:prometheus.smithi007 smithi007 *:9095 starting - - - - 2023-12-18T17:06:16.175 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:06:16 smithi007 ceph-mon[107711]: from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:06:16.175 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:06:16 smithi007 ceph-mon[107711]: from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:06:16.372 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2023-12-18T17:06:16.372 INFO:teuthology.orchestra.run.smithi007.stdout: "mon": { 2023-12-18T17:06:16.373 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T17:06:16.373 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2023-12-18T17:06:16.373 INFO:teuthology.orchestra.run.smithi007.stdout: "mgr": { 2023-12-18T17:06:16.373 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-18T17:06:16.373 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T17:06:16.373 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2023-12-18T17:06:16.373 INFO:teuthology.orchestra.run.smithi007.stdout: "osd": { 2023-12-18T17:06:16.373 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-18T17:06:16.374 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2023-12-18T17:06:16.374 INFO:teuthology.orchestra.run.smithi007.stdout: "mds": { 2023-12-18T17:06:16.374 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T17:06:16.374 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2023-12-18T17:06:16.374 INFO:teuthology.orchestra.run.smithi007.stdout: "overall": { 2023-12-18T17:06:16.374 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-18T17:06:16.374 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T17:06:16.374 INFO:teuthology.orchestra.run.smithi007.stdout: } 2023-12-18T17:06:16.374 INFO:teuthology.orchestra.run.smithi007.stdout:} 2023-12-18T17:06:16.404 INFO:teuthology.orchestra.run.smithi007.stdout: 5 62347 8.09 MB/sec execute 97 sec latency 127.223 ms 2023-12-18T17:06:16.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:06:16 smithi031 ceph-mon[110581]: from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:06:16.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:06:16 smithi031 ceph-mon[110581]: from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:06:16.860 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2023-12-18T17:06:16.860 INFO:teuthology.orchestra.run.smithi007.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e", 2023-12-18T17:06:16.860 INFO:teuthology.orchestra.run.smithi007.stdout: "in_progress": true, 2023-12-18T17:06:16.860 INFO:teuthology.orchestra.run.smithi007.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-18T17:06:16.860 INFO:teuthology.orchestra.run.smithi007.stdout: "services_complete": [], 2023-12-18T17:06:16.860 INFO:teuthology.orchestra.run.smithi007.stdout: "progress": "1/23 daemons upgraded", 2023-12-18T17:06:16.860 INFO:teuthology.orchestra.run.smithi007.stdout: "message": "Currently upgrading mgr daemons", 2023-12-18T17:06:16.860 INFO:teuthology.orchestra.run.smithi007.stdout: "is_paused": false 2023-12-18T17:06:16.860 INFO:teuthology.orchestra.run.smithi007.stdout:} 2023-12-18T17:06:17.198 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:06:17 smithi007 ceph-mon[107711]: from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:06:17.199 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:06:17 smithi007 ceph-mon[107711]: pgmap v68: 97 pgs: 97 active+clean; 338 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.1 MiB/s wr, 386 op/s 2023-12-18T17:06:17.199 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:06:17 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/3864245509' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T17:06:17.405 INFO:teuthology.orchestra.run.smithi007.stdout: 5 62680 8.09 MB/sec execute 98 sec latency 125.983 ms 2023-12-18T17:06:17.475 INFO:teuthology.orchestra.run.smithi007.stdout:HEALTH_OK 2023-12-18T17:06:17.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:06:17 smithi031 ceph-mon[110581]: from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:06:17.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:06:17 smithi031 ceph-mon[110581]: pgmap v68: 97 pgs: 97 active+clean; 338 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.1 MiB/s wr, 386 op/s 2023-12-18T17:06:17.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:06:17 smithi031 ceph-mon[110581]: from='client.? 172.21.15.7:0/3864245509' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T17:06:18.223 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:06:18 smithi007 ceph-mon[107711]: from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:06:18.223 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:06:18 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/2385941637' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T17:06:18.409 INFO:teuthology.orchestra.run.smithi007.stdout: 5 63027 8.10 MB/sec execute 99 sec latency 153.947 ms 2023-12-18T17:06:18.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:06:18 smithi031 ceph-mon[110581]: from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:06:18.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:06:18 smithi031 ceph-mon[110581]: from='client.? 172.21.15.7:0/2385941637' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T17:06:19.234 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:06:19 smithi007 ceph-mon[107711]: pgmap v69: 97 pgs: 97 active+clean; 331 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.6 MiB/s wr, 645 op/s 2023-12-18T17:06:19.409 INFO:teuthology.orchestra.run.smithi007.stdout: 5 63362 8.15 MB/sec execute 100 sec latency 132.189 ms 2023-12-18T17:06:19.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:06:19 smithi031 ceph-mon[110581]: pgmap v69: 97 pgs: 97 active+clean; 331 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.6 MiB/s wr, 645 op/s 2023-12-18T17:06:20.409 INFO:teuthology.orchestra.run.smithi007.stdout: 5 63692 8.24 MB/sec execute 101 sec latency 123.341 ms 2023-12-18T17:06:20.518 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:06:20 smithi007 ceph-mon[107711]: pgmap v70: 97 pgs: 97 active+clean; 331 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.6 MiB/s wr, 434 op/s 2023-12-18T17:06:20.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:06:20 smithi031 ceph-mon[110581]: pgmap v70: 97 pgs: 97 active+clean; 331 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.6 MiB/s wr, 434 op/s 2023-12-18T17:06:21.409 INFO:teuthology.orchestra.run.smithi007.stdout: 5 63901 8.21 MB/sec execute 102 sec latency 134.558 ms 2023-12-18T17:06:21.555 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:06:21 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:06:21.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:06:21 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:06:22.415 INFO:teuthology.orchestra.run.smithi007.stdout: 5 64126 8.19 MB/sec execute 103 sec latency 126.590 ms 2023-12-18T17:06:22.570 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:06:22 smithi007 ceph-mon[107711]: pgmap v71: 97 pgs: 97 active+clean; 331 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.6 MiB/s wr, 434 op/s 2023-12-18T17:06:22.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:06:22 smithi031 ceph-mon[110581]: pgmap v71: 97 pgs: 97 active+clean; 331 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.6 MiB/s wr, 434 op/s 2023-12-18T17:06:23.416 INFO:teuthology.orchestra.run.smithi007.stdout: 5 64388 8.16 MB/sec execute 104 sec latency 126.523 ms 2023-12-18T17:06:24.422 INFO:teuthology.orchestra.run.smithi007.stdout: 5 64598 8.12 MB/sec execute 105 sec latency 120.675 ms 2023-12-18T17:06:25.368 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:06:25 smithi007 ceph-mon[107711]: pgmap v72: 97 pgs: 97 active+clean; 342 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.8 MiB/s wr, 598 op/s 2023-12-18T17:06:25.432 INFO:teuthology.orchestra.run.smithi007.stdout: 5 64868 8.10 MB/sec execute 106 sec latency 107.946 ms 2023-12-18T17:06:25.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:06:25 smithi031 ceph-mon[110581]: pgmap v72: 97 pgs: 97 active+clean; 342 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.8 MiB/s wr, 598 op/s 2023-12-18T17:06:26.433 INFO:teuthology.orchestra.run.smithi007.stdout: 5 65238 8.10 MB/sec execute 107 sec latency 133.162 ms 2023-12-18T17:06:26.646 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:06:26 smithi007 ceph-mon[107711]: pgmap v73: 97 pgs: 97 active+clean; 342 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.7 MiB/s wr, 423 op/s 2023-12-18T17:06:26.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:06:26 smithi031 ceph-mon[110581]: pgmap v73: 97 pgs: 97 active+clean; 342 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.7 MiB/s wr, 423 op/s 2023-12-18T17:06:27.433 INFO:teuthology.orchestra.run.smithi007.stdout: 5 65609 8.08 MB/sec execute 108 sec latency 129.740 ms 2023-12-18T17:06:28.432 INFO:teuthology.orchestra.run.smithi007.stdout: 5 65887 8.06 MB/sec execute 109 sec latency 126.681 ms 2023-12-18T17:06:28.663 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:06:28 smithi007 ceph-mon[107711]: pgmap v74: 97 pgs: 97 active+clean; 329 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.1 MiB/s wr, 608 op/s 2023-12-18T17:06:28.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:06:28 smithi031 ceph-mon[110581]: pgmap v74: 97 pgs: 97 active+clean; 329 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.1 MiB/s wr, 608 op/s 2023-12-18T17:06:29.432 INFO:teuthology.orchestra.run.smithi007.stdout: 5 66232 8.11 MB/sec execute 110 sec latency 138.185 ms 2023-12-18T17:06:30.432 INFO:teuthology.orchestra.run.smithi007.stdout: 5 66623 8.13 MB/sec execute 111 sec latency 179.418 ms 2023-12-18T17:06:31.432 INFO:teuthology.orchestra.run.smithi007.stdout: 5 66967 8.16 MB/sec execute 112 sec latency 129.826 ms 2023-12-18T17:06:31.481 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:06:31 smithi007 ceph-mon[107711]: pgmap v75: 97 pgs: 97 active+clean; 329 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.6 MiB/s wr, 348 op/s 2023-12-18T17:06:31.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:06:31 smithi031 ceph-mon[110581]: pgmap v75: 97 pgs: 97 active+clean; 329 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.6 MiB/s wr, 348 op/s 2023-12-18T17:06:32.432 INFO:teuthology.orchestra.run.smithi007.stdout: 5 67243 8.19 MB/sec execute 113 sec latency 126.320 ms 2023-12-18T17:06:33.432 INFO:teuthology.orchestra.run.smithi007.stdout: 5 67567 8.21 MB/sec execute 114 sec latency 126.567 ms 2023-12-18T17:06:33.506 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:06:33 smithi007 ceph-mon[107711]: pgmap v76: 97 pgs: 97 active+clean; 329 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.6 MiB/s wr, 348 op/s 2023-12-18T17:06:33.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:06:33 smithi031 ceph-mon[110581]: pgmap v76: 97 pgs: 97 active+clean; 329 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.6 MiB/s wr, 348 op/s 2023-12-18T17:06:34.432 INFO:teuthology.orchestra.run.smithi007.stdout: 5 67844 8.17 MB/sec execute 115 sec latency 132.328 ms 2023-12-18T17:06:35.432 INFO:teuthology.orchestra.run.smithi007.stdout: 5 68136 8.16 MB/sec execute 116 sec latency 129.834 ms 2023-12-18T17:06:36.350 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:06:36 smithi007 ceph-mon[107711]: pgmap v77: 97 pgs: 97 active+clean; 330 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.9 MiB/s wr, 545 op/s 2023-12-18T17:06:36.432 INFO:teuthology.orchestra.run.smithi007.stdout: 5 68490 8.21 MB/sec execute 117 sec latency 129.679 ms 2023-12-18T17:06:36.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:06:36 smithi031 ceph-mon[110581]: pgmap v77: 97 pgs: 97 active+clean; 330 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.9 MiB/s wr, 545 op/s 2023-12-18T17:06:37.366 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:06:37 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:06:37.442 INFO:teuthology.orchestra.run.smithi007.stdout: 5 68819 8.15 MB/sec execute 118 sec latency 135.450 ms 2023-12-18T17:06:37.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:06:37 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:06:38.380 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:06:38 smithi007 ceph-mon[107711]: pgmap v78: 97 pgs: 97 active+clean; 330 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.7 MiB/s wr, 380 op/s 2023-12-18T17:06:38.443 INFO:teuthology.orchestra.run.smithi007.stdout: 5 69233 8.15 MB/sec execute 119 sec latency 87.167 ms 2023-12-18T17:06:38.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:06:38 smithi031 ceph-mon[110581]: pgmap v78: 97 pgs: 97 active+clean; 330 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.7 MiB/s wr, 380 op/s 2023-12-18T17:06:39.443 INFO:teuthology.orchestra.run.smithi007.stdout: 5 69588 8.19 MB/sec execute 120 sec latency 109.421 ms 2023-12-18T17:06:40.417 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:06:40 smithi007 ceph-mon[107711]: pgmap v79: 97 pgs: 97 active+clean; 324 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.5 MiB/s wr, 577 op/s 2023-12-18T17:06:40.454 INFO:teuthology.orchestra.run.smithi007.stdout: 5 70011 8.22 MB/sec execute 121 sec latency 133.259 ms 2023-12-18T17:06:40.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:06:40 smithi031 ceph-mon[110581]: pgmap v79: 97 pgs: 97 active+clean; 324 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.5 MiB/s wr, 577 op/s 2023-12-18T17:06:41.458 INFO:teuthology.orchestra.run.smithi007.stdout: 5 70407 8.28 MB/sec execute 122 sec latency 133.014 ms 2023-12-18T17:06:42.452 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:06:42 smithi007 ceph-mon[107711]: pgmap v80: 97 pgs: 97 active+clean; 324 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.1 MiB/s wr, 392 op/s 2023-12-18T17:06:42.456 INFO:teuthology.orchestra.run.smithi007.stdout: 5 70673 8.28 MB/sec execute 123 sec latency 126.763 ms 2023-12-18T17:06:42.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:06:42 smithi031 ceph-mon[110581]: pgmap v80: 97 pgs: 97 active+clean; 324 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.1 MiB/s wr, 392 op/s 2023-12-18T17:06:43.456 INFO:teuthology.orchestra.run.smithi007.stdout: 5 70907 8.24 MB/sec execute 124 sec latency 143.578 ms 2023-12-18T17:06:44.217 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:06:44 smithi007 ceph-mon[107711]: pgmap v81: 97 pgs: 97 active+clean; 324 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.1 MiB/s wr, 392 op/s 2023-12-18T17:06:44.456 INFO:teuthology.orchestra.run.smithi007.stdout: 5 71156 8.20 MB/sec execute 125 sec latency 126.762 ms 2023-12-18T17:06:44.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:06:44 smithi031 ceph-mon[110581]: pgmap v81: 97 pgs: 97 active+clean; 324 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.1 MiB/s wr, 392 op/s 2023-12-18T17:06:45.462 INFO:teuthology.orchestra.run.smithi007.stdout: 5 71422 8.21 MB/sec execute 126 sec latency 217.553 ms 2023-12-18T17:06:46.254 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:06:46 smithi007 ceph-mon[107711]: pgmap v82: 97 pgs: 97 active+clean; 329 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.5 MiB/s wr, 609 op/s 2023-12-18T17:06:46.462 INFO:teuthology.orchestra.run.smithi007.stdout: 5 71634 8.19 MB/sec execute 127 sec latency 143.199 ms 2023-12-18T17:06:46.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:06:46 smithi031 ceph-mon[110581]: pgmap v82: 97 pgs: 97 active+clean; 329 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.5 MiB/s wr, 609 op/s 2023-12-18T17:06:47.462 INFO:teuthology.orchestra.run.smithi007.stdout: 5 71999 8.24 MB/sec execute 128 sec latency 120.419 ms 2023-12-18T17:06:48.011 INFO:teuthology.orchestra.run.smithi007.stdout:true 2023-12-18T17:06:48.295 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:06:48 smithi007 ceph-mon[107711]: pgmap v83: 97 pgs: 97 active+clean; 329 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.2 MiB/s wr, 412 op/s 2023-12-18T17:06:48.462 INFO:teuthology.orchestra.run.smithi007.stdout: 5 72293 8.20 MB/sec execute 129 sec latency 133.207 ms 2023-12-18T17:06:48.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:06:48 smithi031 ceph-mon[110581]: pgmap v83: 97 pgs: 97 active+clean; 329 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.2 MiB/s wr, 412 op/s 2023-12-18T17:06:49.038 INFO:teuthology.orchestra.run.smithi007.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T17:06:49.038 INFO:teuthology.orchestra.run.smithi007.stdout:alertmanager.smithi007 smithi007 *:9093,9094 starting - - - - 2023-12-18T17:06:49.038 INFO:teuthology.orchestra.run.smithi007.stdout:crash.smithi007 smithi007 running (8m) 2m ago 8m 7013k - 17.2.0 e1d6a67b021e b98c7350ba9d 2023-12-18T17:06:49.039 INFO:teuthology.orchestra.run.smithi007.stdout:crash.smithi031 smithi031 running (8m) 2m ago 8m 7168k - 17.2.0 e1d6a67b021e 6e652ab6d5c7 2023-12-18T17:06:49.039 INFO:teuthology.orchestra.run.smithi007.stdout:grafana.smithi007 smithi007 *:3000 starting - - - - 2023-12-18T17:06:49.039 INFO:teuthology.orchestra.run.smithi007.stdout:mds.foofs.smithi007.fgcett smithi007 running (4m) 2m ago 4m 34.1M - 17.2.0 e1d6a67b021e 9e99ad85d62a 2023-12-18T17:06:49.039 INFO:teuthology.orchestra.run.smithi007.stdout:mds.foofs.smithi031.rahkbl smithi031 running (4m) 2m ago 4m 14.0M - 17.2.0 e1d6a67b021e 0a2207cbed37 2023-12-18T17:06:49.039 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.smithi007.pgbvqi smithi007 *:9283 running (9m) 2m ago 9m 381M - 17.2.0 e1d6a67b021e 276b5b4d812e 2023-12-18T17:06:49.039 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.smithi031.uwevhd smithi031 *:8443,9283 running (2m) 2m ago 8m 497M - 19.0.0-303-g861525e2 4fb1f853d261 020ffbf0a895 2023-12-18T17:06:49.039 INFO:teuthology.orchestra.run.smithi007.stdout:mon.smithi007 smithi007 running (9m) 2m ago 9m 89.3M 2048M 17.2.0 e1d6a67b021e c0c6f22c01b9 2023-12-18T17:06:49.039 INFO:teuthology.orchestra.run.smithi007.stdout:mon.smithi031 smithi031 running (8m) 2m ago 8m 59.6M 2048M 17.2.0 e1d6a67b021e 6bf2903ef904 2023-12-18T17:06:49.039 INFO:teuthology.orchestra.run.smithi007.stdout:nfs.foo.0.0.smithi007.kodqey smithi007 *:2049 running (4m) 2m ago 4m 258M - 4.0 e1d6a67b021e 39e90cd2b539 2023-12-18T17:06:49.039 INFO:teuthology.orchestra.run.smithi007.stdout:nfs.foo.1.0.smithi031.xihvpr smithi031 *:2049 running (4m) 2m ago 4m 78.5M - 4.0 e1d6a67b021e bb63cdf69b92 2023-12-18T17:06:49.039 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.smithi007 smithi007 *:9100 starting - - - - 2023-12-18T17:06:49.039 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.smithi031 smithi031 *:9100 starting - - - - 2023-12-18T17:06:49.039 INFO:teuthology.orchestra.run.smithi007.stdout:osd.0 smithi007 running (7m) 2m ago 7m 494M 1945M 17.2.0 e1d6a67b021e d29234845ce3 2023-12-18T17:06:49.039 INFO:teuthology.orchestra.run.smithi007.stdout:osd.1 smithi007 running (7m) 2m ago 7m 346M 1945M 17.2.0 e1d6a67b021e 288ddbc0ff5a 2023-12-18T17:06:49.040 INFO:teuthology.orchestra.run.smithi007.stdout:osd.2 smithi007 running (6m) 2m ago 6m 181M 1945M 17.2.0 e1d6a67b021e e138c3dd258e 2023-12-18T17:06:49.040 INFO:teuthology.orchestra.run.smithi007.stdout:osd.3 smithi007 running (6m) 2m ago 6m 441M 1945M 17.2.0 e1d6a67b021e 832893cb9939 2023-12-18T17:06:49.040 INFO:teuthology.orchestra.run.smithi007.stdout:osd.4 smithi031 running (6m) 2m ago 6m 405M 2713M 17.2.0 e1d6a67b021e 14f9f81d9443 2023-12-18T17:06:49.040 INFO:teuthology.orchestra.run.smithi007.stdout:osd.5 smithi031 running (6m) 2m ago 6m 403M 2713M 17.2.0 e1d6a67b021e fe2613cb7bf7 2023-12-18T17:06:49.040 INFO:teuthology.orchestra.run.smithi007.stdout:osd.6 smithi031 running (5m) 2m ago 5m 349M 2713M 17.2.0 e1d6a67b021e 772a5776beb7 2023-12-18T17:06:49.040 INFO:teuthology.orchestra.run.smithi007.stdout:osd.7 smithi031 running (5m) 2m ago 5m 692M 2713M 17.2.0 e1d6a67b021e 8b09d3849837 2023-12-18T17:06:49.040 INFO:teuthology.orchestra.run.smithi007.stdout:prometheus.smithi007 smithi007 *:9095 starting - - - - 2023-12-18T17:06:49.310 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:06:49 smithi007 ceph-mon[107711]: from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:06:49.462 INFO:teuthology.orchestra.run.smithi007.stdout: 5 72593 8.15 MB/sec execute 130 sec latency 126.784 ms 2023-12-18T17:06:49.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:06:49 smithi031 ceph-mon[110581]: from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:06:49.601 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2023-12-18T17:06:49.601 INFO:teuthology.orchestra.run.smithi007.stdout: "mon": { 2023-12-18T17:06:49.601 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T17:06:49.602 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2023-12-18T17:06:49.602 INFO:teuthology.orchestra.run.smithi007.stdout: "mgr": { 2023-12-18T17:06:49.602 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-18T17:06:49.602 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T17:06:49.602 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2023-12-18T17:06:49.602 INFO:teuthology.orchestra.run.smithi007.stdout: "osd": { 2023-12-18T17:06:49.602 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-18T17:06:49.602 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2023-12-18T17:06:49.602 INFO:teuthology.orchestra.run.smithi007.stdout: "mds": { 2023-12-18T17:06:49.602 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T17:06:49.602 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2023-12-18T17:06:49.602 INFO:teuthology.orchestra.run.smithi007.stdout: "overall": { 2023-12-18T17:06:49.602 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-18T17:06:49.603 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T17:06:49.603 INFO:teuthology.orchestra.run.smithi007.stdout: } 2023-12-18T17:06:49.603 INFO:teuthology.orchestra.run.smithi007.stdout:} 2023-12-18T17:06:50.091 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2023-12-18T17:06:50.092 INFO:teuthology.orchestra.run.smithi007.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e", 2023-12-18T17:06:50.092 INFO:teuthology.orchestra.run.smithi007.stdout: "in_progress": true, 2023-12-18T17:06:50.092 INFO:teuthology.orchestra.run.smithi007.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-18T17:06:50.092 INFO:teuthology.orchestra.run.smithi007.stdout: "services_complete": [], 2023-12-18T17:06:50.092 INFO:teuthology.orchestra.run.smithi007.stdout: "progress": "1/23 daemons upgraded", 2023-12-18T17:06:50.092 INFO:teuthology.orchestra.run.smithi007.stdout: "message": "Currently upgrading mgr daemons", 2023-12-18T17:06:50.092 INFO:teuthology.orchestra.run.smithi007.stdout: "is_paused": false 2023-12-18T17:06:50.092 INFO:teuthology.orchestra.run.smithi007.stdout:} 2023-12-18T17:06:50.340 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:06:50 smithi007 ceph-mon[107711]: pgmap v84: 97 pgs: 97 active+clean; 327 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.9 MiB/s wr, 577 op/s 2023-12-18T17:06:50.340 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:06:50 smithi007 ceph-mon[107711]: from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:06:50.340 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:06:50 smithi007 ceph-mon[107711]: from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:06:50.340 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:06:50 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/366522876' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T17:06:50.462 INFO:teuthology.orchestra.run.smithi007.stdout: 5 72885 8.14 MB/sec execute 131 sec latency 139.869 ms 2023-12-18T17:06:50.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:06:50 smithi031 ceph-mon[110581]: pgmap v84: 97 pgs: 97 active+clean; 327 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.9 MiB/s wr, 577 op/s 2023-12-18T17:06:50.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:06:50 smithi031 ceph-mon[110581]: from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:06:50.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:06:50 smithi031 ceph-mon[110581]: from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:06:50.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:06:50 smithi031 ceph-mon[110581]: from='client.? 172.21.15.7:0/366522876' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T17:06:50.643 INFO:teuthology.orchestra.run.smithi007.stdout:HEALTH_OK 2023-12-18T17:06:51.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:06:51 smithi007 ceph-mon[107711]: from='client.24573 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:06:51.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:06:51 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/1157322486' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T17:06:51.463 INFO:teuthology.orchestra.run.smithi007.stdout: 5 73163 8.14 MB/sec execute 132 sec latency 132.879 ms 2023-12-18T17:06:51.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:06:51 smithi031 ceph-mon[110581]: from='client.24573 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:06:51.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:06:51 smithi031 ceph-mon[110581]: from='client.? 172.21.15.7:0/1157322486' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T17:06:52.394 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:06:52 smithi007 ceph-mon[107711]: pgmap v85: 97 pgs: 97 active+clean; 327 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 380 op/s 2023-12-18T17:06:52.394 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:06:52 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:06:52.470 INFO:teuthology.orchestra.run.smithi007.stdout: 5 73473 8.17 MB/sec execute 133 sec latency 135.451 ms 2023-12-18T17:06:52.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:06:52 smithi031 ceph-mon[110581]: pgmap v85: 97 pgs: 97 active+clean; 327 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 380 op/s 2023-12-18T17:06:52.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:06:52 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:06:53.470 INFO:teuthology.orchestra.run.smithi007.stdout: 5 73791 8.19 MB/sec execute 134 sec latency 123.836 ms 2023-12-18T17:06:54.470 INFO:teuthology.orchestra.run.smithi007.stdout: 5 74120 8.22 MB/sec execute 135 sec latency 130.242 ms 2023-12-18T17:06:54.475 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:06:54 smithi007 ceph-mon[107711]: pgmap v86: 97 pgs: 97 active+clean; 327 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 380 op/s 2023-12-18T17:06:54.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:06:54 smithi031 ceph-mon[110581]: pgmap v86: 97 pgs: 97 active+clean; 327 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 380 op/s 2023-12-18T17:06:55.470 INFO:teuthology.orchestra.run.smithi007.stdout: 5 74424 8.22 MB/sec execute 136 sec latency 126.817 ms 2023-12-18T17:06:56.483 INFO:teuthology.orchestra.run.smithi007.stdout: 5 74657 8.20 MB/sec execute 137 sec latency 122.432 ms 2023-12-18T17:06:56.511 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:06:56 smithi007 ceph-mon[107711]: pgmap v87: 97 pgs: 97 active+clean; 328 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.7 MiB/s wr, 554 op/s 2023-12-18T17:06:56.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:06:56 smithi031 ceph-mon[110581]: pgmap v87: 97 pgs: 97 active+clean; 328 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.7 MiB/s wr, 554 op/s 2023-12-18T17:06:57.487 INFO:teuthology.orchestra.run.smithi007.stdout: 5 74971 8.20 MB/sec execute 138 sec latency 141.085 ms 2023-12-18T17:06:58.487 INFO:teuthology.orchestra.run.smithi007.stdout: 5 75266 8.21 MB/sec execute 139 sec latency 126.018 ms 2023-12-18T17:06:58.552 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:06:58 smithi007 ceph-mon[107711]: pgmap v88: 97 pgs: 97 active+clean; 328 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.3 MiB/s wr, 337 op/s 2023-12-18T17:06:58.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:06:58 smithi031 ceph-mon[110581]: pgmap v88: 97 pgs: 97 active+clean; 328 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.3 MiB/s wr, 337 op/s 2023-12-18T17:06:59.487 INFO:teuthology.orchestra.run.smithi007.stdout: 5 75527 8.18 MB/sec execute 140 sec latency 132.916 ms 2023-12-18T17:07:00.494 INFO:teuthology.orchestra.run.smithi007.stdout: 5 75837 8.18 MB/sec execute 141 sec latency 117.695 ms 2023-12-18T17:07:00.581 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:07:00 smithi007 ceph-mon[107711]: pgmap v89: 97 pgs: 97 active+clean; 337 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.4 MiB/s wr, 508 op/s 2023-12-18T17:07:00.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:07:00 smithi031 ceph-mon[110581]: pgmap v89: 97 pgs: 97 active+clean; 337 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.4 MiB/s wr, 508 op/s 2023-12-18T17:07:01.504 INFO:teuthology.orchestra.run.smithi007.stdout: 5 76124 8.14 MB/sec execute 142 sec latency 123.951 ms 2023-12-18T17:07:02.387 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:07:02 smithi007 ceph-mon[107711]: pgmap v90: 97 pgs: 97 active+clean; 337 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.7 MiB/s wr, 344 op/s 2023-12-18T17:07:02.508 INFO:teuthology.orchestra.run.smithi007.stdout: 5 76404 8.13 MB/sec execute 143 sec latency 140.128 ms 2023-12-18T17:07:02.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:07:02 smithi031 ceph-mon[110581]: pgmap v90: 97 pgs: 97 active+clean; 337 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.7 MiB/s wr, 344 op/s 2023-12-18T17:07:03.508 INFO:teuthology.orchestra.run.smithi007.stdout: 5 76686 8.13 MB/sec execute 144 sec latency 140.004 ms 2023-12-18T17:07:04.415 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:07:04 smithi007 ceph-mon[107711]: pgmap v91: 97 pgs: 97 active+clean; 337 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.7 MiB/s wr, 344 op/s 2023-12-18T17:07:04.515 INFO:teuthology.orchestra.run.smithi007.stdout: 5 77017 8.14 MB/sec execute 145 sec latency 127.351 ms 2023-12-18T17:07:04.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:07:04 smithi031 ceph-mon[110581]: pgmap v91: 97 pgs: 97 active+clean; 337 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.7 MiB/s wr, 344 op/s 2023-12-18T17:07:05.508 INFO:teuthology.orchestra.run.smithi007.stdout: 5 77384 8.17 MB/sec execute 146 sec latency 131.045 ms 2023-12-18T17:07:06.450 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:07:06 smithi007 ceph-mon[107711]: pgmap v92: 97 pgs: 97 active+clean; 326 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 525 op/s 2023-12-18T17:07:06.508 INFO:teuthology.orchestra.run.smithi007.stdout: 5 77686 8.18 MB/sec execute 147 sec latency 126.234 ms 2023-12-18T17:07:06.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:07:06 smithi031 ceph-mon[110581]: pgmap v92: 97 pgs: 97 active+clean; 326 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 525 op/s 2023-12-18T17:07:07.485 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:07:07 smithi007 ceph-mon[107711]: pgmap v93: 97 pgs: 97 active+clean; 326 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.5 MiB/s wr, 352 op/s 2023-12-18T17:07:07.485 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:07:07 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:07:07.508 INFO:teuthology.orchestra.run.smithi007.stdout: 5 77921 8.18 MB/sec execute 148 sec latency 130.002 ms 2023-12-18T17:07:07.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:07:07 smithi031 ceph-mon[110581]: pgmap v93: 97 pgs: 97 active+clean; 326 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.5 MiB/s wr, 352 op/s 2023-12-18T17:07:07.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:07:07 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:07:08.508 INFO:teuthology.orchestra.run.smithi007.stdout: 5 78211 8.19 MB/sec execute 149 sec latency 130.036 ms 2023-12-18T17:07:09.516 INFO:teuthology.orchestra.run.smithi007.stdout: 5 78518 8.20 MB/sec execute 150 sec latency 129.616 ms 2023-12-18T17:07:10.288 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:07:10 smithi007 ceph-mon[107711]: pgmap v94: 97 pgs: 97 active+clean; 331 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.5 MiB/s wr, 529 op/s 2023-12-18T17:07:10.516 INFO:teuthology.orchestra.run.smithi007.stdout: 5 78772 8.19 MB/sec execute 151 sec latency 129.766 ms 2023-12-18T17:07:10.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:07:10 smithi031 ceph-mon[110581]: pgmap v94: 97 pgs: 97 active+clean; 331 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.5 MiB/s wr, 529 op/s 2023-12-18T17:07:11.516 INFO:teuthology.orchestra.run.smithi007.stdout: 5 78994 8.15 MB/sec execute 152 sec latency 129.746 ms 2023-12-18T17:07:12.341 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:07:12 smithi007 ceph-mon[107711]: pgmap v95: 97 pgs: 97 active+clean; 331 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.5 MiB/s wr, 357 op/s 2023-12-18T17:07:12.516 INFO:teuthology.orchestra.run.smithi007.stdout: 5 79364 8.14 MB/sec execute 153 sec latency 127.019 ms 2023-12-18T17:07:12.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:07:12 smithi031 ceph-mon[110581]: pgmap v95: 97 pgs: 97 active+clean; 331 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.5 MiB/s wr, 357 op/s 2023-12-18T17:07:13.516 INFO:teuthology.orchestra.run.smithi007.stdout: 5 79687 8.13 MB/sec execute 154 sec latency 114.249 ms 2023-12-18T17:07:14.364 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:07:14 smithi007 ceph-mon[107711]: pgmap v96: 97 pgs: 97 active+clean; 331 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.5 MiB/s wr, 357 op/s 2023-12-18T17:07:14.523 INFO:teuthology.orchestra.run.smithi007.stdout: 5 80034 8.14 MB/sec execute 155 sec latency 129.709 ms 2023-12-18T17:07:14.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:07:14 smithi031 ceph-mon[110581]: pgmap v96: 97 pgs: 97 active+clean; 331 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.5 MiB/s wr, 357 op/s 2023-12-18T17:07:15.523 INFO:teuthology.orchestra.run.smithi007.stdout: 5 80387 8.15 MB/sec execute 156 sec latency 113.408 ms 2023-12-18T17:07:16.414 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:07:16 smithi007 ceph-mon[107711]: pgmap v97: 97 pgs: 97 active+clean; 331 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.3 MiB/s wr, 537 op/s 2023-12-18T17:07:16.523 INFO:teuthology.orchestra.run.smithi007.stdout: 5 80767 8.16 MB/sec execute 157 sec latency 127.671 ms 2023-12-18T17:07:16.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:07:16 smithi031 ceph-mon[110581]: pgmap v97: 97 pgs: 97 active+clean; 331 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.3 MiB/s wr, 537 op/s 2023-12-18T17:07:17.523 INFO:teuthology.orchestra.run.smithi007.stdout: 5 81008 8.16 MB/sec execute 158 sec latency 124.580 ms 2023-12-18T17:07:18.459 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:07:18 smithi007 ceph-mon[107711]: pgmap v98: 97 pgs: 97 active+clean; 331 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.8 MiB/s wr, 356 op/s 2023-12-18T17:07:18.523 INFO:teuthology.orchestra.run.smithi007.stdout: 5 81300 8.18 MB/sec execute 159 sec latency 140.391 ms 2023-12-18T17:07:18.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:07:18 smithi031 ceph-mon[110581]: pgmap v98: 97 pgs: 97 active+clean; 331 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.8 MiB/s wr, 356 op/s 2023-12-18T17:07:19.524 INFO:teuthology.orchestra.run.smithi007.stdout: 5 81567 8.19 MB/sec execute 160 sec latency 125.350 ms 2023-12-18T17:07:20.253 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:07:20 smithi007 ceph-mon[107711]: pgmap v99: 97 pgs: 97 active+clean; 331 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.8 MiB/s wr, 553 op/s 2023-12-18T17:07:20.523 INFO:teuthology.orchestra.run.smithi007.stdout: 5 81852 8.20 MB/sec execute 161 sec latency 134.268 ms 2023-12-18T17:07:20.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:07:20 smithi031 ceph-mon[110581]: pgmap v99: 97 pgs: 97 active+clean; 331 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.8 MiB/s wr, 553 op/s 2023-12-18T17:07:21.164 INFO:teuthology.orchestra.run.smithi007.stdout:true 2023-12-18T17:07:21.523 INFO:teuthology.orchestra.run.smithi007.stdout: 5 82066 8.19 MB/sec execute 162 sec latency 123.970 ms 2023-12-18T17:07:22.189 INFO:teuthology.orchestra.run.smithi007.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T17:07:22.189 INFO:teuthology.orchestra.run.smithi007.stdout:alertmanager.smithi007 smithi007 *:9093,9094 starting - - - - 2023-12-18T17:07:22.189 INFO:teuthology.orchestra.run.smithi007.stdout:crash.smithi007 smithi007 running (9m) 3m ago 9m 7013k - 17.2.0 e1d6a67b021e b98c7350ba9d 2023-12-18T17:07:22.189 INFO:teuthology.orchestra.run.smithi007.stdout:crash.smithi031 smithi031 running (8m) 3m ago 8m 7168k - 17.2.0 e1d6a67b021e 6e652ab6d5c7 2023-12-18T17:07:22.189 INFO:teuthology.orchestra.run.smithi007.stdout:grafana.smithi007 smithi007 *:3000 starting - - - - 2023-12-18T17:07:22.189 INFO:teuthology.orchestra.run.smithi007.stdout:mds.foofs.smithi007.fgcett smithi007 running (5m) 3m ago 5m 34.1M - 17.2.0 e1d6a67b021e 9e99ad85d62a 2023-12-18T17:07:22.189 INFO:teuthology.orchestra.run.smithi007.stdout:mds.foofs.smithi031.rahkbl smithi031 running (5m) 3m ago 5m 14.0M - 17.2.0 e1d6a67b021e 0a2207cbed37 2023-12-18T17:07:22.189 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.smithi007.pgbvqi smithi007 *:9283 running (10m) 3m ago 10m 381M - 17.2.0 e1d6a67b021e 276b5b4d812e 2023-12-18T17:07:22.189 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.smithi031.uwevhd smithi031 *:8443,9283 running (3m) 3m ago 8m 497M - 19.0.0-303-g861525e2 4fb1f853d261 020ffbf0a895 2023-12-18T17:07:22.189 INFO:teuthology.orchestra.run.smithi007.stdout:mon.smithi007 smithi007 running (10m) 3m ago 10m 89.3M 2048M 17.2.0 e1d6a67b021e c0c6f22c01b9 2023-12-18T17:07:22.189 INFO:teuthology.orchestra.run.smithi007.stdout:mon.smithi031 smithi031 running (8m) 3m ago 8m 59.6M 2048M 17.2.0 e1d6a67b021e 6bf2903ef904 2023-12-18T17:07:22.190 INFO:teuthology.orchestra.run.smithi007.stdout:nfs.foo.0.0.smithi007.kodqey smithi007 *:2049 running (4m) 3m ago 4m 258M - 4.0 e1d6a67b021e 39e90cd2b539 2023-12-18T17:07:22.190 INFO:teuthology.orchestra.run.smithi007.stdout:nfs.foo.1.0.smithi031.xihvpr smithi031 *:2049 running (4m) 3m ago 4m 78.5M - 4.0 e1d6a67b021e bb63cdf69b92 2023-12-18T17:07:22.190 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.smithi007 smithi007 *:9100 starting - - - - 2023-12-18T17:07:22.190 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.smithi031 smithi031 *:9100 starting - - - - 2023-12-18T17:07:22.190 INFO:teuthology.orchestra.run.smithi007.stdout:osd.0 smithi007 running (8m) 3m ago 8m 494M 1945M 17.2.0 e1d6a67b021e d29234845ce3 2023-12-18T17:07:22.190 INFO:teuthology.orchestra.run.smithi007.stdout:osd.1 smithi007 running (7m) 3m ago 7m 346M 1945M 17.2.0 e1d6a67b021e 288ddbc0ff5a 2023-12-18T17:07:22.190 INFO:teuthology.orchestra.run.smithi007.stdout:osd.2 smithi007 running (7m) 3m ago 7m 181M 1945M 17.2.0 e1d6a67b021e e138c3dd258e 2023-12-18T17:07:22.191 INFO:teuthology.orchestra.run.smithi007.stdout:osd.3 smithi007 running (7m) 3m ago 7m 441M 1945M 17.2.0 e1d6a67b021e 832893cb9939 2023-12-18T17:07:22.191 INFO:teuthology.orchestra.run.smithi007.stdout:osd.4 smithi031 running (6m) 3m ago 6m 405M 2713M 17.2.0 e1d6a67b021e 14f9f81d9443 2023-12-18T17:07:22.191 INFO:teuthology.orchestra.run.smithi007.stdout:osd.5 smithi031 running (6m) 3m ago 6m 403M 2713M 17.2.0 e1d6a67b021e fe2613cb7bf7 2023-12-18T17:07:22.191 INFO:teuthology.orchestra.run.smithi007.stdout:osd.6 smithi031 running (6m) 3m ago 6m 349M 2713M 17.2.0 e1d6a67b021e 772a5776beb7 2023-12-18T17:07:22.191 INFO:teuthology.orchestra.run.smithi007.stdout:osd.7 smithi031 running (5m) 3m ago 5m 692M 2713M 17.2.0 e1d6a67b021e 8b09d3849837 2023-12-18T17:07:22.191 INFO:teuthology.orchestra.run.smithi007.stdout:prometheus.smithi007 smithi007 *:9095 starting - - - - 2023-12-18T17:07:22.317 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:07:22 smithi007 ceph-mon[107711]: pgmap v100: 97 pgs: 97 active+clean; 331 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.7 MiB/s wr, 376 op/s 2023-12-18T17:07:22.317 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:07:22 smithi007 ceph-mon[107711]: from='client.24575 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:07:22.317 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:07:22 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:07:22.523 INFO:teuthology.orchestra.run.smithi007.stdout: 5 82250 8.15 MB/sec execute 163 sec latency 210.308 ms 2023-12-18T17:07:22.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:07:22 smithi031 ceph-mon[110581]: pgmap v100: 97 pgs: 97 active+clean; 331 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.7 MiB/s wr, 376 op/s 2023-12-18T17:07:22.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:07:22 smithi031 ceph-mon[110581]: from='client.24575 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:07:22.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:07:22 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:07:22.763 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2023-12-18T17:07:22.763 INFO:teuthology.orchestra.run.smithi007.stdout: "mon": { 2023-12-18T17:07:22.763 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T17:07:22.763 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2023-12-18T17:07:22.763 INFO:teuthology.orchestra.run.smithi007.stdout: "mgr": { 2023-12-18T17:07:22.763 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-18T17:07:22.763 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T17:07:22.763 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2023-12-18T17:07:22.763 INFO:teuthology.orchestra.run.smithi007.stdout: "osd": { 2023-12-18T17:07:22.763 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-18T17:07:22.763 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2023-12-18T17:07:22.764 INFO:teuthology.orchestra.run.smithi007.stdout: "mds": { 2023-12-18T17:07:22.764 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T17:07:22.764 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2023-12-18T17:07:22.764 INFO:teuthology.orchestra.run.smithi007.stdout: "overall": { 2023-12-18T17:07:22.764 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-18T17:07:22.764 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T17:07:22.764 INFO:teuthology.orchestra.run.smithi007.stdout: } 2023-12-18T17:07:22.764 INFO:teuthology.orchestra.run.smithi007.stdout:} 2023-12-18T17:07:23.286 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2023-12-18T17:07:23.286 INFO:teuthology.orchestra.run.smithi007.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e", 2023-12-18T17:07:23.286 INFO:teuthology.orchestra.run.smithi007.stdout: "in_progress": true, 2023-12-18T17:07:23.287 INFO:teuthology.orchestra.run.smithi007.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-18T17:07:23.287 INFO:teuthology.orchestra.run.smithi007.stdout: "services_complete": [], 2023-12-18T17:07:23.287 INFO:teuthology.orchestra.run.smithi007.stdout: "progress": "1/23 daemons upgraded", 2023-12-18T17:07:23.287 INFO:teuthology.orchestra.run.smithi007.stdout: "message": "Currently upgrading mgr daemons", 2023-12-18T17:07:23.287 INFO:teuthology.orchestra.run.smithi007.stdout: "is_paused": false 2023-12-18T17:07:23.287 INFO:teuthology.orchestra.run.smithi007.stdout:} 2023-12-18T17:07:23.325 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:07:23 smithi007 ceph-mon[107711]: from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:07:23.325 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:07:23 smithi007 ceph-mon[107711]: from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:07:23.325 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:07:23 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/3741241324' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T17:07:23.523 INFO:teuthology.orchestra.run.smithi007.stdout: 5 82497 8.13 MB/sec execute 164 sec latency 126.893 ms 2023-12-18T17:07:23.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:07:23 smithi031 ceph-mon[110581]: from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:07:23.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:07:23 smithi031 ceph-mon[110581]: from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:07:23.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:07:23 smithi031 ceph-mon[110581]: from='client.? 172.21.15.7:0/3741241324' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T17:07:23.920 INFO:teuthology.orchestra.run.smithi007.stdout:HEALTH_OK 2023-12-18T17:07:24.352 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:07:24 smithi007 ceph-mon[107711]: pgmap v101: 97 pgs: 97 active+clean; 331 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.7 MiB/s wr, 376 op/s 2023-12-18T17:07:24.352 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:07:24 smithi007 ceph-mon[107711]: from='client.24587 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:07:24.353 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:07:24 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/804644586' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T17:07:24.526 INFO:teuthology.orchestra.run.smithi007.stdout: 5 82760 8.10 MB/sec execute 165 sec latency 95.085 ms 2023-12-18T17:07:24.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:07:24 smithi031 ceph-mon[110581]: pgmap v101: 97 pgs: 97 active+clean; 331 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.7 MiB/s wr, 376 op/s 2023-12-18T17:07:24.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:07:24 smithi031 ceph-mon[110581]: from='client.24587 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:07:24.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:07:24 smithi031 ceph-mon[110581]: from='client.? 172.21.15.7:0/804644586' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T17:07:25.524 INFO:teuthology.orchestra.run.smithi007.stdout: 5 83046 8.10 MB/sec execute 166 sec latency 134.165 ms 2023-12-18T17:07:26.397 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:07:26 smithi007 ceph-mon[107711]: pgmap v102: 97 pgs: 97 active+clean; 337 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.6 MiB/s wr, 527 op/s 2023-12-18T17:07:26.526 INFO:teuthology.orchestra.run.smithi007.stdout: 5 83336 8.10 MB/sec execute 167 sec latency 111.014 ms 2023-12-18T17:07:26.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:07:26 smithi031 ceph-mon[110581]: pgmap v102: 97 pgs: 97 active+clean; 337 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.6 MiB/s wr, 527 op/s 2023-12-18T17:07:27.530 INFO:teuthology.orchestra.run.smithi007.stdout: 5 83699 8.11 MB/sec execute 168 sec latency 130.456 ms 2023-12-18T17:07:28.426 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:07:28 smithi007 ceph-mon[107711]: pgmap v103: 97 pgs: 97 active+clean; 337 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.8 MiB/s wr, 347 op/s 2023-12-18T17:07:28.529 INFO:teuthology.orchestra.run.smithi007.stdout: 5 84119 8.11 MB/sec execute 169 sec latency 130.452 ms 2023-12-18T17:07:28.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:07:28 smithi031 ceph-mon[110581]: pgmap v103: 97 pgs: 97 active+clean; 337 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.8 MiB/s wr, 347 op/s 2023-12-18T17:07:29.529 INFO:teuthology.orchestra.run.smithi007.stdout: 5 84383 8.11 MB/sec execute 170 sec latency 124.013 ms 2023-12-18T17:07:30.493 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:07:30 smithi007 ceph-mon[107711]: pgmap v104: 97 pgs: 97 active+clean; 326 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.2 MiB/s wr, 524 op/s 2023-12-18T17:07:30.529 INFO:teuthology.orchestra.run.smithi007.stdout: 5 84690 8.13 MB/sec execute 171 sec latency 141.158 ms 2023-12-18T17:07:30.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:07:30 smithi031 ceph-mon[110581]: pgmap v104: 97 pgs: 97 active+clean; 326 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.2 MiB/s wr, 524 op/s 2023-12-18T17:07:31.529 INFO:teuthology.orchestra.run.smithi007.stdout: 5 85015 8.16 MB/sec execute 172 sec latency 129.750 ms 2023-12-18T17:07:32.284 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:07:32 smithi007 ceph-mon[107711]: pgmap v105: 97 pgs: 97 active+clean; 326 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.2 MiB/s wr, 327 op/s 2023-12-18T17:07:32.529 INFO:teuthology.orchestra.run.smithi007.stdout: 5 85356 8.18 MB/sec execute 173 sec latency 145.474 ms 2023-12-18T17:07:32.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:07:32 smithi031 ceph-mon[110581]: pgmap v105: 97 pgs: 97 active+clean; 326 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.2 MiB/s wr, 327 op/s 2023-12-18T17:07:33.529 INFO:teuthology.orchestra.run.smithi007.stdout: 5 85589 8.17 MB/sec execute 174 sec latency 207.050 ms 2023-12-18T17:07:34.343 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:07:34 smithi007 ceph-mon[107711]: pgmap v106: 97 pgs: 97 active+clean; 326 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.2 MiB/s wr, 327 op/s 2023-12-18T17:07:34.529 INFO:teuthology.orchestra.run.smithi007.stdout: 5 85799 8.16 MB/sec execute 175 sec latency 205.672 ms 2023-12-18T17:07:34.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:07:34 smithi031 ceph-mon[110581]: pgmap v106: 97 pgs: 97 active+clean; 326 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.2 MiB/s wr, 327 op/s 2023-12-18T17:07:35.529 INFO:teuthology.orchestra.run.smithi007.stdout: 5 86038 8.12 MB/sec execute 176 sec latency 140.759 ms 2023-12-18T17:07:36.386 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:07:36 smithi007 ceph-mon[107711]: pgmap v107: 97 pgs: 97 active+clean; 337 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.5 MiB/s wr, 513 op/s 2023-12-18T17:07:36.529 INFO:teuthology.orchestra.run.smithi007.stdout: 5 86351 8.09 MB/sec execute 177 sec latency 108.025 ms 2023-12-18T17:07:36.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:07:36 smithi031 ceph-mon[110581]: pgmap v107: 97 pgs: 97 active+clean; 337 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.5 MiB/s wr, 513 op/s 2023-12-18T17:07:37.409 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:07:37 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:07:37.530 INFO:teuthology.orchestra.run.smithi007.stdout: 5 86610 8.10 MB/sec execute 178 sec latency 123.922 ms 2023-12-18T17:07:37.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:07:37 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:07:38.429 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:07:38 smithi007 ceph-mon[107711]: pgmap v108: 97 pgs: 97 active+clean; 337 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 362 op/s 2023-12-18T17:07:38.531 INFO:teuthology.orchestra.run.smithi007.stdout: 5 86903 8.09 MB/sec execute 179 sec latency 210.256 ms 2023-12-18T17:07:38.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:07:38 smithi031 ceph-mon[110581]: pgmap v108: 97 pgs: 97 active+clean; 337 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 362 op/s 2023-12-18T17:07:39.537 INFO:teuthology.orchestra.run.smithi007.stdout: 5 87270 8.10 MB/sec execute 180 sec latency 126.752 ms 2023-12-18T17:07:40.456 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:07:40 smithi007 ceph-mon[107711]: pgmap v109: 97 pgs: 97 active+clean; 333 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.2 MiB/s wr, 531 op/s 2023-12-18T17:07:40.537 INFO:teuthology.orchestra.run.smithi007.stdout: 5 87638 8.10 MB/sec execute 181 sec latency 122.864 ms 2023-12-18T17:07:40.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:07:40 smithi031 ceph-mon[110581]: pgmap v109: 97 pgs: 97 active+clean; 333 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.2 MiB/s wr, 531 op/s 2023-12-18T17:07:41.537 INFO:teuthology.orchestra.run.smithi007.stdout: 5 87917 8.09 MB/sec execute 182 sec latency 123.542 ms 2023-12-18T17:07:42.531 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:07:42 smithi007 ceph-mon[107711]: pgmap v110: 97 pgs: 97 active+clean; 333 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.8 MiB/s wr, 354 op/s 2023-12-18T17:07:42.537 INFO:teuthology.orchestra.run.smithi007.stdout: 5 88186 8.10 MB/sec execute 183 sec latency 145.111 ms 2023-12-18T17:07:42.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:07:42 smithi031 ceph-mon[110581]: pgmap v110: 97 pgs: 97 active+clean; 333 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.8 MiB/s wr, 354 op/s 2023-12-18T17:07:43.544 INFO:teuthology.orchestra.run.smithi007.stdout: 5 88498 8.13 MB/sec execute 184 sec latency 213.410 ms 2023-12-18T17:07:44.552 INFO:teuthology.orchestra.run.smithi007.stdout: 5 88755 8.14 MB/sec execute 185 sec latency 129.391 ms 2023-12-18T17:07:44.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:07:44 smithi031 ceph-mon[110581]: pgmap v111: 97 pgs: 97 active+clean; 333 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.8 MiB/s wr, 354 op/s 2023-12-18T17:07:44.596 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:07:44 smithi007 ceph-mon[107711]: pgmap v111: 97 pgs: 97 active+clean; 333 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.8 MiB/s wr, 354 op/s 2023-12-18T17:07:45.552 INFO:teuthology.orchestra.run.smithi007.stdout: 5 89015 8.13 MB/sec execute 186 sec latency 131.413 ms 2023-12-18T17:07:45.619 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:07:45 smithi007 ceph-mon[107711]: pgmap v112: 97 pgs: 97 active+clean; 335 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.6 MiB/s wr, 538 op/s 2023-12-18T17:07:45.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:07:45 smithi031 ceph-mon[110581]: pgmap v112: 97 pgs: 97 active+clean; 335 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.6 MiB/s wr, 538 op/s 2023-12-18T17:07:46.561 INFO:teuthology.orchestra.run.smithi007.stdout: 5 89212 8.12 MB/sec execute 187 sec latency 155.332 ms 2023-12-18T17:07:47.561 INFO:teuthology.orchestra.run.smithi007.stdout: 5 89392 8.10 MB/sec execute 188 sec latency 117.886 ms 2023-12-18T17:07:47.664 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:07:47 smithi007 ceph-mon[107711]: pgmap v113: 97 pgs: 97 active+clean; 335 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 353 op/s 2023-12-18T17:07:47.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:07:47 smithi031 ceph-mon[110581]: pgmap v113: 97 pgs: 97 active+clean; 335 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 353 op/s 2023-12-18T17:07:48.562 INFO:teuthology.orchestra.run.smithi007.stdout: 5 89614 8.07 MB/sec execute 189 sec latency 126.746 ms 2023-12-18T17:07:49.562 INFO:teuthology.orchestra.run.smithi007.stdout: 5 89835 8.04 MB/sec execute 190 sec latency 130.700 ms 2023-12-18T17:07:50.299 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:07:50 smithi007 ceph-mon[107711]: pgmap v114: 97 pgs: 97 active+clean; 338 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 497 op/s 2023-12-18T17:07:50.562 INFO:teuthology.orchestra.run.smithi007.stdout: 5 90068 8.02 MB/sec execute 191 sec latency 122.675 ms 2023-12-18T17:07:50.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:07:50 smithi031 ceph-mon[110581]: pgmap v114: 97 pgs: 97 active+clean; 338 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 497 op/s 2023-12-18T17:07:51.562 INFO:teuthology.orchestra.run.smithi007.stdout: 5 90367 8.04 MB/sec execute 192 sec latency 126.551 ms 2023-12-18T17:07:52.354 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:07:52 smithi007 ceph-mon[107711]: pgmap v115: 97 pgs: 97 active+clean; 338 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.6 MiB/s wr, 328 op/s 2023-12-18T17:07:52.354 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:07:52 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:07:52.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:07:52 smithi031 ceph-mon[110581]: pgmap v115: 97 pgs: 97 active+clean; 338 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.6 MiB/s wr, 328 op/s 2023-12-18T17:07:52.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:07:52 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:07:52.569 INFO:teuthology.orchestra.run.smithi007.stdout: 5 90662 8.04 MB/sec execute 193 sec latency 126.757 ms 2023-12-18T17:07:53.569 INFO:teuthology.orchestra.run.smithi007.stdout: 5 91028 8.02 MB/sec execute 194 sec latency 134.870 ms 2023-12-18T17:07:54.428 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:07:54 smithi007 ceph-mon[107711]: pgmap v116: 97 pgs: 97 active+clean; 338 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.6 MiB/s wr, 328 op/s 2023-12-18T17:07:54.433 INFO:teuthology.orchestra.run.smithi007.stdout:true 2023-12-18T17:07:54.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:07:54 smithi031 ceph-mon[110581]: pgmap v116: 97 pgs: 97 active+clean; 338 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.6 MiB/s wr, 328 op/s 2023-12-18T17:07:54.569 INFO:teuthology.orchestra.run.smithi007.stdout: 5 91272 8.01 MB/sec execute 195 sec latency 136.311 ms 2023-12-18T17:07:55.394 INFO:teuthology.orchestra.run.smithi007.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T17:07:55.394 INFO:teuthology.orchestra.run.smithi007.stdout:alertmanager.smithi007 smithi007 *:9093,9094 starting - - - - 2023-12-18T17:07:55.395 INFO:teuthology.orchestra.run.smithi007.stdout:crash.smithi007 smithi007 running (9m) 3m ago 9m 7013k - 17.2.0 e1d6a67b021e b98c7350ba9d 2023-12-18T17:07:55.395 INFO:teuthology.orchestra.run.smithi007.stdout:crash.smithi031 smithi031 running (9m) 3m ago 9m 7168k - 17.2.0 e1d6a67b021e 6e652ab6d5c7 2023-12-18T17:07:55.395 INFO:teuthology.orchestra.run.smithi007.stdout:grafana.smithi007 smithi007 *:3000 starting - - - - 2023-12-18T17:07:55.395 INFO:teuthology.orchestra.run.smithi007.stdout:mds.foofs.smithi007.fgcett smithi007 running (5m) 3m ago 5m 34.1M - 17.2.0 e1d6a67b021e 9e99ad85d62a 2023-12-18T17:07:55.395 INFO:teuthology.orchestra.run.smithi007.stdout:mds.foofs.smithi031.rahkbl smithi031 running (5m) 3m ago 5m 14.0M - 17.2.0 e1d6a67b021e 0a2207cbed37 2023-12-18T17:07:55.395 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.smithi007.pgbvqi smithi007 *:9283 running (10m) 3m ago 10m 381M - 17.2.0 e1d6a67b021e 276b5b4d812e 2023-12-18T17:07:55.395 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.smithi031.uwevhd smithi031 *:8443,9283 running (3m) 3m ago 9m 497M - 19.0.0-303-g861525e2 4fb1f853d261 020ffbf0a895 2023-12-18T17:07:55.395 INFO:teuthology.orchestra.run.smithi007.stdout:mon.smithi007 smithi007 running (10m) 3m ago 11m 89.3M 2048M 17.2.0 e1d6a67b021e c0c6f22c01b9 2023-12-18T17:07:55.395 INFO:teuthology.orchestra.run.smithi007.stdout:mon.smithi031 smithi031 running (9m) 3m ago 9m 59.6M 2048M 17.2.0 e1d6a67b021e 6bf2903ef904 2023-12-18T17:07:55.395 INFO:teuthology.orchestra.run.smithi007.stdout:nfs.foo.0.0.smithi007.kodqey smithi007 *:2049 running (5m) 3m ago 5m 258M - 4.0 e1d6a67b021e 39e90cd2b539 2023-12-18T17:07:55.395 INFO:teuthology.orchestra.run.smithi007.stdout:nfs.foo.1.0.smithi031.xihvpr smithi031 *:2049 running (5m) 3m ago 5m 78.5M - 4.0 e1d6a67b021e bb63cdf69b92 2023-12-18T17:07:55.395 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.smithi007 smithi007 *:9100 starting - - - - 2023-12-18T17:07:55.395 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.smithi031 smithi031 *:9100 starting - - - - 2023-12-18T17:07:55.395 INFO:teuthology.orchestra.run.smithi007.stdout:osd.0 smithi007 running (8m) 3m ago 8m 494M 1945M 17.2.0 e1d6a67b021e d29234845ce3 2023-12-18T17:07:55.395 INFO:teuthology.orchestra.run.smithi007.stdout:osd.1 smithi007 running (8m) 3m ago 8m 346M 1945M 17.2.0 e1d6a67b021e 288ddbc0ff5a 2023-12-18T17:07:55.396 INFO:teuthology.orchestra.run.smithi007.stdout:osd.2 smithi007 running (7m) 3m ago 7m 181M 1945M 17.2.0 e1d6a67b021e e138c3dd258e 2023-12-18T17:07:55.396 INFO:teuthology.orchestra.run.smithi007.stdout:osd.3 smithi007 running (7m) 3m ago 7m 441M 1945M 17.2.0 e1d6a67b021e 832893cb9939 2023-12-18T17:07:55.396 INFO:teuthology.orchestra.run.smithi007.stdout:osd.4 smithi031 running (7m) 3m ago 7m 405M 2713M 17.2.0 e1d6a67b021e 14f9f81d9443 2023-12-18T17:07:55.396 INFO:teuthology.orchestra.run.smithi007.stdout:osd.5 smithi031 running (7m) 3m ago 7m 403M 2713M 17.2.0 e1d6a67b021e fe2613cb7bf7 2023-12-18T17:07:55.396 INFO:teuthology.orchestra.run.smithi007.stdout:osd.6 smithi031 running (6m) 3m ago 6m 349M 2713M 17.2.0 e1d6a67b021e 772a5776beb7 2023-12-18T17:07:55.396 INFO:teuthology.orchestra.run.smithi007.stdout:osd.7 smithi031 running (6m) 3m ago 6m 692M 2713M 17.2.0 e1d6a67b021e 8b09d3849837 2023-12-18T17:07:55.396 INFO:teuthology.orchestra.run.smithi007.stdout:prometheus.smithi007 smithi007 *:9095 starting - - - - 2023-12-18T17:07:55.577 INFO:teuthology.orchestra.run.smithi007.stdout: 5 91538 8.02 MB/sec execute 196 sec latency 154.451 ms 2023-12-18T17:07:55.972 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2023-12-18T17:07:55.972 INFO:teuthology.orchestra.run.smithi007.stdout: "mon": { 2023-12-18T17:07:55.972 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T17:07:55.972 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2023-12-18T17:07:55.972 INFO:teuthology.orchestra.run.smithi007.stdout: "mgr": { 2023-12-18T17:07:55.972 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-18T17:07:55.973 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T17:07:55.973 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2023-12-18T17:07:55.973 INFO:teuthology.orchestra.run.smithi007.stdout: "osd": { 2023-12-18T17:07:55.973 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-18T17:07:55.973 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2023-12-18T17:07:55.973 INFO:teuthology.orchestra.run.smithi007.stdout: "mds": { 2023-12-18T17:07:55.973 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T17:07:55.973 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2023-12-18T17:07:55.973 INFO:teuthology.orchestra.run.smithi007.stdout: "overall": { 2023-12-18T17:07:55.973 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-18T17:07:55.973 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T17:07:55.973 INFO:teuthology.orchestra.run.smithi007.stdout: } 2023-12-18T17:07:55.973 INFO:teuthology.orchestra.run.smithi007.stdout:} 2023-12-18T17:07:56.263 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:07:56 smithi007 ceph-mon[107711]: pgmap v117: 97 pgs: 97 active+clean; 331 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.9 MiB/s wr, 492 op/s 2023-12-18T17:07:56.263 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:07:56 smithi007 ceph-mon[107711]: from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:07:56.263 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:07:56 smithi007 ceph-mon[107711]: from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:07:56.263 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:07:56 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/744099134' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T17:07:56.489 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2023-12-18T17:07:56.489 INFO:teuthology.orchestra.run.smithi007.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e", 2023-12-18T17:07:56.489 INFO:teuthology.orchestra.run.smithi007.stdout: "in_progress": true, 2023-12-18T17:07:56.490 INFO:teuthology.orchestra.run.smithi007.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-18T17:07:56.490 INFO:teuthology.orchestra.run.smithi007.stdout: "services_complete": [], 2023-12-18T17:07:56.490 INFO:teuthology.orchestra.run.smithi007.stdout: "progress": "1/23 daemons upgraded", 2023-12-18T17:07:56.490 INFO:teuthology.orchestra.run.smithi007.stdout: "message": "Currently upgrading mgr daemons", 2023-12-18T17:07:56.490 INFO:teuthology.orchestra.run.smithi007.stdout: "is_paused": false 2023-12-18T17:07:56.490 INFO:teuthology.orchestra.run.smithi007.stdout:} 2023-12-18T17:07:56.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:07:56 smithi031 ceph-mon[110581]: pgmap v117: 97 pgs: 97 active+clean; 331 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.9 MiB/s wr, 492 op/s 2023-12-18T17:07:56.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:07:56 smithi031 ceph-mon[110581]: from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:07:56.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:07:56 smithi031 ceph-mon[110581]: from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:07:56.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:07:56 smithi031 ceph-mon[110581]: from='client.? 172.21.15.7:0/744099134' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T17:07:56.578 INFO:teuthology.orchestra.run.smithi007.stdout: 5 91774 8.03 MB/sec execute 197 sec latency 153.194 ms 2023-12-18T17:07:57.081 INFO:teuthology.orchestra.run.smithi007.stdout:HEALTH_OK 2023-12-18T17:07:57.283 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:07:57 smithi007 ceph-mon[107711]: from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:07:57.283 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:07:57 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/2501019759' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T17:07:57.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:07:57 smithi031 ceph-mon[110581]: from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:07:57.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:07:57 smithi031 ceph-mon[110581]: from='client.? 172.21.15.7:0/2501019759' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T17:07:57.578 INFO:teuthology.orchestra.run.smithi007.stdout: 5 92120 8.05 MB/sec execute 198 sec latency 141.801 ms 2023-12-18T17:07:58.304 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:07:58 smithi007 ceph-mon[107711]: pgmap v118: 97 pgs: 97 active+clean; 331 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.0 MiB/s wr, 307 op/s 2023-12-18T17:07:58.304 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:07:58 smithi007 ceph-mon[107711]: from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:07:58.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:07:58 smithi031 ceph-mon[110581]: pgmap v118: 97 pgs: 97 active+clean; 331 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.0 MiB/s wr, 307 op/s 2023-12-18T17:07:58.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:07:58 smithi031 ceph-mon[110581]: from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:07:58.585 INFO:teuthology.orchestra.run.smithi007.stdout: 5 92380 8.05 MB/sec execute 199 sec latency 137.966 ms 2023-12-18T17:07:59.585 INFO:teuthology.orchestra.run.smithi007.stdout: 5 92623 8.06 MB/sec execute 200 sec latency 121.260 ms 2023-12-18T17:08:00.338 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:08:00 smithi007 ceph-mon[107711]: pgmap v119: 97 pgs: 97 active+clean; 339 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.9 MiB/s wr, 466 op/s 2023-12-18T17:08:00.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:08:00 smithi031 ceph-mon[110581]: pgmap v119: 97 pgs: 97 active+clean; 339 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.9 MiB/s wr, 466 op/s 2023-12-18T17:08:00.589 INFO:teuthology.orchestra.run.smithi007.stdout: 5 92794 8.04 MB/sec execute 201 sec latency 129.123 ms 2023-12-18T17:08:01.589 INFO:teuthology.orchestra.run.smithi007.stdout: 5 93033 8.02 MB/sec execute 202 sec latency 126.478 ms 2023-12-18T17:08:02.386 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:08:02 smithi007 ceph-mon[107711]: pgmap v120: 97 pgs: 97 active+clean; 339 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.1 MiB/s wr, 323 op/s 2023-12-18T17:08:02.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:08:02 smithi031 ceph-mon[110581]: pgmap v120: 97 pgs: 97 active+clean; 339 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.1 MiB/s wr, 323 op/s 2023-12-18T17:08:02.589 INFO:teuthology.orchestra.run.smithi007.stdout: 5 93316 7.99 MB/sec execute 203 sec latency 127.440 ms 2023-12-18T17:08:03.589 INFO:teuthology.orchestra.run.smithi007.stdout: 5 93525 7.96 MB/sec execute 204 sec latency 192.660 ms 2023-12-18T17:08:04.431 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:08:04 smithi007 ceph-mon[107711]: pgmap v121: 97 pgs: 97 active+clean; 339 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.1 MiB/s wr, 323 op/s 2023-12-18T17:08:04.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:08:04 smithi031 ceph-mon[110581]: pgmap v121: 97 pgs: 97 active+clean; 339 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.1 MiB/s wr, 323 op/s 2023-12-18T17:08:04.589 INFO:teuthology.orchestra.run.smithi007.stdout: 5 93728 7.96 MB/sec execute 205 sec latency 121.406 ms 2023-12-18T17:08:05.596 INFO:teuthology.orchestra.run.smithi007.stdout: 5 94050 7.97 MB/sec execute 206 sec latency 129.686 ms 2023-12-18T17:08:06.491 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:08:06 smithi007 ceph-mon[107711]: pgmap v122: 97 pgs: 97 active+clean; 342 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.7 MiB/s wr, 472 op/s 2023-12-18T17:08:06.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:08:06 smithi031 ceph-mon[110581]: pgmap v122: 97 pgs: 97 active+clean; 342 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.7 MiB/s wr, 472 op/s 2023-12-18T17:08:06.596 INFO:teuthology.orchestra.run.smithi007.stdout: 5 94319 7.96 MB/sec execute 207 sec latency 129.576 ms 2023-12-18T17:08:07.447 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:08:07 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:08:07.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:08:07 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:08:07.596 INFO:teuthology.orchestra.run.smithi007.stdout: 5 94647 7.94 MB/sec execute 208 sec latency 114.862 ms 2023-12-18T17:08:08.562 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:08:08 smithi007 ceph-mon[107711]: pgmap v123: 97 pgs: 97 active+clean; 342 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.4 MiB/s wr, 308 op/s 2023-12-18T17:08:08.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:08:08 smithi031 ceph-mon[110581]: pgmap v123: 97 pgs: 97 active+clean; 342 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.4 MiB/s wr, 308 op/s 2023-12-18T17:08:08.596 INFO:teuthology.orchestra.run.smithi007.stdout: 5 94908 7.94 MB/sec execute 209 sec latency 132.916 ms 2023-12-18T17:08:09.605 INFO:teuthology.orchestra.run.smithi007.stdout: 5 95100 7.94 MB/sec execute 210 sec latency 127.981 ms 2023-12-18T17:08:09.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:08:09 smithi031 ceph-mon[110581]: pgmap v124: 97 pgs: 97 active+clean; 333 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.7 MiB/s wr, 473 op/s 2023-12-18T17:08:09.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:08:09 smithi031 ceph-mon[110581]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi007.pgbvqi on host smithi007 failed. 2023-12-18T17:08:09.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:08:09 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:08:09.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:08:09 smithi031 ceph-mon[110581]: pgmap v125: 97 pgs: 97 active+clean; 333 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 3.4 MiB/s wr, 366 op/s 2023-12-18T17:08:09.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:08:09 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T17:08:09.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:08:09 smithi031 ceph-mon[110581]: Health check failed: Upgrading daemon mgr.smithi007.pgbvqi on host smithi007 failed. (UPGRADE_REDEPLOY_DAEMON) 2023-12-18T17:08:09.843 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:08:09 smithi007 ceph-mon[107711]: pgmap v124: 97 pgs: 97 active+clean; 333 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.7 MiB/s wr, 473 op/s 2023-12-18T17:08:09.843 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:08:09 smithi007 ceph-mon[107711]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi007.pgbvqi on host smithi007 failed. 2023-12-18T17:08:09.843 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:08:09 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:08:09.843 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:08:09 smithi007 ceph-mon[107711]: pgmap v125: 97 pgs: 97 active+clean; 333 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 3.4 MiB/s wr, 366 op/s 2023-12-18T17:08:09.843 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:08:09 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T17:08:09.843 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:08:09 smithi007 ceph-mon[107711]: Health check failed: Upgrading daemon mgr.smithi007.pgbvqi on host smithi007 failed. (UPGRADE_REDEPLOY_DAEMON) 2023-12-18T17:08:10.605 INFO:teuthology.orchestra.run.smithi007.stdout: 5 95362 7.95 MB/sec execute 211 sec latency 134.250 ms 2023-12-18T17:08:11.605 INFO:teuthology.orchestra.run.smithi007.stdout: 5 95699 7.97 MB/sec execute 212 sec latency 139.342 ms 2023-12-18T17:08:11.901 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:08:11 smithi007 ceph-mon[107711]: pgmap v126: 97 pgs: 97 active+clean; 333 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 3.4 MiB/s wr, 366 op/s 2023-12-18T17:08:11.901 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:08:11 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:08:11.901 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:08:11 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:08:12.065 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:08:11 smithi031 ceph-mon[110581]: pgmap v126: 97 pgs: 97 active+clean; 333 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 3.4 MiB/s wr, 366 op/s 2023-12-18T17:08:12.065 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:08:11 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:08:12.065 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:08:11 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:08:12.605 INFO:teuthology.orchestra.run.smithi007.stdout: 5 95940 7.97 MB/sec execute 213 sec latency 126.743 ms 2023-12-18T17:08:13.605 INFO:teuthology.orchestra.run.smithi007.stdout: 5 96134 7.98 MB/sec execute 214 sec latency 146.383 ms 2023-12-18T17:08:13.966 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:08:13 smithi007 ceph-mon[107711]: pgmap v127: 97 pgs: 97 active+clean; 339 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.7 MiB/s wr, 541 op/s 2023-12-18T17:08:14.065 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:08:13 smithi031 ceph-mon[110581]: pgmap v127: 97 pgs: 97 active+clean; 339 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.7 MiB/s wr, 541 op/s 2023-12-18T17:08:14.607 INFO:teuthology.orchestra.run.smithi007.stdout: 5 96286 7.95 MB/sec execute 215 sec latency 145.461 ms 2023-12-18T17:08:15.627 INFO:teuthology.orchestra.run.smithi007.stdout: 5 96474 7.93 MB/sec execute 216 sec latency 151.680 ms 2023-12-18T17:08:16.275 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:08:16 smithi007 ceph-mon[107711]: pgmap v128: 97 pgs: 97 active+clean; 339 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 367 op/s 2023-12-18T17:08:16.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:08:16 smithi031 ceph-mon[110581]: pgmap v128: 97 pgs: 97 active+clean; 339 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 367 op/s 2023-12-18T17:08:16.617 INFO:teuthology.orchestra.run.smithi007.stdout: 5 96689 7.90 MB/sec execute 217 sec latency 138.063 ms 2023-12-18T17:08:17.617 INFO:teuthology.orchestra.run.smithi007.stdout: 5 96922 7.88 MB/sec execute 218 sec latency 122.070 ms 2023-12-18T17:08:18.343 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:08:18 smithi007 ceph-mon[107711]: pgmap v129: 97 pgs: 97 active+clean; 339 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 367 op/s 2023-12-18T17:08:18.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:08:18 smithi031 ceph-mon[110581]: pgmap v129: 97 pgs: 97 active+clean; 339 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 367 op/s 2023-12-18T17:08:18.624 INFO:teuthology.orchestra.run.smithi007.stdout: 5 97101 7.86 MB/sec execute 219 sec latency 134.734 ms 2023-12-18T17:08:19.627 INFO:teuthology.orchestra.run.smithi007.stdout: 5 97325 7.86 MB/sec execute 220 sec latency 198.390 ms 2023-12-18T17:08:20.407 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:08:20 smithi007 ceph-mon[107711]: pgmap v130: 97 pgs: 97 active+clean; 339 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 316 op/s 2023-12-18T17:08:20.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:08:20 smithi031 ceph-mon[110581]: pgmap v130: 97 pgs: 97 active+clean; 339 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 316 op/s 2023-12-18T17:08:20.627 INFO:teuthology.orchestra.run.smithi007.stdout: 5 97598 7.87 MB/sec execute 221 sec latency 133.839 ms 2023-12-18T17:08:21.627 INFO:teuthology.orchestra.run.smithi007.stdout: 5 97911 7.86 MB/sec execute 222 sec latency 191.761 ms 2023-12-18T17:08:22.448 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:08:22 smithi007 ceph-mon[107711]: pgmap v131: 97 pgs: 97 active+clean; 339 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.1 MiB/s wr, 271 op/s 2023-12-18T17:08:22.448 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:08:22 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:08:22.448 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:08:22 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:08:22.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:08:22 smithi031 ceph-mon[110581]: pgmap v131: 97 pgs: 97 active+clean; 339 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.1 MiB/s wr, 271 op/s 2023-12-18T17:08:22.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:08:22 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:08:22.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:08:22 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:08:22.645 INFO:teuthology.orchestra.run.smithi007.stdout: 5 98242 7.85 MB/sec execute 223 sec latency 134.757 ms 2023-12-18T17:08:23.645 INFO:teuthology.orchestra.run.smithi007.stdout: 5 98546 7.85 MB/sec execute 224 sec latency 96.546 ms 2023-12-18T17:08:24.471 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:08:24 smithi007 ceph-mon[107711]: pgmap v132: 97 pgs: 97 active+clean; 330 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.4 MiB/s wr, 429 op/s 2023-12-18T17:08:24.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:08:24 smithi031 ceph-mon[110581]: pgmap v132: 97 pgs: 97 active+clean; 330 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.4 MiB/s wr, 429 op/s 2023-12-18T17:08:24.645 INFO:teuthology.orchestra.run.smithi007.stdout: 5 98833 7.86 MB/sec execute 225 sec latency 131.739 ms 2023-12-18T17:08:25.645 INFO:teuthology.orchestra.run.smithi007.stdout: 5 99193 7.89 MB/sec execute 226 sec latency 155.003 ms 2023-12-18T17:08:26.279 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:08:26 smithi007 ceph-mon[107711]: pgmap v133: 97 pgs: 97 active+clean; 330 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.4 MiB/s wr, 279 op/s 2023-12-18T17:08:26.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:08:26 smithi031 ceph-mon[110581]: pgmap v133: 97 pgs: 97 active+clean; 330 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.4 MiB/s wr, 279 op/s 2023-12-18T17:08:26.645 INFO:teuthology.orchestra.run.smithi007.stdout: 5 99437 7.88 MB/sec execute 227 sec latency 208.004 ms 2023-12-18T17:08:27.643 INFO:teuthology.orchestra.run.smithi007.stdout:true 2023-12-18T17:08:27.646 INFO:teuthology.orchestra.run.smithi007.stdout: 5 99665 7.89 MB/sec execute 228 sec latency 126.943 ms 2023-12-18T17:08:28.162 INFO:teuthology.orchestra.run.smithi007.stdout:"Error: UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi007.pgbvqi on host smithi007 failed." 2023-12-18T17:08:28.332 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:08:28 smithi007 ceph-mon[107711]: pgmap v134: 97 pgs: 97 active+clean; 330 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.4 MiB/s wr, 279 op/s 2023-12-18T17:08:28.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:08:28 smithi031 ceph-mon[110581]: pgmap v134: 97 pgs: 97 active+clean; 330 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.4 MiB/s wr, 279 op/s 2023-12-18T17:08:28.646 INFO:teuthology.orchestra.run.smithi007.stdout: 5 99856 7.88 MB/sec execute 229 sec latency 126.998 ms 2023-12-18T17:08:29.348 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:08:29 smithi007 ceph-mon[107711]: from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:08:29.348 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:08:29 smithi007 ceph-mon[107711]: from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:08:29.646 INFO:teuthology.orchestra.run.smithi007.stdout: 5 100056 7.87 MB/sec execute 230 sec latency 120.827 ms 2023-12-18T17:08:29.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:08:29 smithi031 ceph-mon[110581]: from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:08:29.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:08:29 smithi031 ceph-mon[110581]: from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:08:30.368 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:08:30 smithi007 ceph-mon[107711]: pgmap v135: 97 pgs: 97 active+clean; 340 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.6 MiB/s wr, 451 op/s 2023-12-18T17:08:30.646 INFO:teuthology.orchestra.run.smithi007.stdout: 5 100308 7.84 MB/sec execute 231 sec latency 132.948 ms 2023-12-18T17:08:30.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:08:30 smithi031 ceph-mon[110581]: pgmap v135: 97 pgs: 97 active+clean; 340 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.6 MiB/s wr, 451 op/s 2023-12-18T17:08:31.646 INFO:teuthology.orchestra.run.smithi007.stdout: 5 100547 7.83 MB/sec execute 232 sec latency 135.049 ms 2023-12-18T17:08:32.438 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:08:32 smithi007 ceph-mon[107711]: pgmap v136: 97 pgs: 97 active+clean; 340 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.5 MiB/s wr, 329 op/s 2023-12-18T17:08:32.646 INFO:teuthology.orchestra.run.smithi007.stdout: 5 100752 7.82 MB/sec execute 233 sec latency 124.423 ms 2023-12-18T17:08:32.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:08:32 smithi031 ceph-mon[110581]: pgmap v136: 97 pgs: 97 active+clean; 340 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.5 MiB/s wr, 329 op/s 2023-12-18T17:08:33.646 INFO:teuthology.orchestra.run.smithi007.stdout: 5 100984 7.80 MB/sec execute 234 sec latency 184.095 ms 2023-12-18T17:08:34.495 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:08:34 smithi007 ceph-mon[107711]: pgmap v137: 97 pgs: 97 active+clean; 336 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.8 MiB/s wr, 473 op/s 2023-12-18T17:08:34.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:08:34 smithi031 ceph-mon[110581]: pgmap v137: 97 pgs: 97 active+clean; 336 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.8 MiB/s wr, 473 op/s 2023-12-18T17:08:34.646 INFO:teuthology.orchestra.run.smithi007.stdout: 5 101274 7.81 MB/sec execute 235 sec latency 144.286 ms 2023-12-18T17:08:35.512 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:08:35 smithi007 ceph-mon[107711]: pgmap v138: 97 pgs: 97 active+clean; 336 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 315 op/s 2023-12-18T17:08:35.647 INFO:teuthology.orchestra.run.smithi007.stdout: 5 101595 7.81 MB/sec execute 236 sec latency 129.584 ms 2023-12-18T17:08:35.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:08:35 smithi031 ceph-mon[110581]: pgmap v138: 97 pgs: 97 active+clean; 336 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 315 op/s 2023-12-18T17:08:36.648 INFO:teuthology.orchestra.run.smithi007.stdout: 5 101970 7.82 MB/sec execute 237 sec latency 130.285 ms 2023-12-18T17:08:36.795 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:08:36 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:08:37.065 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:08:36 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:08:37.656 INFO:teuthology.orchestra.run.smithi007.stdout: 5 102308 7.82 MB/sec execute 238 sec latency 117.644 ms 2023-12-18T17:08:37.815 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:08:37 smithi007 ceph-mon[107711]: pgmap v139: 97 pgs: 97 active+clean; 336 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 315 op/s 2023-12-18T17:08:38.065 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:08:37 smithi031 ceph-mon[110581]: pgmap v139: 97 pgs: 97 active+clean; 336 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 315 op/s 2023-12-18T17:08:38.655 INFO:teuthology.orchestra.run.smithi007.stdout: 5 102599 7.84 MB/sec execute 239 sec latency 129.123 ms 2023-12-18T17:08:39.655 INFO:teuthology.orchestra.run.smithi007.stdout: 5 102927 7.86 MB/sec execute 240 sec latency 121.036 ms 2023-12-18T17:08:40.386 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:08:40 smithi007 ceph-mon[107711]: pgmap v140: 97 pgs: 97 active+clean; 331 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.1 MiB/s wr, 490 op/s 2023-12-18T17:08:40.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:08:40 smithi031 ceph-mon[110581]: pgmap v140: 97 pgs: 97 active+clean; 331 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.1 MiB/s wr, 490 op/s 2023-12-18T17:08:40.655 INFO:teuthology.orchestra.run.smithi007.stdout: 5 103136 7.85 MB/sec execute 241 sec latency 135.370 ms 2023-12-18T17:08:41.657 INFO:teuthology.orchestra.run.smithi007.stdout: 5 103418 7.85 MB/sec execute 242 sec latency 123.880 ms 2023-12-18T17:08:42.449 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:08:42 smithi007 ceph-mon[107711]: pgmap v141: 97 pgs: 97 active+clean; 331 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.9 MiB/s wr, 318 op/s 2023-12-18T17:08:42.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:08:42 smithi031 ceph-mon[110581]: pgmap v141: 97 pgs: 97 active+clean; 331 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.9 MiB/s wr, 318 op/s 2023-12-18T17:08:42.657 INFO:teuthology.orchestra.run.smithi007.stdout: 5 103635 7.84 MB/sec execute 243 sec latency 126.683 ms 2023-12-18T17:08:43.660 INFO:teuthology.orchestra.run.smithi007.stdout: 5 103895 7.82 MB/sec execute 244 sec latency 126.365 ms 2023-12-18T17:08:44.476 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:08:44 smithi007 ceph-mon[107711]: pgmap v142: 97 pgs: 97 active+clean; 337 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 481 op/s 2023-12-18T17:08:44.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:08:44 smithi031 ceph-mon[110581]: pgmap v142: 97 pgs: 97 active+clean; 337 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 481 op/s 2023-12-18T17:08:44.663 INFO:teuthology.orchestra.run.smithi007.stdout: 5 104223 7.81 MB/sec execute 245 sec latency 138.674 ms 2023-12-18T17:08:45.660 INFO:teuthology.orchestra.run.smithi007.stdout: 5 104487 7.81 MB/sec execute 246 sec latency 126.790 ms 2023-12-18T17:08:46.263 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:08:46 smithi007 ceph-mon[107711]: pgmap v143: 97 pgs: 97 active+clean; 337 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.6 MiB/s wr, 337 op/s 2023-12-18T17:08:46.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:08:46 smithi031 ceph-mon[110581]: pgmap v143: 97 pgs: 97 active+clean; 337 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.6 MiB/s wr, 337 op/s 2023-12-18T17:08:46.660 INFO:teuthology.orchestra.run.smithi007.stdout: 5 104792 7.81 MB/sec execute 247 sec latency 129.943 ms 2023-12-18T17:08:47.660 INFO:teuthology.orchestra.run.smithi007.stdout: 5 105140 7.81 MB/sec execute 248 sec latency 129.796 ms 2023-12-18T17:08:48.302 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:08:48 smithi007 ceph-mon[107711]: pgmap v144: 97 pgs: 97 active+clean; 337 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.6 MiB/s wr, 337 op/s 2023-12-18T17:08:48.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:08:48 smithi031 ceph-mon[110581]: pgmap v144: 97 pgs: 97 active+clean; 337 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.6 MiB/s wr, 337 op/s 2023-12-18T17:08:48.660 INFO:teuthology.orchestra.run.smithi007.stdout: 5 105433 7.80 MB/sec execute 249 sec latency 123.590 ms 2023-12-18T17:08:49.660 INFO:teuthology.orchestra.run.smithi007.stdout: 5 105752 7.82 MB/sec execute 250 sec latency 135.564 ms 2023-12-18T17:08:50.365 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:08:50 smithi007 ceph-mon[107711]: pgmap v145: 97 pgs: 97 active+clean; 326 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.0 MiB/s wr, 521 op/s 2023-12-18T17:08:50.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:08:50 smithi031 ceph-mon[110581]: pgmap v145: 97 pgs: 97 active+clean; 326 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.0 MiB/s wr, 521 op/s 2023-12-18T17:08:50.660 INFO:teuthology.orchestra.run.smithi007.stdout: 5 105975 7.83 MB/sec execute 251 sec latency 128.122 ms 2023-12-18T17:08:51.660 INFO:teuthology.orchestra.run.smithi007.stdout: 5 106269 7.84 MB/sec execute 252 sec latency 125.689 ms 2023-12-18T17:08:52.407 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:08:52 smithi007 ceph-mon[107711]: pgmap v146: 97 pgs: 97 active+clean; 326 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.5 MiB/s wr, 346 op/s 2023-12-18T17:08:52.407 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:08:52 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:08:52.660 INFO:teuthology.orchestra.run.smithi007.stdout: 5 106503 7.84 MB/sec execute 253 sec latency 126.406 ms 2023-12-18T17:08:52.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:08:52 smithi031 ceph-mon[110581]: pgmap v146: 97 pgs: 97 active+clean; 326 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.5 MiB/s wr, 346 op/s 2023-12-18T17:08:52.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:08:52 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:08:53.665 INFO:teuthology.orchestra.run.smithi007.stdout: 5 106706 7.83 MB/sec execute 254 sec latency 126.751 ms 2023-12-18T17:08:54.471 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:08:54 smithi007 ceph-mon[107711]: pgmap v147: 97 pgs: 97 active+clean; 336 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.5 MiB/s wr, 501 op/s 2023-12-18T17:08:54.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:08:54 smithi031 ceph-mon[110581]: pgmap v147: 97 pgs: 97 active+clean; 336 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.5 MiB/s wr, 501 op/s 2023-12-18T17:08:54.665 INFO:teuthology.orchestra.run.smithi007.stdout: 5 106924 7.82 MB/sec execute 255 sec latency 148.567 ms 2023-12-18T17:08:55.666 INFO:teuthology.orchestra.run.smithi007.stdout: 5 107104 7.80 MB/sec execute 256 sec latency 134.803 ms 2023-12-18T17:08:56.535 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:08:56 smithi007 ceph-mon[107711]: pgmap v148: 97 pgs: 97 active+clean; 336 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.5 MiB/s wr, 338 op/s 2023-12-18T17:08:56.666 INFO:teuthology.orchestra.run.smithi007.stdout: 5 107324 7.80 MB/sec execute 257 sec latency 131.183 ms 2023-12-18T17:08:56.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:08:56 smithi031 ceph-mon[110581]: pgmap v148: 97 pgs: 97 active+clean; 336 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.5 MiB/s wr, 338 op/s 2023-12-18T17:08:57.671 INFO:teuthology.orchestra.run.smithi007.stdout: 5 107594 7.77 MB/sec execute 258 sec latency 216.610 ms 2023-12-18T17:08:58.541 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:08:58 smithi007 ceph-mon[107711]: pgmap v149: 97 pgs: 97 active+clean; 336 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.5 MiB/s wr, 338 op/s 2023-12-18T17:08:58.671 INFO:teuthology.orchestra.run.smithi007.stdout: 5 107860 7.78 MB/sec execute 259 sec latency 150.124 ms 2023-12-18T17:08:58.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:08:58 smithi031 ceph-mon[110581]: pgmap v149: 97 pgs: 97 active+clean; 336 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.5 MiB/s wr, 338 op/s 2023-12-18T17:08:59.672 INFO:teuthology.orchestra.run.smithi007.stdout: 5 108059 7.76 MB/sec execute 260 sec latency 144.701 ms 2023-12-18T17:09:00.581 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:09:00 smithi007 ceph-mon[107711]: pgmap v150: 97 pgs: 97 active+clean; 331 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 4.8 MiB/s wr, 483 op/s 2023-12-18T17:09:00.671 INFO:teuthology.orchestra.run.smithi007.stdout: 5 108390 7.77 MB/sec execute 261 sec latency 131.499 ms 2023-12-18T17:09:00.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:09:00 smithi031 ceph-mon[110581]: pgmap v150: 97 pgs: 97 active+clean; 331 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 4.8 MiB/s wr, 483 op/s 2023-12-18T17:09:01.671 INFO:teuthology.orchestra.run.smithi007.stdout: 5 108708 7.77 MB/sec execute 262 sec latency 126.436 ms 2023-12-18T17:09:02.634 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:09:02 smithi007 ceph-mon[107711]: pgmap v151: 97 pgs: 97 active+clean; 331 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.4 MiB/s wr, 299 op/s 2023-12-18T17:09:02.671 INFO:teuthology.orchestra.run.smithi007.stdout: 5 109004 7.76 MB/sec execute 263 sec latency 204.107 ms 2023-12-18T17:09:02.817 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:09:02 smithi031 ceph-mon[110581]: pgmap v151: 97 pgs: 97 active+clean; 331 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.4 MiB/s wr, 299 op/s 2023-12-18T17:09:03.673 INFO:teuthology.orchestra.run.smithi007.stdout: 5 109248 7.76 MB/sec execute 264 sec latency 136.233 ms 2023-12-18T17:09:04.426 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:09:04 smithi007 ceph-mon[107711]: pgmap v152: 97 pgs: 97 active+clean; 325 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.9 MiB/s wr, 467 op/s 2023-12-18T17:09:04.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:09:04 smithi031 ceph-mon[110581]: pgmap v152: 97 pgs: 97 active+clean; 325 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.9 MiB/s wr, 467 op/s 2023-12-18T17:09:04.672 INFO:teuthology.orchestra.run.smithi007.stdout: 5 109500 7.76 MB/sec execute 265 sec latency 137.625 ms 2023-12-18T17:09:05.674 INFO:teuthology.orchestra.run.smithi007.stdout: 5 109828 7.78 MB/sec execute 266 sec latency 127.078 ms 2023-12-18T17:09:05.703 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:09:05 smithi007 ceph-mon[107711]: pgmap v153: 97 pgs: 97 active+clean; 325 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 2.8 MiB/s wr, 312 op/s 2023-12-18T17:09:05.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:09:05 smithi031 ceph-mon[110581]: pgmap v153: 97 pgs: 97 active+clean; 325 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 2.8 MiB/s wr, 312 op/s 2023-12-18T17:09:06.672 INFO:teuthology.orchestra.run.smithi007.stdout: 5 110081 7.79 MB/sec execute 267 sec latency 132.148 ms 2023-12-18T17:09:06.739 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:09:06 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:09:06.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:09:06 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:09:07.680 INFO:teuthology.orchestra.run.smithi007.stdout: 5 110288 7.77 MB/sec execute 268 sec latency 139.940 ms 2023-12-18T17:09:07.770 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:09:07 smithi007 ceph-mon[107711]: pgmap v154: 97 pgs: 97 active+clean; 325 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 2.8 MiB/s wr, 312 op/s 2023-12-18T17:09:08.065 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:09:07 smithi031 ceph-mon[110581]: pgmap v154: 97 pgs: 97 active+clean; 325 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 2.8 MiB/s wr, 312 op/s 2023-12-18T17:09:08.683 INFO:teuthology.orchestra.run.smithi007.stdout: 5 110584 7.78 MB/sec execute 269 sec latency 127.619 ms 2023-12-18T17:09:09.684 INFO:teuthology.orchestra.run.smithi007.stdout: 5 110813 7.77 MB/sec execute 270 sec latency 101.855 ms 2023-12-18T17:09:10.342 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:09:10 smithi007 ceph-mon[107711]: pgmap v155: 97 pgs: 97 active+clean; 337 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.8 MiB/s wr, 465 op/s 2023-12-18T17:09:10.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:09:10 smithi031 ceph-mon[110581]: pgmap v155: 97 pgs: 97 active+clean; 337 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.8 MiB/s wr, 465 op/s 2023-12-18T17:09:10.684 INFO:teuthology.orchestra.run.smithi007.stdout: 5 111055 7.75 MB/sec execute 271 sec latency 140.930 ms 2023-12-18T17:09:11.684 INFO:teuthology.orchestra.run.smithi007.stdout: 5 111379 7.75 MB/sec execute 272 sec latency 123.520 ms 2023-12-18T17:09:12.378 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:09:12 smithi007 ceph-mon[107711]: pgmap v156: 97 pgs: 97 active+clean; 337 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.5 MiB/s wr, 320 op/s 2023-12-18T17:09:12.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:09:12 smithi031 ceph-mon[110581]: pgmap v156: 97 pgs: 97 active+clean; 337 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.5 MiB/s wr, 320 op/s 2023-12-18T17:09:12.694 INFO:teuthology.orchestra.run.smithi007.stdout: 5 111655 7.74 MB/sec execute 273 sec latency 129.450 ms 2023-12-18T17:09:13.703 INFO:teuthology.orchestra.run.smithi007.stdout: 5 112007 7.74 MB/sec execute 274 sec latency 130.199 ms 2023-12-18T17:09:14.455 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:09:14 smithi007 ceph-mon[107711]: pgmap v157: 97 pgs: 97 active+clean; 329 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.9 MiB/s wr, 494 op/s 2023-12-18T17:09:14.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:09:14 smithi031 ceph-mon[110581]: pgmap v157: 97 pgs: 97 active+clean; 329 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.9 MiB/s wr, 494 op/s 2023-12-18T17:09:14.703 INFO:teuthology.orchestra.run.smithi007.stdout: 5 112333 7.75 MB/sec execute 275 sec latency 131.865 ms 2023-12-18T17:09:15.703 INFO:teuthology.orchestra.run.smithi007.stdout: 5 112663 7.75 MB/sec execute 276 sec latency 138.325 ms 2023-12-18T17:09:16.478 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:09:16 smithi007 ceph-mon[107711]: pgmap v158: 97 pgs: 97 active+clean; 329 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.4 MiB/s wr, 327 op/s 2023-12-18T17:09:16.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:09:16 smithi031 ceph-mon[110581]: pgmap v158: 97 pgs: 97 active+clean; 329 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.4 MiB/s wr, 327 op/s 2023-12-18T17:09:16.703 INFO:teuthology.orchestra.run.smithi007.stdout: 5 112972 7.76 MB/sec execute 277 sec latency 123.595 ms 2023-12-18T17:09:17.705 INFO:teuthology.orchestra.run.smithi007.stdout: 5 113251 7.77 MB/sec execute 278 sec latency 123.943 ms 2023-12-18T17:09:18.513 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:09:18 smithi007 ceph-mon[107711]: pgmap v159: 97 pgs: 97 active+clean; 329 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.4 MiB/s wr, 327 op/s 2023-12-18T17:09:18.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:09:18 smithi031 ceph-mon[110581]: pgmap v159: 97 pgs: 97 active+clean; 329 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.4 MiB/s wr, 327 op/s 2023-12-18T17:09:18.703 INFO:teuthology.orchestra.run.smithi007.stdout: 5 113499 7.77 MB/sec execute 279 sec latency 126.877 ms 2023-12-18T17:09:19.704 INFO:teuthology.orchestra.run.smithi007.stdout: 5 113741 7.78 MB/sec execute 280 sec latency 139.581 ms 2023-12-18T17:09:20.305 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:09:20 smithi007 ceph-mon[107711]: pgmap v160: 97 pgs: 97 active+clean; 334 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.4 MiB/s wr, 506 op/s 2023-12-18T17:09:20.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:09:20 smithi031 ceph-mon[110581]: pgmap v160: 97 pgs: 97 active+clean; 334 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.4 MiB/s wr, 506 op/s 2023-12-18T17:09:20.712 INFO:teuthology.orchestra.run.smithi007.stdout: 5 113955 7.77 MB/sec execute 281 sec latency 131.456 ms 2023-12-18T17:09:21.713 INFO:teuthology.orchestra.run.smithi007.stdout: 5 114204 7.76 MB/sec execute 282 sec latency 127.026 ms 2023-12-18T17:09:22.376 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:09:22 smithi007 ceph-mon[107711]: pgmap v161: 97 pgs: 97 active+clean; 334 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 353 op/s 2023-12-18T17:09:22.376 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:09:22 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:09:22.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:09:22 smithi031 ceph-mon[110581]: pgmap v161: 97 pgs: 97 active+clean; 334 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 353 op/s 2023-12-18T17:09:22.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:09:22 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:09:22.713 INFO:teuthology.orchestra.run.smithi007.stdout: 5 114444 7.75 MB/sec execute 283 sec latency 144.662 ms 2023-12-18T17:09:23.713 INFO:teuthology.orchestra.run.smithi007.stdout: 5 114682 7.74 MB/sec execute 284 sec latency 146.396 ms 2023-12-18T17:09:24.419 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:09:24 smithi007 ceph-mon[107711]: pgmap v162: 97 pgs: 97 active+clean; 341 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.0 MiB/s wr, 501 op/s 2023-12-18T17:09:24.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:09:24 smithi031 ceph-mon[110581]: pgmap v162: 97 pgs: 97 active+clean; 341 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.0 MiB/s wr, 501 op/s 2023-12-18T17:09:24.713 INFO:teuthology.orchestra.run.smithi007.stdout: 5 114982 7.74 MB/sec execute 285 sec latency 121.674 ms 2023-12-18T17:09:25.713 INFO:teuthology.orchestra.run.smithi007.stdout: 5 115325 7.73 MB/sec execute 286 sec latency 108.561 ms 2023-12-18T17:09:26.459 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:09:26 smithi007 ceph-mon[107711]: pgmap v163: 97 pgs: 97 active+clean; 341 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.6 MiB/s wr, 327 op/s 2023-12-18T17:09:26.718 INFO:teuthology.orchestra.run.smithi007.stdout: 5 115681 7.73 MB/sec execute 287 sec latency 139.091 ms 2023-12-18T17:09:26.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:09:26 smithi031 ceph-mon[110581]: pgmap v163: 97 pgs: 97 active+clean; 341 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.6 MiB/s wr, 327 op/s 2023-12-18T17:09:27.724 INFO:teuthology.orchestra.run.smithi007.stdout: 5 115999 7.74 MB/sec execute 288 sec latency 127.037 ms 2023-12-18T17:09:28.524 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:09:28 smithi007 ceph-mon[107711]: pgmap v164: 97 pgs: 97 active+clean; 341 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.6 MiB/s wr, 327 op/s 2023-12-18T17:09:28.724 INFO:teuthology.orchestra.run.smithi007.stdout: 5 116365 7.77 MB/sec execute 289 sec latency 138.585 ms 2023-12-18T17:09:28.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:09:28 smithi031 ceph-mon[110581]: pgmap v164: 97 pgs: 97 active+clean; 341 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.6 MiB/s wr, 327 op/s 2023-12-18T17:09:29.726 INFO:teuthology.orchestra.run.smithi007.stdout: 5 116676 7.77 MB/sec execute 290 sec latency 126.441 ms 2023-12-18T17:09:30.370 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:09:30 smithi007 ceph-mon[107711]: pgmap v165: 97 pgs: 97 active+clean; 330 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.2 MiB/s wr, 519 op/s 2023-12-18T17:09:30.726 INFO:teuthology.orchestra.run.smithi007.stdout: 5 116953 7.77 MB/sec execute 291 sec latency 127.898 ms 2023-12-18T17:09:30.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:09:30 smithi031 ceph-mon[110581]: pgmap v165: 97 pgs: 97 active+clean; 330 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.2 MiB/s wr, 519 op/s 2023-12-18T17:09:31.726 INFO:teuthology.orchestra.run.smithi007.stdout: 5 117219 7.78 MB/sec execute 292 sec latency 136.658 ms 2023-12-18T17:09:32.354 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:09:32 smithi007 ceph-mon[107711]: pgmap v166: 97 pgs: 97 active+clean; 330 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.2 MiB/s wr, 340 op/s 2023-12-18T17:09:32.726 INFO:teuthology.orchestra.run.smithi007.stdout: 5 117428 7.77 MB/sec execute 293 sec latency 126.722 ms 2023-12-18T17:09:32.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:09:32 smithi031 ceph-mon[110581]: pgmap v166: 97 pgs: 97 active+clean; 330 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.2 MiB/s wr, 340 op/s 2023-12-18T17:09:33.739 INFO:teuthology.orchestra.run.smithi007.stdout: 5 117615 7.76 MB/sec execute 294 sec latency 142.436 ms 2023-12-18T17:09:34.384 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:09:34 smithi007 ceph-mon[107711]: pgmap v167: 97 pgs: 97 active+clean; 341 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.3 MiB/s wr, 509 op/s 2023-12-18T17:09:34.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:09:34 smithi031 ceph-mon[110581]: pgmap v167: 97 pgs: 97 active+clean; 341 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.3 MiB/s wr, 509 op/s 2023-12-18T17:09:34.736 INFO:teuthology.orchestra.run.smithi007.stdout: 5 117898 7.75 MB/sec execute 295 sec latency 136.456 ms 2023-12-18T17:09:35.736 INFO:teuthology.orchestra.run.smithi007.stdout: 5 118061 7.74 MB/sec execute 296 sec latency 130.073 ms 2023-12-18T17:09:36.451 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:09:36 smithi007 ceph-mon[107711]: pgmap v168: 97 pgs: 97 active+clean; 341 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.8 MiB/s wr, 361 op/s 2023-12-18T17:09:36.736 INFO:teuthology.orchestra.run.smithi007.stdout: 5 118291 7.72 MB/sec execute 297 sec latency 159.949 ms 2023-12-18T17:09:36.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:09:36 smithi031 ceph-mon[110581]: pgmap v168: 97 pgs: 97 active+clean; 341 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.8 MiB/s wr, 361 op/s 2023-12-18T17:09:37.476 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:09:37 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:09:37.736 INFO:teuthology.orchestra.run.smithi007.stdout: 5 118541 7.72 MB/sec execute 298 sec latency 129.073 ms 2023-12-18T17:09:37.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:09:37 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:09:38.499 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:09:38 smithi007 ceph-mon[107711]: pgmap v169: 97 pgs: 97 active+clean; 341 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.8 MiB/s wr, 361 op/s 2023-12-18T17:09:38.740 INFO:teuthology.orchestra.run.smithi007.stdout: 5 118908 7.72 MB/sec execute 299 sec latency 135.300 ms 2023-12-18T17:09:38.817 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:09:38 smithi031 ceph-mon[110581]: pgmap v169: 97 pgs: 97 active+clean; 341 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.8 MiB/s wr, 361 op/s 2023-12-18T17:09:39.740 INFO:teuthology.orchestra.run.smithi007.stdout: 5 119275 7.72 MB/sec execute 300 sec latency 121.887 ms 2023-12-18T17:09:40.536 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:09:40 smithi007 ceph-mon[107711]: pgmap v170: 97 pgs: 97 active+clean; 332 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.0 MiB/s wr, 507 op/s 2023-12-18T17:09:40.750 INFO:teuthology.orchestra.run.smithi007.stdout: 5 119453 7.71 MB/sec execute 301 sec latency 142.121 ms 2023-12-18T17:09:40.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:09:40 smithi031 ceph-mon[110581]: pgmap v170: 97 pgs: 97 active+clean; 332 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.0 MiB/s wr, 507 op/s 2023-12-18T17:09:41.750 INFO:teuthology.orchestra.run.smithi007.stdout: 5 119776 7.73 MB/sec execute 302 sec latency 135.789 ms 2023-12-18T17:09:42.576 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:09:42 smithi007 ceph-mon[107711]: pgmap v171: 97 pgs: 97 active+clean; 332 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.4 MiB/s wr, 315 op/s 2023-12-18T17:09:42.750 INFO:teuthology.orchestra.run.smithi007.stdout: 5 120092 7.75 MB/sec execute 303 sec latency 132.598 ms 2023-12-18T17:09:42.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:09:42 smithi031 ceph-mon[110581]: pgmap v171: 97 pgs: 97 active+clean; 332 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.4 MiB/s wr, 315 op/s 2023-12-18T17:09:43.760 INFO:teuthology.orchestra.run.smithi007.stdout: 5 120414 7.75 MB/sec execute 304 sec latency 129.913 ms 2023-12-18T17:09:44.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:09:44 smithi031 ceph-mon[110581]: pgmap v172: 97 pgs: 97 active+clean; 338 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.3 MiB/s wr, 492 op/s 2023-12-18T17:09:44.598 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:09:44 smithi007 ceph-mon[107711]: pgmap v172: 97 pgs: 97 active+clean; 338 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.3 MiB/s wr, 492 op/s 2023-12-18T17:09:44.760 INFO:teuthology.orchestra.run.smithi007.stdout: 5 120699 7.75 MB/sec execute 305 sec latency 129.609 ms 2023-12-18T17:09:45.765 INFO:teuthology.orchestra.run.smithi007.stdout: 5 120902 7.73 MB/sec execute 306 sec latency 140.244 ms 2023-12-18T17:09:46.661 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:09:46 smithi007 ceph-mon[107711]: pgmap v173: 97 pgs: 97 active+clean; 338 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.2 MiB/s wr, 322 op/s 2023-12-18T17:09:46.765 INFO:teuthology.orchestra.run.smithi007.stdout: 5 121169 7.73 MB/sec execute 307 sec latency 123.309 ms 2023-12-18T17:09:46.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:09:46 smithi031 ceph-mon[110581]: pgmap v173: 97 pgs: 97 active+clean; 338 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.2 MiB/s wr, 322 op/s 2023-12-18T17:09:47.766 INFO:teuthology.orchestra.run.smithi007.stdout: 5 121421 7.73 MB/sec execute 308 sec latency 149.809 ms 2023-12-18T17:09:48.497 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:09:48 smithi007 ceph-mon[107711]: pgmap v174: 97 pgs: 97 active+clean; 338 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.2 MiB/s wr, 322 op/s 2023-12-18T17:09:48.765 INFO:teuthology.orchestra.run.smithi007.stdout: 5 121661 7.73 MB/sec execute 309 sec latency 143.088 ms 2023-12-18T17:09:48.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:09:48 smithi031 ceph-mon[110581]: pgmap v174: 97 pgs: 97 active+clean; 338 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.2 MiB/s wr, 322 op/s 2023-12-18T17:09:49.765 INFO:teuthology.orchestra.run.smithi007.stdout: 5 121895 7.72 MB/sec execute 310 sec latency 122.424 ms 2023-12-18T17:09:50.280 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:09:50 smithi007 ceph-mon[107711]: pgmap v175: 97 pgs: 97 active+clean; 340 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 4.9 MiB/s wr, 484 op/s 2023-12-18T17:09:50.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:09:50 smithi031 ceph-mon[110581]: pgmap v175: 97 pgs: 97 active+clean; 340 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 4.9 MiB/s wr, 484 op/s 2023-12-18T17:09:50.767 INFO:teuthology.orchestra.run.smithi007.stdout: 5 122161 7.71 MB/sec execute 311 sec latency 123.826 ms 2023-12-18T17:09:51.766 INFO:teuthology.orchestra.run.smithi007.stdout: 5 122397 7.70 MB/sec execute 312 sec latency 121.894 ms 2023-12-18T17:09:52.333 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:09:52 smithi007 ceph-mon[107711]: pgmap v176: 97 pgs: 97 active+clean; 340 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 337 op/s 2023-12-18T17:09:52.333 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:09:52 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:09:52.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:09:52 smithi031 ceph-mon[110581]: pgmap v176: 97 pgs: 97 active+clean; 340 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 337 op/s 2023-12-18T17:09:52.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:09:52 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:09:52.765 INFO:teuthology.orchestra.run.smithi007.stdout: 5 122642 7.68 MB/sec execute 313 sec latency 109.182 ms 2023-12-18T17:09:53.765 INFO:teuthology.orchestra.run.smithi007.stdout: 5 122868 7.68 MB/sec execute 314 sec latency 126.557 ms 2023-12-18T17:09:54.379 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:09:54 smithi007 ceph-mon[107711]: pgmap v177: 97 pgs: 97 active+clean; 335 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.8 MiB/s wr, 486 op/s 2023-12-18T17:09:54.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:09:54 smithi031 ceph-mon[110581]: pgmap v177: 97 pgs: 97 active+clean; 335 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.8 MiB/s wr, 486 op/s 2023-12-18T17:09:54.776 INFO:teuthology.orchestra.run.smithi007.stdout: 5 123154 7.70 MB/sec execute 315 sec latency 135.368 ms 2023-12-18T17:09:55.776 INFO:teuthology.orchestra.run.smithi007.stdout: 5 123435 7.70 MB/sec execute 316 sec latency 192.574 ms 2023-12-18T17:09:56.391 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:09:56 smithi007 ceph-mon[107711]: pgmap v178: 97 pgs: 97 active+clean; 335 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 2.9 MiB/s wr, 310 op/s 2023-12-18T17:09:56.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:09:56 smithi031 ceph-mon[110581]: pgmap v178: 97 pgs: 97 active+clean; 335 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 2.9 MiB/s wr, 310 op/s 2023-12-18T17:09:56.776 INFO:teuthology.orchestra.run.smithi007.stdout: 5 123736 7.72 MB/sec execute 317 sec latency 142.799 ms 2023-12-18T17:09:57.776 INFO:teuthology.orchestra.run.smithi007.stdout: 5 123978 7.72 MB/sec execute 318 sec latency 145.522 ms 2023-12-18T17:09:58.418 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:09:58 smithi007 ceph-mon[107711]: pgmap v179: 97 pgs: 97 active+clean; 335 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 2.9 MiB/s wr, 310 op/s 2023-12-18T17:09:58.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:09:58 smithi031 ceph-mon[110581]: pgmap v179: 97 pgs: 97 active+clean; 335 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 2.9 MiB/s wr, 310 op/s 2023-12-18T17:09:58.779 INFO:teuthology.orchestra.run.smithi007.stdout: 5 124213 7.71 MB/sec execute 319 sec latency 139.123 ms 2023-12-18T17:09:59.787 INFO:teuthology.orchestra.run.smithi007.stdout: 5 124428 7.69 MB/sec execute 320 sec latency 135.077 ms 2023-12-18T17:10:00.456 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:10:00 smithi007 ceph-mon[107711]: pgmap v180: 97 pgs: 97 active+clean; 341 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.8 MiB/s wr, 465 op/s 2023-12-18T17:10:00.456 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:10:00 smithi007 ceph-mon[107711]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi007.pgbvqi on host smithi007 failed. 2023-12-18T17:10:00.456 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:10:00 smithi007 ceph-mon[107711]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi007.pgbvqi on host smithi007 failed. 2023-12-18T17:10:00.456 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:10:00 smithi007 ceph-mon[107711]: Upgrade daemon: mgr.smithi007.pgbvqi: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi007.pgbvqi ... 2023-12-18T17:10:00.456 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:10:00 smithi007 ceph-mon[107711]: Non-zero exit code 1 from systemctl daemon-reload 2023-12-18T17:10:00.456 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:10:00 smithi007 ceph-mon[107711]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-12-18T17:10:00.456 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:10:00 smithi007 ceph-mon[107711]: Traceback (most recent call last): 2023-12-18T17:10:00.457 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:10:00 smithi007 ceph-mon[107711]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-12-18T17:10:00.457 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:10:00 smithi007 ceph-mon[107711]: "__main__", mod_spec) 2023-12-18T17:10:00.457 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:10:00 smithi007 ceph-mon[107711]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-12-18T17:10:00.457 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:10:00 smithi007 ceph-mon[107711]: exec(code, run_globals) 2023-12-18T17:10:00.457 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:10:00 smithi007 ceph-mon[107711]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 5499, in 2023-12-18T17:10:00.457 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:10:00 smithi007 ceph-mon[107711]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 5487, in main 2023-12-18T17:10:00.457 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:10:00 smithi007 ceph-mon[107711]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 3021, in command_deploy_from 2023-12-18T17:10:00.457 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:10:00 smithi007 ceph-mon[107711]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 3056, in _common_deploy 2023-12-18T17:10:00.457 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:10:00 smithi007 ceph-mon[107711]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 3088, in _deploy_daemon_container 2023-12-18T17:10:00.457 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:10:00 smithi007 ceph-mon[107711]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 1032, in deploy_daemon 2023-12-18T17:10:00.457 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:10:00 smithi007 ceph-mon[107711]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 1148, in deploy_daemon_units 2023-12-18T17:10:00.457 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:10:00 smithi007 ceph-mon[107711]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-12-18T17:10:00.457 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:10:00 smithi007 ceph-mon[107711]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-12-18T17:10:00.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:10:00 smithi031 ceph-mon[110581]: pgmap v180: 97 pgs: 97 active+clean; 341 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.8 MiB/s wr, 465 op/s 2023-12-18T17:10:00.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:10:00 smithi031 ceph-mon[110581]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi007.pgbvqi on host smithi007 failed. 2023-12-18T17:10:00.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:10:00 smithi031 ceph-mon[110581]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi007.pgbvqi on host smithi007 failed. 2023-12-18T17:10:00.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:10:00 smithi031 ceph-mon[110581]: Upgrade daemon: mgr.smithi007.pgbvqi: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi007.pgbvqi ... 2023-12-18T17:10:00.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:10:00 smithi031 ceph-mon[110581]: Non-zero exit code 1 from systemctl daemon-reload 2023-12-18T17:10:00.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:10:00 smithi031 ceph-mon[110581]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-12-18T17:10:00.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:10:00 smithi031 ceph-mon[110581]: Traceback (most recent call last): 2023-12-18T17:10:00.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:10:00 smithi031 ceph-mon[110581]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-12-18T17:10:00.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:10:00 smithi031 ceph-mon[110581]: "__main__", mod_spec) 2023-12-18T17:10:00.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:10:00 smithi031 ceph-mon[110581]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-12-18T17:10:00.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:10:00 smithi031 ceph-mon[110581]: exec(code, run_globals) 2023-12-18T17:10:00.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:10:00 smithi031 ceph-mon[110581]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 5499, in 2023-12-18T17:10:00.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:10:00 smithi031 ceph-mon[110581]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 5487, in main 2023-12-18T17:10:00.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:10:00 smithi031 ceph-mon[110581]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 3021, in command_deploy_from 2023-12-18T17:10:00.567 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:10:00 smithi031 ceph-mon[110581]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 3056, in _common_deploy 2023-12-18T17:10:00.567 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:10:00 smithi031 ceph-mon[110581]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 3088, in _deploy_daemon_container 2023-12-18T17:10:00.567 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:10:00 smithi031 ceph-mon[110581]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 1032, in deploy_daemon 2023-12-18T17:10:00.567 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:10:00 smithi031 ceph-mon[110581]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 1148, in deploy_daemon_units 2023-12-18T17:10:00.567 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:10:00 smithi031 ceph-mon[110581]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-12-18T17:10:00.567 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:10:00 smithi031 ceph-mon[110581]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-12-18T17:10:00.787 INFO:teuthology.orchestra.run.smithi007.stdout: 5 124684 7.68 MB/sec execute 321 sec latency 130.167 ms 2023-12-18T17:10:01.787 INFO:teuthology.orchestra.run.smithi007.stdout: 5 124903 7.68 MB/sec execute 322 sec latency 145.463 ms 2023-12-18T17:10:02.494 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:10:02 smithi007 ceph-mon[107711]: pgmap v181: 97 pgs: 97 active+clean; 341 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.1 MiB/s wr, 304 op/s 2023-12-18T17:10:02.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:10:02 smithi031 ceph-mon[110581]: pgmap v181: 97 pgs: 97 active+clean; 341 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.1 MiB/s wr, 304 op/s 2023-12-18T17:10:02.787 INFO:teuthology.orchestra.run.smithi007.stdout: 5 125140 7.67 MB/sec execute 323 sec latency 140.199 ms 2023-12-18T17:10:03.787 INFO:teuthology.orchestra.run.smithi007.stdout: 5 125429 7.68 MB/sec execute 324 sec latency 130.377 ms 2023-12-18T17:10:04.544 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:10:04 smithi007 ceph-mon[107711]: pgmap v182: 97 pgs: 97 active+clean; 340 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.7 MiB/s wr, 459 op/s 2023-12-18T17:10:04.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:10:04 smithi031 ceph-mon[110581]: pgmap v182: 97 pgs: 97 active+clean; 340 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.7 MiB/s wr, 459 op/s 2023-12-18T17:10:04.788 INFO:teuthology.orchestra.run.smithi007.stdout: 5 125714 7.67 MB/sec execute 325 sec latency 96.053 ms 2023-12-18T17:10:05.787 INFO:teuthology.orchestra.run.smithi007.stdout: 5 126003 7.66 MB/sec execute 326 sec latency 140.809 ms 2023-12-18T17:10:06.483 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:10:06 smithi007 ceph-mon[107711]: pgmap v183: 97 pgs: 97 active+clean; 340 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.5 MiB/s wr, 309 op/s 2023-12-18T17:10:06.787 INFO:teuthology.orchestra.run.smithi007.stdout: 5 126221 7.65 MB/sec execute 327 sec latency 137.467 ms 2023-12-18T17:10:06.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:10:06 smithi031 ceph-mon[110581]: pgmap v183: 97 pgs: 97 active+clean; 340 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.5 MiB/s wr, 309 op/s 2023-12-18T17:10:07.509 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:10:07 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:10:07.789 INFO:teuthology.orchestra.run.smithi007.stdout: 5 126416 7.65 MB/sec execute 328 sec latency 123.612 ms 2023-12-18T17:10:07.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:10:07 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:10:08.540 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:10:08 smithi007 ceph-mon[107711]: pgmap v184: 97 pgs: 97 active+clean; 340 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.5 MiB/s wr, 309 op/s 2023-12-18T17:10:08.788 INFO:teuthology.orchestra.run.smithi007.stdout: 5 126698 7.66 MB/sec execute 329 sec latency 120.769 ms 2023-12-18T17:10:08.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:10:08 smithi031 ceph-mon[110581]: pgmap v184: 97 pgs: 97 active+clean; 340 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.5 MiB/s wr, 309 op/s 2023-12-18T17:10:09.789 INFO:teuthology.orchestra.run.smithi007.stdout: 5 126918 7.65 MB/sec execute 330 sec latency 120.938 ms 2023-12-18T17:10:10.618 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:10:10 smithi007 ceph-mon[107711]: pgmap v185: 97 pgs: 97 active+clean; 338 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.6 MiB/s wr, 460 op/s 2023-12-18T17:10:10.788 INFO:teuthology.orchestra.run.smithi007.stdout: 5 127233 7.68 MB/sec execute 331 sec latency 133.174 ms 2023-12-18T17:10:10.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:10:10 smithi031 ceph-mon[110581]: pgmap v185: 97 pgs: 97 active+clean; 338 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.6 MiB/s wr, 460 op/s 2023-12-18T17:10:11.789 INFO:teuthology.orchestra.run.smithi007.stdout: 5 127452 7.67 MB/sec execute 332 sec latency 131.959 ms 2023-12-18T17:10:12.414 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:10:12 smithi007 ceph-mon[107711]: pgmap v186: 97 pgs: 97 active+clean; 338 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 2.8 MiB/s wr, 305 op/s 2023-12-18T17:10:12.789 INFO:teuthology.orchestra.run.smithi007.stdout: 5 127640 7.67 MB/sec execute 333 sec latency 138.700 ms 2023-12-18T17:10:12.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:10:12 smithi031 ceph-mon[110581]: pgmap v186: 97 pgs: 97 active+clean; 338 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 2.8 MiB/s wr, 305 op/s 2023-12-18T17:10:13.789 INFO:teuthology.orchestra.run.smithi007.stdout: 5 127862 7.65 MB/sec execute 334 sec latency 129.748 ms 2023-12-18T17:10:14.459 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:10:14 smithi007 ceph-mon[107711]: pgmap v187: 97 pgs: 97 active+clean; 342 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.6 MiB/s wr, 445 op/s 2023-12-18T17:10:14.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:10:14 smithi031 ceph-mon[110581]: pgmap v187: 97 pgs: 97 active+clean; 342 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.6 MiB/s wr, 445 op/s 2023-12-18T17:10:14.789 INFO:teuthology.orchestra.run.smithi007.stdout: 5 128060 7.64 MB/sec execute 335 sec latency 155.289 ms 2023-12-18T17:10:15.476 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:10:15 smithi007 ceph-mon[107711]: pgmap v188: 97 pgs: 97 active+clean; 342 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 3.8 KiB/s rd, 3.0 MiB/s wr, 290 op/s 2023-12-18T17:10:15.788 INFO:teuthology.orchestra.run.smithi007.stdout: 5 128257 7.62 MB/sec execute 336 sec latency 143.476 ms 2023-12-18T17:10:15.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:10:15 smithi031 ceph-mon[110581]: pgmap v188: 97 pgs: 97 active+clean; 342 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 3.8 KiB/s rd, 3.0 MiB/s wr, 290 op/s 2023-12-18T17:10:16.789 INFO:teuthology.orchestra.run.smithi007.stdout: 5 128499 7.63 MB/sec execute 337 sec latency 125.081 ms 2023-12-18T17:10:17.789 INFO:teuthology.orchestra.run.smithi007.stdout: 5 128719 7.61 MB/sec execute 338 sec latency 146.802 ms 2023-12-18T17:10:18.050 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:10:17 smithi007 ceph-mon[107711]: pgmap v189: 97 pgs: 97 active+clean; 342 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 3.8 KiB/s rd, 3.0 MiB/s wr, 290 op/s 2023-12-18T17:10:18.065 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:10:17 smithi031 ceph-mon[110581]: pgmap v189: 97 pgs: 97 active+clean; 342 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 3.8 KiB/s rd, 3.0 MiB/s wr, 290 op/s 2023-12-18T17:10:18.790 INFO:teuthology.orchestra.run.smithi007.stdout: 5 128960 7.62 MB/sec execute 339 sec latency 207.057 ms 2023-12-18T17:10:19.791 INFO:teuthology.orchestra.run.smithi007.stdout: 5 129232 7.62 MB/sec execute 340 sec latency 178.369 ms 2023-12-18T17:10:20.412 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:10:20 smithi007 ceph-mon[107711]: pgmap v190: 97 pgs: 97 active+clean; 339 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.3 MiB/s wr, 433 op/s 2023-12-18T17:10:20.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:10:20 smithi031 ceph-mon[110581]: pgmap v190: 97 pgs: 97 active+clean; 339 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.3 MiB/s wr, 433 op/s 2023-12-18T17:10:20.789 INFO:teuthology.orchestra.run.smithi007.stdout: 5 129440 7.60 MB/sec execute 341 sec latency 126.559 ms 2023-12-18T17:10:21.789 INFO:teuthology.orchestra.run.smithi007.stdout: 5 129671 7.59 MB/sec execute 342 sec latency 127.164 ms 2023-12-18T17:10:22.474 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:10:22 smithi007 ceph-mon[107711]: pgmap v191: 97 pgs: 97 active+clean; 339 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.2 MiB/s wr, 283 op/s 2023-12-18T17:10:22.474 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:10:22 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:10:22.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:10:22 smithi031 ceph-mon[110581]: pgmap v191: 97 pgs: 97 active+clean; 339 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.2 MiB/s wr, 283 op/s 2023-12-18T17:10:22.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:10:22 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:10:22.789 INFO:teuthology.orchestra.run.smithi007.stdout: 5 129954 7.60 MB/sec execute 343 sec latency 129.668 ms 2023-12-18T17:10:23.789 INFO:teuthology.orchestra.run.smithi007.stdout: 5 130218 7.60 MB/sec execute 344 sec latency 119.825 ms 2023-12-18T17:10:24.538 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:10:24 smithi007 ceph-mon[107711]: pgmap v192: 97 pgs: 97 active+clean; 343 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.4 MiB/s wr, 421 op/s 2023-12-18T17:10:24.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:10:24 smithi031 ceph-mon[110581]: pgmap v192: 97 pgs: 97 active+clean; 343 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.4 MiB/s wr, 421 op/s 2023-12-18T17:10:24.790 INFO:teuthology.orchestra.run.smithi007.stdout: 5 130539 7.62 MB/sec execute 345 sec latency 120.376 ms 2023-12-18T17:10:25.790 INFO:teuthology.orchestra.run.smithi007.stdout: 5 130722 7.61 MB/sec execute 346 sec latency 135.335 ms 2023-12-18T17:10:26.353 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:10:26 smithi007 ceph-mon[107711]: pgmap v193: 97 pgs: 97 active+clean; 343 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.6 MiB/s wr, 280 op/s 2023-12-18T17:10:26.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:10:26 smithi031 ceph-mon[110581]: pgmap v193: 97 pgs: 97 active+clean; 343 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.6 MiB/s wr, 280 op/s 2023-12-18T17:10:26.790 INFO:teuthology.orchestra.run.smithi007.stdout: 5 130937 7.61 MB/sec execute 347 sec latency 180.675 ms 2023-12-18T17:10:27.790 INFO:teuthology.orchestra.run.smithi007.stdout: 5 131179 7.61 MB/sec execute 348 sec latency 135.352 ms 2023-12-18T17:10:28.387 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:10:28 smithi007 ceph-mon[107711]: pgmap v194: 97 pgs: 97 active+clean; 343 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.6 MiB/s wr, 280 op/s 2023-12-18T17:10:28.790 INFO:teuthology.orchestra.run.smithi007.stdout: 5 131386 7.59 MB/sec execute 349 sec latency 150.693 ms 2023-12-18T17:10:28.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:10:28 smithi031 ceph-mon[110581]: pgmap v194: 97 pgs: 97 active+clean; 343 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.6 MiB/s wr, 280 op/s 2023-12-18T17:10:29.790 INFO:teuthology.orchestra.run.smithi007.stdout: 5 131550 7.58 MB/sec execute 350 sec latency 129.945 ms 2023-12-18T17:10:30.436 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:10:30 smithi007 ceph-mon[107711]: pgmap v195: 97 pgs: 97 active+clean; 347 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.3 MiB/s wr, 427 op/s 2023-12-18T17:10:30.790 INFO:teuthology.orchestra.run.smithi007.stdout: 5 131706 7.57 MB/sec execute 351 sec latency 126.064 ms 2023-12-18T17:10:30.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:10:30 smithi031 ceph-mon[110581]: pgmap v195: 97 pgs: 97 active+clean; 347 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.3 MiB/s wr, 427 op/s 2023-12-18T17:10:31.790 INFO:teuthology.orchestra.run.smithi007.stdout: 5 132015 7.58 MB/sec execute 352 sec latency 129.455 ms 2023-12-18T17:10:32.481 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:10:32 smithi007 ceph-mon[107711]: pgmap v196: 97 pgs: 97 active+clean; 347 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 3.9 KiB/s rd, 3.0 MiB/s wr, 284 op/s 2023-12-18T17:10:32.798 INFO:teuthology.orchestra.run.smithi007.stdout: 5 132247 7.56 MB/sec execute 354 sec latency 120.484 ms 2023-12-18T17:10:32.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:10:32 smithi031 ceph-mon[110581]: pgmap v196: 97 pgs: 97 active+clean; 347 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 3.9 KiB/s rd, 3.0 MiB/s wr, 284 op/s 2023-12-18T17:10:33.798 INFO:teuthology.orchestra.run.smithi007.stdout: 5 132490 7.55 MB/sec execute 355 sec latency 143.346 ms 2023-12-18T17:10:34.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:10:34 smithi031 ceph-mon[110581]: pgmap v197: 97 pgs: 97 active+clean; 346 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.3 MiB/s wr, 421 op/s 2023-12-18T17:10:34.570 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:10:34 smithi007 ceph-mon[107711]: pgmap v197: 97 pgs: 97 active+clean; 346 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.3 MiB/s wr, 421 op/s 2023-12-18T17:10:34.805 INFO:teuthology.orchestra.run.smithi007.stdout: 5 132761 7.56 MB/sec execute 356 sec latency 136.192 ms 2023-12-18T17:10:35.811 INFO:teuthology.orchestra.run.smithi007.stdout: 5 133012 7.55 MB/sec execute 357 sec latency 135.321 ms 2023-12-18T17:10:36.600 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:10:36 smithi007 ceph-mon[107711]: pgmap v198: 97 pgs: 97 active+clean; 346 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.0 MiB/s wr, 283 op/s 2023-12-18T17:10:36.811 INFO:teuthology.orchestra.run.smithi007.stdout: 5 133382 7.56 MB/sec execute 358 sec latency 124.097 ms 2023-12-18T17:10:36.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:10:36 smithi031 ceph-mon[110581]: pgmap v198: 97 pgs: 97 active+clean; 346 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.0 MiB/s wr, 283 op/s 2023-12-18T17:10:37.626 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:10:37 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:10:37.811 INFO:teuthology.orchestra.run.smithi007.stdout: 5 133729 7.57 MB/sec execute 359 sec latency 131.404 ms 2023-12-18T17:10:37.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:10:37 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:10:38.386 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:10:38 smithi007 ceph-mon[107711]: pgmap v199: 97 pgs: 97 active+clean; 346 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.0 MiB/s wr, 283 op/s 2023-12-18T17:10:38.812 INFO:teuthology.orchestra.run.smithi007.stdout: 5 134023 7.58 MB/sec execute 360 sec latency 129.477 ms 2023-12-18T17:10:38.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:10:38 smithi031 ceph-mon[110581]: pgmap v199: 97 pgs: 97 active+clean; 346 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.0 MiB/s wr, 283 op/s 2023-12-18T17:10:39.813 INFO:teuthology.orchestra.run.smithi007.stdout: 5 134277 7.58 MB/sec execute 361 sec latency 137.405 ms 2023-12-18T17:10:40.470 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:10:40 smithi007 ceph-mon[107711]: pgmap v200: 97 pgs: 97 active+clean; 346 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.7 MiB/s wr, 452 op/s 2023-12-18T17:10:40.814 INFO:teuthology.orchestra.run.smithi007.stdout: 5 134544 7.59 MB/sec execute 362 sec latency 132.463 ms 2023-12-18T17:10:40.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:10:40 smithi031 ceph-mon[110581]: pgmap v200: 97 pgs: 97 active+clean; 346 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.7 MiB/s wr, 452 op/s 2023-12-18T17:10:41.814 INFO:teuthology.orchestra.run.smithi007.stdout: 5 134792 7.58 MB/sec execute 363 sec latency 129.782 ms 2023-12-18T17:10:42.511 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:10:42 smithi007 ceph-mon[107711]: pgmap v201: 97 pgs: 97 active+clean; 346 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.0 MiB/s wr, 305 op/s 2023-12-18T17:10:42.814 INFO:teuthology.orchestra.run.smithi007.stdout: 5 135044 7.57 MB/sec execute 364 sec latency 138.389 ms 2023-12-18T17:10:42.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:10:42 smithi031 ceph-mon[110581]: pgmap v201: 97 pgs: 97 active+clean; 346 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.0 MiB/s wr, 305 op/s 2023-12-18T17:10:43.814 INFO:teuthology.orchestra.run.smithi007.stdout: 5 135378 7.56 MB/sec execute 365 sec latency 78.139 ms 2023-12-18T17:10:44.563 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:10:44 smithi007 ceph-mon[107711]: pgmap v202: 97 pgs: 97 active+clean; 346 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.8 MiB/s wr, 471 op/s 2023-12-18T17:10:44.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:10:44 smithi031 ceph-mon[110581]: pgmap v202: 97 pgs: 97 active+clean; 346 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.8 MiB/s wr, 471 op/s 2023-12-18T17:10:44.814 INFO:teuthology.orchestra.run.smithi007.stdout: 5 135662 7.56 MB/sec execute 366 sec latency 117.798 ms 2023-12-18T17:10:45.814 INFO:teuthology.orchestra.run.smithi007.stdout: 5 135932 7.56 MB/sec execute 367 sec latency 128.425 ms 2023-12-18T17:10:46.591 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:10:46 smithi007 ceph-mon[107711]: pgmap v203: 97 pgs: 97 active+clean; 346 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.6 MiB/s wr, 334 op/s 2023-12-18T17:10:46.815 INFO:teuthology.orchestra.run.smithi007.stdout: 5 136295 7.57 MB/sec execute 368 sec latency 114.294 ms 2023-12-18T17:10:46.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:10:46 smithi031 ceph-mon[110581]: pgmap v203: 97 pgs: 97 active+clean; 346 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.6 MiB/s wr, 334 op/s 2023-12-18T17:10:47.615 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:10:47 smithi007 ceph-mon[107711]: pgmap v204: 97 pgs: 97 active+clean; 346 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.6 MiB/s wr, 334 op/s 2023-12-18T17:10:47.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:10:47 smithi031 ceph-mon[110581]: pgmap v204: 97 pgs: 97 active+clean; 346 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.6 MiB/s wr, 334 op/s 2023-12-18T17:10:47.819 INFO:teuthology.orchestra.run.smithi007.stdout: 5 136647 7.58 MB/sec execute 369 sec latency 131.851 ms 2023-12-18T17:10:48.820 INFO:teuthology.orchestra.run.smithi007.stdout: 5 136958 7.58 MB/sec execute 370 sec latency 117.573 ms 2023-12-18T17:10:49.819 INFO:teuthology.orchestra.run.smithi007.stdout: 5 137190 7.58 MB/sec execute 371 sec latency 135.466 ms 2023-12-18T17:10:50.408 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:10:50 smithi007 ceph-mon[107711]: pgmap v205: 97 pgs: 97 active+clean; 341 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.2 MiB/s wr, 524 op/s 2023-12-18T17:10:50.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:10:50 smithi031 ceph-mon[110581]: pgmap v205: 97 pgs: 97 active+clean; 341 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.2 MiB/s wr, 524 op/s 2023-12-18T17:10:50.819 INFO:teuthology.orchestra.run.smithi007.stdout: 5 137468 7.59 MB/sec execute 372 sec latency 135.702 ms 2023-12-18T17:10:51.819 INFO:teuthology.orchestra.run.smithi007.stdout: 5 137761 7.59 MB/sec execute 373 sec latency 127.063 ms 2023-12-18T17:10:52.458 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:10:52 smithi007 ceph-mon[107711]: pgmap v206: 97 pgs: 97 active+clean; 341 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.5 MiB/s wr, 354 op/s 2023-12-18T17:10:52.458 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:10:52 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:10:52.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:10:52 smithi031 ceph-mon[110581]: pgmap v206: 97 pgs: 97 active+clean; 341 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.5 MiB/s wr, 354 op/s 2023-12-18T17:10:52.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:10:52 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:10:52.819 INFO:teuthology.orchestra.run.smithi007.stdout: 5 138036 7.60 MB/sec execute 374 sec latency 195.505 ms 2023-12-18T17:10:53.819 INFO:teuthology.orchestra.run.smithi007.stdout: 5 138217 7.58 MB/sec execute 375 sec latency 149.691 ms 2023-12-18T17:10:54.520 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:10:54 smithi007 ceph-mon[107711]: pgmap v207: 97 pgs: 97 active+clean; 350 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.5 MiB/s wr, 515 op/s 2023-12-18T17:10:54.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:10:54 smithi031 ceph-mon[110581]: pgmap v207: 97 pgs: 97 active+clean; 350 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.5 MiB/s wr, 515 op/s 2023-12-18T17:10:54.820 INFO:teuthology.orchestra.run.smithi007.stdout: 5 138423 7.57 MB/sec execute 376 sec latency 123.549 ms 2023-12-18T17:10:55.819 INFO:teuthology.orchestra.run.smithi007.stdout: 5 138684 7.57 MB/sec execute 377 sec latency 127.565 ms 2023-12-18T17:10:56.547 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:10:56 smithi007 ceph-mon[107711]: pgmap v208: 97 pgs: 97 active+clean; 350 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.7 MiB/s wr, 349 op/s 2023-12-18T17:10:56.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:10:56 smithi031 ceph-mon[110581]: pgmap v208: 97 pgs: 97 active+clean; 350 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.7 MiB/s wr, 349 op/s 2023-12-18T17:10:56.819 INFO:teuthology.orchestra.run.smithi007.stdout: 5 138958 7.56 MB/sec execute 378 sec latency 111.759 ms 2023-12-18T17:10:57.821 INFO:teuthology.orchestra.run.smithi007.stdout: 5 139218 7.56 MB/sec execute 379 sec latency 134.309 ms 2023-12-18T17:10:58.330 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:10:58 smithi007 ceph-mon[107711]: pgmap v209: 97 pgs: 97 active+clean; 350 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.7 MiB/s wr, 349 op/s 2023-12-18T17:10:58.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:10:58 smithi031 ceph-mon[110581]: pgmap v209: 97 pgs: 97 active+clean; 350 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.7 MiB/s wr, 349 op/s 2023-12-18T17:10:58.819 INFO:teuthology.orchestra.run.smithi007.stdout: 5 139469 7.55 MB/sec execute 380 sec latency 129.669 ms 2023-12-18T17:10:59.829 INFO:teuthology.orchestra.run.smithi007.stdout: 5 139815 7.56 MB/sec execute 381 sec latency 144.997 ms 2023-12-18T17:11:00.405 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:11:00 smithi007 ceph-mon[107711]: pgmap v210: 97 pgs: 97 active+clean; 341 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 4.9 MiB/s wr, 511 op/s 2023-12-18T17:11:00.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:11:00 smithi031 ceph-mon[110581]: pgmap v210: 97 pgs: 97 active+clean; 341 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 4.9 MiB/s wr, 511 op/s 2023-12-18T17:11:00.828 INFO:teuthology.orchestra.run.smithi007.stdout: 5 140152 7.55 MB/sec execute 382 sec latency 129.600 ms 2023-12-18T17:11:01.829 INFO:teuthology.orchestra.run.smithi007.stdout: 5 140485 7.56 MB/sec execute 383 sec latency 123.839 ms 2023-12-18T17:11:02.466 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:11:02 smithi007 ceph-mon[107711]: pgmap v211: 97 pgs: 97 active+clean; 341 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 321 op/s 2023-12-18T17:11:02.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:11:02 smithi031 ceph-mon[110581]: pgmap v211: 97 pgs: 97 active+clean; 341 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 321 op/s 2023-12-18T17:11:02.829 INFO:teuthology.orchestra.run.smithi007.stdout: 5 140675 7.56 MB/sec execute 384 sec latency 128.659 ms 2023-12-18T17:11:03.829 INFO:teuthology.orchestra.run.smithi007.stdout: 5 140982 7.58 MB/sec execute 385 sec latency 140.492 ms 2023-12-18T17:11:04.548 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:11:04 smithi007 ceph-mon[107711]: pgmap v212: 97 pgs: 97 active+clean; 342 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.2 MiB/s wr, 497 op/s 2023-12-18T17:11:04.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:11:04 smithi031 ceph-mon[110581]: pgmap v212: 97 pgs: 97 active+clean; 342 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.2 MiB/s wr, 497 op/s 2023-12-18T17:11:04.829 INFO:teuthology.orchestra.run.smithi007.stdout: 5 141196 7.57 MB/sec execute 386 sec latency 136.166 ms 2023-12-18T17:11:05.830 INFO:teuthology.orchestra.run.smithi007.stdout: 5 141402 7.57 MB/sec execute 387 sec latency 148.381 ms 2023-12-18T17:11:06.340 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:11:06 smithi007 ceph-mon[107711]: pgmap v213: 97 pgs: 97 active+clean; 342 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.2 MiB/s wr, 337 op/s 2023-12-18T17:11:06.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:11:06 smithi031 ceph-mon[110581]: pgmap v213: 97 pgs: 97 active+clean; 342 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.2 MiB/s wr, 337 op/s 2023-12-18T17:11:06.829 INFO:teuthology.orchestra.run.smithi007.stdout: 5 141602 7.57 MB/sec execute 388 sec latency 165.303 ms 2023-12-18T17:11:07.369 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:11:07 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:11:07.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:11:07 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:11:07.829 INFO:teuthology.orchestra.run.smithi007.stdout: 5 141754 7.56 MB/sec execute 389 sec latency 198.913 ms 2023-12-18T17:11:08.378 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:11:08 smithi007 ceph-mon[107711]: pgmap v214: 97 pgs: 97 active+clean; 342 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.2 MiB/s wr, 337 op/s 2023-12-18T17:11:08.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:11:08 smithi031 ceph-mon[110581]: pgmap v214: 97 pgs: 97 active+clean; 342 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.2 MiB/s wr, 337 op/s 2023-12-18T17:11:08.839 INFO:teuthology.orchestra.run.smithi007.stdout: 5 141994 7.55 MB/sec execute 390 sec latency 126.915 ms 2023-12-18T17:11:09.839 INFO:teuthology.orchestra.run.smithi007.stdout: 5 142271 7.54 MB/sec execute 391 sec latency 129.809 ms 2023-12-18T17:11:10.452 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:11:10 smithi007 ceph-mon[107711]: pgmap v215: 97 pgs: 97 active+clean; 349 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.8 MiB/s wr, 464 op/s 2023-12-18T17:11:10.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:11:10 smithi031 ceph-mon[110581]: pgmap v215: 97 pgs: 97 active+clean; 349 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.8 MiB/s wr, 464 op/s 2023-12-18T17:11:10.839 INFO:teuthology.orchestra.run.smithi007.stdout: 5 142557 7.53 MB/sec execute 392 sec latency 123.514 ms 2023-12-18T17:11:11.839 INFO:teuthology.orchestra.run.smithi007.stdout: 5 142784 7.53 MB/sec execute 393 sec latency 139.861 ms 2023-12-18T17:11:12.484 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:11:12 smithi007 ceph-mon[107711]: pgmap v216: 97 pgs: 97 active+clean; 349 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.5 MiB/s wr, 302 op/s 2023-12-18T17:11:12.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:11:12 smithi031 ceph-mon[110581]: pgmap v216: 97 pgs: 97 active+clean; 349 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.5 MiB/s wr, 302 op/s 2023-12-18T17:11:12.839 INFO:teuthology.orchestra.run.smithi007.stdout: 5 143096 7.54 MB/sec execute 394 sec latency 198.105 ms 2023-12-18T17:11:13.839 INFO:teuthology.orchestra.run.smithi007.stdout: 5 143382 7.53 MB/sec execute 395 sec latency 105.878 ms 2023-12-18T17:11:14.520 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:11:14 smithi007 ceph-mon[107711]: pgmap v217: 97 pgs: 97 active+clean; 340 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.8 MiB/s wr, 466 op/s 2023-12-18T17:11:14.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:11:14 smithi031 ceph-mon[110581]: pgmap v217: 97 pgs: 97 active+clean; 340 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.8 MiB/s wr, 466 op/s 2023-12-18T17:11:14.841 INFO:teuthology.orchestra.run.smithi007.stdout: 5 143754 7.54 MB/sec execute 396 sec latency 124.087 ms 2023-12-18T17:11:15.841 INFO:teuthology.orchestra.run.smithi007.stdout: 5 144045 7.54 MB/sec execute 397 sec latency 164.962 ms 2023-12-18T17:11:16.560 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:11:16 smithi007 ceph-mon[107711]: pgmap v218: 97 pgs: 97 active+clean; 340 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 2.9 MiB/s wr, 291 op/s 2023-12-18T17:11:16.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:11:16 smithi031 ceph-mon[110581]: pgmap v218: 97 pgs: 97 active+clean; 340 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 2.9 MiB/s wr, 291 op/s 2023-12-18T17:11:16.841 INFO:teuthology.orchestra.run.smithi007.stdout: 5 144297 7.55 MB/sec execute 398 sec latency 188.861 ms 2023-12-18T17:11:17.842 INFO:teuthology.orchestra.run.smithi007.stdout: 5 144497 7.55 MB/sec execute 399 sec latency 123.665 ms 2023-12-18T17:11:18.603 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:11:18 smithi007 ceph-mon[107711]: pgmap v219: 97 pgs: 97 active+clean; 340 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 2.9 MiB/s wr, 291 op/s 2023-12-18T17:11:18.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:11:18 smithi031 ceph-mon[110581]: pgmap v219: 97 pgs: 97 active+clean; 340 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 2.9 MiB/s wr, 291 op/s 2023-12-18T17:11:18.842 INFO:teuthology.orchestra.run.smithi007.stdout: 5 144731 7.55 MB/sec execute 400 sec latency 129.338 ms 2023-12-18T17:11:19.851 INFO:teuthology.orchestra.run.smithi007.stdout: 5 144922 7.54 MB/sec execute 401 sec latency 129.339 ms 2023-12-18T17:11:20.418 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:11:20 smithi007 ceph-mon[107711]: pgmap v220: 97 pgs: 97 active+clean; 346 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.8 MiB/s wr, 458 op/s 2023-12-18T17:11:20.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:11:20 smithi031 ceph-mon[110581]: pgmap v220: 97 pgs: 97 active+clean; 346 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.8 MiB/s wr, 458 op/s 2023-12-18T17:11:20.851 INFO:teuthology.orchestra.run.smithi007.stdout: 5 145118 7.54 MB/sec execute 402 sec latency 121.914 ms 2023-12-18T17:11:21.851 INFO:teuthology.orchestra.run.smithi007.stdout: 5 145275 7.53 MB/sec execute 403 sec latency 129.280 ms 2023-12-18T17:11:22.488 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:11:22 smithi007 ceph-mon[107711]: pgmap v221: 97 pgs: 97 active+clean; 346 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.2 MiB/s wr, 331 op/s 2023-12-18T17:11:22.488 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:11:22 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:11:22.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:11:22 smithi031 ceph-mon[110581]: pgmap v221: 97 pgs: 97 active+clean; 346 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.2 MiB/s wr, 331 op/s 2023-12-18T17:11:22.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:11:22 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:11:22.851 INFO:teuthology.orchestra.run.smithi007.stdout: 5 145458 7.52 MB/sec execute 404 sec latency 126.762 ms 2023-12-18T17:11:23.851 INFO:teuthology.orchestra.run.smithi007.stdout: 5 145660 7.51 MB/sec execute 405 sec latency 135.585 ms 2023-12-18T17:11:24.530 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:11:24 smithi007 ceph-mon[107711]: pgmap v222: 97 pgs: 97 active+clean; 348 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.5 MiB/s wr, 448 op/s 2023-12-18T17:11:24.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:11:24 smithi031 ceph-mon[110581]: pgmap v222: 97 pgs: 97 active+clean; 348 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.5 MiB/s wr, 448 op/s 2023-12-18T17:11:24.856 INFO:teuthology.orchestra.run.smithi007.stdout: 5 145923 7.50 MB/sec execute 406 sec latency 139.619 ms 2023-12-18T17:11:25.856 INFO:teuthology.orchestra.run.smithi007.stdout: 5 146112 7.49 MB/sec execute 407 sec latency 139.870 ms 2023-12-18T17:11:26.594 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:11:26 smithi007 ceph-mon[107711]: pgmap v223: 97 pgs: 97 active+clean; 348 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.2 MiB/s wr, 284 op/s 2023-12-18T17:11:26.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:11:26 smithi031 ceph-mon[110581]: pgmap v223: 97 pgs: 97 active+clean; 348 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.2 MiB/s wr, 284 op/s 2023-12-18T17:11:26.860 INFO:teuthology.orchestra.run.smithi007.stdout: 5 146324 7.48 MB/sec execute 408 sec latency 127.408 ms 2023-12-18T17:11:27.859 INFO:teuthology.orchestra.run.smithi007.stdout: 5 146697 7.50 MB/sec execute 409 sec latency 111.092 ms 2023-12-18T17:11:28.620 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:11:28 smithi007 ceph-mon[107711]: pgmap v224: 97 pgs: 97 active+clean; 348 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.2 MiB/s wr, 284 op/s 2023-12-18T17:11:28.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:11:28 smithi031 ceph-mon[110581]: pgmap v224: 97 pgs: 97 active+clean; 348 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.2 MiB/s wr, 284 op/s 2023-12-18T17:11:28.866 INFO:teuthology.orchestra.run.smithi007.stdout: 5 146993 7.49 MB/sec execute 410 sec latency 129.274 ms 2023-12-18T17:11:29.866 INFO:teuthology.orchestra.run.smithi007.stdout: 5 147380 7.50 MB/sec execute 411 sec latency 121.048 ms 2023-12-18T17:11:30.671 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:11:30 smithi007 ceph-mon[107711]: pgmap v225: 97 pgs: 97 active+clean; 340 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.5 MiB/s wr, 435 op/s 2023-12-18T17:11:30.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:11:30 smithi031 ceph-mon[110581]: pgmap v225: 97 pgs: 97 active+clean; 340 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.5 MiB/s wr, 435 op/s 2023-12-18T17:11:30.866 INFO:teuthology.orchestra.run.smithi007.stdout: 5 147643 7.50 MB/sec execute 412 sec latency 134.872 ms 2023-12-18T17:11:31.690 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:11:31 smithi007 ceph-mon[107711]: pgmap v226: 97 pgs: 97 active+clean; 340 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 2.6 MiB/s wr, 268 op/s 2023-12-18T17:11:31.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:11:31 smithi031 ceph-mon[110581]: pgmap v226: 97 pgs: 97 active+clean; 340 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 2.6 MiB/s wr, 268 op/s 2023-12-18T17:11:31.870 INFO:teuthology.orchestra.run.smithi007.stdout: 5 147978 7.51 MB/sec execute 413 sec latency 119.165 ms 2023-12-18T17:11:32.870 INFO:teuthology.orchestra.run.smithi007.stdout: 5 148300 7.52 MB/sec execute 414 sec latency 100.008 ms 2023-12-18T17:11:33.879 INFO:teuthology.orchestra.run.smithi007.stdout: 5 148613 7.53 MB/sec execute 415 sec latency 117.879 ms 2023-12-18T17:11:33.986 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:11:33 smithi007 ceph-mon[107711]: pgmap v227: 97 pgs: 97 active+clean; 350 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.7 MiB/s wr, 453 op/s 2023-12-18T17:11:34.065 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:11:33 smithi031 ceph-mon[110581]: pgmap v227: 97 pgs: 97 active+clean; 350 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.7 MiB/s wr, 453 op/s 2023-12-18T17:11:34.880 INFO:teuthology.orchestra.run.smithi007.stdout: 5 148818 7.52 MB/sec execute 416 sec latency 148.218 ms 2023-12-18T17:11:35.878 INFO:teuthology.orchestra.run.smithi007.stdout: 5 149019 7.52 MB/sec execute 417 sec latency 133.731 ms 2023-12-18T17:11:36.304 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:11:36 smithi007 ceph-mon[107711]: pgmap v228: 97 pgs: 97 active+clean; 350 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.3 MiB/s wr, 335 op/s 2023-12-18T17:11:36.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:11:36 smithi031 ceph-mon[110581]: pgmap v228: 97 pgs: 97 active+clean; 350 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.3 MiB/s wr, 335 op/s 2023-12-18T17:11:36.877 INFO:teuthology.orchestra.run.smithi007.stdout: 5 149261 7.51 MB/sec execute 418 sec latency 130.187 ms 2023-12-18T17:11:37.324 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:11:37 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:11:37.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:11:37 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:11:37.877 INFO:teuthology.orchestra.run.smithi007.stdout: 5 149513 7.50 MB/sec execute 419 sec latency 120.538 ms 2023-12-18T17:11:38.341 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:11:38 smithi007 ceph-mon[107711]: pgmap v229: 97 pgs: 97 active+clean; 350 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.3 MiB/s wr, 335 op/s 2023-12-18T17:11:38.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:11:38 smithi031 ceph-mon[110581]: pgmap v229: 97 pgs: 97 active+clean; 350 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.3 MiB/s wr, 335 op/s 2023-12-18T17:11:38.877 INFO:teuthology.orchestra.run.smithi007.stdout: 5 149752 7.49 MB/sec execute 420 sec latency 183.507 ms 2023-12-18T17:11:39.878 INFO:teuthology.orchestra.run.smithi007.stdout: 5 150005 7.49 MB/sec execute 421 sec latency 139.644 ms 2023-12-18T17:11:40.396 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:11:40 smithi007 ceph-mon[107711]: pgmap v230: 97 pgs: 97 active+clean; 349 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.8 MiB/s wr, 490 op/s 2023-12-18T17:11:40.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:11:40 smithi031 ceph-mon[110581]: pgmap v230: 97 pgs: 97 active+clean; 349 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.8 MiB/s wr, 490 op/s 2023-12-18T17:11:40.877 INFO:teuthology.orchestra.run.smithi007.stdout: 5 150357 7.50 MB/sec execute 422 sec latency 126.614 ms 2023-12-18T17:11:41.878 INFO:teuthology.orchestra.run.smithi007.stdout: 5 150650 7.49 MB/sec execute 423 sec latency 138.981 ms 2023-12-18T17:11:42.432 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:11:42 smithi007 ceph-mon[107711]: pgmap v231: 97 pgs: 97 active+clean; 349 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.6 MiB/s wr, 339 op/s 2023-12-18T17:11:42.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:11:42 smithi031 ceph-mon[110581]: pgmap v231: 97 pgs: 97 active+clean; 349 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.6 MiB/s wr, 339 op/s 2023-12-18T17:11:42.878 INFO:teuthology.orchestra.run.smithi007.stdout: 5 150855 7.49 MB/sec execute 424 sec latency 117.611 ms 2023-12-18T17:11:43.884 INFO:teuthology.orchestra.run.smithi007.stdout: 5 151144 7.50 MB/sec execute 425 sec latency 118.024 ms 2023-12-18T17:11:44.452 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:11:44 smithi007 ceph-mon[107711]: pgmap v232: 97 pgs: 97 active+clean; 344 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.1 MiB/s wr, 505 op/s 2023-12-18T17:11:44.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:11:44 smithi031 ceph-mon[110581]: pgmap v232: 97 pgs: 97 active+clean; 344 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.1 MiB/s wr, 505 op/s 2023-12-18T17:11:44.884 INFO:teuthology.orchestra.run.smithi007.stdout: 5 151377 7.50 MB/sec execute 426 sec latency 129.996 ms 2023-12-18T17:11:45.885 INFO:teuthology.orchestra.run.smithi007.stdout: 5 151564 7.50 MB/sec execute 427 sec latency 202.288 ms 2023-12-18T17:11:46.528 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:11:46 smithi007 ceph-mon[107711]: pgmap v233: 97 pgs: 97 active+clean; 344 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.0 MiB/s wr, 320 op/s 2023-12-18T17:11:46.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:11:46 smithi031 ceph-mon[110581]: pgmap v233: 97 pgs: 97 active+clean; 344 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.0 MiB/s wr, 320 op/s 2023-12-18T17:11:46.884 INFO:teuthology.orchestra.run.smithi007.stdout: 5 151705 7.49 MB/sec execute 428 sec latency 127.349 ms 2023-12-18T17:11:47.894 INFO:teuthology.orchestra.run.smithi007.stdout: 5 151928 7.49 MB/sec execute 429 sec latency 140.735 ms 2023-12-18T17:11:48.588 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:11:48 smithi007 ceph-mon[107711]: pgmap v234: 97 pgs: 97 active+clean; 344 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.0 MiB/s wr, 320 op/s 2023-12-18T17:11:48.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:11:48 smithi031 ceph-mon[110581]: pgmap v234: 97 pgs: 97 active+clean; 344 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.0 MiB/s wr, 320 op/s 2023-12-18T17:11:48.895 INFO:teuthology.orchestra.run.smithi007.stdout: 5 152097 7.49 MB/sec execute 430 sec latency 153.893 ms 2023-12-18T17:11:49.903 INFO:teuthology.orchestra.run.smithi007.stdout: 5 152319 7.48 MB/sec execute 431 sec latency 132.163 ms 2023-12-18T17:11:50.380 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:11:50 smithi007 ceph-mon[107711]: pgmap v235: 97 pgs: 97 active+clean; 350 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.5 MiB/s wr, 439 op/s 2023-12-18T17:11:50.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:11:50 smithi031 ceph-mon[110581]: pgmap v235: 97 pgs: 97 active+clean; 350 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.5 MiB/s wr, 439 op/s 2023-12-18T17:11:50.903 INFO:teuthology.orchestra.run.smithi007.stdout: 5 152566 7.47 MB/sec execute 432 sec latency 139.160 ms 2023-12-18T17:11:51.904 INFO:teuthology.orchestra.run.smithi007.stdout: 5 152785 7.47 MB/sec execute 433 sec latency 126.318 ms 2023-12-18T17:11:52.413 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:11:52 smithi007 ceph-mon[107711]: pgmap v236: 97 pgs: 97 active+clean; 350 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.0 MiB/s wr, 285 op/s 2023-12-18T17:11:52.413 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:11:52 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:11:52.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:11:52 smithi031 ceph-mon[110581]: pgmap v236: 97 pgs: 97 active+clean; 350 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.0 MiB/s wr, 285 op/s 2023-12-18T17:11:52.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:11:52 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:11:52.904 INFO:teuthology.orchestra.run.smithi007.stdout: 5 153034 7.46 MB/sec execute 434 sec latency 126.856 ms 2023-12-18T17:11:53.904 INFO:teuthology.orchestra.run.smithi007.stdout: 5 153370 7.46 MB/sec execute 435 sec latency 124.634 ms 2023-12-18T17:11:54.440 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:11:54 smithi007 ceph-mon[107711]: pgmap v237: 97 pgs: 97 active+clean; 353 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.6 MiB/s wr, 432 op/s 2023-12-18T17:11:54.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:11:54 smithi031 ceph-mon[110581]: pgmap v237: 97 pgs: 97 active+clean; 353 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.6 MiB/s wr, 432 op/s 2023-12-18T17:11:54.904 INFO:teuthology.orchestra.run.smithi007.stdout: 5 153669 7.46 MB/sec execute 436 sec latency 129.669 ms 2023-12-18T17:11:55.904 INFO:teuthology.orchestra.run.smithi007.stdout: 5 154017 7.46 MB/sec execute 437 sec latency 126.756 ms 2023-12-18T17:11:56.485 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:11:56 smithi007 ceph-mon[107711]: pgmap v238: 97 pgs: 97 active+clean; 353 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.0 MiB/s wr, 266 op/s 2023-12-18T17:11:56.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:11:56 smithi031 ceph-mon[110581]: pgmap v238: 97 pgs: 97 active+clean; 353 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.0 MiB/s wr, 266 op/s 2023-12-18T17:11:56.904 INFO:teuthology.orchestra.run.smithi007.stdout: 5 154283 7.46 MB/sec execute 438 sec latency 135.542 ms 2023-12-18T17:11:57.904 INFO:teuthology.orchestra.run.smithi007.stdout: 5 154536 7.46 MB/sec execute 439 sec latency 123.758 ms 2023-12-18T17:11:58.539 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:11:58 smithi007 ceph-mon[107711]: pgmap v239: 97 pgs: 97 active+clean; 353 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.0 MiB/s wr, 266 op/s 2023-12-18T17:11:58.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:11:58 smithi031 ceph-mon[110581]: pgmap v239: 97 pgs: 97 active+clean; 353 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.0 MiB/s wr, 266 op/s 2023-12-18T17:11:58.904 INFO:teuthology.orchestra.run.smithi007.stdout: 5 154875 7.47 MB/sec execute 440 sec latency 138.424 ms 2023-12-18T17:11:59.904 INFO:teuthology.orchestra.run.smithi007.stdout: 5 155146 7.48 MB/sec execute 441 sec latency 142.928 ms 2023-12-18T17:12:00.591 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:12:00 smithi007 ceph-mon[107711]: pgmap v240: 97 pgs: 97 active+clean; 343 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.6 MiB/s wr, 445 op/s 2023-12-18T17:12:00.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:12:00 smithi031 ceph-mon[110581]: pgmap v240: 97 pgs: 97 active+clean; 343 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.6 MiB/s wr, 445 op/s 2023-12-18T17:12:00.905 INFO:teuthology.orchestra.run.smithi007.stdout: 5 155372 7.48 MB/sec execute 442 sec latency 130.190 ms 2023-12-18T17:12:01.906 INFO:teuthology.orchestra.run.smithi007.stdout: 5 155612 7.48 MB/sec execute 443 sec latency 129.779 ms 2023-12-18T17:12:02.672 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:12:02 smithi007 ceph-mon[107711]: pgmap v241: 97 pgs: 97 active+clean; 343 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.1 MiB/s wr, 326 op/s 2023-12-18T17:12:02.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:12:02 smithi031 ceph-mon[110581]: pgmap v241: 97 pgs: 97 active+clean; 343 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.1 MiB/s wr, 326 op/s 2023-12-18T17:12:02.905 INFO:teuthology.orchestra.run.smithi007.stdout: 5 155830 7.48 MB/sec execute 444 sec latency 143.606 ms 2023-12-18T17:12:03.698 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:12:03 smithi007 ceph-mon[107711]: pgmap v242: 97 pgs: 97 active+clean; 350 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 5.0 MiB/s wr, 475 op/s 2023-12-18T17:12:03.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:12:03 smithi031 ceph-mon[110581]: pgmap v242: 97 pgs: 97 active+clean; 350 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 5.0 MiB/s wr, 475 op/s 2023-12-18T17:12:03.906 INFO:teuthology.orchestra.run.smithi007.stdout: 5 155989 7.46 MB/sec execute 445 sec latency 195.628 ms 2023-12-18T17:12:04.906 INFO:teuthology.orchestra.run.smithi007.stdout: 5 156182 7.45 MB/sec execute 446 sec latency 199.841 ms 2023-12-18T17:12:05.906 INFO:teuthology.orchestra.run.smithi007.stdout: 5 156421 7.45 MB/sec execute 447 sec latency 213.369 ms 2023-12-18T17:12:06.528 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:12:06 smithi007 ceph-mon[107711]: pgmap v243: 97 pgs: 97 active+clean; 350 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.4 MiB/s wr, 328 op/s 2023-12-18T17:12:06.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:12:06 smithi031 ceph-mon[110581]: pgmap v243: 97 pgs: 97 active+clean; 350 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.4 MiB/s wr, 328 op/s 2023-12-18T17:12:06.913 INFO:teuthology.orchestra.run.smithi007.stdout: 5 156653 7.44 MB/sec execute 448 sec latency 123.553 ms 2023-12-18T17:12:07.328 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:12:07 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:12:07.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:12:07 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:12:07.913 INFO:teuthology.orchestra.run.smithi007.stdout: 5 156884 7.44 MB/sec execute 449 sec latency 149.903 ms 2023-12-18T17:12:08.341 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:12:08 smithi007 ceph-mon[107711]: pgmap v244: 97 pgs: 97 active+clean; 350 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.4 MiB/s wr, 328 op/s 2023-12-18T17:12:08.817 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:12:08 smithi031 ceph-mon[110581]: pgmap v244: 97 pgs: 97 active+clean; 350 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.4 MiB/s wr, 328 op/s 2023-12-18T17:12:08.913 INFO:teuthology.orchestra.run.smithi007.stdout: 5 157110 7.43 MB/sec execute 450 sec latency 158.311 ms 2023-12-18T17:12:09.913 INFO:teuthology.orchestra.run.smithi007.stdout: 5 157341 7.43 MB/sec execute 451 sec latency 213.268 ms 2023-12-18T17:12:10.423 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:12:10 smithi007 ceph-mon[107711]: pgmap v245: 97 pgs: 97 active+clean; 345 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 4.5 MiB/s wr, 464 op/s 2023-12-18T17:12:10.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:12:10 smithi031 ceph-mon[110581]: pgmap v245: 97 pgs: 97 active+clean; 345 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 4.5 MiB/s wr, 464 op/s 2023-12-18T17:12:10.919 INFO:teuthology.orchestra.run.smithi007.stdout: 5 157670 7.44 MB/sec execute 452 sec latency 106.171 ms 2023-12-18T17:12:11.919 INFO:teuthology.orchestra.run.smithi007.stdout: 5 157996 7.43 MB/sec execute 453 sec latency 112.425 ms 2023-12-18T17:12:12.456 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:12:12 smithi007 ceph-mon[107711]: pgmap v246: 97 pgs: 97 active+clean; 345 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.9 MiB/s wr, 285 op/s 2023-12-18T17:12:12.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:12:12 smithi031 ceph-mon[110581]: pgmap v246: 97 pgs: 97 active+clean; 345 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.9 MiB/s wr, 285 op/s 2023-12-18T17:12:12.919 INFO:teuthology.orchestra.run.smithi007.stdout: 5 158329 7.45 MB/sec execute 454 sec latency 131.504 ms 2023-12-18T17:12:13.919 INFO:teuthology.orchestra.run.smithi007.stdout: 5 158522 7.44 MB/sec execute 455 sec latency 135.770 ms 2023-12-18T17:12:14.512 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:12:14 smithi007 ceph-mon[107711]: pgmap v247: 97 pgs: 97 active+clean; 344 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.5 MiB/s wr, 447 op/s 2023-12-18T17:12:14.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:12:14 smithi031 ceph-mon[110581]: pgmap v247: 97 pgs: 97 active+clean; 344 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.5 MiB/s wr, 447 op/s 2023-12-18T17:12:14.920 INFO:teuthology.orchestra.run.smithi007.stdout: 5 158779 7.45 MB/sec execute 456 sec latency 140.095 ms 2023-12-18T17:12:15.920 INFO:teuthology.orchestra.run.smithi007.stdout: 5 158988 7.45 MB/sec execute 457 sec latency 152.565 ms 2023-12-18T17:12:16.572 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:12:16 smithi007 ceph-mon[107711]: pgmap v248: 97 pgs: 97 active+clean; 344 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 2.6 MiB/s wr, 298 op/s 2023-12-18T17:12:16.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:12:16 smithi031 ceph-mon[110581]: pgmap v248: 97 pgs: 97 active+clean; 344 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 2.6 MiB/s wr, 298 op/s 2023-12-18T17:12:16.920 INFO:teuthology.orchestra.run.smithi007.stdout: 5 159266 7.45 MB/sec execute 458 sec latency 130.263 ms 2023-12-18T17:12:17.921 INFO:teuthology.orchestra.run.smithi007.stdout: 5 159459 7.44 MB/sec execute 459 sec latency 146.647 ms 2023-12-18T17:12:18.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:12:18 smithi007 ceph-mon[107711]: pgmap v249: 97 pgs: 97 active+clean; 344 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 2.6 MiB/s wr, 298 op/s 2023-12-18T17:12:18.817 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:12:18 smithi031 ceph-mon[110581]: pgmap v249: 97 pgs: 97 active+clean; 344 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 2.6 MiB/s wr, 298 op/s 2023-12-18T17:12:18.921 INFO:teuthology.orchestra.run.smithi007.stdout: 5 159678 7.44 MB/sec execute 460 sec latency 123.652 ms 2023-12-18T17:12:19.921 INFO:teuthology.orchestra.run.smithi007.stdout: 5 159886 7.43 MB/sec execute 461 sec latency 129.731 ms 2023-12-18T17:12:20.663 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:12:20 smithi007 ceph-mon[107711]: pgmap v250: 97 pgs: 97 active+clean; 352 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.4 MiB/s wr, 441 op/s 2023-12-18T17:12:20.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:12:20 smithi031 ceph-mon[110581]: pgmap v250: 97 pgs: 97 active+clean; 352 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.4 MiB/s wr, 441 op/s 2023-12-18T17:12:20.922 INFO:teuthology.orchestra.run.smithi007.stdout: 5 160176 7.42 MB/sec execute 462 sec latency 123.468 ms 2023-12-18T17:12:21.922 INFO:teuthology.orchestra.run.smithi007.stdout: 5 160430 7.42 MB/sec execute 463 sec latency 127.197 ms 2023-12-18T17:12:22.677 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:12:22 smithi007 ceph-mon[107711]: pgmap v251: 97 pgs: 97 active+clean; 352 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 4.1 KiB/s rd, 3.3 MiB/s wr, 305 op/s 2023-12-18T17:12:22.678 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:12:22 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:12:22.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:12:22 smithi031 ceph-mon[110581]: pgmap v251: 97 pgs: 97 active+clean; 352 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 4.1 KiB/s rd, 3.3 MiB/s wr, 305 op/s 2023-12-18T17:12:22.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:12:22 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:12:22.922 INFO:teuthology.orchestra.run.smithi007.stdout: 5 160683 7.42 MB/sec execute 464 sec latency 117.357 ms 2023-12-18T17:12:23.698 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:12:23 smithi007 ceph-mon[107711]: pgmap v252: 97 pgs: 97 active+clean; 344 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.7 MiB/s wr, 469 op/s 2023-12-18T17:12:23.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:12:23 smithi031 ceph-mon[110581]: pgmap v252: 97 pgs: 97 active+clean; 344 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.7 MiB/s wr, 469 op/s 2023-12-18T17:12:23.933 INFO:teuthology.orchestra.run.smithi007.stdout: 5 161020 7.42 MB/sec execute 465 sec latency 123.212 ms 2023-12-18T17:12:24.939 INFO:teuthology.orchestra.run.smithi007.stdout: 5 161301 7.41 MB/sec execute 466 sec latency 134.915 ms 2023-12-18T17:12:25.942 INFO:teuthology.orchestra.run.smithi007.stdout: 5 161530 7.41 MB/sec execute 467 sec latency 126.571 ms 2023-12-18T17:12:26.563 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:12:26 smithi007 ceph-mon[107711]: pgmap v253: 97 pgs: 97 active+clean; 344 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.2 MiB/s wr, 307 op/s 2023-12-18T17:12:26.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:12:26 smithi031 ceph-mon[110581]: pgmap v253: 97 pgs: 97 active+clean; 344 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.2 MiB/s wr, 307 op/s 2023-12-18T17:12:26.943 INFO:teuthology.orchestra.run.smithi007.stdout: 5 161764 7.42 MB/sec execute 468 sec latency 131.436 ms 2023-12-18T17:12:27.950 INFO:teuthology.orchestra.run.smithi007.stdout: 5 162007 7.42 MB/sec execute 469 sec latency 123.571 ms 2023-12-18T17:12:28.379 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:12:28 smithi007 ceph-mon[107711]: pgmap v254: 97 pgs: 97 active+clean; 344 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.2 MiB/s wr, 307 op/s 2023-12-18T17:12:28.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:12:28 smithi031 ceph-mon[110581]: pgmap v254: 97 pgs: 97 active+clean; 344 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.2 MiB/s wr, 307 op/s 2023-12-18T17:12:28.950 INFO:teuthology.orchestra.run.smithi007.stdout: 5 162194 7.42 MB/sec execute 470 sec latency 137.303 ms 2023-12-18T17:12:29.950 INFO:teuthology.orchestra.run.smithi007.stdout: 5 162443 7.43 MB/sec execute 471 sec latency 123.906 ms 2023-12-18T17:12:30.445 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:12:30 smithi007 ceph-mon[107711]: pgmap v255: 97 pgs: 97 active+clean; 347 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.7 MiB/s wr, 455 op/s 2023-12-18T17:12:30.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:12:30 smithi031 ceph-mon[110581]: pgmap v255: 97 pgs: 97 active+clean; 347 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.7 MiB/s wr, 455 op/s 2023-12-18T17:12:30.950 INFO:teuthology.orchestra.run.smithi007.stdout: 5 162634 7.42 MB/sec execute 472 sec latency 133.133 ms 2023-12-18T17:12:31.951 INFO:teuthology.orchestra.run.smithi007.stdout: 5 162814 7.41 MB/sec execute 473 sec latency 126.104 ms 2023-12-18T17:12:32.547 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:12:32 smithi007 ceph-mon[107711]: pgmap v256: 97 pgs: 97 active+clean; 347 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.0 MiB/s wr, 312 op/s 2023-12-18T17:12:32.817 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:12:32 smithi031 ceph-mon[110581]: pgmap v256: 97 pgs: 97 active+clean; 347 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.0 MiB/s wr, 312 op/s 2023-12-18T17:12:32.951 INFO:teuthology.orchestra.run.smithi007.stdout: 5 163022 7.41 MB/sec execute 474 sec latency 129.787 ms 2023-12-18T17:12:33.951 INFO:teuthology.orchestra.run.smithi007.stdout: 5 163184 7.40 MB/sec execute 475 sec latency 140.285 ms 2023-12-18T17:12:34.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:12:34 smithi031 ceph-mon[110581]: pgmap v257: 97 pgs: 97 active+clean; 353 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.5 MiB/s wr, 432 op/s 2023-12-18T17:12:34.609 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:12:34 smithi007 ceph-mon[107711]: pgmap v257: 97 pgs: 97 active+clean; 353 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.5 MiB/s wr, 432 op/s 2023-12-18T17:12:34.951 INFO:teuthology.orchestra.run.smithi007.stdout: 5 163360 7.39 MB/sec execute 476 sec latency 132.828 ms 2023-12-18T17:12:35.951 INFO:teuthology.orchestra.run.smithi007.stdout: 5 163554 7.39 MB/sec execute 477 sec latency 123.169 ms 2023-12-18T17:12:36.424 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:12:36 smithi007 ceph-mon[107711]: pgmap v258: 97 pgs: 97 active+clean; 353 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 3.7 KiB/s rd, 3.1 MiB/s wr, 268 op/s 2023-12-18T17:12:36.817 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:12:36 smithi031 ceph-mon[110581]: pgmap v258: 97 pgs: 97 active+clean; 353 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 3.7 KiB/s rd, 3.1 MiB/s wr, 268 op/s 2023-12-18T17:12:36.951 INFO:teuthology.orchestra.run.smithi007.stdout: 5 163744 7.38 MB/sec execute 478 sec latency 146.975 ms 2023-12-18T17:12:37.446 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:12:37 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:12:37.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:12:37 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:12:37.951 INFO:teuthology.orchestra.run.smithi007.stdout: 5 163946 7.37 MB/sec execute 479 sec latency 119.954 ms 2023-12-18T17:12:38.455 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:12:38 smithi007 ceph-mon[107711]: pgmap v259: 97 pgs: 97 active+clean; 353 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 3.7 KiB/s rd, 3.1 MiB/s wr, 268 op/s 2023-12-18T17:12:38.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:12:38 smithi031 ceph-mon[110581]: pgmap v259: 97 pgs: 97 active+clean; 353 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 3.7 KiB/s rd, 3.1 MiB/s wr, 268 op/s 2023-12-18T17:12:38.956 INFO:teuthology.orchestra.run.smithi007.stdout: 5 164229 7.37 MB/sec execute 480 sec latency 126.947 ms 2023-12-18T17:12:39.963 INFO:teuthology.orchestra.run.smithi007.stdout: 5 164430 7.35 MB/sec execute 481 sec latency 140.317 ms 2023-12-18T17:12:40.518 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:12:40 smithi007 ceph-mon[107711]: pgmap v260: 97 pgs: 97 active+clean; 346 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.1 MiB/s wr, 393 op/s 2023-12-18T17:12:40.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:12:40 smithi031 ceph-mon[110581]: pgmap v260: 97 pgs: 97 active+clean; 346 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.1 MiB/s wr, 393 op/s 2023-12-18T17:12:40.971 INFO:teuthology.orchestra.run.smithi007.stdout: 5 164654 7.35 MB/sec execute 482 sec latency 132.651 ms 2023-12-18T17:12:41.970 INFO:teuthology.orchestra.run.smithi007.stdout: 5 164826 7.35 MB/sec execute 483 sec latency 151.668 ms 2023-12-18T17:12:42.575 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:12:42 smithi007 ceph-mon[107711]: pgmap v261: 97 pgs: 97 active+clean; 346 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.5 MiB/s wr, 245 op/s 2023-12-18T17:12:42.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:12:42 smithi031 ceph-mon[110581]: pgmap v261: 97 pgs: 97 active+clean; 346 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.5 MiB/s wr, 245 op/s 2023-12-18T17:12:42.971 INFO:teuthology.orchestra.run.smithi007.stdout: 5 165070 7.36 MB/sec execute 484 sec latency 155.548 ms 2023-12-18T17:12:43.971 INFO:teuthology.orchestra.run.smithi007.stdout: 5 165296 7.36 MB/sec execute 485 sec latency 183.707 ms 2023-12-18T17:12:44.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:12:44 smithi031 ceph-mon[110581]: pgmap v262: 97 pgs: 97 active+clean; 343 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 6.8 KiB/s rd, 3.7 MiB/s wr, 378 op/s 2023-12-18T17:12:44.678 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:12:44 smithi007 ceph-mon[107711]: pgmap v262: 97 pgs: 97 active+clean; 343 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 6.8 KiB/s rd, 3.7 MiB/s wr, 378 op/s 2023-12-18T17:12:44.970 INFO:teuthology.orchestra.run.smithi007.stdout: 5 165560 7.36 MB/sec execute 486 sec latency 123.869 ms 2023-12-18T17:12:45.974 INFO:teuthology.orchestra.run.smithi007.stdout: 5 165758 7.36 MB/sec execute 487 sec latency 117.462 ms 2023-12-18T17:12:46.509 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:12:46 smithi007 ceph-mon[107711]: pgmap v263: 97 pgs: 97 active+clean; 343 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.2 MiB/s wr, 257 op/s 2023-12-18T17:12:46.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:12:46 smithi031 ceph-mon[110581]: pgmap v263: 97 pgs: 97 active+clean; 343 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.2 MiB/s wr, 257 op/s 2023-12-18T17:12:46.974 INFO:teuthology.orchestra.run.smithi007.stdout: 5 165931 7.36 MB/sec execute 488 sec latency 137.097 ms 2023-12-18T17:12:47.976 INFO:teuthology.orchestra.run.smithi007.stdout: 5 166089 7.36 MB/sec execute 489 sec latency 145.943 ms 2023-12-18T17:12:48.567 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:12:48 smithi007 ceph-mon[107711]: pgmap v264: 97 pgs: 97 active+clean; 343 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.2 MiB/s wr, 257 op/s 2023-12-18T17:12:48.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:12:48 smithi031 ceph-mon[110581]: pgmap v264: 97 pgs: 97 active+clean; 343 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.2 MiB/s wr, 257 op/s 2023-12-18T17:12:48.976 INFO:teuthology.orchestra.run.smithi007.stdout: 5 166209 7.35 MB/sec execute 490 sec latency 148.009 ms 2023-12-18T17:12:49.984 INFO:teuthology.orchestra.run.smithi007.stdout: 5 166372 7.34 MB/sec execute 491 sec latency 128.604 ms 2023-12-18T17:12:50.635 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:12:50 smithi007 ceph-mon[107711]: pgmap v265: 97 pgs: 97 active+clean; 353 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.6 KiB/s rd, 3.8 MiB/s wr, 376 op/s 2023-12-18T17:12:50.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:12:50 smithi031 ceph-mon[110581]: pgmap v265: 97 pgs: 97 active+clean; 353 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.6 KiB/s rd, 3.8 MiB/s wr, 376 op/s 2023-12-18T17:12:50.984 INFO:teuthology.orchestra.run.smithi007.stdout: 5 166633 7.33 MB/sec execute 492 sec latency 97.428 ms 2023-12-18T17:12:51.687 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:12:51 smithi007 ceph-mon[107711]: pgmap v266: 97 pgs: 97 active+clean; 353 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 3.4 KiB/s rd, 2.7 MiB/s wr, 251 op/s 2023-12-18T17:12:51.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:12:51 smithi031 ceph-mon[110581]: pgmap v266: 97 pgs: 97 active+clean; 353 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 3.4 KiB/s rd, 2.7 MiB/s wr, 251 op/s 2023-12-18T17:12:51.984 INFO:teuthology.orchestra.run.smithi007.stdout: 5 166816 7.32 MB/sec execute 493 sec latency 130.694 ms 2023-12-18T17:12:52.714 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:12:52 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:12:52.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:12:52 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:12:52.984 INFO:teuthology.orchestra.run.smithi007.stdout: 5 166962 7.32 MB/sec execute 494 sec latency 146.124 ms 2023-12-18T17:12:53.725 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:12:53 smithi007 ceph-mon[107711]: pgmap v267: 97 pgs: 97 active+clean; 357 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 370 op/s 2023-12-18T17:12:53.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:12:53 smithi031 ceph-mon[110581]: pgmap v267: 97 pgs: 97 active+clean; 357 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 370 op/s 2023-12-18T17:12:53.984 INFO:teuthology.orchestra.run.smithi007.stdout: 5 167203 7.31 MB/sec execute 495 sec latency 152.702 ms 2023-12-18T17:12:54.989 INFO:teuthology.orchestra.run.smithi007.stdout: 5 167473 7.31 MB/sec execute 496 sec latency 110.334 ms 2023-12-18T17:12:55.990 INFO:teuthology.orchestra.run.smithi007.stdout: 5 167757 7.30 MB/sec execute 497 sec latency 121.085 ms 2023-12-18T17:12:56.518 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:12:56 smithi007 ceph-mon[107711]: pgmap v268: 97 pgs: 97 active+clean; 357 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 3.7 KiB/s rd, 2.7 MiB/s wr, 237 op/s 2023-12-18T17:12:56.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:12:56 smithi031 ceph-mon[110581]: pgmap v268: 97 pgs: 97 active+clean; 357 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 3.7 KiB/s rd, 2.7 MiB/s wr, 237 op/s 2023-12-18T17:12:56.994 INFO:teuthology.orchestra.run.smithi007.stdout: 5 168044 7.30 MB/sec execute 498 sec latency 127.819 ms 2023-12-18T17:12:57.994 INFO:teuthology.orchestra.run.smithi007.stdout: 5 168227 7.30 MB/sec execute 499 sec latency 123.136 ms 2023-12-18T17:12:58.574 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:12:58 smithi007 ceph-mon[107711]: pgmap v269: 97 pgs: 97 active+clean; 357 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 3.7 KiB/s rd, 2.7 MiB/s wr, 237 op/s 2023-12-18T17:12:58.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:12:58 smithi031 ceph-mon[110581]: pgmap v269: 97 pgs: 97 active+clean; 357 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 3.7 KiB/s rd, 2.7 MiB/s wr, 237 op/s 2023-12-18T17:12:58.993 INFO:teuthology.orchestra.run.smithi007.stdout: 5 168418 7.29 MB/sec execute 500 sec latency 207.603 ms 2023-12-18T17:13:00.002 INFO:teuthology.orchestra.run.smithi007.stdout: 5 168756 7.31 MB/sec execute 501 sec latency 129.546 ms 2023-12-18T17:13:00.630 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:13:00 smithi007 ceph-mon[107711]: pgmap v270: 97 pgs: 97 active+clean; 343 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 3.8 MiB/s wr, 388 op/s 2023-12-18T17:13:00.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:13:00 smithi031 ceph-mon[110581]: pgmap v270: 97 pgs: 97 active+clean; 343 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 3.8 MiB/s wr, 388 op/s 2023-12-18T17:13:01.002 INFO:teuthology.orchestra.run.smithi007.stdout: 5 168997 7.30 MB/sec execute 502 sec latency 105.504 ms 2023-12-18T17:13:02.002 INFO:teuthology.orchestra.run.smithi007.stdout: 5 169279 7.31 MB/sec execute 503 sec latency 141.543 ms 2023-12-18T17:13:02.434 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:13:02 smithi007 ceph-mon[107711]: pgmap v271: 97 pgs: 97 active+clean; 343 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.3 MiB/s wr, 269 op/s 2023-12-18T17:13:02.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:13:02 smithi031 ceph-mon[110581]: pgmap v271: 97 pgs: 97 active+clean; 343 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.3 MiB/s wr, 269 op/s 2023-12-18T17:13:03.002 INFO:teuthology.orchestra.run.smithi007.stdout: 5 169507 7.32 MB/sec execute 504 sec latency 126.664 ms 2023-12-18T17:13:04.002 INFO:teuthology.orchestra.run.smithi007.stdout: 5 169673 7.31 MB/sec execute 505 sec latency 129.308 ms 2023-12-18T17:13:04.477 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:13:04 smithi007 ceph-mon[107711]: pgmap v272: 97 pgs: 97 active+clean; 352 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.1 MiB/s wr, 411 op/s 2023-12-18T17:13:04.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:13:04 smithi031 ceph-mon[110581]: pgmap v272: 97 pgs: 97 active+clean; 352 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.1 MiB/s wr, 411 op/s 2023-12-18T17:13:05.002 INFO:teuthology.orchestra.run.smithi007.stdout: 5 169879 7.31 MB/sec execute 506 sec latency 141.118 ms 2023-12-18T17:13:06.002 INFO:teuthology.orchestra.run.smithi007.stdout: 5 170109 7.30 MB/sec execute 507 sec latency 126.810 ms 2023-12-18T17:13:06.531 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:13:06 smithi007 ceph-mon[107711]: pgmap v273: 97 pgs: 97 active+clean; 352 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 2.9 MiB/s wr, 292 op/s 2023-12-18T17:13:06.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:13:06 smithi031 ceph-mon[110581]: pgmap v273: 97 pgs: 97 active+clean; 352 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 2.9 MiB/s wr, 292 op/s 2023-12-18T17:13:07.002 INFO:teuthology.orchestra.run.smithi007.stdout: 5 170328 7.29 MB/sec execute 508 sec latency 126.820 ms 2023-12-18T17:13:07.559 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:13:07 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:13:07.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:13:07 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:13:08.003 INFO:teuthology.orchestra.run.smithi007.stdout: 5 170566 7.29 MB/sec execute 509 sec latency 204.124 ms 2023-12-18T17:13:08.585 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:13:08 smithi007 ceph-mon[107711]: pgmap v274: 97 pgs: 97 active+clean; 352 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 2.9 MiB/s wr, 292 op/s 2023-12-18T17:13:08.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:13:08 smithi031 ceph-mon[110581]: pgmap v274: 97 pgs: 97 active+clean; 352 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 2.9 MiB/s wr, 292 op/s 2023-12-18T17:13:09.004 INFO:teuthology.orchestra.run.smithi007.stdout: 5 170863 7.29 MB/sec execute 510 sec latency 102.112 ms 2023-12-18T17:13:10.004 INFO:teuthology.orchestra.run.smithi007.stdout: 5 171151 7.29 MB/sec execute 511 sec latency 123.698 ms 2023-12-18T17:13:10.368 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:13:10 smithi007 ceph-mon[107711]: pgmap v275: 97 pgs: 97 active+clean; 359 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.4 MiB/s wr, 430 op/s 2023-12-18T17:13:10.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:13:10 smithi031 ceph-mon[110581]: pgmap v275: 97 pgs: 97 active+clean; 359 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.4 MiB/s wr, 430 op/s 2023-12-18T17:13:11.007 INFO:teuthology.orchestra.run.smithi007.stdout: 5 171479 7.29 MB/sec execute 512 sec latency 129.059 ms 2023-12-18T17:13:12.006 INFO:teuthology.orchestra.run.smithi007.stdout: 5 171749 7.28 MB/sec execute 513 sec latency 129.579 ms 2023-12-18T17:13:12.426 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:13:12 smithi007 ceph-mon[107711]: pgmap v276: 97 pgs: 97 active+clean; 359 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 3.7 KiB/s rd, 3.3 MiB/s wr, 280 op/s 2023-12-18T17:13:12.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:13:12 smithi031 ceph-mon[110581]: pgmap v276: 97 pgs: 97 active+clean; 359 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 3.7 KiB/s rd, 3.3 MiB/s wr, 280 op/s 2023-12-18T17:13:13.007 INFO:teuthology.orchestra.run.smithi007.stdout: 5 172009 7.28 MB/sec execute 514 sec latency 195.665 ms 2023-12-18T17:13:14.010 INFO:teuthology.orchestra.run.smithi007.stdout: 5 172334 7.29 MB/sec execute 515 sec latency 136.457 ms 2023-12-18T17:13:14.463 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:13:14 smithi007 ceph-mon[107711]: pgmap v277: 97 pgs: 97 active+clean; 345 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.5 MiB/s wr, 452 op/s 2023-12-18T17:13:14.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:13:14 smithi031 ceph-mon[110581]: pgmap v277: 97 pgs: 97 active+clean; 345 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.5 MiB/s wr, 452 op/s 2023-12-18T17:13:15.015 INFO:teuthology.orchestra.run.smithi007.stdout: 5 172600 7.29 MB/sec execute 516 sec latency 198.772 ms 2023-12-18T17:13:16.016 INFO:teuthology.orchestra.run.smithi007.stdout: 5 172964 7.31 MB/sec execute 517 sec latency 129.202 ms 2023-12-18T17:13:16.516 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:13:16 smithi007 ceph-mon[107711]: pgmap v278: 97 pgs: 97 active+clean; 345 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 2.7 MiB/s wr, 309 op/s 2023-12-18T17:13:16.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:13:16 smithi031 ceph-mon[110581]: pgmap v278: 97 pgs: 97 active+clean; 345 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 2.7 MiB/s wr, 309 op/s 2023-12-18T17:13:17.015 INFO:teuthology.orchestra.run.smithi007.stdout: 5 173227 7.32 MB/sec execute 518 sec latency 133.576 ms 2023-12-18T17:13:18.015 INFO:teuthology.orchestra.run.smithi007.stdout: 5 173425 7.31 MB/sec execute 519 sec latency 151.179 ms 2023-12-18T17:13:18.543 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:13:18 smithi007 ceph-mon[107711]: pgmap v279: 97 pgs: 97 active+clean; 345 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 2.7 MiB/s wr, 309 op/s 2023-12-18T17:13:18.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:13:18 smithi031 ceph-mon[110581]: pgmap v279: 97 pgs: 97 active+clean; 345 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 2.7 MiB/s wr, 309 op/s 2023-12-18T17:13:19.016 INFO:teuthology.orchestra.run.smithi007.stdout: 5 173634 7.30 MB/sec execute 520 sec latency 126.978 ms 2023-12-18T17:13:20.016 INFO:teuthology.orchestra.run.smithi007.stdout: 5 173843 7.29 MB/sec execute 521 sec latency 134.292 ms 2023-12-18T17:13:20.581 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:13:20 smithi007 ceph-mon[107711]: pgmap v280: 97 pgs: 97 active+clean; 353 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.0 MiB/s wr, 477 op/s 2023-12-18T17:13:20.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:13:20 smithi031 ceph-mon[110581]: pgmap v280: 97 pgs: 97 active+clean; 353 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.0 MiB/s wr, 477 op/s 2023-12-18T17:13:21.016 INFO:teuthology.orchestra.run.smithi007.stdout: 5 174074 7.29 MB/sec execute 522 sec latency 149.946 ms 2023-12-18T17:13:22.017 INFO:teuthology.orchestra.run.smithi007.stdout: 5 174317 7.29 MB/sec execute 523 sec latency 126.994 ms 2023-12-18T17:13:22.627 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:13:22 smithi007 ceph-mon[107711]: pgmap v281: 97 pgs: 97 active+clean; 353 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 339 op/s 2023-12-18T17:13:22.627 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:13:22 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:13:22.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:13:22 smithi031 ceph-mon[110581]: pgmap v281: 97 pgs: 97 active+clean; 353 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 339 op/s 2023-12-18T17:13:22.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:13:22 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:13:23.017 INFO:teuthology.orchestra.run.smithi007.stdout: 5 174522 7.29 MB/sec execute 524 sec latency 213.068 ms 2023-12-18T17:13:24.017 INFO:teuthology.orchestra.run.smithi007.stdout: 5 174849 7.28 MB/sec execute 525 sec latency 126.201 ms 2023-12-18T17:13:24.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:13:24 smithi031 ceph-mon[110581]: pgmap v282: 97 pgs: 97 active+clean; 349 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 4.8 MiB/s wr, 493 op/s 2023-12-18T17:13:24.671 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:13:24 smithi007 ceph-mon[107711]: pgmap v282: 97 pgs: 97 active+clean; 349 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 4.8 MiB/s wr, 493 op/s 2023-12-18T17:13:25.017 INFO:teuthology.orchestra.run.smithi007.stdout: 5 175136 7.28 MB/sec execute 526 sec latency 111.956 ms 2023-12-18T17:13:26.017 INFO:teuthology.orchestra.run.smithi007.stdout: 5 175376 7.27 MB/sec execute 527 sec latency 111.003 ms 2023-12-18T17:13:26.478 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:13:26 smithi007 ceph-mon[107711]: pgmap v283: 97 pgs: 97 active+clean; 349 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 321 op/s 2023-12-18T17:13:26.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:13:26 smithi031 ceph-mon[110581]: pgmap v283: 97 pgs: 97 active+clean; 349 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 321 op/s 2023-12-18T17:13:27.017 INFO:teuthology.orchestra.run.smithi007.stdout: 5 175675 7.28 MB/sec execute 528 sec latency 117.938 ms 2023-12-18T17:13:27.518 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:13:27 smithi007 ceph-mon[107711]: pgmap v284: 97 pgs: 97 active+clean; 349 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 321 op/s 2023-12-18T17:13:27.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:13:27 smithi031 ceph-mon[110581]: pgmap v284: 97 pgs: 97 active+clean; 349 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 321 op/s 2023-12-18T17:13:28.017 INFO:teuthology.orchestra.run.smithi007.stdout: 5 175904 7.28 MB/sec execute 529 sec latency 145.349 ms 2023-12-18T17:13:29.017 INFO:teuthology.orchestra.run.smithi007.stdout: 5 176122 7.28 MB/sec execute 530 sec latency 195.504 ms 2023-12-18T17:13:30.017 INFO:teuthology.orchestra.run.smithi007.stdout: 5 176390 7.29 MB/sec execute 531 sec latency 126.596 ms 2023-12-18T17:13:30.378 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:13:30 smithi007 ceph-mon[107711]: pgmap v285: 97 pgs: 97 active+clean; 346 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.0 MiB/s wr, 474 op/s 2023-12-18T17:13:30.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:13:30 smithi031 ceph-mon[110581]: pgmap v285: 97 pgs: 97 active+clean; 346 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.0 MiB/s wr, 474 op/s 2023-12-18T17:13:31.017 INFO:teuthology.orchestra.run.smithi007.stdout: 5 176611 7.29 MB/sec execute 532 sec latency 128.584 ms 2023-12-18T17:13:32.018 INFO:teuthology.orchestra.run.smithi007.stdout: 5 176778 7.29 MB/sec execute 533 sec latency 131.432 ms 2023-12-18T17:13:32.423 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:13:32 smithi007 ceph-mon[107711]: pgmap v286: 97 pgs: 97 active+clean; 346 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 2.7 MiB/s wr, 306 op/s 2023-12-18T17:13:32.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:13:32 smithi031 ceph-mon[110581]: pgmap v286: 97 pgs: 97 active+clean; 346 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 2.7 MiB/s wr, 306 op/s 2023-12-18T17:13:33.018 INFO:teuthology.orchestra.run.smithi007.stdout: 5 176974 7.29 MB/sec execute 534 sec latency 123.275 ms 2023-12-18T17:13:34.028 INFO:teuthology.orchestra.run.smithi007.stdout: 5 177132 7.28 MB/sec execute 535 sec latency 131.297 ms 2023-12-18T17:13:34.478 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:13:34 smithi007 ceph-mon[107711]: pgmap v287: 97 pgs: 97 active+clean; 354 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.4 MiB/s wr, 431 op/s 2023-12-18T17:13:34.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:13:34 smithi031 ceph-mon[110581]: pgmap v287: 97 pgs: 97 active+clean; 354 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.4 MiB/s wr, 431 op/s 2023-12-18T17:13:35.028 INFO:teuthology.orchestra.run.smithi007.stdout: 5 177324 7.27 MB/sec execute 536 sec latency 129.429 ms 2023-12-18T17:13:36.028 INFO:teuthology.orchestra.run.smithi007.stdout: 5 177486 7.26 MB/sec execute 537 sec latency 124.913 ms 2023-12-18T17:13:36.545 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:13:36 smithi007 ceph-mon[107711]: pgmap v288: 97 pgs: 97 active+clean; 354 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 3.1 MiB/s wr, 277 op/s 2023-12-18T17:13:36.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:13:36 smithi031 ceph-mon[110581]: pgmap v288: 97 pgs: 97 active+clean; 354 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 3.1 MiB/s wr, 277 op/s 2023-12-18T17:13:37.029 INFO:teuthology.orchestra.run.smithi007.stdout: 5 177681 7.25 MB/sec execute 538 sec latency 137.620 ms 2023-12-18T17:13:37.517 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:13:37 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:13:37.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:13:37 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:13:38.029 INFO:teuthology.orchestra.run.smithi007.stdout: 5 177886 7.25 MB/sec execute 539 sec latency 132.962 ms 2023-12-18T17:13:38.629 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:13:38 smithi007 ceph-mon[107711]: pgmap v289: 97 pgs: 97 active+clean; 354 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 3.1 MiB/s wr, 277 op/s 2023-12-18T17:13:38.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:13:38 smithi031 ceph-mon[110581]: pgmap v289: 97 pgs: 97 active+clean; 354 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 3.1 MiB/s wr, 277 op/s 2023-12-18T17:13:39.029 INFO:teuthology.orchestra.run.smithi007.stdout: 5 178097 7.24 MB/sec execute 540 sec latency 158.334 ms 2023-12-18T17:13:40.029 INFO:teuthology.orchestra.run.smithi007.stdout: 5 178367 7.24 MB/sec execute 541 sec latency 218.325 ms 2023-12-18T17:13:40.438 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:13:40 smithi007 ceph-mon[107711]: pgmap v290: 97 pgs: 97 active+clean; 348 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.2 MiB/s wr, 408 op/s 2023-12-18T17:13:40.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:13:40 smithi031 ceph-mon[110581]: pgmap v290: 97 pgs: 97 active+clean; 348 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.2 MiB/s wr, 408 op/s 2023-12-18T17:13:41.031 INFO:teuthology.orchestra.run.smithi007.stdout: 5 178615 7.23 MB/sec execute 542 sec latency 113.266 ms 2023-12-18T17:13:42.031 INFO:teuthology.orchestra.run.smithi007.stdout: 5 178851 7.23 MB/sec execute 543 sec latency 129.314 ms 2023-12-18T17:13:42.519 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:13:42 smithi007 ceph-mon[107711]: pgmap v291: 97 pgs: 97 active+clean; 348 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.8 MiB/s wr, 255 op/s 2023-12-18T17:13:42.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:13:42 smithi031 ceph-mon[110581]: pgmap v291: 97 pgs: 97 active+clean; 348 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.8 MiB/s wr, 255 op/s 2023-12-18T17:13:43.031 INFO:teuthology.orchestra.run.smithi007.stdout: 5 179197 7.24 MB/sec execute 544 sec latency 120.897 ms 2023-12-18T17:13:44.031 INFO:teuthology.orchestra.run.smithi007.stdout: 5 179479 7.24 MB/sec execute 545 sec latency 148.902 ms 2023-12-18T17:13:44.552 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:13:44 smithi007 ceph-mon[107711]: pgmap v292: 97 pgs: 97 active+clean; 340 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 6.9 KiB/s rd, 3.9 MiB/s wr, 398 op/s 2023-12-18T17:13:44.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:13:44 smithi031 ceph-mon[110581]: pgmap v292: 97 pgs: 97 active+clean; 340 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 6.9 KiB/s rd, 3.9 MiB/s wr, 398 op/s 2023-12-18T17:13:45.031 INFO:teuthology.orchestra.run.smithi007.stdout: 5 179829 7.26 MB/sec execute 546 sec latency 154.477 ms 2023-12-18T17:13:46.031 INFO:teuthology.orchestra.run.smithi007.stdout: 5 180080 7.26 MB/sec execute 547 sec latency 137.120 ms 2023-12-18T17:13:46.621 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:13:46 smithi007 ceph-mon[107711]: pgmap v293: 97 pgs: 97 active+clean; 340 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 2.2 MiB/s wr, 273 op/s 2023-12-18T17:13:46.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:13:46 smithi031 ceph-mon[110581]: pgmap v293: 97 pgs: 97 active+clean; 340 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 2.2 MiB/s wr, 273 op/s 2023-12-18T17:13:47.031 INFO:teuthology.orchestra.run.smithi007.stdout: 5 180295 7.26 MB/sec execute 548 sec latency 129.258 ms 2023-12-18T17:13:47.652 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:13:47 smithi007 ceph-mon[107711]: pgmap v294: 97 pgs: 97 active+clean; 340 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 2.2 MiB/s wr, 273 op/s 2023-12-18T17:13:47.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:13:47 smithi031 ceph-mon[110581]: pgmap v294: 97 pgs: 97 active+clean; 340 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 2.2 MiB/s wr, 273 op/s 2023-12-18T17:13:48.031 INFO:teuthology.orchestra.run.smithi007.stdout: 5 180512 7.26 MB/sec execute 549 sec latency 113.176 ms 2023-12-18T17:13:49.036 INFO:teuthology.orchestra.run.smithi007.stdout: 5 180688 7.25 MB/sec execute 550 sec latency 135.075 ms 2023-12-18T17:13:50.037 INFO:teuthology.orchestra.run.smithi007.stdout: 5 180859 7.24 MB/sec execute 551 sec latency 140.098 ms 2023-12-18T17:13:50.466 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:13:50 smithi007 ceph-mon[107711]: pgmap v295: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.4 MiB/s wr, 432 op/s 2023-12-18T17:13:50.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:13:50 smithi031 ceph-mon[110581]: pgmap v295: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.4 MiB/s wr, 432 op/s 2023-12-18T17:13:51.038 INFO:teuthology.orchestra.run.smithi007.stdout: 5 181112 7.24 MB/sec execute 552 sec latency 125.136 ms 2023-12-18T17:13:52.037 INFO:teuthology.orchestra.run.smithi007.stdout: 5 181382 7.24 MB/sec execute 553 sec latency 134.369 ms 2023-12-18T17:13:52.539 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:13:52 smithi007 ceph-mon[107711]: pgmap v296: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 3.8 KiB/s rd, 3.3 MiB/s wr, 301 op/s 2023-12-18T17:13:52.539 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:13:52 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:13:52.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:13:52 smithi031 ceph-mon[110581]: pgmap v296: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 3.8 KiB/s rd, 3.3 MiB/s wr, 301 op/s 2023-12-18T17:13:52.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:13:52 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:13:53.038 INFO:teuthology.orchestra.run.smithi007.stdout: 5 181660 7.23 MB/sec execute 554 sec latency 120.599 ms 2023-12-18T17:13:54.046 INFO:teuthology.orchestra.run.smithi007.stdout: 5 181951 7.23 MB/sec execute 555 sec latency 126.742 ms 2023-12-18T17:13:54.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:13:54 smithi031 ceph-mon[110581]: pgmap v297: 97 pgs: 97 active+clean; 342 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.5 MiB/s wr, 448 op/s 2023-12-18T17:13:54.613 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:13:54 smithi007 ceph-mon[107711]: pgmap v297: 97 pgs: 97 active+clean; 342 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.5 MiB/s wr, 448 op/s 2023-12-18T17:13:55.050 INFO:teuthology.orchestra.run.smithi007.stdout: 5 182278 7.23 MB/sec execute 556 sec latency 127.130 ms 2023-12-18T17:13:56.050 INFO:teuthology.orchestra.run.smithi007.stdout: 5 182562 7.23 MB/sec execute 557 sec latency 133.664 ms 2023-12-18T17:13:56.399 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:13:56 smithi007 ceph-mon[107711]: pgmap v298: 97 pgs: 97 active+clean; 342 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.4 MiB/s wr, 306 op/s 2023-12-18T17:13:56.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:13:56 smithi031 ceph-mon[110581]: pgmap v298: 97 pgs: 97 active+clean; 342 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.4 MiB/s wr, 306 op/s 2023-12-18T17:13:57.054 INFO:teuthology.orchestra.run.smithi007.stdout: 5 182884 7.23 MB/sec execute 558 sec latency 128.210 ms 2023-12-18T17:13:58.054 INFO:teuthology.orchestra.run.smithi007.stdout: 5 183120 7.24 MB/sec execute 559 sec latency 130.479 ms 2023-12-18T17:13:58.469 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:13:58 smithi007 ceph-mon[107711]: pgmap v299: 97 pgs: 97 active+clean; 342 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.4 MiB/s wr, 306 op/s 2023-12-18T17:13:58.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:13:58 smithi031 ceph-mon[110581]: pgmap v299: 97 pgs: 97 active+clean; 342 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.4 MiB/s wr, 306 op/s 2023-12-18T17:13:59.058 INFO:teuthology.orchestra.run.smithi007.stdout: 5 183490 7.25 MB/sec execute 560 sec latency 150.747 ms 2023-12-18T17:14:00.058 INFO:teuthology.orchestra.run.smithi007.stdout: 5 183713 7.26 MB/sec execute 561 sec latency 126.920 ms 2023-12-18T17:14:00.522 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:14:00 smithi007 ceph-mon[107711]: pgmap v300: 97 pgs: 97 active+clean; 342 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.1 MiB/s wr, 480 op/s 2023-12-18T17:14:00.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:14:00 smithi031 ceph-mon[110581]: pgmap v300: 97 pgs: 97 active+clean; 342 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.1 MiB/s wr, 480 op/s 2023-12-18T17:14:01.060 INFO:teuthology.orchestra.run.smithi007.stdout: 5 183990 7.26 MB/sec execute 562 sec latency 137.699 ms 2023-12-18T17:14:02.069 INFO:teuthology.orchestra.run.smithi007.stdout: 5 184216 7.25 MB/sec execute 563 sec latency 150.259 ms 2023-12-18T17:14:02.572 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:14:02 smithi007 ceph-mon[107711]: pgmap v301: 97 pgs: 97 active+clean; 342 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.0 MiB/s wr, 321 op/s 2023-12-18T17:14:02.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:14:02 smithi031 ceph-mon[110581]: pgmap v301: 97 pgs: 97 active+clean; 342 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.0 MiB/s wr, 321 op/s 2023-12-18T17:14:03.065 INFO:teuthology.orchestra.run.smithi007.stdout: 5 184361 7.24 MB/sec execute 564 sec latency 127.031 ms 2023-12-18T17:14:04.067 INFO:teuthology.orchestra.run.smithi007.stdout: 5 184493 7.24 MB/sec execute 565 sec latency 134.263 ms 2023-12-18T17:14:04.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:14:04 smithi031 ceph-mon[110581]: pgmap v302: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.8 MiB/s wr, 476 op/s 2023-12-18T17:14:04.666 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:14:04 smithi007 ceph-mon[107711]: pgmap v302: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.8 MiB/s wr, 476 op/s 2023-12-18T17:14:05.067 INFO:teuthology.orchestra.run.smithi007.stdout: 5 184702 7.23 MB/sec execute 566 sec latency 120.396 ms 2023-12-18T17:14:06.068 INFO:teuthology.orchestra.run.smithi007.stdout: 5 184858 7.22 MB/sec execute 567 sec latency 140.912 ms 2023-12-18T17:14:06.480 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:14:06 smithi007 ceph-mon[107711]: pgmap v303: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.5 MiB/s wr, 329 op/s 2023-12-18T17:14:06.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:14:06 smithi031 ceph-mon[110581]: pgmap v303: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.5 MiB/s wr, 329 op/s 2023-12-18T17:14:07.070 INFO:teuthology.orchestra.run.smithi007.stdout: 5 185047 7.22 MB/sec execute 568 sec latency 194.632 ms 2023-12-18T17:14:07.540 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:14:07 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:14:07.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:14:07 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:14:08.073 INFO:teuthology.orchestra.run.smithi007.stdout: 5 185224 7.21 MB/sec execute 569 sec latency 104.737 ms 2023-12-18T17:14:08.579 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:14:08 smithi007 ceph-mon[107711]: pgmap v304: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.5 MiB/s wr, 329 op/s 2023-12-18T17:14:08.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:14:08 smithi031 ceph-mon[110581]: pgmap v304: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.5 MiB/s wr, 329 op/s 2023-12-18T17:14:09.080 INFO:teuthology.orchestra.run.smithi007.stdout: 5 185501 7.21 MB/sec execute 570 sec latency 110.652 ms 2023-12-18T17:14:10.080 INFO:teuthology.orchestra.run.smithi007.stdout: 5 185681 7.20 MB/sec execute 571 sec latency 137.733 ms 2023-12-18T17:14:10.633 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:14:10 smithi007 ceph-mon[107711]: pgmap v305: 97 pgs: 97 active+clean; 339 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 4.5 MiB/s wr, 449 op/s 2023-12-18T17:14:10.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:14:10 smithi031 ceph-mon[110581]: pgmap v305: 97 pgs: 97 active+clean; 339 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 4.5 MiB/s wr, 449 op/s 2023-12-18T17:14:11.080 INFO:teuthology.orchestra.run.smithi007.stdout: 5 185989 7.20 MB/sec execute 572 sec latency 88.502 ms 2023-12-18T17:14:12.080 INFO:teuthology.orchestra.run.smithi007.stdout: 5 186239 7.20 MB/sec execute 573 sec latency 127.007 ms 2023-12-18T17:14:12.686 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:14:12 smithi007 ceph-mon[107711]: pgmap v306: 97 pgs: 97 active+clean; 339 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 2.8 MiB/s wr, 274 op/s 2023-12-18T17:14:12.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:14:12 smithi031 ceph-mon[110581]: pgmap v306: 97 pgs: 97 active+clean; 339 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 2.8 MiB/s wr, 274 op/s 2023-12-18T17:14:13.080 INFO:teuthology.orchestra.run.smithi007.stdout: 5 186432 7.20 MB/sec execute 574 sec latency 139.619 ms 2023-12-18T17:14:13.715 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:14:13 smithi007 ceph-mon[107711]: pgmap v307: 97 pgs: 97 active+clean; 339 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 3.9 MiB/s wr, 407 op/s 2023-12-18T17:14:13.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:14:13 smithi031 ceph-mon[110581]: pgmap v307: 97 pgs: 97 active+clean; 339 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 3.9 MiB/s wr, 407 op/s 2023-12-18T17:14:14.080 INFO:teuthology.orchestra.run.smithi007.stdout: 5 186609 7.20 MB/sec execute 575 sec latency 144.630 ms 2023-12-18T17:14:15.081 INFO:teuthology.orchestra.run.smithi007.stdout: 5 186980 7.22 MB/sec execute 576 sec latency 104.164 ms 2023-12-18T17:14:16.087 INFO:teuthology.orchestra.run.smithi007.stdout: 5 187226 7.22 MB/sec execute 577 sec latency 122.855 ms 2023-12-18T17:14:16.555 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:14:16 smithi007 ceph-mon[107711]: pgmap v308: 97 pgs: 97 active+clean; 339 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.1 MiB/s wr, 252 op/s 2023-12-18T17:14:16.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:14:16 smithi031 ceph-mon[110581]: pgmap v308: 97 pgs: 97 active+clean; 339 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.1 MiB/s wr, 252 op/s 2023-12-18T17:14:17.087 INFO:teuthology.orchestra.run.smithi007.stdout: 5 187523 7.22 MB/sec execute 578 sec latency 129.972 ms 2023-12-18T17:14:18.089 INFO:teuthology.orchestra.run.smithi007.stdout: 5 187752 7.22 MB/sec execute 579 sec latency 120.745 ms 2023-12-18T17:14:18.594 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:14:18 smithi007 ceph-mon[107711]: pgmap v309: 97 pgs: 97 active+clean; 339 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.1 MiB/s wr, 252 op/s 2023-12-18T17:14:18.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:14:18 smithi031 ceph-mon[110581]: pgmap v309: 97 pgs: 97 active+clean; 339 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.1 MiB/s wr, 252 op/s 2023-12-18T17:14:19.089 INFO:teuthology.orchestra.run.smithi007.stdout: 5 187909 7.21 MB/sec execute 580 sec latency 152.116 ms 2023-12-18T17:14:20.097 INFO:teuthology.orchestra.run.smithi007.stdout: 5 188121 7.20 MB/sec execute 581 sec latency 153.897 ms 2023-12-18T17:14:20.644 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:14:20 smithi007 ceph-mon[107711]: pgmap v310: 97 pgs: 97 active+clean; 349 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.0 MiB/s wr, 404 op/s 2023-12-18T17:14:20.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:14:20 smithi031 ceph-mon[110581]: pgmap v310: 97 pgs: 97 active+clean; 349 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.0 MiB/s wr, 404 op/s 2023-12-18T17:14:21.097 INFO:teuthology.orchestra.run.smithi007.stdout: 5 188355 7.20 MB/sec execute 582 sec latency 120.918 ms 2023-12-18T17:14:22.097 INFO:teuthology.orchestra.run.smithi007.stdout: 5 188569 7.19 MB/sec execute 583 sec latency 138.721 ms 2023-12-18T17:14:22.443 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:14:22 smithi007 ceph-mon[107711]: pgmap v311: 97 pgs: 97 active+clean; 349 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 3.2 KiB/s rd, 3.1 MiB/s wr, 285 op/s 2023-12-18T17:14:22.443 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:14:22 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:14:22.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:14:22 smithi031 ceph-mon[110581]: pgmap v311: 97 pgs: 97 active+clean; 349 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 3.2 KiB/s rd, 3.1 MiB/s wr, 285 op/s 2023-12-18T17:14:22.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:14:22 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:14:23.096 INFO:teuthology.orchestra.run.smithi007.stdout: 5 188876 7.19 MB/sec execute 584 sec latency 126.660 ms 2023-12-18T17:14:24.097 INFO:teuthology.orchestra.run.smithi007.stdout: 5 189114 7.19 MB/sec execute 585 sec latency 117.972 ms 2023-12-18T17:14:24.465 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:14:24 smithi007 ceph-mon[107711]: pgmap v312: 97 pgs: 97 active+clean; 337 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.4 MiB/s wr, 429 op/s 2023-12-18T17:14:24.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:14:24 smithi031 ceph-mon[110581]: pgmap v312: 97 pgs: 97 active+clean; 337 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.4 MiB/s wr, 429 op/s 2023-12-18T17:14:25.097 INFO:teuthology.orchestra.run.smithi007.stdout: 5 189396 7.19 MB/sec execute 586 sec latency 129.156 ms 2023-12-18T17:14:26.098 INFO:teuthology.orchestra.run.smithi007.stdout: 5 189727 7.19 MB/sec execute 587 sec latency 121.047 ms 2023-12-18T17:14:26.540 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:14:26 smithi007 ceph-mon[107711]: pgmap v313: 97 pgs: 97 active+clean; 337 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 296 op/s 2023-12-18T17:14:26.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:14:26 smithi031 ceph-mon[110581]: pgmap v313: 97 pgs: 97 active+clean; 337 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 296 op/s 2023-12-18T17:14:27.098 INFO:teuthology.orchestra.run.smithi007.stdout: 5 189992 7.19 MB/sec execute 588 sec latency 134.566 ms 2023-12-18T17:14:27.547 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:14:27 smithi007 ceph-mon[107711]: pgmap v314: 97 pgs: 97 active+clean; 337 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 296 op/s 2023-12-18T17:14:27.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:14:27 smithi031 ceph-mon[110581]: pgmap v314: 97 pgs: 97 active+clean; 337 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 296 op/s 2023-12-18T17:14:28.098 INFO:teuthology.orchestra.run.smithi007.stdout: 5 190287 7.20 MB/sec execute 589 sec latency 126.907 ms 2023-12-18T17:14:29.103 INFO:teuthology.orchestra.run.smithi007.stdout: 5 190562 7.21 MB/sec execute 590 sec latency 135.594 ms 2023-12-18T17:14:30.103 INFO:teuthology.orchestra.run.smithi007.stdout: 5 190851 7.21 MB/sec execute 591 sec latency 130.912 ms 2023-12-18T17:14:30.620 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:14:30 smithi007 ceph-mon[107711]: pgmap v315: 97 pgs: 97 active+clean; 339 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.8 MiB/s wr, 460 op/s 2023-12-18T17:14:30.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:14:30 smithi031 ceph-mon[110581]: pgmap v315: 97 pgs: 97 active+clean; 339 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.8 MiB/s wr, 460 op/s 2023-12-18T17:14:31.104 INFO:teuthology.orchestra.run.smithi007.stdout: 5 191097 7.21 MB/sec execute 592 sec latency 136.226 ms 2023-12-18T17:14:32.104 INFO:teuthology.orchestra.run.smithi007.stdout: 5 191320 7.21 MB/sec execute 593 sec latency 178.143 ms 2023-12-18T17:14:32.660 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:14:32 smithi007 ceph-mon[107711]: pgmap v316: 97 pgs: 97 active+clean; 339 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 2.8 MiB/s wr, 308 op/s 2023-12-18T17:14:32.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:14:32 smithi031 ceph-mon[110581]: pgmap v316: 97 pgs: 97 active+clean; 339 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 2.8 MiB/s wr, 308 op/s 2023-12-18T17:14:33.107 INFO:teuthology.orchestra.run.smithi007.stdout: 5 191500 7.20 MB/sec execute 594 sec latency 120.731 ms 2023-12-18T17:14:34.112 INFO:teuthology.orchestra.run.smithi007.stdout: 5 191731 7.20 MB/sec execute 595 sec latency 126.139 ms 2023-12-18T17:14:34.440 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:14:34 smithi007 ceph-mon[107711]: pgmap v317: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.7 MiB/s wr, 464 op/s 2023-12-18T17:14:34.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:14:34 smithi031 ceph-mon[110581]: pgmap v317: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.7 MiB/s wr, 464 op/s 2023-12-18T17:14:35.110 INFO:teuthology.orchestra.run.smithi007.stdout: 5 191918 7.19 MB/sec execute 596 sec latency 127.394 ms 2023-12-18T17:14:36.110 INFO:teuthology.orchestra.run.smithi007.stdout: 5 192158 7.19 MB/sec execute 597 sec latency 125.787 ms 2023-12-18T17:14:36.490 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:14:36 smithi007 ceph-mon[107711]: pgmap v318: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 3.5 MiB/s wr, 320 op/s 2023-12-18T17:14:36.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:14:36 smithi031 ceph-mon[110581]: pgmap v318: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 3.5 MiB/s wr, 320 op/s 2023-12-18T17:14:37.110 INFO:teuthology.orchestra.run.smithi007.stdout: 5 192400 7.18 MB/sec execute 598 sec latency 125.134 ms 2023-12-18T17:14:37.536 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:14:37 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:14:37.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:14:37 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:14:38.110 INFO:teuthology.orchestra.run.smithi007.stdout: 5 192600 7.18 MB/sec execute 599 sec latency 119.307 ms 2023-12-18T17:14:38.565 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:14:38 smithi007 ceph-mon[107711]: pgmap v319: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 3.5 MiB/s wr, 320 op/s 2023-12-18T17:14:38.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:14:38 smithi031 ceph-mon[110581]: pgmap v319: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 3.5 MiB/s wr, 320 op/s 2023-12-18T17:14:39.110 INFO:teuthology.orchestra.run.smithi007.stdout: 5 192908 7.18 MB/sec execute 600 sec latency 123.993 ms 2023-12-18T17:14:40.111 INFO:teuthology.orchestra.run.smithi007.stdout: 5 cleanup 601 sec 2023-12-18T17:14:40.312 INFO:teuthology.orchestra.run.smithi007.stdout:[189878] unlink './clients/client4/~dmtmp/PARADOX/.nfs00000100000086590000000a' failed - Device or resource busy 2023-12-18T17:14:40.312 INFO:teuthology.orchestra.run.smithi007.stdout:[189878] unlink './clients/client4/~dmtmp/PARADOX/.nfs00000100000002c10000000c' failed - Device or resource busy 2023-12-18T17:14:40.313 INFO:teuthology.orchestra.run.smithi007.stdout:[189878] unlink './clients/client4/~dmtmp/PARADOX/.nfs00000100000002e800000018' failed - Device or resource busy 2023-12-18T17:14:40.313 INFO:teuthology.orchestra.run.smithi007.stdout:[189878] unlink './clients/client4/~dmtmp/PARADOX/.nfs00000100000002bd0000000b' failed - Device or resource busy 2023-12-18T17:14:40.313 INFO:teuthology.orchestra.run.smithi007.stdout:[189878] unlink './clients/client4/~dmtmp/PARADOX/.nfs00000100000002ba0000001a' failed - Device or resource busy 2023-12-18T17:14:40.314 INFO:teuthology.orchestra.run.smithi007.stdout:[189878] unlink './clients/client4/~dmtmp/PARADOX/.nfs00000100000002db0000000d' failed - Device or resource busy 2023-12-18T17:14:40.314 INFO:teuthology.orchestra.run.smithi007.stdout:[189878] unlink './clients/client4/~dmtmp/PARADOX/.nfs000001000000030000000016' failed - Device or resource busy 2023-12-18T17:14:40.314 INFO:teuthology.orchestra.run.smithi007.stdout:[189878] unlink './clients/client4/~dmtmp/PARADOX/.nfs00000100000002fc0000001e' failed - Device or resource busy 2023-12-18T17:14:40.314 INFO:teuthology.orchestra.run.smithi007.stdout:[189878] unlink './clients/client4/~dmtmp/PARADOX/.nfs00000100000002d20000000f' failed - Device or resource busy 2023-12-18T17:14:40.315 INFO:teuthology.orchestra.run.smithi007.stdout:[189878] unlink './clients/client4/~dmtmp/PARADOX/.nfs00000100000002c40000001c' failed - Device or resource busy 2023-12-18T17:14:40.340 INFO:teuthology.orchestra.run.smithi007.stdout:[189878] unlink './clients/client4/~dmtmp/PARADOX/.nfs00000100000002fa0000000e' failed - Device or resource busy 2023-12-18T17:14:40.344 INFO:teuthology.orchestra.run.smithi007.stdout:[189878] unlink './clients/client4/~dmtmp/PARADOX/.nfs00000100000002e500000014' failed - Device or resource busy 2023-12-18T17:14:40.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:14:40 smithi031 ceph-mon[110581]: pgmap v320: 97 pgs: 97 active+clean; 338 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.7 MiB/s wr, 464 op/s 2023-12-18T17:14:40.836 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:14:40 smithi007 ceph-mon[107711]: pgmap v320: 97 pgs: 97 active+clean; 338 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.7 MiB/s wr, 464 op/s 2023-12-18T17:14:41.110 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 602 sec 2023-12-18T17:14:42.110 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 603 sec 2023-12-18T17:14:42.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:14:42 smithi031 ceph-mon[110581]: pgmap v321: 97 pgs: 97 active+clean; 338 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.1 MiB/s wr, 300 op/s 2023-12-18T17:14:42.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:14:42 smithi007 ceph-mon[107711]: pgmap v321: 97 pgs: 97 active+clean; 338 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.1 MiB/s wr, 300 op/s 2023-12-18T17:14:43.111 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 604 sec 2023-12-18T17:14:44.110 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 605 sec 2023-12-18T17:14:44.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:14:44 smithi031 ceph-mon[110581]: pgmap v322: 97 pgs: 97 active+clean; 336 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 3.8 MiB/s wr, 378 op/s 2023-12-18T17:14:44.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:14:44 smithi007 ceph-mon[107711]: pgmap v322: 97 pgs: 97 active+clean; 336 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 3.8 MiB/s wr, 378 op/s 2023-12-18T17:14:45.110 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 606 sec 2023-12-18T17:14:46.111 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 607 sec 2023-12-18T17:14:46.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:14:46 smithi031 ceph-mon[110581]: pgmap v323: 97 pgs: 97 active+clean; 336 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 1.9 MiB/s wr, 222 op/s 2023-12-18T17:14:46.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:14:46 smithi007 ceph-mon[107711]: pgmap v323: 97 pgs: 97 active+clean; 336 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 1.9 MiB/s wr, 222 op/s 2023-12-18T17:14:47.111 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 608 sec 2023-12-18T17:14:48.111 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 609 sec 2023-12-18T17:14:48.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:14:48 smithi031 ceph-mon[110581]: pgmap v324: 97 pgs: 97 active+clean; 336 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 1.9 MiB/s wr, 222 op/s 2023-12-18T17:14:48.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:14:48 smithi007 ceph-mon[107711]: pgmap v324: 97 pgs: 97 active+clean; 336 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 1.9 MiB/s wr, 222 op/s 2023-12-18T17:14:49.111 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 610 sec 2023-12-18T17:14:50.111 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 611 sec 2023-12-18T17:14:50.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:14:50 smithi031 ceph-mon[110581]: pgmap v325: 97 pgs: 97 active+clean; 243 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 1.9 MiB/s wr, 250 op/s 2023-12-18T17:14:50.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:14:50 smithi007 ceph-mon[107711]: pgmap v325: 97 pgs: 97 active+clean; 243 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 1.9 MiB/s wr, 250 op/s 2023-12-18T17:14:51.111 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 612 sec 2023-12-18T17:14:52.111 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 613 sec 2023-12-18T17:14:52.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:14:52 smithi031 ceph-mon[110581]: pgmap v326: 97 pgs: 97 active+clean; 243 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 758 KiB/s wr, 106 op/s 2023-12-18T17:14:52.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:14:52 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:14:52.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:14:52 smithi007 ceph-mon[107711]: pgmap v326: 97 pgs: 97 active+clean; 243 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 758 KiB/s wr, 106 op/s 2023-12-18T17:14:52.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:14:52 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:14:53.111 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 614 sec 2023-12-18T17:14:54.111 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 615 sec 2023-12-18T17:14:54.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:14:54 smithi031 ceph-mon[110581]: pgmap v327: 97 pgs: 97 active+clean; 243 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 758 KiB/s wr, 106 op/s 2023-12-18T17:14:54.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:14:54 smithi007 ceph-mon[107711]: pgmap v327: 97 pgs: 97 active+clean; 243 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 758 KiB/s wr, 106 op/s 2023-12-18T17:14:55.111 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 616 sec 2023-12-18T17:14:56.111 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 617 sec 2023-12-18T17:14:56.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:14:56 smithi031 ceph-mon[110581]: pgmap v328: 97 pgs: 97 active+clean; 243 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 2.9 KiB/s rd, 23 KiB/s wr, 27 op/s 2023-12-18T17:14:56.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:14:56 smithi007 ceph-mon[107711]: pgmap v328: 97 pgs: 97 active+clean; 243 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 2.9 KiB/s rd, 23 KiB/s wr, 27 op/s 2023-12-18T17:14:57.111 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 618 sec 2023-12-18T17:14:58.111 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 619 sec 2023-12-18T17:14:58.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:14:58 smithi031 ceph-mon[110581]: pgmap v329: 97 pgs: 97 active+clean; 243 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 2.9 KiB/s rd, 23 KiB/s wr, 27 op/s 2023-12-18T17:14:58.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:14:58 smithi007 ceph-mon[107711]: pgmap v329: 97 pgs: 97 active+clean; 243 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 2.9 KiB/s rd, 23 KiB/s wr, 27 op/s 2023-12-18T17:14:59.111 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 620 sec 2023-12-18T17:15:00.111 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 621 sec 2023-12-18T17:15:00.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:15:00 smithi031 ceph-mon[110581]: pgmap v330: 97 pgs: 97 active+clean; 243 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 3.1 KiB/s rd, 23 KiB/s wr, 27 op/s 2023-12-18T17:15:00.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:15:00 smithi007 ceph-mon[107711]: pgmap v330: 97 pgs: 97 active+clean; 243 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 3.1 KiB/s rd, 23 KiB/s wr, 27 op/s 2023-12-18T17:15:01.111 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 622 sec 2023-12-18T17:15:02.111 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 623 sec 2023-12-18T17:15:02.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:15:02 smithi031 ceph-mon[110581]: pgmap v331: 97 pgs: 97 active+clean; 243 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:15:02.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:15:02 smithi007 ceph-mon[107711]: pgmap v331: 97 pgs: 97 active+clean; 243 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:15:03.111 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 624 sec 2023-12-18T17:15:04.111 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 625 sec 2023-12-18T17:15:04.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:15:04 smithi031 ceph-mon[110581]: pgmap v332: 97 pgs: 97 active+clean; 243 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:15:04.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:15:04 smithi007 ceph-mon[107711]: pgmap v332: 97 pgs: 97 active+clean; 243 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:15:05.111 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 626 sec 2023-12-18T17:15:06.111 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 627 sec 2023-12-18T17:15:06.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:15:06 smithi031 ceph-mon[110581]: pgmap v333: 97 pgs: 97 active+clean; 243 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:15:06.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:15:06 smithi007 ceph-mon[107711]: pgmap v333: 97 pgs: 97 active+clean; 243 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:15:07.111 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 628 sec 2023-12-18T17:15:07.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:15:07 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:15:07.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:15:07 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:15:08.111 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 629 sec 2023-12-18T17:15:08.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:15:08 smithi031 ceph-mon[110581]: pgmap v334: 97 pgs: 97 active+clean; 243 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:15:08.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:15:08 smithi007 ceph-mon[107711]: pgmap v334: 97 pgs: 97 active+clean; 243 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:15:09.111 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 630 sec 2023-12-18T17:15:10.111 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 631 sec 2023-12-18T17:15:10.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:15:10 smithi031 ceph-mon[110581]: pgmap v335: 97 pgs: 97 active+clean; 243 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T17:15:10.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:15:10 smithi007 ceph-mon[107711]: pgmap v335: 97 pgs: 97 active+clean; 243 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T17:15:11.111 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 632 sec 2023-12-18T17:15:12.111 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 633 sec 2023-12-18T17:15:12.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:15:12 smithi031 ceph-mon[110581]: pgmap v336: 97 pgs: 97 active+clean; 243 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:15:12.830 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:15:12 smithi007 ceph-mon[107711]: pgmap v336: 97 pgs: 97 active+clean; 243 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:15:13.111 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 634 sec 2023-12-18T17:15:14.112 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 635 sec 2023-12-18T17:15:14.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:15:14 smithi031 ceph-mon[110581]: pgmap v337: 97 pgs: 97 active+clean; 243 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:15:14.830 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:15:14 smithi007 ceph-mon[107711]: pgmap v337: 97 pgs: 97 active+clean; 243 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:15:15.112 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 636 sec 2023-12-18T17:15:16.112 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 637 sec 2023-12-18T17:15:16.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:15:16 smithi031 ceph-mon[110581]: pgmap v338: 97 pgs: 97 active+clean; 243 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:15:16.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:15:16 smithi007 ceph-mon[107711]: pgmap v338: 97 pgs: 97 active+clean; 243 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:15:17.111 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 638 sec 2023-12-18T17:15:18.112 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 639 sec 2023-12-18T17:15:18.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:15:18 smithi031 ceph-mon[110581]: pgmap v339: 97 pgs: 97 active+clean; 243 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:15:18.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:15:18 smithi007 ceph-mon[107711]: pgmap v339: 97 pgs: 97 active+clean; 243 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:15:19.112 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 640 sec 2023-12-18T17:15:20.112 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 641 sec 2023-12-18T17:15:20.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:15:20 smithi031 ceph-mon[110581]: pgmap v340: 97 pgs: 97 active+clean; 243 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T17:15:20.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:15:20 smithi007 ceph-mon[107711]: pgmap v340: 97 pgs: 97 active+clean; 243 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T17:15:21.112 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 642 sec 2023-12-18T17:15:22.112 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 643 sec 2023-12-18T17:15:22.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:15:22 smithi031 ceph-mon[110581]: pgmap v341: 97 pgs: 97 active+clean; 243 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:15:22.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:15:22 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:15:22.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:15:22 smithi007 ceph-mon[107711]: pgmap v341: 97 pgs: 97 active+clean; 243 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:15:22.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:15:22 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:15:23.112 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 644 sec 2023-12-18T17:15:23.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:15:23 smithi031 ceph-mon[110581]: pgmap v342: 97 pgs: 97 active+clean; 243 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:15:23.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:15:23 smithi007 ceph-mon[107711]: pgmap v342: 97 pgs: 97 active+clean; 243 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:15:24.112 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 645 sec 2023-12-18T17:15:25.112 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 646 sec 2023-12-18T17:15:26.112 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 647 sec 2023-12-18T17:15:26.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:15:26 smithi031 ceph-mon[110581]: pgmap v343: 97 pgs: 97 active+clean; 243 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:15:26.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:15:26 smithi007 ceph-mon[107711]: pgmap v343: 97 pgs: 97 active+clean; 243 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:15:27.112 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 648 sec 2023-12-18T17:15:27.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:15:27 smithi031 ceph-mon[110581]: pgmap v344: 97 pgs: 97 active+clean; 243 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:15:27.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:15:27 smithi007 ceph-mon[107711]: pgmap v344: 97 pgs: 97 active+clean; 243 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:15:28.112 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 649 sec 2023-12-18T17:15:29.112 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 650 sec 2023-12-18T17:15:30.112 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 651 sec 2023-12-18T17:15:30.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:15:30 smithi031 ceph-mon[110581]: pgmap v345: 97 pgs: 97 active+clean; 243 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T17:15:30.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:15:30 smithi007 ceph-mon[107711]: pgmap v345: 97 pgs: 97 active+clean; 243 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T17:15:31.112 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 652 sec 2023-12-18T17:15:32.112 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 653 sec 2023-12-18T17:15:32.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:15:32 smithi031 ceph-mon[110581]: pgmap v346: 97 pgs: 97 active+clean; 243 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:15:32.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:15:32 smithi007 ceph-mon[107711]: pgmap v346: 97 pgs: 97 active+clean; 243 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:15:33.112 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 654 sec 2023-12-18T17:15:34.112 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 655 sec 2023-12-18T17:15:34.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:15:34 smithi031 ceph-mon[110581]: pgmap v347: 97 pgs: 97 active+clean; 243 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:15:34.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:15:34 smithi007 ceph-mon[107711]: pgmap v347: 97 pgs: 97 active+clean; 243 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:15:35.112 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 656 sec 2023-12-18T17:15:36.113 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 657 sec 2023-12-18T17:15:36.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:15:36 smithi031 ceph-mon[110581]: pgmap v348: 97 pgs: 97 active+clean; 243 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:15:36.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:15:36 smithi007 ceph-mon[107711]: pgmap v348: 97 pgs: 97 active+clean; 243 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:15:37.112 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 658 sec 2023-12-18T17:15:37.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:15:37 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:15:37.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:15:37 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:15:38.112 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 659 sec 2023-12-18T17:15:38.581 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:15:38 smithi007 ceph-mon[107711]: pgmap v349: 97 pgs: 97 active+clean; 243 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:15:38.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:15:38 smithi031 ceph-mon[110581]: pgmap v349: 97 pgs: 97 active+clean; 243 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:15:39.113 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 660 sec 2023-12-18T17:15:40.113 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 661 sec 2023-12-18T17:15:40.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:15:40 smithi031 ceph-mon[110581]: pgmap v350: 97 pgs: 97 active+clean; 243 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T17:15:40.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:15:40 smithi007 ceph-mon[107711]: pgmap v350: 97 pgs: 97 active+clean; 243 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T17:15:41.113 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 662 sec 2023-12-18T17:15:42.113 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 663 sec 2023-12-18T17:15:42.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:15:42 smithi031 ceph-mon[110581]: pgmap v351: 97 pgs: 97 active+clean; 243 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:15:42.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:15:42 smithi007 ceph-mon[107711]: pgmap v351: 97 pgs: 97 active+clean; 243 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:15:43.113 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 664 sec 2023-12-18T17:15:44.113 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 665 sec 2023-12-18T17:15:44.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:15:44 smithi031 ceph-mon[110581]: pgmap v352: 97 pgs: 97 active+clean; 243 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 2.1 KiB/s wr, 0 op/s 2023-12-18T17:15:44.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:15:44 smithi007 ceph-mon[107711]: pgmap v352: 97 pgs: 97 active+clean; 243 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 2.1 KiB/s wr, 0 op/s 2023-12-18T17:15:45.113 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 666 sec 2023-12-18T17:15:46.113 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 667 sec 2023-12-18T17:15:46.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:15:46 smithi031 ceph-mon[110581]: pgmap v353: 97 pgs: 97 active+clean; 243 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 2.1 KiB/s wr, 0 op/s 2023-12-18T17:15:46.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:15:46 smithi007 ceph-mon[107711]: pgmap v353: 97 pgs: 97 active+clean; 243 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 2.1 KiB/s wr, 0 op/s 2023-12-18T17:15:47.113 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 668 sec 2023-12-18T17:15:47.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:15:47 smithi031 ceph-mon[110581]: pgmap v354: 97 pgs: 97 active+clean; 243 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 2.1 KiB/s wr, 0 op/s 2023-12-18T17:15:47.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:15:47 smithi007 ceph-mon[107711]: pgmap v354: 97 pgs: 97 active+clean; 243 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 2.1 KiB/s wr, 0 op/s 2023-12-18T17:15:48.113 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 669 sec 2023-12-18T17:15:49.113 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 670 sec 2023-12-18T17:15:50.113 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 671 sec 2023-12-18T17:15:50.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:15:50 smithi031 ceph-mon[110581]: pgmap v355: 97 pgs: 97 active+clean; 241 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 3.2 KiB/s wr, 1 op/s 2023-12-18T17:15:50.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:15:50 smithi007 ceph-mon[107711]: pgmap v355: 97 pgs: 97 active+clean; 241 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 3.2 KiB/s wr, 1 op/s 2023-12-18T17:15:51.113 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 672 sec 2023-12-18T17:15:52.113 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 673 sec 2023-12-18T17:15:52.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:15:52 smithi031 ceph-mon[110581]: pgmap v356: 97 pgs: 97 active+clean; 241 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.2 KiB/s wr, 1 op/s 2023-12-18T17:15:52.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:15:52 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:15:52.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:15:52 smithi007 ceph-mon[107711]: pgmap v356: 97 pgs: 97 active+clean; 241 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.2 KiB/s wr, 1 op/s 2023-12-18T17:15:52.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:15:52 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:15:53.113 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 674 sec 2023-12-18T17:15:54.113 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 675 sec 2023-12-18T17:15:54.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:15:54 smithi031 ceph-mon[110581]: pgmap v357: 97 pgs: 97 active+clean; 241 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.2 KiB/s wr, 1 op/s 2023-12-18T17:15:54.832 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:15:54 smithi007 ceph-mon[107711]: pgmap v357: 97 pgs: 97 active+clean; 241 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.2 KiB/s wr, 1 op/s 2023-12-18T17:15:55.113 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 676 sec 2023-12-18T17:15:56.113 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 677 sec 2023-12-18T17:15:56.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:15:56 smithi031 ceph-mon[110581]: pgmap v358: 97 pgs: 97 active+clean; 241 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.2 KiB/s wr, 1 op/s 2023-12-18T17:15:56.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:15:56 smithi007 ceph-mon[107711]: pgmap v358: 97 pgs: 97 active+clean; 241 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.2 KiB/s wr, 1 op/s 2023-12-18T17:15:57.113 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 678 sec 2023-12-18T17:15:58.113 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 679 sec 2023-12-18T17:15:58.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:15:58 smithi031 ceph-mon[110581]: pgmap v359: 97 pgs: 97 active+clean; 241 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.2 KiB/s wr, 1 op/s 2023-12-18T17:15:58.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:15:58 smithi007 ceph-mon[107711]: pgmap v359: 97 pgs: 97 active+clean; 241 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.2 KiB/s wr, 1 op/s 2023-12-18T17:15:59.113 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 680 sec 2023-12-18T17:16:00.114 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 681 sec 2023-12-18T17:16:00.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:16:00 smithi031 ceph-mon[110581]: pgmap v360: 97 pgs: 97 active+clean; 241 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 1.2 KiB/s wr, 1 op/s 2023-12-18T17:16:00.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:16:00 smithi007 ceph-mon[107711]: pgmap v360: 97 pgs: 97 active+clean; 241 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 1.2 KiB/s wr, 1 op/s 2023-12-18T17:16:01.114 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 682 sec 2023-12-18T17:16:02.114 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 683 sec 2023-12-18T17:16:02.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:16:02 smithi031 ceph-mon[110581]: pgmap v361: 97 pgs: 97 active+clean; 241 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:16:02.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:16:02 smithi007 ceph-mon[107711]: pgmap v361: 97 pgs: 97 active+clean; 241 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:16:03.114 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 684 sec 2023-12-18T17:16:04.114 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 685 sec 2023-12-18T17:16:04.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:16:04 smithi031 ceph-mon[110581]: pgmap v362: 97 pgs: 97 active+clean; 241 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:16:04.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:16:04 smithi007 ceph-mon[107711]: pgmap v362: 97 pgs: 97 active+clean; 241 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:16:05.114 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 686 sec 2023-12-18T17:16:06.114 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 687 sec 2023-12-18T17:16:06.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:16:06 smithi031 ceph-mon[110581]: pgmap v363: 97 pgs: 97 active+clean; 241 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:16:06.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:16:06 smithi007 ceph-mon[107711]: pgmap v363: 97 pgs: 97 active+clean; 241 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:16:07.114 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 688 sec 2023-12-18T17:16:07.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:16:07 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:16:07.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:16:07 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:16:08.114 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 689 sec 2023-12-18T17:16:08.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:16:08 smithi031 ceph-mon[110581]: pgmap v364: 97 pgs: 97 active+clean; 241 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:16:08.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:16:08 smithi007 ceph-mon[107711]: pgmap v364: 97 pgs: 97 active+clean; 241 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:16:09.114 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 690 sec 2023-12-18T17:16:10.114 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 691 sec 2023-12-18T17:16:10.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:16:10 smithi031 ceph-mon[110581]: pgmap v365: 97 pgs: 97 active+clean; 241 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T17:16:10.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:16:10 smithi007 ceph-mon[107711]: pgmap v365: 97 pgs: 97 active+clean; 241 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T17:16:11.114 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 692 sec 2023-12-18T17:16:12.114 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 693 sec 2023-12-18T17:16:12.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:16:12 smithi031 ceph-mon[110581]: pgmap v366: 97 pgs: 97 active+clean; 241 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:16:12.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:16:12 smithi007 ceph-mon[107711]: pgmap v366: 97 pgs: 97 active+clean; 241 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:16:13.114 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 694 sec 2023-12-18T17:16:14.114 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 695 sec 2023-12-18T17:16:14.446 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:16:14 smithi007 ceph-mon[107711]: pgmap v367: 97 pgs: 97 active+clean; 241 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:16:14.446 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:16:14 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:16:14.446 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:16:14 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:16:14.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:16:14 smithi031 ceph-mon[110581]: pgmap v367: 97 pgs: 97 active+clean; 241 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:16:14.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:16:14 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:16:14.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:16:14 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:16:14.690 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -e sha1=861525e252e70f0d455bae7d2dc4d635f8b415f1 -- bash -c 'ceph orch ps' 2023-12-18T17:16:15.005 INFO:teuthology.orchestra.run.smithi007.stdout: 0 cleanup 696 sec 2023-12-18T17:16:15.005 INFO:teuthology.orchestra.run.smithi007.stdout: 2023-12-18T17:16:15.006 INFO:teuthology.orchestra.run.smithi007.stdout: Operation Count AvgLat MaxLat 2023-12-18T17:16:15.006 INFO:teuthology.orchestra.run.smithi007.stdout: ---------------------------------------- 2023-12-18T17:16:15.006 INFO:teuthology.orchestra.run.smithi007.stdout: NTCreateX 138513 7.724 178.365 2023-12-18T17:16:15.006 INFO:teuthology.orchestra.run.smithi007.stdout: Close 101794 0.148 16.016 2023-12-18T17:16:15.006 INFO:teuthology.orchestra.run.smithi007.stdout: Rename 5867 12.515 218.313 2023-12-18T17:16:15.006 INFO:teuthology.orchestra.run.smithi007.stdout: Unlink 27889 7.351 117.283 2023-12-18T17:16:15.006 INFO:teuthology.orchestra.run.smithi007.stdout: Qpathinfo 125715 3.077 200.445 2023-12-18T17:16:15.006 INFO:teuthology.orchestra.run.smithi007.stdout: Qfileinfo 21942 0.105 11.476 2023-12-18T17:16:15.007 INFO:teuthology.orchestra.run.smithi007.stdout: Qfsinfo 22947 1.646 44.609 2023-12-18T17:16:15.007 INFO:teuthology.orchestra.run.smithi007.stdout: Sfileinfo 11310 11.482 145.848 2023-12-18T17:16:15.007 INFO:teuthology.orchestra.run.smithi007.stdout: Find 48496 5.892 198.098 2023-12-18T17:16:15.007 INFO:teuthology.orchestra.run.smithi007.stdout: WriteX 68453 11.579 213.061 2023-12-18T17:16:15.007 INFO:teuthology.orchestra.run.smithi007.stdout: ReadX 217146 0.011 11.651 2023-12-18T17:16:15.007 INFO:teuthology.orchestra.run.smithi007.stdout: LockX 450 0.397 3.568 2023-12-18T17:16:15.007 INFO:teuthology.orchestra.run.smithi007.stdout: UnlockX 450 0.364 4.803 2023-12-18T17:16:15.007 INFO:teuthology.orchestra.run.smithi007.stdout: Flush 9699 0.002 0.019 2023-12-18T17:16:15.007 INFO:teuthology.orchestra.run.smithi007.stdout: 2023-12-18T17:16:15.007 INFO:teuthology.orchestra.run.smithi007.stdout:Throughput 7.18043 MB/sec 5 clients 5 procs max_latency=218.325 ms 2023-12-18T17:16:15.009 DEBUG:teuthology.orchestra.run.smithi007:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2023-12-18T17:16:15.078 DEBUG:teuthology.orchestra.run.smithi007:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2023-12-18T17:16:15.158 DEBUG:teuthology.orchestra.run.smithi007:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2023-12-18T17:16:15.222 INFO:teuthology.orchestra.run.smithi007.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-12-18T17:16:15.222 INFO:teuthology.orchestra.run.smithi007.stdout: 2023-12-18T17:16:15.222 INFO:teuthology.orchestra.run.smithi007.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2023-12-18T17:16:15.223 INFO:teuthology.orchestra.run.smithi007.stdout:4 of 5 processes prepared for launch 0 sec 2023-12-18T17:16:15.323 INFO:teuthology.orchestra.run.smithi007.stdout:5 of 5 processes prepared for launch 0 sec 2023-12-18T17:16:15.323 INFO:teuthology.orchestra.run.smithi007.stdout:releasing clients 2023-12-18T17:16:16.609 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:16:16 smithi007 ceph-mon[107711]: pgmap v368: 97 pgs: 97 active+clean; 241 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:16:16.740 INFO:teuthology.orchestra.run.smithi007.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T17:16:16.740 INFO:teuthology.orchestra.run.smithi007.stdout:alertmanager.smithi007 smithi007 *:9093,9094 starting - - - - 2023-12-18T17:16:16.741 INFO:teuthology.orchestra.run.smithi007.stdout:crash.smithi007 smithi007 running (18m) 11m ago 18m 7013k - 17.2.0 e1d6a67b021e b98c7350ba9d 2023-12-18T17:16:16.741 INFO:teuthology.orchestra.run.smithi007.stdout:crash.smithi031 smithi031 running (17m) 8m ago 17m 7172k - 17.2.0 e1d6a67b021e 6e652ab6d5c7 2023-12-18T17:16:16.741 INFO:teuthology.orchestra.run.smithi007.stdout:grafana.smithi007 smithi007 *:3000 starting - - - - 2023-12-18T17:16:16.741 INFO:teuthology.orchestra.run.smithi007.stdout:mds.foofs.smithi007.fgcett smithi007 running (13m) 11m ago 13m 34.1M - 17.2.0 e1d6a67b021e 9e99ad85d62a 2023-12-18T17:16:16.741 INFO:teuthology.orchestra.run.smithi007.stdout:mds.foofs.smithi031.rahkbl smithi031 running (13m) 8m ago 13m 15.0M - 17.2.0 e1d6a67b021e 0a2207cbed37 2023-12-18T17:16:16.741 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.smithi007.pgbvqi smithi007 *:9283 running (19m) 11m ago 19m 381M - 17.2.0 e1d6a67b021e 276b5b4d812e 2023-12-18T17:16:16.741 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.smithi031.uwevhd smithi031 *:8443,9283 running (12m) 8m ago 17m 517M - 19.0.0-303-g861525e2 4fb1f853d261 020ffbf0a895 2023-12-18T17:16:16.741 INFO:teuthology.orchestra.run.smithi007.stdout:mon.smithi007 smithi007 running (19m) 11m ago 19m 89.3M 2048M 17.2.0 e1d6a67b021e c0c6f22c01b9 2023-12-18T17:16:16.741 INFO:teuthology.orchestra.run.smithi007.stdout:mon.smithi031 smithi031 running (17m) 8m ago 17m 67.6M 2048M 17.2.0 e1d6a67b021e 6bf2903ef904 2023-12-18T17:16:16.742 INFO:teuthology.orchestra.run.smithi007.stdout:nfs.foo.0.0.smithi007.kodqey smithi007 *:2049 running (13m) 11m ago 13m 258M - 4.0 e1d6a67b021e 39e90cd2b539 2023-12-18T17:16:16.742 INFO:teuthology.orchestra.run.smithi007.stdout:nfs.foo.1.0.smithi031.xihvpr smithi031 *:2049 running (13m) 8m ago 13m 88.1M - 4.0 e1d6a67b021e bb63cdf69b92 2023-12-18T17:16:16.742 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.smithi007 smithi007 *:9100 starting - - - - 2023-12-18T17:16:16.742 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.smithi031 smithi031 *:9100 running (11m) 8m ago 17m 26.2M - 1.3.1 1dbe0e931976 bb61def802f7 2023-12-18T17:16:16.742 INFO:teuthology.orchestra.run.smithi007.stdout:osd.0 smithi007 running (17m) 11m ago 17m 494M 1945M 17.2.0 e1d6a67b021e d29234845ce3 2023-12-18T17:16:16.742 INFO:teuthology.orchestra.run.smithi007.stdout:osd.1 smithi007 running (16m) 11m ago 16m 346M 1945M 17.2.0 e1d6a67b021e 288ddbc0ff5a 2023-12-18T17:16:16.742 INFO:teuthology.orchestra.run.smithi007.stdout:osd.2 smithi007 running (16m) 11m ago 16m 181M 1945M 17.2.0 e1d6a67b021e e138c3dd258e 2023-12-18T17:16:16.742 INFO:teuthology.orchestra.run.smithi007.stdout:osd.3 smithi007 running (16m) 11m ago 16m 441M 1945M 17.2.0 e1d6a67b021e 832893cb9939 2023-12-18T17:16:16.742 INFO:teuthology.orchestra.run.smithi007.stdout:osd.4 smithi031 running (15m) 8m ago 15m 1233M 2713M 17.2.0 e1d6a67b021e 14f9f81d9443 2023-12-18T17:16:16.743 INFO:teuthology.orchestra.run.smithi007.stdout:osd.5 smithi031 running (15m) 8m ago 15m 1528M 2713M 17.2.0 e1d6a67b021e fe2613cb7bf7 2023-12-18T17:16:16.743 INFO:teuthology.orchestra.run.smithi007.stdout:osd.6 smithi031 running (15m) 8m ago 15m 1178M 2713M 17.2.0 e1d6a67b021e 772a5776beb7 2023-12-18T17:16:16.743 INFO:teuthology.orchestra.run.smithi007.stdout:osd.7 smithi031 running (14m) 8m ago 14m 1960M 2713M 17.2.0 e1d6a67b021e 8b09d3849837 2023-12-18T17:16:16.743 INFO:teuthology.orchestra.run.smithi007.stdout:prometheus.smithi007 smithi007 *:9095 starting - - - - 2023-12-18T17:16:16.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:16:16 smithi031 ceph-mon[110581]: pgmap v368: 97 pgs: 97 active+clean; 241 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:16:17.326 INFO:teuthology.orchestra.run.smithi007.stdout: 5 238 13.48 MB/sec execute 1 sec latency 147.970 ms 2023-12-18T17:16:17.438 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -e sha1=861525e252e70f0d455bae7d2dc4d635f8b415f1 -- bash -c 'ceph versions' 2023-12-18T17:16:18.332 INFO:teuthology.orchestra.run.smithi007.stdout: 5 332 14.11 MB/sec execute 2 sec latency 126.741 ms 2023-12-18T17:16:18.474 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:16:18 smithi007 ceph-mon[107711]: from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:16:18.474 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:16:18 smithi007 ceph-mon[107711]: pgmap v369: 97 pgs: 97 active+clean; 241 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:16:18.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:16:18 smithi031 ceph-mon[110581]: from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:16:18.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:16:18 smithi031 ceph-mon[110581]: pgmap v369: 97 pgs: 97 active+clean; 241 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:16:19.338 INFO:teuthology.orchestra.run.smithi007.stdout: 5 423 14.24 MB/sec execute 3 sec latency 152.937 ms 2023-12-18T17:16:20.308 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2023-12-18T17:16:20.308 INFO:teuthology.orchestra.run.smithi007.stdout: "mon": { 2023-12-18T17:16:20.308 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T17:16:20.308 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2023-12-18T17:16:20.308 INFO:teuthology.orchestra.run.smithi007.stdout: "mgr": { 2023-12-18T17:16:20.309 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-18T17:16:20.309 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T17:16:20.309 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2023-12-18T17:16:20.309 INFO:teuthology.orchestra.run.smithi007.stdout: "osd": { 2023-12-18T17:16:20.309 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-18T17:16:20.309 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2023-12-18T17:16:20.309 INFO:teuthology.orchestra.run.smithi007.stdout: "mds": { 2023-12-18T17:16:20.309 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T17:16:20.309 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2023-12-18T17:16:20.309 INFO:teuthology.orchestra.run.smithi007.stdout: "overall": { 2023-12-18T17:16:20.310 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-18T17:16:20.310 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T17:16:20.310 INFO:teuthology.orchestra.run.smithi007.stdout: } 2023-12-18T17:16:20.310 INFO:teuthology.orchestra.run.smithi007.stdout:} 2023-12-18T17:16:20.337 INFO:teuthology.orchestra.run.smithi007.stdout: 5 511 14.22 MB/sec execute 4 sec latency 146.381 ms 2023-12-18T17:16:20.589 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:16:20 smithi007 ceph-mon[107711]: pgmap v370: 97 pgs: 97 active+clean; 283 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 597 B/s rd, 4.1 MiB/s wr, 53 op/s 2023-12-18T17:16:20.590 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:16:20 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/2193012915' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T17:16:20.752 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -e sha1=861525e252e70f0d455bae7d2dc4d635f8b415f1 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2023-12-18T17:16:20.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:16:20 smithi031 ceph-mon[110581]: pgmap v370: 97 pgs: 97 active+clean; 283 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 597 B/s rd, 4.1 MiB/s wr, 53 op/s 2023-12-18T17:16:20.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:16:20 smithi031 ceph-mon[110581]: from='client.? 172.21.15.7:0/2193012915' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T17:16:21.337 INFO:teuthology.orchestra.run.smithi007.stdout: 5 cleanup 5 sec 2023-12-18T17:16:21.608 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:16:21 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:16:21.608 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:16:21 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:16:21.608 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:16:21 smithi007 ceph-mon[107711]: pgmap v371: 97 pgs: 97 active+clean; 283 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 4.1 MiB/s wr, 52 op/s 2023-12-18T17:16:21.608 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:16:21 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:16:21.608 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:16:21 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T17:16:21.608 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:16:21 smithi007 ceph-mon[107711]: pgmap v372: 97 pgs: 97 active+clean; 283 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 498 B/s rd, 4.8 MiB/s wr, 61 op/s 2023-12-18T17:16:21.608 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:16:21 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:16:21.608 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:16:21 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:16:21.608 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:16:21 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T17:16:21.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:16:21 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:16:21.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:16:21 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:16:21.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:16:21 smithi031 ceph-mon[110581]: pgmap v371: 97 pgs: 97 active+clean; 283 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 4.1 MiB/s wr, 52 op/s 2023-12-18T17:16:21.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:16:21 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:16:21.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:16:21 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T17:16:21.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:16:21 smithi031 ceph-mon[110581]: pgmap v372: 97 pgs: 97 active+clean; 283 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 498 B/s rd, 4.8 MiB/s wr, 61 op/s 2023-12-18T17:16:21.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:16:21 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:16:21.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:16:21 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:16:21.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:16:21 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T17:16:22.344 INFO:teuthology.orchestra.run.smithi007.stdout: 2 cleanup 6 sec 2023-12-18T17:16:22.517 INFO:teuthology.orchestra.run.smithi007.stdout:wait for servicemap items w/ changing names to refresh 2023-12-18T17:16:22.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:16:22 smithi031 ceph-mon[110581]: Health check failed: 1 hosts fail cephadm check (CEPHADM_HOST_CHECK_FAILED) 2023-12-18T17:16:22.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:16:22 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:16:22.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:16:22 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:16:22.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:16:22 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:16:22.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:16:22 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:16:22.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:16:22 smithi007 ceph-mon[107711]: Health check failed: 1 hosts fail cephadm check (CEPHADM_HOST_CHECK_FAILED) 2023-12-18T17:16:22.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:16:22 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:16:22.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:16:22 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:16:22.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:16:22 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:16:22.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:16:22 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:16:23.344 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 7 sec 2023-12-18T17:16:23.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:16:23 smithi031 ceph-mon[110581]: pgmap v373: 97 pgs: 97 active+clean; 334 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 697 B/s rd, 10 MiB/s wr, 173 op/s 2023-12-18T17:16:23.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:16:23 smithi007 ceph-mon[107711]: pgmap v373: 97 pgs: 97 active+clean; 334 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 697 B/s rd, 10 MiB/s wr, 173 op/s 2023-12-18T17:16:24.344 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 8 sec 2023-12-18T17:16:25.344 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 9 sec 2023-12-18T17:16:26.344 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 10 sec 2023-12-18T17:16:26.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:16:26 smithi031 ceph-mon[110581]: pgmap v374: 97 pgs: 97 active+clean; 334 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 697 B/s rd, 10 MiB/s wr, 173 op/s 2023-12-18T17:16:26.830 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:16:26 smithi007 ceph-mon[107711]: pgmap v374: 97 pgs: 97 active+clean; 334 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 697 B/s rd, 10 MiB/s wr, 173 op/s 2023-12-18T17:16:27.344 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 11 sec 2023-12-18T17:16:28.344 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 12 sec 2023-12-18T17:16:28.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:16:28 smithi031 ceph-mon[110581]: pgmap v375: 97 pgs: 97 active+clean; 334 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 697 B/s rd, 10 MiB/s wr, 173 op/s 2023-12-18T17:16:28.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:16:28 smithi007 ceph-mon[107711]: pgmap v375: 97 pgs: 97 active+clean; 334 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 697 B/s rd, 10 MiB/s wr, 173 op/s 2023-12-18T17:16:29.344 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 13 sec 2023-12-18T17:16:30.344 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 14 sec 2023-12-18T17:16:30.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:16:30 smithi031 ceph-mon[110581]: pgmap v376: 97 pgs: 97 active+clean; 236 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 3.5 KiB/s rd, 5.6 MiB/s wr, 140 op/s 2023-12-18T17:16:30.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:16:30 smithi007 ceph-mon[107711]: pgmap v376: 97 pgs: 97 active+clean; 236 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 3.5 KiB/s rd, 5.6 MiB/s wr, 140 op/s 2023-12-18T17:16:31.344 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 15 sec 2023-12-18T17:16:32.345 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 16 sec 2023-12-18T17:16:32.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:16:32 smithi031 ceph-mon[110581]: pgmap v377: 97 pgs: 97 active+clean; 236 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 3.5 KiB/s rd, 5.6 MiB/s wr, 140 op/s 2023-12-18T17:16:32.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:16:32 smithi007 ceph-mon[107711]: pgmap v377: 97 pgs: 97 active+clean; 236 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 3.5 KiB/s rd, 5.6 MiB/s wr, 140 op/s 2023-12-18T17:16:33.344 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 17 sec 2023-12-18T17:16:34.344 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 18 sec 2023-12-18T17:16:34.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:16:34 smithi031 ceph-mon[110581]: pgmap v378: 97 pgs: 97 active+clean; 235 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 3.2 KiB/s rd, 4.8 MiB/s wr, 122 op/s 2023-12-18T17:16:34.830 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:16:34 smithi007 ceph-mon[107711]: pgmap v378: 97 pgs: 97 active+clean; 235 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 3.2 KiB/s rd, 4.8 MiB/s wr, 122 op/s 2023-12-18T17:16:35.344 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 19 sec 2023-12-18T17:16:36.344 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 20 sec 2023-12-18T17:16:36.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:16:36 smithi031 ceph-mon[110581]: pgmap v379: 97 pgs: 97 active+clean; 235 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 3.0 KiB/s rd, 20 KiB/s wr, 26 op/s 2023-12-18T17:16:36.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:16:36 smithi007 ceph-mon[107711]: pgmap v379: 97 pgs: 97 active+clean; 235 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 3.0 KiB/s rd, 20 KiB/s wr, 26 op/s 2023-12-18T17:16:37.344 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 21 sec 2023-12-18T17:16:37.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:16:37 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:16:37.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:16:37 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:16:38.344 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 22 sec 2023-12-18T17:16:38.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:16:38 smithi031 ceph-mon[110581]: pgmap v380: 97 pgs: 97 active+clean; 235 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 3.0 KiB/s rd, 20 KiB/s wr, 26 op/s 2023-12-18T17:16:38.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:16:38 smithi007 ceph-mon[107711]: pgmap v380: 97 pgs: 97 active+clean; 235 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 3.0 KiB/s rd, 20 KiB/s wr, 26 op/s 2023-12-18T17:16:39.345 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 23 sec 2023-12-18T17:16:40.345 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 24 sec 2023-12-18T17:16:40.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:16:40 smithi031 ceph-mon[110581]: pgmap v381: 97 pgs: 97 active+clean; 235 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 3.2 KiB/s rd, 20 KiB/s wr, 26 op/s 2023-12-18T17:16:40.830 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:16:40 smithi007 ceph-mon[107711]: pgmap v381: 97 pgs: 97 active+clean; 235 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 3.2 KiB/s rd, 20 KiB/s wr, 26 op/s 2023-12-18T17:16:41.345 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 25 sec 2023-12-18T17:16:42.345 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 26 sec 2023-12-18T17:16:42.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:16:42 smithi031 ceph-mon[110581]: pgmap v382: 97 pgs: 97 active+clean; 235 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.0 KiB/s wr, 1 op/s 2023-12-18T17:16:42.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:16:42 smithi007 ceph-mon[107711]: pgmap v382: 97 pgs: 97 active+clean; 235 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.0 KiB/s wr, 1 op/s 2023-12-18T17:16:43.345 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 27 sec 2023-12-18T17:16:44.345 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 28 sec 2023-12-18T17:16:44.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:16:44 smithi031 ceph-mon[110581]: pgmap v383: 97 pgs: 97 active+clean; 235 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.0 KiB/s wr, 1 op/s 2023-12-18T17:16:44.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:16:44 smithi007 ceph-mon[107711]: pgmap v383: 97 pgs: 97 active+clean; 235 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.0 KiB/s wr, 1 op/s 2023-12-18T17:16:45.345 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 29 sec 2023-12-18T17:16:46.345 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 30 sec 2023-12-18T17:16:46.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:16:46 smithi031 ceph-mon[110581]: pgmap v384: 97 pgs: 97 active+clean; 235 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:16:46.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:16:46 smithi007 ceph-mon[107711]: pgmap v384: 97 pgs: 97 active+clean; 235 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:16:47.345 INFO:teuthology.orchestra.run.smithi007.stdout: 1 cleanup 31 sec 2023-12-18T17:16:48.280 INFO:teuthology.orchestra.run.smithi007.stdout: 0 cleanup 32 sec 2023-12-18T17:16:48.280 INFO:teuthology.orchestra.run.smithi007.stdout: 2023-12-18T17:16:48.280 INFO:teuthology.orchestra.run.smithi007.stdout: Operation Count AvgLat MaxLat 2023-12-18T17:16:48.280 INFO:teuthology.orchestra.run.smithi007.stdout: ---------------------------------------- 2023-12-18T17:16:48.280 INFO:teuthology.orchestra.run.smithi007.stdout: NTCreateX 313 42.212 202.164 2023-12-18T17:16:48.281 INFO:teuthology.orchestra.run.smithi007.stdout: Close 306 15.996 88.937 2023-12-18T17:16:48.281 INFO:teuthology.orchestra.run.smithi007.stdout: Rename 1 20.872 20.872 2023-12-18T17:16:48.281 INFO:teuthology.orchestra.run.smithi007.stdout: Unlink 4 24.334 62.983 2023-12-18T17:16:48.281 INFO:teuthology.orchestra.run.smithi007.stdout: Qpathinfo 22 11.287 119.827 2023-12-18T17:16:48.281 INFO:teuthology.orchestra.run.smithi007.stdout: Qfileinfo 306 17.960 79.327 2023-12-18T17:16:48.281 INFO:teuthology.orchestra.run.smithi007.stdout: Qfsinfo 31 3.141 17.979 2023-12-18T17:16:48.281 INFO:teuthology.orchestra.run.smithi007.stdout: Sfileinfo 13 15.934 38.499 2023-12-18T17:16:48.281 INFO:teuthology.orchestra.run.smithi007.stdout: Find 28 21.175 94.850 2023-12-18T17:16:48.281 INFO:teuthology.orchestra.run.smithi007.stdout: WriteX 1455 0.030 0.068 2023-12-18T17:16:48.282 INFO:teuthology.orchestra.run.smithi007.stdout: ReadX 119 0.016 0.684 2023-12-18T17:16:48.282 INFO:teuthology.orchestra.run.smithi007.stdout: Flush 19 16.156 39.328 2023-12-18T17:16:48.282 INFO:teuthology.orchestra.run.smithi007.stdout: 2023-12-18T17:16:48.282 INFO:teuthology.orchestra.run.smithi007.stdout:Throughput 14.2208 MB/sec 5 clients 5 procs max_latency=152.937 ms 2023-12-18T17:16:48.283 DEBUG:teuthology.parallel:result is None 2023-12-18T17:16:48.536 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -e sha1=861525e252e70f0d455bae7d2dc4d635f8b415f1 -- bash -c 'sleep 60' 2023-12-18T17:16:48.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:16:48 smithi031 ceph-mon[110581]: pgmap v385: 97 pgs: 97 active+clean; 235 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:16:48.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:16:48 smithi007 ceph-mon[107711]: pgmap v385: 97 pgs: 97 active+clean; 235 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:16:50.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:16:50 smithi031 ceph-mon[110581]: pgmap v386: 97 pgs: 97 active+clean; 235 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T17:16:50.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:16:50 smithi007 ceph-mon[107711]: pgmap v386: 97 pgs: 97 active+clean; 235 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T17:16:52.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:16:52 smithi031 ceph-mon[110581]: pgmap v387: 97 pgs: 97 active+clean; 235 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:16:52.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:16:52 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:16:52.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:16:52 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:16:52.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:16:52 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:16:52.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:16:52 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T17:16:52.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:16:52 smithi031 ceph-mon[110581]: pgmap v388: 97 pgs: 97 active+clean; 235 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-12-18T17:16:52.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:16:52 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:16:52.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:16:52 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:16:52.567 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:16:52 smithi031 ceph-mon[110581]: Health check cleared: CEPHADM_HOST_CHECK_FAILED (was: 1 hosts fail cephadm check) 2023-12-18T17:16:52.567 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:16:52 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:16:52.567 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:16:52 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:16:52.581 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:16:52 smithi007 ceph-mon[107711]: pgmap v387: 97 pgs: 97 active+clean; 235 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:16:52.581 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:16:52 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:16:52.581 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:16:52 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:16:52.581 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:16:52 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:16:52.582 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:16:52 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T17:16:52.582 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:16:52 smithi007 ceph-mon[107711]: pgmap v388: 97 pgs: 97 active+clean; 235 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-12-18T17:16:52.582 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:16:52 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:16:52.582 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:16:52 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:16:52.582 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:16:52 smithi007 ceph-mon[107711]: Health check cleared: CEPHADM_HOST_CHECK_FAILED (was: 1 hosts fail cephadm check) 2023-12-18T17:16:52.582 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:16:52 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:16:52.582 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:16:52 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:16:54.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:16:54 smithi031 ceph-mon[110581]: pgmap v389: 97 pgs: 97 active+clean; 235 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 201 B/s rd, 2.6 KiB/s wr, 0 op/s 2023-12-18T17:16:54.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:16:54 smithi007 ceph-mon[107711]: pgmap v389: 97 pgs: 97 active+clean; 235 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 201 B/s rd, 2.6 KiB/s wr, 0 op/s 2023-12-18T17:16:56.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:16:56 smithi031 ceph-mon[110581]: pgmap v390: 97 pgs: 97 active+clean; 235 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 201 B/s rd, 2.6 KiB/s wr, 0 op/s 2023-12-18T17:16:56.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:16:56 smithi007 ceph-mon[107711]: pgmap v390: 97 pgs: 97 active+clean; 235 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 201 B/s rd, 2.6 KiB/s wr, 0 op/s 2023-12-18T17:16:58.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:16:58 smithi031 ceph-mon[110581]: pgmap v391: 97 pgs: 97 active+clean; 235 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 201 B/s rd, 2.6 KiB/s wr, 0 op/s 2023-12-18T17:16:58.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:16:58 smithi007 ceph-mon[107711]: pgmap v391: 97 pgs: 97 active+clean; 235 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 201 B/s rd, 2.6 KiB/s wr, 0 op/s 2023-12-18T17:17:00.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:17:00 smithi031 ceph-mon[110581]: pgmap v392: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 402 B/s rd, 4.2 KiB/s wr, 2 op/s 2023-12-18T17:17:00.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:17:00 smithi007 ceph-mon[107711]: pgmap v392: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 402 B/s rd, 4.2 KiB/s wr, 2 op/s 2023-12-18T17:17:02.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:17:02 smithi031 ceph-mon[110581]: pgmap v393: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 402 B/s rd, 4.2 KiB/s wr, 2 op/s 2023-12-18T17:17:02.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:17:02 smithi007 ceph-mon[107711]: pgmap v393: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 402 B/s rd, 4.2 KiB/s wr, 2 op/s 2023-12-18T17:17:04.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:17:04 smithi031 ceph-mon[110581]: pgmap v394: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.6 KiB/s wr, 2 op/s 2023-12-18T17:17:04.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:17:04 smithi007 ceph-mon[107711]: pgmap v394: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.6 KiB/s wr, 2 op/s 2023-12-18T17:17:06.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:17:06 smithi031 ceph-mon[110581]: pgmap v395: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.4 KiB/s wr, 1 op/s 2023-12-18T17:17:06.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:17:06 smithi007 ceph-mon[107711]: pgmap v395: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.4 KiB/s wr, 1 op/s 2023-12-18T17:17:07.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:17:07 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:17:07.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:17:07 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:17:08.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:17:08 smithi031 ceph-mon[110581]: pgmap v396: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.4 KiB/s wr, 1 op/s 2023-12-18T17:17:08.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:17:08 smithi007 ceph-mon[107711]: pgmap v396: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.4 KiB/s wr, 1 op/s 2023-12-18T17:17:10.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:17:10 smithi031 ceph-mon[110581]: pgmap v397: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 1.4 KiB/s wr, 1 op/s 2023-12-18T17:17:10.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:17:10 smithi007 ceph-mon[107711]: pgmap v397: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 1.4 KiB/s wr, 1 op/s 2023-12-18T17:17:12.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:17:12 smithi031 ceph-mon[110581]: pgmap v398: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:17:12.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:17:12 smithi007 ceph-mon[107711]: pgmap v398: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:17:14.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:17:14 smithi031 ceph-mon[110581]: pgmap v399: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:17:14.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:17:14 smithi007 ceph-mon[107711]: pgmap v399: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:17:16.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:17:16 smithi031 ceph-mon[110581]: pgmap v400: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:17:16.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:17:16 smithi007 ceph-mon[107711]: pgmap v400: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:17:18.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:17:18 smithi031 ceph-mon[110581]: pgmap v401: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:17:18.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:17:18 smithi007 ceph-mon[107711]: pgmap v401: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:17:20.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:17:20 smithi031 ceph-mon[110581]: pgmap v402: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T17:17:20.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:17:20 smithi007 ceph-mon[107711]: pgmap v402: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T17:17:22.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:17:22 smithi031 ceph-mon[110581]: pgmap v403: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:17:22.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:17:22 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:17:22.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:17:22 smithi007 ceph-mon[107711]: pgmap v403: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:17:22.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:17:22 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:17:24.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:17:24 smithi031 ceph-mon[110581]: pgmap v404: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:17:24.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:17:24 smithi007 ceph-mon[107711]: pgmap v404: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:17:26.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:17:26 smithi031 ceph-mon[110581]: pgmap v405: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:17:26.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:17:26 smithi007 ceph-mon[107711]: pgmap v405: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:17:28.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:17:28 smithi031 ceph-mon[110581]: pgmap v406: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:17:28.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:17:28 smithi007 ceph-mon[107711]: pgmap v406: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:17:30.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:17:30 smithi031 ceph-mon[110581]: pgmap v407: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T17:17:30.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:17:30 smithi007 ceph-mon[107711]: pgmap v407: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T17:17:32.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:17:32 smithi031 ceph-mon[110581]: pgmap v408: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:17:32.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:17:32 smithi007 ceph-mon[107711]: pgmap v408: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:17:34.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:17:34 smithi031 ceph-mon[110581]: pgmap v409: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:17:34.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:17:34 smithi007 ceph-mon[107711]: pgmap v409: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:17:36.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:17:36 smithi031 ceph-mon[110581]: pgmap v410: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:17:36.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:17:36 smithi007 ceph-mon[107711]: pgmap v410: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:17:37.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:17:37 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:17:37.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:17:37 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:17:38.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:17:38 smithi031 ceph-mon[110581]: pgmap v411: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:17:38.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:17:38 smithi007 ceph-mon[107711]: pgmap v411: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:17:40.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:17:40 smithi031 ceph-mon[110581]: pgmap v412: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T17:17:40.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:17:40 smithi007 ceph-mon[107711]: pgmap v412: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T17:17:42.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:17:42 smithi031 ceph-mon[110581]: pgmap v413: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:17:42.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:17:42 smithi007 ceph-mon[107711]: pgmap v413: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:17:44.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:17:44 smithi031 ceph-mon[110581]: pgmap v414: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:17:44.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:17:44 smithi007 ceph-mon[107711]: pgmap v414: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:17:46.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:17:46 smithi031 ceph-mon[110581]: pgmap v415: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:17:46.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:17:46 smithi007 ceph-mon[107711]: pgmap v415: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:17:48.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:17:48 smithi031 ceph-mon[110581]: pgmap v416: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:17:48.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:17:48 smithi007 ceph-mon[107711]: pgmap v416: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:17:50.151 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -e sha1=861525e252e70f0d455bae7d2dc4d635f8b415f1 -- bash -c 'ceph orch ps' 2023-12-18T17:17:50.803 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:17:50 smithi007 ceph-mon[107711]: pgmap v417: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T17:17:50.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:17:50 smithi031 ceph-mon[110581]: pgmap v417: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T17:17:51.545 INFO:teuthology.orchestra.run.smithi007.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T17:17:51.545 INFO:teuthology.orchestra.run.smithi007.stdout:alertmanager.smithi007 smithi007 *:9093,9094 running (13m) 60s ago 19m 27.0M - 0.23.0 ba2b418f427c fdf9f22a7b42 2023-12-18T17:17:51.545 INFO:teuthology.orchestra.run.smithi007.stdout:crash.smithi007 smithi007 running (19m) 60s ago 19m 7004k - 17.2.0 e1d6a67b021e b98c7350ba9d 2023-12-18T17:17:51.545 INFO:teuthology.orchestra.run.smithi007.stdout:crash.smithi031 smithi031 running (19m) 9m ago 19m 7172k - 17.2.0 e1d6a67b021e 6e652ab6d5c7 2023-12-18T17:17:51.546 INFO:teuthology.orchestra.run.smithi007.stdout:grafana.smithi007 smithi007 *:3000 running (13m) 60s ago 19m 58.6M - 8.3.5 dad864ee21e9 36ea8a89027f 2023-12-18T17:17:51.546 INFO:teuthology.orchestra.run.smithi007.stdout:mds.foofs.smithi007.fgcett smithi007 running (15m) 60s ago 15m 38.5M - 17.2.0 e1d6a67b021e 9e99ad85d62a 2023-12-18T17:17:51.546 INFO:teuthology.orchestra.run.smithi007.stdout:mds.foofs.smithi031.rahkbl smithi031 running (15m) 9m ago 15m 15.0M - 17.2.0 e1d6a67b021e 0a2207cbed37 2023-12-18T17:17:51.546 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.smithi007.pgbvqi smithi007 *:8443,9283,8765 running (20m) 60s ago 20m 432M - 17.2.0 e1d6a67b021e 276b5b4d812e 2023-12-18T17:17:51.546 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.smithi031.uwevhd smithi031 *:8443,9283 running (13m) 9m ago 19m 517M - 19.0.0-303-g861525e2 4fb1f853d261 020ffbf0a895 2023-12-18T17:17:51.546 INFO:teuthology.orchestra.run.smithi007.stdout:mon.smithi007 smithi007 running (20m) 60s ago 20m 168M 2048M 17.2.0 e1d6a67b021e c0c6f22c01b9 2023-12-18T17:17:51.546 INFO:teuthology.orchestra.run.smithi007.stdout:mon.smithi031 smithi031 running (19m) 9m ago 19m 67.6M 2048M 17.2.0 e1d6a67b021e 6bf2903ef904 2023-12-18T17:17:51.546 INFO:teuthology.orchestra.run.smithi007.stdout:nfs.foo.0.0.smithi007.kodqey smithi007 *:2049 running (15m) 60s ago 15m 359M - 4.0 e1d6a67b021e 39e90cd2b539 2023-12-18T17:17:51.546 INFO:teuthology.orchestra.run.smithi007.stdout:nfs.foo.1.0.smithi031.xihvpr smithi031 *:2049 running (15m) 9m ago 15m 88.1M - 4.0 e1d6a67b021e bb63cdf69b92 2023-12-18T17:17:51.546 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.smithi007 smithi007 *:9100 running (13m) 60s ago 19m 30.5M - 1.3.1 1dbe0e931976 1893f7cd8e56 2023-12-18T17:17:51.546 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.smithi031 smithi031 *:9100 running (12m) 9m ago 19m 26.2M - 1.3.1 1dbe0e931976 bb61def802f7 2023-12-18T17:17:51.546 INFO:teuthology.orchestra.run.smithi007.stdout:osd.0 smithi007 running (18m) 60s ago 18m 2428M 1945M 17.2.0 e1d6a67b021e d29234845ce3 2023-12-18T17:17:51.546 INFO:teuthology.orchestra.run.smithi007.stdout:osd.1 smithi007 running (18m) 60s ago 18m 2351M 1945M 17.2.0 e1d6a67b021e 288ddbc0ff5a 2023-12-18T17:17:51.546 INFO:teuthology.orchestra.run.smithi007.stdout:osd.2 smithi007 running (17m) 60s ago 17m 1872M 1945M 17.2.0 e1d6a67b021e e138c3dd258e 2023-12-18T17:17:51.547 INFO:teuthology.orchestra.run.smithi007.stdout:osd.3 smithi007 running (17m) 60s ago 17m 2242M 1945M 17.2.0 e1d6a67b021e 832893cb9939 2023-12-18T17:17:51.547 INFO:teuthology.orchestra.run.smithi007.stdout:osd.4 smithi031 running (17m) 9m ago 17m 1233M 2713M 17.2.0 e1d6a67b021e 14f9f81d9443 2023-12-18T17:17:51.547 INFO:teuthology.orchestra.run.smithi007.stdout:osd.5 smithi031 running (17m) 9m ago 17m 1528M 2713M 17.2.0 e1d6a67b021e fe2613cb7bf7 2023-12-18T17:17:51.547 INFO:teuthology.orchestra.run.smithi007.stdout:osd.6 smithi031 running (16m) 9m ago 16m 1178M 2713M 17.2.0 e1d6a67b021e 772a5776beb7 2023-12-18T17:17:51.547 INFO:teuthology.orchestra.run.smithi007.stdout:osd.7 smithi031 running (16m) 9m ago 16m 1960M 2713M 17.2.0 e1d6a67b021e 8b09d3849837 2023-12-18T17:17:51.547 INFO:teuthology.orchestra.run.smithi007.stdout:prometheus.smithi007 smithi007 *:9095 running (12m) 60s ago 18m 69.6M - 2.33.4 514e6a882f6e eb7aea61cd7e 2023-12-18T17:17:52.003 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -e sha1=861525e252e70f0d455bae7d2dc4d635f8b415f1 -- bash -c 'ceph orch upgrade status' 2023-12-18T17:17:52.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:17:52 smithi031 ceph-mon[110581]: pgmap v418: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:17:52.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:17:52 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T17:17:52.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:17:52 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:17:52.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:17:52 smithi007 ceph-mon[107711]: pgmap v418: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:17:52.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:17:52 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T17:17:52.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:17:52 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T17:17:53.667 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2023-12-18T17:17:53.668 INFO:teuthology.orchestra.run.smithi007.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e", 2023-12-18T17:17:53.668 INFO:teuthology.orchestra.run.smithi007.stdout: "in_progress": true, 2023-12-18T17:17:53.668 INFO:teuthology.orchestra.run.smithi007.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-18T17:17:53.668 INFO:teuthology.orchestra.run.smithi007.stdout: "services_complete": [], 2023-12-18T17:17:53.668 INFO:teuthology.orchestra.run.smithi007.stdout: "progress": "1/23 daemons upgraded", 2023-12-18T17:17:53.668 INFO:teuthology.orchestra.run.smithi007.stdout: "message": "Error: UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi007.pgbvqi on host smithi007 failed.", 2023-12-18T17:17:53.668 INFO:teuthology.orchestra.run.smithi007.stdout: "is_paused": true 2023-12-18T17:17:53.668 INFO:teuthology.orchestra.run.smithi007.stdout:} 2023-12-18T17:17:53.701 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:17:53 smithi007 ceph-mon[107711]: from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:17:53.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:17:53 smithi031 ceph-mon[110581]: from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:17:54.292 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -e sha1=861525e252e70f0d455bae7d2dc4d635f8b415f1 -- bash -c 'ceph health detail' 2023-12-18T17:17:54.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:17:54 smithi031 ceph-mon[110581]: pgmap v419: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:17:54.581 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:17:54 smithi007 ceph-mon[107711]: pgmap v419: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:17:55.656 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:17:55 smithi007 ceph-mon[107711]: from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:17:55.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:17:55 smithi031 ceph-mon[110581]: from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T17:17:56.144 INFO:teuthology.orchestra.run.smithi007.stdout:HEALTH_WARN Upgrading daemon mgr.smithi007.pgbvqi on host smithi007 failed. 2023-12-18T17:17:56.145 INFO:teuthology.orchestra.run.smithi007.stdout:[WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi007.pgbvqi on host smithi007 failed. 2023-12-18T17:17:56.145 INFO:teuthology.orchestra.run.smithi007.stdout: Upgrade daemon: mgr.smithi007.pgbvqi: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi007.pgbvqi ... 2023-12-18T17:17:56.145 INFO:teuthology.orchestra.run.smithi007.stdout:Non-zero exit code 1 from systemctl daemon-reload 2023-12-18T17:17:56.145 INFO:teuthology.orchestra.run.smithi007.stdout:systemctl: stderr Failed to reload daemon: Connection timed out 2023-12-18T17:17:56.145 INFO:teuthology.orchestra.run.smithi007.stdout:Traceback (most recent call last): 2023-12-18T17:17:56.145 INFO:teuthology.orchestra.run.smithi007.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-12-18T17:17:56.145 INFO:teuthology.orchestra.run.smithi007.stdout: "__main__", mod_spec) 2023-12-18T17:17:56.146 INFO:teuthology.orchestra.run.smithi007.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-12-18T17:17:56.146 INFO:teuthology.orchestra.run.smithi007.stdout: exec(code, run_globals) 2023-12-18T17:17:56.146 INFO:teuthology.orchestra.run.smithi007.stdout: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 5499, in 2023-12-18T17:17:56.146 INFO:teuthology.orchestra.run.smithi007.stdout: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 5487, in main 2023-12-18T17:17:56.146 INFO:teuthology.orchestra.run.smithi007.stdout: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 3021, in command_deploy_from 2023-12-18T17:17:56.146 INFO:teuthology.orchestra.run.smithi007.stdout: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 3056, in _common_deploy 2023-12-18T17:17:56.146 INFO:teuthology.orchestra.run.smithi007.stdout: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 3088, in _deploy_daemon_container 2023-12-18T17:17:56.146 INFO:teuthology.orchestra.run.smithi007.stdout: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 1032, in deploy_daemon 2023-12-18T17:17:56.146 INFO:teuthology.orchestra.run.smithi007.stdout: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 1148, in deploy_daemon_units 2023-12-18T17:17:56.146 INFO:teuthology.orchestra.run.smithi007.stdout: File "/tmp/tmpdzvz6jsf.cephadm.build/app/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-12-18T17:17:56.146 INFO:teuthology.orchestra.run.smithi007.stdout:RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-12-18T17:17:56.509 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -e sha1=861525e252e70f0d455bae7d2dc4d635f8b415f1 -- bash -c 'ceph versions' 2023-12-18T17:17:56.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:17:56 smithi031 ceph-mon[110581]: pgmap v420: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:17:56.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:17:56 smithi031 ceph-mon[110581]: from='client.? 172.21.15.7:0/2282287485' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T17:17:56.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:17:56 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:17:56.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:17:56 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:17:56.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:17:56 smithi007 ceph-mon[107711]: pgmap v420: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:17:56.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:17:56 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/2282287485' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T17:17:56.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:17:56 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:17:56.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:17:56 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:17:57.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:17:57 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:17:57.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:17:57 smithi031 ceph-mon[110581]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T17:17:57.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:17:57 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:17:57.816 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:17:57 smithi031 ceph-mon[110581]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:17:57.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:17:57 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T17:17:57.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:17:57 smithi007 ceph-mon[107711]: from='mgr.24457 172.21.15.31:0/1567531919' entity='mgr.smithi031.uwevhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T17:17:57.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:17:57 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:17:57.831 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:17:57 smithi007 ceph-mon[107711]: from='mgr.24457 ' entity='mgr.smithi031.uwevhd' 2023-12-18T17:17:58.044 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2023-12-18T17:17:58.044 INFO:teuthology.orchestra.run.smithi007.stdout: "mon": { 2023-12-18T17:17:58.044 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T17:17:58.044 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2023-12-18T17:17:58.045 INFO:teuthology.orchestra.run.smithi007.stdout: "mgr": { 2023-12-18T17:17:58.045 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-18T17:17:58.045 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T17:17:58.045 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2023-12-18T17:17:58.045 INFO:teuthology.orchestra.run.smithi007.stdout: "osd": { 2023-12-18T17:17:58.045 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-18T17:17:58.045 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2023-12-18T17:17:58.045 INFO:teuthology.orchestra.run.smithi007.stdout: "mds": { 2023-12-18T17:17:58.045 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T17:17:58.046 INFO:teuthology.orchestra.run.smithi007.stdout: }, 2023-12-18T17:17:58.046 INFO:teuthology.orchestra.run.smithi007.stdout: "overall": { 2023-12-18T17:17:58.046 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-18T17:17:58.046 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T17:17:58.046 INFO:teuthology.orchestra.run.smithi007.stdout: } 2023-12-18T17:17:58.046 INFO:teuthology.orchestra.run.smithi007.stdout:} 2023-12-18T17:17:58.421 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 -e sha1=861525e252e70f0d455bae7d2dc4d635f8b415f1 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2023-12-18T17:17:58.581 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:17:58 smithi007 ceph-mon[107711]: pgmap v421: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:17:58.581 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:17:58 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/41087225' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T17:17:58.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:17:58 smithi031 ceph-mon[110581]: pgmap v421: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T17:17:58.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:17:58 smithi031 ceph-mon[110581]: from='client.? 172.21.15.7:0/41087225' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T17:17:59.986 INFO:teuthology.orchestra.run.smithi007.stdout:false 2023-12-18T17:18:00.379 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-18T17:18:00.381 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_861525e252e70f0d455bae7d2dc4d635f8b415f1/qa/tasks/cephadm.py", line 1351, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/git.ceph.com_ceph-c_861525e252e70f0d455bae7d2dc4d635f8b415f1/qa/tasks/cephadm.py", line 40, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi007 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 6045df08-9dc6-11ee-95a5-87774f69a715 -e sha1=861525e252e70f0d455bae7d2dc4d635f8b415f1 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-12-18T17:18:00.455 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=69a557cc0f014108a54c903f6bc83ade Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_861525e252e70f0d455bae7d2dc4d635f8b415f1/qa/tasks/cephadm.py", line 1351, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/git.ceph.com_ceph-c_861525e252e70f0d455bae7d2dc4d635f8b415f1/qa/tasks/cephadm.py", line 40, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi007 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 6045df08-9dc6-11ee-95a5-87774f69a715 -e sha1=861525e252e70f0d455bae7d2dc4d635f8b415f1 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-12-18T17:18:00.458 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-18T17:18:00.468 INFO:tasks.cephadm:Teardown begin 2023-12-18T17:18:00.468 DEBUG:teuthology.orchestra.run.smithi007:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-18T17:18:00.513 DEBUG:teuthology.orchestra.run.smithi031:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-18T17:18:00.552 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-18T17:18:00.553 DEBUG:teuthology.orchestra.run.smithi007:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-18T17:18:00.576 DEBUG:teuthology.orchestra.run.smithi031:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-18T17:18:00.581 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:18:00 smithi007 ceph-mon[107711]: pgmap v422: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T17:18:00.581 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:18:00 smithi007 ceph-mon[107711]: from='client.? 172.21.15.7:0/946860232' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T17:18:00.615 INFO:tasks.cephadm:Stopping all daemons... 2023-12-18T17:18:00.616 INFO:tasks.cephadm.mon.smithi007:Stopping mon.smithi007... 2023-12-18T17:18:00.616 DEBUG:teuthology.orchestra.run.smithi007:> sudo systemctl stop ceph-6045df08-9dc6-11ee-95a5-87774f69a715@mon.smithi007 2023-12-18T17:18:00.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:18:00 smithi031 ceph-mon[110581]: pgmap v422: 97 pgs: 97 active+clean; 230 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T17:18:00.815 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:18:00 smithi031 ceph-mon[110581]: from='client.? 172.21.15.7:0/946860232' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T17:18:01.068 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:18:00 smithi007 systemd[1]: Stopping Ceph mon.smithi007 for 6045df08-9dc6-11ee-95a5-87774f69a715... 2023-12-18T17:18:01.069 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:18:00 smithi007 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-mon-smithi007[107688]: 2023-12-18T17:18:00.730+0000 7f15bfb97700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi007 -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-12-18T17:18:01.069 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Dec 18 17:18:00 smithi007 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-mon-smithi007[107688]: 2023-12-18T17:18:00.730+0000 7f15bfb97700 -1 mon.smithi007@0(leader) e2 *** Got Signal Terminated *** 2023-12-18T17:18:01.206 DEBUG:teuthology.orchestra.run.smithi007:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6045df08-9dc6-11ee-95a5-87774f69a715@mon.smithi007.service' 2023-12-18T17:18:01.264 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-18T17:18:01.264 INFO:tasks.cephadm.mon.smithi007:Stopped mon.smithi007 2023-12-18T17:18:01.264 INFO:tasks.cephadm.mon.smithi031:Stopping mon.smithi031... 2023-12-18T17:18:01.264 DEBUG:teuthology.orchestra.run.smithi031:> sudo systemctl stop ceph-6045df08-9dc6-11ee-95a5-87774f69a715@mon.smithi031 2023-12-18T17:18:01.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:18:01 smithi031 systemd[1]: Stopping Ceph mon.smithi031 for 6045df08-9dc6-11ee-95a5-87774f69a715... 2023-12-18T17:18:01.565 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:18:01 smithi031 bash[135595]: Error: no container with name or ID "ceph-6045df08-9dc6-11ee-95a5-87774f69a715-mon.smithi031" found: no such container 2023-12-18T17:18:01.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:18:01 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-mon-smithi031[110558]: 2023-12-18T17:18:01.534+0000 7f8cbd542700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi031 -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-12-18T17:18:01.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Dec 18 17:18:01 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-mon-smithi031[110558]: 2023-12-18T17:18:01.534+0000 7f8cbd542700 -1 mon.smithi031@1(peon) e2 *** Got Signal Terminated *** 2023-12-18T17:18:01.997 DEBUG:teuthology.orchestra.run.smithi031:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6045df08-9dc6-11ee-95a5-87774f69a715@mon.smithi031.service' 2023-12-18T17:18:02.051 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-18T17:18:02.051 INFO:tasks.cephadm.mon.smithi031:Stopped mon.smithi031 2023-12-18T17:18:02.051 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-12-18T17:18:02.051 DEBUG:teuthology.orchestra.run.smithi007:> sudo systemctl stop ceph-6045df08-9dc6-11ee-95a5-87774f69a715@osd.0 2023-12-18T17:18:02.581 INFO:journalctl@ceph.osd.0.smithi007.stdout:Dec 18 17:18:02 smithi007 systemd[1]: Stopping Ceph osd.0 for 6045df08-9dc6-11ee-95a5-87774f69a715... 2023-12-18T17:18:02.582 INFO:journalctl@ceph.osd.0.smithi007.stdout:Dec 18 17:18:02 smithi007 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-0[120516]: 2023-12-18T17:18:02.174+0000 7f2333a00700 -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-12-18T17:18:02.582 INFO:journalctl@ceph.osd.0.smithi007.stdout:Dec 18 17:18:02 smithi007 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-0[120516]: 2023-12-18T17:18:02.174+0000 7f2333a00700 -1 osd.0 69 *** Got signal Terminated *** 2023-12-18T17:18:02.582 INFO:journalctl@ceph.osd.0.smithi007.stdout:Dec 18 17:18:02 smithi007 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-0[120516]: 2023-12-18T17:18:02.174+0000 7f2333a00700 -1 osd.0 69 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-18T17:18:08.326 INFO:journalctl@ceph.osd.0.smithi007.stdout:Dec 18 17:18:08 smithi007 bash[158069]: ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-0 2023-12-18T17:18:08.327 INFO:journalctl@ceph.osd.0.smithi007.stdout:Dec 18 17:18:08 smithi007 bash[158150]: Error: no container with name or ID "ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd.0" found: no such container 2023-12-18T17:18:09.086 DEBUG:teuthology.orchestra.run.smithi007:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6045df08-9dc6-11ee-95a5-87774f69a715@osd.0.service' 2023-12-18T17:18:09.136 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-18T17:18:09.136 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-12-18T17:18:09.136 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-12-18T17:18:09.136 DEBUG:teuthology.orchestra.run.smithi007:> sudo systemctl stop ceph-6045df08-9dc6-11ee-95a5-87774f69a715@osd.1 2023-12-18T17:18:09.331 INFO:journalctl@ceph.osd.1.smithi007.stdout:Dec 18 17:18:09 smithi007 systemd[1]: Stopping Ceph osd.1 for 6045df08-9dc6-11ee-95a5-87774f69a715... 2023-12-18T17:18:09.331 INFO:journalctl@ceph.osd.1.smithi007.stdout:Dec 18 17:18:09 smithi007 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-1[125259]: 2023-12-18T17:18:09.237+0000 7f09ec903700 -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-12-18T17:18:09.331 INFO:journalctl@ceph.osd.1.smithi007.stdout:Dec 18 17:18:09 smithi007 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-1[125259]: 2023-12-18T17:18:09.237+0000 7f09ec903700 -1 osd.1 69 *** Got signal Terminated *** 2023-12-18T17:18:09.331 INFO:journalctl@ceph.osd.1.smithi007.stdout:Dec 18 17:18:09 smithi007 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-1[125259]: 2023-12-18T17:18:09.237+0000 7f09ec903700 -1 osd.1 69 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-18T17:18:15.331 INFO:journalctl@ceph.osd.1.smithi007.stdout:Dec 18 17:18:15 smithi007 bash[158325]: ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-1 2023-12-18T17:18:15.332 INFO:journalctl@ceph.osd.1.smithi007.stdout:Dec 18 17:18:15 smithi007 bash[158371]: Error: no container with name or ID "ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd.1" found: no such container 2023-12-18T17:18:16.094 DEBUG:teuthology.orchestra.run.smithi007:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6045df08-9dc6-11ee-95a5-87774f69a715@osd.1.service' 2023-12-18T17:18:16.146 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-18T17:18:16.146 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-12-18T17:18:16.146 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-12-18T17:18:16.147 DEBUG:teuthology.orchestra.run.smithi007:> sudo systemctl stop ceph-6045df08-9dc6-11ee-95a5-87774f69a715@osd.2 2023-12-18T17:18:16.581 INFO:journalctl@ceph.osd.2.smithi007.stdout:Dec 18 17:18:16 smithi007 systemd[1]: Stopping Ceph osd.2 for 6045df08-9dc6-11ee-95a5-87774f69a715... 2023-12-18T17:18:16.581 INFO:journalctl@ceph.osd.2.smithi007.stdout:Dec 18 17:18:16 smithi007 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-2[129535]: 2023-12-18T17:18:16.263+0000 7f62b9dfe700 -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-12-18T17:18:16.582 INFO:journalctl@ceph.osd.2.smithi007.stdout:Dec 18 17:18:16 smithi007 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-2[129535]: 2023-12-18T17:18:16.263+0000 7f62b9dfe700 -1 osd.2 69 *** Got signal Terminated *** 2023-12-18T17:18:16.582 INFO:journalctl@ceph.osd.2.smithi007.stdout:Dec 18 17:18:16 smithi007 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-2[129535]: 2023-12-18T17:18:16.263+0000 7f62b9dfe700 -1 osd.2 69 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-18T17:18:22.081 INFO:journalctl@ceph.osd.2.smithi007.stdout:Dec 18 17:18:21 smithi007 bash[158549]: ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-2 2023-12-18T17:18:22.082 INFO:journalctl@ceph.osd.2.smithi007.stdout:Dec 18 17:18:21 smithi007 bash[158593]: Error: no container with name or ID "ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd.2" found: no such container 2023-12-18T17:18:22.925 DEBUG:teuthology.orchestra.run.smithi007:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6045df08-9dc6-11ee-95a5-87774f69a715@osd.2.service' 2023-12-18T17:18:22.980 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-18T17:18:22.980 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-12-18T17:18:22.980 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2023-12-18T17:18:22.981 DEBUG:teuthology.orchestra.run.smithi007:> sudo systemctl stop ceph-6045df08-9dc6-11ee-95a5-87774f69a715@osd.3 2023-12-18T17:18:23.331 INFO:journalctl@ceph.osd.3.smithi007.stdout:Dec 18 17:18:23 smithi007 systemd[1]: Stopping Ceph osd.3 for 6045df08-9dc6-11ee-95a5-87774f69a715... 2023-12-18T17:18:23.331 INFO:journalctl@ceph.osd.3.smithi007.stdout:Dec 18 17:18:23 smithi007 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-3[133310]: 2023-12-18T17:18:23.095+0000 7ff2fb868700 -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-12-18T17:18:23.331 INFO:journalctl@ceph.osd.3.smithi007.stdout:Dec 18 17:18:23 smithi007 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-3[133310]: 2023-12-18T17:18:23.096+0000 7ff2fb868700 -1 osd.3 69 *** Got signal Terminated *** 2023-12-18T17:18:23.331 INFO:journalctl@ceph.osd.3.smithi007.stdout:Dec 18 17:18:23 smithi007 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-3[133310]: 2023-12-18T17:18:23.096+0000 7ff2fb868700 -1 osd.3 69 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-18T17:18:29.065 INFO:journalctl@ceph.osd.6.smithi031.stdout:Dec 18 17:18:28 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-6[122283]: 2023-12-18T17:18:28.582+0000 7efd2f778700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:04.350664+0000 front 2023-12-18T17:18:04.350519+0000 (oldest deadline 2023-12-18T17:18:28.450408+0000) 2023-12-18T17:18:29.081 INFO:journalctl@ceph.osd.3.smithi007.stdout:Dec 18 17:18:28 smithi007 bash[158769]: ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-3 2023-12-18T17:18:29.081 INFO:journalctl@ceph.osd.3.smithi007.stdout:Dec 18 17:18:28 smithi007 bash[158846]: Error: no container with name or ID "ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd.3" found: no such container 2023-12-18T17:18:29.815 INFO:journalctl@ceph.osd.6.smithi031.stdout:Dec 18 17:18:29 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-6[122283]: 2023-12-18T17:18:29.545+0000 7efd2f778700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:04.350664+0000 front 2023-12-18T17:18:04.350519+0000 (oldest deadline 2023-12-18T17:18:28.450408+0000) 2023-12-18T17:18:29.816 INFO:journalctl@ceph.osd.4.smithi031.stdout:Dec 18 17:18:29 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-4[115282]: 2023-12-18T17:18:29.530+0000 7f3ca2800700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:04.175490+0000 front 2023-12-18T17:18:04.175526+0000 (oldest deadline 2023-12-18T17:18:28.875428+0000) 2023-12-18T17:18:29.816 INFO:journalctl@ceph.osd.5.smithi031.stdout:Dec 18 17:18:29 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-5[118736]: 2023-12-18T17:18:29.559+0000 7fee545a1700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:04.882694+0000 front 2023-12-18T17:18:04.882706+0000 (oldest deadline 2023-12-18T17:18:28.982679+0000) 2023-12-18T17:18:29.817 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:29 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:29.751+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:06.433704+0000 front 2023-12-18T17:18:06.433894+0000 (oldest deadline 2023-12-18T17:18:29.333778+0000) 2023-12-18T17:18:29.998 DEBUG:teuthology.orchestra.run.smithi007:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6045df08-9dc6-11ee-95a5-87774f69a715@osd.3.service' 2023-12-18T17:18:30.050 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-18T17:18:30.050 INFO:tasks.cephadm.osd.3:Stopped osd.3 2023-12-18T17:18:30.050 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2023-12-18T17:18:30.050 DEBUG:teuthology.orchestra.run.smithi031:> sudo systemctl stop ceph-6045df08-9dc6-11ee-95a5-87774f69a715@osd.4 2023-12-18T17:18:30.531 INFO:journalctl@ceph.osd.4.smithi031.stdout:Dec 18 17:18:30 smithi031 systemd[1]: Stopping Ceph osd.4 for 6045df08-9dc6-11ee-95a5-87774f69a715... 2023-12-18T17:18:30.531 INFO:journalctl@ceph.osd.4.smithi031.stdout:Dec 18 17:18:30 smithi031 bash[135787]: Error: no container with name or ID "ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd.4" found: no such container 2023-12-18T17:18:30.531 INFO:journalctl@ceph.osd.4.smithi031.stdout:Dec 18 17:18:30 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-4[115282]: 2023-12-18T17:18:30.204+0000 7f3ca4e63700 -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-12-18T17:18:30.532 INFO:journalctl@ceph.osd.4.smithi031.stdout:Dec 18 17:18:30 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-4[115282]: 2023-12-18T17:18:30.204+0000 7f3ca4e63700 -1 osd.4 69 *** Got signal Terminated *** 2023-12-18T17:18:30.532 INFO:journalctl@ceph.osd.4.smithi031.stdout:Dec 18 17:18:30 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-4[115282]: 2023-12-18T17:18:30.204+0000 7f3ca4e63700 -1 osd.4 69 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-18T17:18:30.815 INFO:journalctl@ceph.osd.4.smithi031.stdout:Dec 18 17:18:30 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-4[115282]: 2023-12-18T17:18:30.531+0000 7f3ca2800700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:04.175490+0000 front 2023-12-18T17:18:04.175526+0000 (oldest deadline 2023-12-18T17:18:28.875428+0000) 2023-12-18T17:18:30.816 INFO:journalctl@ceph.osd.5.smithi031.stdout:Dec 18 17:18:30 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-5[118736]: 2023-12-18T17:18:30.573+0000 7fee545a1700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:04.882694+0000 front 2023-12-18T17:18:04.882706+0000 (oldest deadline 2023-12-18T17:18:28.982679+0000) 2023-12-18T17:18:30.816 INFO:journalctl@ceph.osd.6.smithi031.stdout:Dec 18 17:18:30 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-6[122283]: 2023-12-18T17:18:30.547+0000 7efd2f778700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:04.350664+0000 front 2023-12-18T17:18:04.350519+0000 (oldest deadline 2023-12-18T17:18:28.450408+0000) 2023-12-18T17:18:30.816 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:30 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:30.775+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:06.433704+0000 front 2023-12-18T17:18:06.433894+0000 (oldest deadline 2023-12-18T17:18:29.333778+0000) 2023-12-18T17:18:31.810 INFO:journalctl@ceph.osd.6.smithi031.stdout:Dec 18 17:18:31 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-6[122283]: 2023-12-18T17:18:31.498+0000 7efd2f778700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:04.350664+0000 front 2023-12-18T17:18:04.350519+0000 (oldest deadline 2023-12-18T17:18:28.450408+0000) 2023-12-18T17:18:31.811 INFO:journalctl@ceph.osd.4.smithi031.stdout:Dec 18 17:18:31 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-4[115282]: 2023-12-18T17:18:31.577+0000 7f3ca2800700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:04.175490+0000 front 2023-12-18T17:18:04.175526+0000 (oldest deadline 2023-12-18T17:18:28.875428+0000) 2023-12-18T17:18:31.811 INFO:journalctl@ceph.osd.5.smithi031.stdout:Dec 18 17:18:31 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-5[118736]: 2023-12-18T17:18:31.561+0000 7fee545a1700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:04.882694+0000 front 2023-12-18T17:18:04.882706+0000 (oldest deadline 2023-12-18T17:18:28.982679+0000) 2023-12-18T17:18:32.065 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:31 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:31.810+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:06.433704+0000 front 2023-12-18T17:18:06.433894+0000 (oldest deadline 2023-12-18T17:18:29.333778+0000) 2023-12-18T17:18:32.792 INFO:journalctl@ceph.osd.4.smithi031.stdout:Dec 18 17:18:32 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-4[115282]: 2023-12-18T17:18:32.567+0000 7f3ca2800700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:04.175490+0000 front 2023-12-18T17:18:04.175526+0000 (oldest deadline 2023-12-18T17:18:28.875428+0000) 2023-12-18T17:18:32.793 INFO:journalctl@ceph.osd.5.smithi031.stdout:Dec 18 17:18:32 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-5[118736]: 2023-12-18T17:18:32.584+0000 7fee545a1700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:04.882694+0000 front 2023-12-18T17:18:04.882706+0000 (oldest deadline 2023-12-18T17:18:28.982679+0000) 2023-12-18T17:18:32.793 INFO:journalctl@ceph.osd.6.smithi031.stdout:Dec 18 17:18:32 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-6[122283]: 2023-12-18T17:18:32.539+0000 7efd2f778700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:04.350664+0000 front 2023-12-18T17:18:04.350519+0000 (oldest deadline 2023-12-18T17:18:28.450408+0000) 2023-12-18T17:18:33.065 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:32 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:32.792+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:06.433704+0000 front 2023-12-18T17:18:06.433894+0000 (oldest deadline 2023-12-18T17:18:29.333778+0000) 2023-12-18T17:18:33.815 INFO:journalctl@ceph.osd.6.smithi031.stdout:Dec 18 17:18:33 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-6[122283]: 2023-12-18T17:18:33.541+0000 7efd2f778700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:04.350664+0000 front 2023-12-18T17:18:04.350519+0000 (oldest deadline 2023-12-18T17:18:28.450408+0000) 2023-12-18T17:18:33.816 INFO:journalctl@ceph.osd.4.smithi031.stdout:Dec 18 17:18:33 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-4[115282]: 2023-12-18T17:18:33.535+0000 7f3ca2800700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:04.175490+0000 front 2023-12-18T17:18:04.175526+0000 (oldest deadline 2023-12-18T17:18:28.875428+0000) 2023-12-18T17:18:33.816 INFO:journalctl@ceph.osd.5.smithi031.stdout:Dec 18 17:18:33 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-5[118736]: 2023-12-18T17:18:33.589+0000 7fee545a1700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:04.882694+0000 front 2023-12-18T17:18:04.882706+0000 (oldest deadline 2023-12-18T17:18:28.982679+0000) 2023-12-18T17:18:34.248 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:33 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:33.838+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:06.433704+0000 front 2023-12-18T17:18:06.433894+0000 (oldest deadline 2023-12-18T17:18:29.333778+0000) 2023-12-18T17:18:34.802 INFO:journalctl@ceph.osd.6.smithi031.stdout:Dec 18 17:18:34 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-6[122283]: 2023-12-18T17:18:34.541+0000 7efd2f778700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:04.350664+0000 front 2023-12-18T17:18:04.350519+0000 (oldest deadline 2023-12-18T17:18:28.450408+0000) 2023-12-18T17:18:34.802 INFO:journalctl@ceph.osd.4.smithi031.stdout:Dec 18 17:18:34 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-4[115282]: 2023-12-18T17:18:34.580+0000 7f3ca2800700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:04.175490+0000 front 2023-12-18T17:18:04.175526+0000 (oldest deadline 2023-12-18T17:18:28.875428+0000) 2023-12-18T17:18:34.803 INFO:journalctl@ceph.osd.5.smithi031.stdout:Dec 18 17:18:34 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-5[118736]: 2023-12-18T17:18:34.551+0000 7fee545a1700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:04.882694+0000 front 2023-12-18T17:18:04.882706+0000 (oldest deadline 2023-12-18T17:18:28.982679+0000) 2023-12-18T17:18:35.065 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:34 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:34.801+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:06.433704+0000 front 2023-12-18T17:18:06.433894+0000 (oldest deadline 2023-12-18T17:18:29.333778+0000) 2023-12-18T17:18:35.816 INFO:journalctl@ceph.osd.6.smithi031.stdout:Dec 18 17:18:35 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-6[122283]: 2023-12-18T17:18:35.545+0000 7efd2f778700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:04.350664+0000 front 2023-12-18T17:18:04.350519+0000 (oldest deadline 2023-12-18T17:18:28.450408+0000) 2023-12-18T17:18:35.816 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:35 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:35.753+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:06.433704+0000 front 2023-12-18T17:18:06.433894+0000 (oldest deadline 2023-12-18T17:18:29.333778+0000) 2023-12-18T17:18:35.816 INFO:journalctl@ceph.osd.5.smithi031.stdout:Dec 18 17:18:35 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-5[118736]: 2023-12-18T17:18:35.507+0000 7fee545a1700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:04.882694+0000 front 2023-12-18T17:18:04.882706+0000 (oldest deadline 2023-12-18T17:18:28.982679+0000) 2023-12-18T17:18:36.315 INFO:journalctl@ceph.osd.4.smithi031.stdout:Dec 18 17:18:35 smithi031 bash[135799]: ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-4 2023-12-18T17:18:36.315 INFO:journalctl@ceph.osd.4.smithi031.stdout:Dec 18 17:18:35 smithi031 bash[135841]: Error: no container with name or ID "ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd.4" found: no such container 2023-12-18T17:18:36.742 INFO:journalctl@ceph.osd.5.smithi031.stdout:Dec 18 17:18:36 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-5[118736]: 2023-12-18T17:18:36.511+0000 7fee545a1700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:04.882694+0000 front 2023-12-18T17:18:04.882706+0000 (oldest deadline 2023-12-18T17:18:28.982679+0000) 2023-12-18T17:18:36.742 INFO:journalctl@ceph.osd.6.smithi031.stdout:Dec 18 17:18:36 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-6[122283]: 2023-12-18T17:18:36.586+0000 7efd2f778700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:04.350664+0000 front 2023-12-18T17:18:04.350519+0000 (oldest deadline 2023-12-18T17:18:28.450408+0000) 2023-12-18T17:18:37.065 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:36 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:36.741+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:06.433704+0000 front 2023-12-18T17:18:06.433894+0000 (oldest deadline 2023-12-18T17:18:29.333778+0000) 2023-12-18T17:18:37.065 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:36 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:36.741+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2023-12-18T17:18:11.034903+0000 front 2023-12-18T17:18:11.035006+0000 (oldest deadline 2023-12-18T17:18:36.334902+0000) 2023-12-18T17:18:37.147 DEBUG:teuthology.orchestra.run.smithi031:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6045df08-9dc6-11ee-95a5-87774f69a715@osd.4.service' 2023-12-18T17:18:37.198 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-18T17:18:37.199 INFO:tasks.cephadm.osd.4:Stopped osd.4 2023-12-18T17:18:37.199 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2023-12-18T17:18:37.199 DEBUG:teuthology.orchestra.run.smithi031:> sudo systemctl stop ceph-6045df08-9dc6-11ee-95a5-87774f69a715@osd.5 2023-12-18T17:18:37.505 INFO:journalctl@ceph.osd.5.smithi031.stdout:Dec 18 17:18:37 smithi031 systemd[1]: Stopping Ceph osd.5 for 6045df08-9dc6-11ee-95a5-87774f69a715... 2023-12-18T17:18:37.505 INFO:journalctl@ceph.osd.5.smithi031.stdout:Dec 18 17:18:37 smithi031 bash[136019]: Error: no container with name or ID "ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd.5" found: no such container 2023-12-18T17:18:37.505 INFO:journalctl@ceph.osd.5.smithi031.stdout:Dec 18 17:18:37 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-5[118736]: 2023-12-18T17:18:37.335+0000 7fee5ac0c700 -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-12-18T17:18:37.505 INFO:journalctl@ceph.osd.5.smithi031.stdout:Dec 18 17:18:37 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-5[118736]: 2023-12-18T17:18:37.335+0000 7fee5ac0c700 -1 osd.5 69 *** Got signal Terminated *** 2023-12-18T17:18:37.505 INFO:journalctl@ceph.osd.5.smithi031.stdout:Dec 18 17:18:37 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-5[118736]: 2023-12-18T17:18:37.335+0000 7fee5ac0c700 -1 osd.5 69 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-18T17:18:37.505 INFO:journalctl@ceph.osd.5.smithi031.stdout:Dec 18 17:18:37 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-5[118736]: 2023-12-18T17:18:37.505+0000 7fee545a1700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:04.882694+0000 front 2023-12-18T17:18:04.882706+0000 (oldest deadline 2023-12-18T17:18:28.982679+0000) 2023-12-18T17:18:37.761 INFO:journalctl@ceph.osd.5.smithi031.stdout:Dec 18 17:18:37 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-5[118736]: 2023-12-18T17:18:37.505+0000 7fee545a1700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2023-12-18T17:18:13.083711+0000 front 2023-12-18T17:18:13.083834+0000 (oldest deadline 2023-12-18T17:18:37.183847+0000) 2023-12-18T17:18:37.761 INFO:journalctl@ceph.osd.6.smithi031.stdout:Dec 18 17:18:37 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-6[122283]: 2023-12-18T17:18:37.572+0000 7efd2f778700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:04.350664+0000 front 2023-12-18T17:18:04.350519+0000 (oldest deadline 2023-12-18T17:18:28.450408+0000) 2023-12-18T17:18:37.761 INFO:journalctl@ceph.osd.6.smithi031.stdout:Dec 18 17:18:37 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-6[122283]: 2023-12-18T17:18:37.572+0000 7efd2f778700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2023-12-18T17:18:13.652072+0000 front 2023-12-18T17:18:13.652001+0000 (oldest deadline 2023-12-18T17:18:37.151848+0000) 2023-12-18T17:18:38.065 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:37 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:37.761+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:06.433704+0000 front 2023-12-18T17:18:06.433894+0000 (oldest deadline 2023-12-18T17:18:29.333778+0000) 2023-12-18T17:18:38.065 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:37 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:37.761+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2023-12-18T17:18:11.034903+0000 front 2023-12-18T17:18:11.035006+0000 (oldest deadline 2023-12-18T17:18:36.334902+0000) 2023-12-18T17:18:38.815 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:38 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:38.712+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:06.433704+0000 front 2023-12-18T17:18:06.433894+0000 (oldest deadline 2023-12-18T17:18:29.333778+0000) 2023-12-18T17:18:38.815 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:38 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:38.712+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2023-12-18T17:18:11.034903+0000 front 2023-12-18T17:18:11.035006+0000 (oldest deadline 2023-12-18T17:18:36.334902+0000) 2023-12-18T17:18:38.815 INFO:journalctl@ceph.osd.5.smithi031.stdout:Dec 18 17:18:38 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-5[118736]: 2023-12-18T17:18:38.489+0000 7fee545a1700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:04.882694+0000 front 2023-12-18T17:18:04.882706+0000 (oldest deadline 2023-12-18T17:18:28.982679+0000) 2023-12-18T17:18:38.816 INFO:journalctl@ceph.osd.5.smithi031.stdout:Dec 18 17:18:38 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-5[118736]: 2023-12-18T17:18:38.489+0000 7fee545a1700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2023-12-18T17:18:13.083711+0000 front 2023-12-18T17:18:13.083834+0000 (oldest deadline 2023-12-18T17:18:37.183847+0000) 2023-12-18T17:18:38.816 INFO:journalctl@ceph.osd.6.smithi031.stdout:Dec 18 17:18:38 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-6[122283]: 2023-12-18T17:18:38.539+0000 7efd2f778700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:04.350664+0000 front 2023-12-18T17:18:04.350519+0000 (oldest deadline 2023-12-18T17:18:28.450408+0000) 2023-12-18T17:18:38.816 INFO:journalctl@ceph.osd.6.smithi031.stdout:Dec 18 17:18:38 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-6[122283]: 2023-12-18T17:18:38.539+0000 7efd2f778700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2023-12-18T17:18:13.652072+0000 front 2023-12-18T17:18:13.652001+0000 (oldest deadline 2023-12-18T17:18:37.151848+0000) 2023-12-18T17:18:39.815 INFO:journalctl@ceph.osd.5.smithi031.stdout:Dec 18 17:18:39 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-5[118736]: 2023-12-18T17:18:39.499+0000 7fee545a1700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:04.882694+0000 front 2023-12-18T17:18:04.882706+0000 (oldest deadline 2023-12-18T17:18:28.982679+0000) 2023-12-18T17:18:39.815 INFO:journalctl@ceph.osd.5.smithi031.stdout:Dec 18 17:18:39 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-5[118736]: 2023-12-18T17:18:39.499+0000 7fee545a1700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2023-12-18T17:18:13.083711+0000 front 2023-12-18T17:18:13.083834+0000 (oldest deadline 2023-12-18T17:18:37.183847+0000) 2023-12-18T17:18:39.816 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:39 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:39.727+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:06.433704+0000 front 2023-12-18T17:18:06.433894+0000 (oldest deadline 2023-12-18T17:18:29.333778+0000) 2023-12-18T17:18:39.816 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:39 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:39.727+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2023-12-18T17:18:11.034903+0000 front 2023-12-18T17:18:11.035006+0000 (oldest deadline 2023-12-18T17:18:36.334902+0000) 2023-12-18T17:18:39.816 INFO:journalctl@ceph.osd.6.smithi031.stdout:Dec 18 17:18:39 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-6[122283]: 2023-12-18T17:18:39.536+0000 7efd2f778700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:04.350664+0000 front 2023-12-18T17:18:04.350519+0000 (oldest deadline 2023-12-18T17:18:28.450408+0000) 2023-12-18T17:18:39.816 INFO:journalctl@ceph.osd.6.smithi031.stdout:Dec 18 17:18:39 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-6[122283]: 2023-12-18T17:18:39.536+0000 7efd2f778700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2023-12-18T17:18:13.652072+0000 front 2023-12-18T17:18:13.652001+0000 (oldest deadline 2023-12-18T17:18:37.151848+0000) 2023-12-18T17:18:40.815 INFO:journalctl@ceph.osd.5.smithi031.stdout:Dec 18 17:18:40 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-5[118736]: 2023-12-18T17:18:40.515+0000 7fee545a1700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:04.882694+0000 front 2023-12-18T17:18:04.882706+0000 (oldest deadline 2023-12-18T17:18:28.982679+0000) 2023-12-18T17:18:40.816 INFO:journalctl@ceph.osd.5.smithi031.stdout:Dec 18 17:18:40 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-5[118736]: 2023-12-18T17:18:40.515+0000 7fee545a1700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2023-12-18T17:18:13.083711+0000 front 2023-12-18T17:18:13.083834+0000 (oldest deadline 2023-12-18T17:18:37.183847+0000) 2023-12-18T17:18:40.816 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:40 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:40.690+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:06.433704+0000 front 2023-12-18T17:18:06.433894+0000 (oldest deadline 2023-12-18T17:18:29.333778+0000) 2023-12-18T17:18:40.816 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:40 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:40.690+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2023-12-18T17:18:11.034903+0000 front 2023-12-18T17:18:11.035006+0000 (oldest deadline 2023-12-18T17:18:36.334902+0000) 2023-12-18T17:18:40.817 INFO:journalctl@ceph.osd.6.smithi031.stdout:Dec 18 17:18:40 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-6[122283]: 2023-12-18T17:18:40.548+0000 7efd2f778700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:04.350664+0000 front 2023-12-18T17:18:04.350519+0000 (oldest deadline 2023-12-18T17:18:28.450408+0000) 2023-12-18T17:18:40.817 INFO:journalctl@ceph.osd.6.smithi031.stdout:Dec 18 17:18:40 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-6[122283]: 2023-12-18T17:18:40.548+0000 7efd2f778700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2023-12-18T17:18:13.652072+0000 front 2023-12-18T17:18:13.652001+0000 (oldest deadline 2023-12-18T17:18:37.151848+0000) 2023-12-18T17:18:41.815 INFO:journalctl@ceph.osd.6.smithi031.stdout:Dec 18 17:18:41 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-6[122283]: 2023-12-18T17:18:41.499+0000 7efd2f778700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:04.350664+0000 front 2023-12-18T17:18:04.350519+0000 (oldest deadline 2023-12-18T17:18:28.450408+0000) 2023-12-18T17:18:41.816 INFO:journalctl@ceph.osd.6.smithi031.stdout:Dec 18 17:18:41 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-6[122283]: 2023-12-18T17:18:41.499+0000 7efd2f778700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2023-12-18T17:18:13.652072+0000 front 2023-12-18T17:18:13.652001+0000 (oldest deadline 2023-12-18T17:18:37.151848+0000) 2023-12-18T17:18:41.816 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:41 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:41.718+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:06.433704+0000 front 2023-12-18T17:18:06.433894+0000 (oldest deadline 2023-12-18T17:18:29.333778+0000) 2023-12-18T17:18:41.816 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:41 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:41.718+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2023-12-18T17:18:11.034903+0000 front 2023-12-18T17:18:11.035006+0000 (oldest deadline 2023-12-18T17:18:36.334902+0000) 2023-12-18T17:18:41.817 INFO:journalctl@ceph.osd.5.smithi031.stdout:Dec 18 17:18:41 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-5[118736]: 2023-12-18T17:18:41.550+0000 7fee545a1700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:04.882694+0000 front 2023-12-18T17:18:04.882706+0000 (oldest deadline 2023-12-18T17:18:28.982679+0000) 2023-12-18T17:18:41.817 INFO:journalctl@ceph.osd.5.smithi031.stdout:Dec 18 17:18:41 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-5[118736]: 2023-12-18T17:18:41.550+0000 7fee545a1700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2023-12-18T17:18:13.083711+0000 front 2023-12-18T17:18:13.083834+0000 (oldest deadline 2023-12-18T17:18:37.183847+0000) 2023-12-18T17:18:42.815 INFO:journalctl@ceph.osd.6.smithi031.stdout:Dec 18 17:18:42 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-6[122283]: 2023-12-18T17:18:42.509+0000 7efd2f778700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:04.350664+0000 front 2023-12-18T17:18:04.350519+0000 (oldest deadline 2023-12-18T17:18:28.450408+0000) 2023-12-18T17:18:42.816 INFO:journalctl@ceph.osd.6.smithi031.stdout:Dec 18 17:18:42 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-6[122283]: 2023-12-18T17:18:42.509+0000 7efd2f778700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2023-12-18T17:18:13.652072+0000 front 2023-12-18T17:18:13.652001+0000 (oldest deadline 2023-12-18T17:18:37.151848+0000) 2023-12-18T17:18:42.816 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:42 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:42.746+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:06.433704+0000 front 2023-12-18T17:18:06.433894+0000 (oldest deadline 2023-12-18T17:18:29.333778+0000) 2023-12-18T17:18:42.816 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:42 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:42.746+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2023-12-18T17:18:11.034903+0000 front 2023-12-18T17:18:11.035006+0000 (oldest deadline 2023-12-18T17:18:36.334902+0000) 2023-12-18T17:18:43.211 INFO:journalctl@ceph.osd.5.smithi031.stdout:Dec 18 17:18:42 smithi031 bash[136032]: ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-5 2023-12-18T17:18:43.211 INFO:journalctl@ceph.osd.5.smithi031.stdout:Dec 18 17:18:42 smithi031 bash[136077]: Error: no container with name or ID "ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd.5" found: no such container 2023-12-18T17:18:43.752 INFO:journalctl@ceph.osd.6.smithi031.stdout:Dec 18 17:18:43 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-6[122283]: 2023-12-18T17:18:43.500+0000 7efd2f778700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:04.350664+0000 front 2023-12-18T17:18:04.350519+0000 (oldest deadline 2023-12-18T17:18:28.450408+0000) 2023-12-18T17:18:43.753 INFO:journalctl@ceph.osd.6.smithi031.stdout:Dec 18 17:18:43 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-6[122283]: 2023-12-18T17:18:43.500+0000 7efd2f778700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2023-12-18T17:18:13.652072+0000 front 2023-12-18T17:18:13.652001+0000 (oldest deadline 2023-12-18T17:18:37.151848+0000) 2023-12-18T17:18:43.946 DEBUG:teuthology.orchestra.run.smithi031:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6045df08-9dc6-11ee-95a5-87774f69a715@osd.5.service' 2023-12-18T17:18:43.997 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-18T17:18:43.997 INFO:tasks.cephadm.osd.5:Stopped osd.5 2023-12-18T17:18:43.997 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2023-12-18T17:18:43.997 DEBUG:teuthology.orchestra.run.smithi031:> sudo systemctl stop ceph-6045df08-9dc6-11ee-95a5-87774f69a715@osd.6 2023-12-18T17:18:44.027 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:43 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:43.784+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:06.433704+0000 front 2023-12-18T17:18:06.433894+0000 (oldest deadline 2023-12-18T17:18:29.333778+0000) 2023-12-18T17:18:44.027 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:43 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:43.784+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2023-12-18T17:18:11.034903+0000 front 2023-12-18T17:18:11.035006+0000 (oldest deadline 2023-12-18T17:18:36.334902+0000) 2023-12-18T17:18:44.315 INFO:journalctl@ceph.osd.6.smithi031.stdout:Dec 18 17:18:44 smithi031 systemd[1]: Stopping Ceph osd.6 for 6045df08-9dc6-11ee-95a5-87774f69a715... 2023-12-18T17:18:44.315 INFO:journalctl@ceph.osd.6.smithi031.stdout:Dec 18 17:18:44 smithi031 bash[136293]: Error: no container with name or ID "ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd.6" found: no such container 2023-12-18T17:18:44.315 INFO:journalctl@ceph.osd.6.smithi031.stdout:Dec 18 17:18:44 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-6[122283]: 2023-12-18T17:18:44.169+0000 7efd345e0700 -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-12-18T17:18:44.316 INFO:journalctl@ceph.osd.6.smithi031.stdout:Dec 18 17:18:44 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-6[122283]: 2023-12-18T17:18:44.169+0000 7efd345e0700 -1 osd.6 69 *** Got signal Terminated *** 2023-12-18T17:18:44.316 INFO:journalctl@ceph.osd.6.smithi031.stdout:Dec 18 17:18:44 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-6[122283]: 2023-12-18T17:18:44.169+0000 7efd345e0700 -1 osd.6 69 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-18T17:18:44.815 INFO:journalctl@ceph.osd.6.smithi031.stdout:Dec 18 17:18:44 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-6[122283]: 2023-12-18T17:18:44.547+0000 7efd2f778700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:04.350664+0000 front 2023-12-18T17:18:04.350519+0000 (oldest deadline 2023-12-18T17:18:28.450408+0000) 2023-12-18T17:18:44.816 INFO:journalctl@ceph.osd.6.smithi031.stdout:Dec 18 17:18:44 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-6[122283]: 2023-12-18T17:18:44.547+0000 7efd2f778700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2023-12-18T17:18:13.652072+0000 front 2023-12-18T17:18:13.652001+0000 (oldest deadline 2023-12-18T17:18:37.151848+0000) 2023-12-18T17:18:44.816 INFO:journalctl@ceph.osd.6.smithi031.stdout:Dec 18 17:18:44 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-6[122283]: 2023-12-18T17:18:44.547+0000 7efd2f778700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.7:6822 osd.2 since back 2023-12-18T17:18:21.153449+0000 front 2023-12-18T17:18:21.153421+0000 (oldest deadline 2023-12-18T17:18:44.053269+0000) 2023-12-18T17:18:44.816 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:44 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:44.787+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:06.433704+0000 front 2023-12-18T17:18:06.433894+0000 (oldest deadline 2023-12-18T17:18:29.333778+0000) 2023-12-18T17:18:44.816 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:44 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:44.787+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2023-12-18T17:18:11.034903+0000 front 2023-12-18T17:18:11.035006+0000 (oldest deadline 2023-12-18T17:18:36.334902+0000) 2023-12-18T17:18:44.816 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:44 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:44.787+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6822 osd.2 since back 2023-12-18T17:18:19.636951+0000 front 2023-12-18T17:18:19.636865+0000 (oldest deadline 2023-12-18T17:18:44.336800+0000) 2023-12-18T17:18:45.810 INFO:journalctl@ceph.osd.6.smithi031.stdout:Dec 18 17:18:45 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-6[122283]: 2023-12-18T17:18:45.545+0000 7efd2f778700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:04.350664+0000 front 2023-12-18T17:18:04.350519+0000 (oldest deadline 2023-12-18T17:18:28.450408+0000) 2023-12-18T17:18:45.811 INFO:journalctl@ceph.osd.6.smithi031.stdout:Dec 18 17:18:45 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-6[122283]: 2023-12-18T17:18:45.545+0000 7efd2f778700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2023-12-18T17:18:13.652072+0000 front 2023-12-18T17:18:13.652001+0000 (oldest deadline 2023-12-18T17:18:37.151848+0000) 2023-12-18T17:18:45.811 INFO:journalctl@ceph.osd.6.smithi031.stdout:Dec 18 17:18:45 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-6[122283]: 2023-12-18T17:18:45.545+0000 7efd2f778700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.7:6822 osd.2 since back 2023-12-18T17:18:21.153449+0000 front 2023-12-18T17:18:21.153421+0000 (oldest deadline 2023-12-18T17:18:44.053269+0000) 2023-12-18T17:18:46.065 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:45 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:45.810+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:06.433704+0000 front 2023-12-18T17:18:06.433894+0000 (oldest deadline 2023-12-18T17:18:29.333778+0000) 2023-12-18T17:18:46.065 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:45 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:45.810+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2023-12-18T17:18:11.034903+0000 front 2023-12-18T17:18:11.035006+0000 (oldest deadline 2023-12-18T17:18:36.334902+0000) 2023-12-18T17:18:46.065 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:45 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:45.810+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6822 osd.2 since back 2023-12-18T17:18:19.636951+0000 front 2023-12-18T17:18:19.636865+0000 (oldest deadline 2023-12-18T17:18:44.336800+0000) 2023-12-18T17:18:46.815 INFO:journalctl@ceph.osd.6.smithi031.stdout:Dec 18 17:18:46 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-6[122283]: 2023-12-18T17:18:46.520+0000 7efd2f778700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:04.350664+0000 front 2023-12-18T17:18:04.350519+0000 (oldest deadline 2023-12-18T17:18:28.450408+0000) 2023-12-18T17:18:46.815 INFO:journalctl@ceph.osd.6.smithi031.stdout:Dec 18 17:18:46 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-6[122283]: 2023-12-18T17:18:46.520+0000 7efd2f778700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2023-12-18T17:18:13.652072+0000 front 2023-12-18T17:18:13.652001+0000 (oldest deadline 2023-12-18T17:18:37.151848+0000) 2023-12-18T17:18:46.815 INFO:journalctl@ceph.osd.6.smithi031.stdout:Dec 18 17:18:46 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-6[122283]: 2023-12-18T17:18:46.520+0000 7efd2f778700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.7:6822 osd.2 since back 2023-12-18T17:18:21.153449+0000 front 2023-12-18T17:18:21.153421+0000 (oldest deadline 2023-12-18T17:18:44.053269+0000) 2023-12-18T17:18:47.315 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:46 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:46.835+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:06.433704+0000 front 2023-12-18T17:18:06.433894+0000 (oldest deadline 2023-12-18T17:18:29.333778+0000) 2023-12-18T17:18:47.315 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:46 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:46.835+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2023-12-18T17:18:11.034903+0000 front 2023-12-18T17:18:11.035006+0000 (oldest deadline 2023-12-18T17:18:36.334902+0000) 2023-12-18T17:18:47.315 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:46 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:46.835+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6822 osd.2 since back 2023-12-18T17:18:19.636951+0000 front 2023-12-18T17:18:19.636865+0000 (oldest deadline 2023-12-18T17:18:44.336800+0000) 2023-12-18T17:18:47.815 INFO:journalctl@ceph.osd.6.smithi031.stdout:Dec 18 17:18:47 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-6[122283]: 2023-12-18T17:18:47.531+0000 7efd2f778700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:04.350664+0000 front 2023-12-18T17:18:04.350519+0000 (oldest deadline 2023-12-18T17:18:28.450408+0000) 2023-12-18T17:18:47.815 INFO:journalctl@ceph.osd.6.smithi031.stdout:Dec 18 17:18:47 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-6[122283]: 2023-12-18T17:18:47.531+0000 7efd2f778700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2023-12-18T17:18:13.652072+0000 front 2023-12-18T17:18:13.652001+0000 (oldest deadline 2023-12-18T17:18:37.151848+0000) 2023-12-18T17:18:47.815 INFO:journalctl@ceph.osd.6.smithi031.stdout:Dec 18 17:18:47 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-6[122283]: 2023-12-18T17:18:47.531+0000 7efd2f778700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.7:6822 osd.2 since back 2023-12-18T17:18:21.153449+0000 front 2023-12-18T17:18:21.153421+0000 (oldest deadline 2023-12-18T17:18:44.053269+0000) 2023-12-18T17:18:48.315 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:47 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:47.879+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:06.433704+0000 front 2023-12-18T17:18:06.433894+0000 (oldest deadline 2023-12-18T17:18:29.333778+0000) 2023-12-18T17:18:48.316 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:47 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:47.879+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2023-12-18T17:18:11.034903+0000 front 2023-12-18T17:18:11.035006+0000 (oldest deadline 2023-12-18T17:18:36.334902+0000) 2023-12-18T17:18:48.316 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:47 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:47.879+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6822 osd.2 since back 2023-12-18T17:18:19.636951+0000 front 2023-12-18T17:18:19.636865+0000 (oldest deadline 2023-12-18T17:18:44.336800+0000) 2023-12-18T17:18:48.816 INFO:journalctl@ceph.osd.6.smithi031.stdout:Dec 18 17:18:48 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-6[122283]: 2023-12-18T17:18:48.482+0000 7efd2f778700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:04.350664+0000 front 2023-12-18T17:18:04.350519+0000 (oldest deadline 2023-12-18T17:18:28.450408+0000) 2023-12-18T17:18:48.817 INFO:journalctl@ceph.osd.6.smithi031.stdout:Dec 18 17:18:48 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-6[122283]: 2023-12-18T17:18:48.482+0000 7efd2f778700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2023-12-18T17:18:13.652072+0000 front 2023-12-18T17:18:13.652001+0000 (oldest deadline 2023-12-18T17:18:37.151848+0000) 2023-12-18T17:18:48.817 INFO:journalctl@ceph.osd.6.smithi031.stdout:Dec 18 17:18:48 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-6[122283]: 2023-12-18T17:18:48.482+0000 7efd2f778700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.7:6822 osd.2 since back 2023-12-18T17:18:21.153449+0000 front 2023-12-18T17:18:21.153421+0000 (oldest deadline 2023-12-18T17:18:44.053269+0000) 2023-12-18T17:18:49.315 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:48 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:48.877+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:06.433704+0000 front 2023-12-18T17:18:06.433894+0000 (oldest deadline 2023-12-18T17:18:29.333778+0000) 2023-12-18T17:18:49.316 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:48 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:48.877+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2023-12-18T17:18:11.034903+0000 front 2023-12-18T17:18:11.035006+0000 (oldest deadline 2023-12-18T17:18:36.334902+0000) 2023-12-18T17:18:49.316 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:48 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:48.877+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6822 osd.2 since back 2023-12-18T17:18:19.636951+0000 front 2023-12-18T17:18:19.636865+0000 (oldest deadline 2023-12-18T17:18:44.336800+0000) 2023-12-18T17:18:50.236 INFO:journalctl@ceph.osd.6.smithi031.stdout:Dec 18 17:18:49 smithi031 bash[136306]: ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-6 2023-12-18T17:18:50.237 INFO:journalctl@ceph.osd.6.smithi031.stdout:Dec 18 17:18:50 smithi031 bash[136360]: Error: no container with name or ID "ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd.6" found: no such container 2023-12-18T17:18:50.237 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:49 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:49.869+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:06.433704+0000 front 2023-12-18T17:18:06.433894+0000 (oldest deadline 2023-12-18T17:18:29.333778+0000) 2023-12-18T17:18:50.237 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:49 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:49.869+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2023-12-18T17:18:11.034903+0000 front 2023-12-18T17:18:11.035006+0000 (oldest deadline 2023-12-18T17:18:36.334902+0000) 2023-12-18T17:18:50.237 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:49 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:49.869+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6822 osd.2 since back 2023-12-18T17:18:19.636951+0000 front 2023-12-18T17:18:19.636865+0000 (oldest deadline 2023-12-18T17:18:44.336800+0000) 2023-12-18T17:18:50.978 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:50 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:50.899+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:06.433704+0000 front 2023-12-18T17:18:06.433894+0000 (oldest deadline 2023-12-18T17:18:29.333778+0000) 2023-12-18T17:18:50.978 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:50 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:50.899+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2023-12-18T17:18:11.034903+0000 front 2023-12-18T17:18:11.035006+0000 (oldest deadline 2023-12-18T17:18:36.334902+0000) 2023-12-18T17:18:50.978 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:50 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:50.899+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6822 osd.2 since back 2023-12-18T17:18:19.636951+0000 front 2023-12-18T17:18:19.636865+0000 (oldest deadline 2023-12-18T17:18:44.336800+0000) 2023-12-18T17:18:50.989 DEBUG:teuthology.orchestra.run.smithi031:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6045df08-9dc6-11ee-95a5-87774f69a715@osd.6.service' 2023-12-18T17:18:51.082 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-18T17:18:51.082 INFO:tasks.cephadm.osd.6:Stopped osd.6 2023-12-18T17:18:51.082 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2023-12-18T17:18:51.083 DEBUG:teuthology.orchestra.run.smithi031:> sudo systemctl stop ceph-6045df08-9dc6-11ee-95a5-87774f69a715@osd.7 2023-12-18T17:18:51.315 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:51 smithi031 systemd[1]: Stopping Ceph osd.7 for 6045df08-9dc6-11ee-95a5-87774f69a715... 2023-12-18T17:18:51.315 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:51 smithi031 bash[136538]: Error: no container with name or ID "ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd.7" found: no such container 2023-12-18T17:18:51.316 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:51 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:51.214+0000 7f474e008700 -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-12-18T17:18:51.316 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:51 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:51.214+0000 7f474e008700 -1 osd.7 69 *** Got signal Terminated *** 2023-12-18T17:18:51.316 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:51 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:51.214+0000 7f474e008700 -1 osd.7 69 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-18T17:18:52.315 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:51 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:51.857+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:06.433704+0000 front 2023-12-18T17:18:06.433894+0000 (oldest deadline 2023-12-18T17:18:29.333778+0000) 2023-12-18T17:18:52.315 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:51 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:51.857+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2023-12-18T17:18:11.034903+0000 front 2023-12-18T17:18:11.035006+0000 (oldest deadline 2023-12-18T17:18:36.334902+0000) 2023-12-18T17:18:52.316 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:51 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:51.857+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6822 osd.2 since back 2023-12-18T17:18:19.636951+0000 front 2023-12-18T17:18:19.636865+0000 (oldest deadline 2023-12-18T17:18:44.336800+0000) 2023-12-18T17:18:52.316 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:51 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:51.857+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6830 osd.3 since back 2023-12-18T17:18:26.637823+0000 front 2023-12-18T17:18:26.637907+0000 (oldest deadline 2023-12-18T17:18:51.337831+0000) 2023-12-18T17:18:53.315 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:52 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:52.875+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:06.433704+0000 front 2023-12-18T17:18:06.433894+0000 (oldest deadline 2023-12-18T17:18:29.333778+0000) 2023-12-18T17:18:53.315 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:52 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:52.875+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2023-12-18T17:18:11.034903+0000 front 2023-12-18T17:18:11.035006+0000 (oldest deadline 2023-12-18T17:18:36.334902+0000) 2023-12-18T17:18:53.315 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:52 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:52.875+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6822 osd.2 since back 2023-12-18T17:18:19.636951+0000 front 2023-12-18T17:18:19.636865+0000 (oldest deadline 2023-12-18T17:18:44.336800+0000) 2023-12-18T17:18:53.315 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:52 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:52.875+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6830 osd.3 since back 2023-12-18T17:18:26.637823+0000 front 2023-12-18T17:18:26.637907+0000 (oldest deadline 2023-12-18T17:18:51.337831+0000) 2023-12-18T17:18:54.247 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:53 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:53.858+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:06.433704+0000 front 2023-12-18T17:18:06.433894+0000 (oldest deadline 2023-12-18T17:18:29.333778+0000) 2023-12-18T17:18:54.247 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:53 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:53.858+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2023-12-18T17:18:11.034903+0000 front 2023-12-18T17:18:11.035006+0000 (oldest deadline 2023-12-18T17:18:36.334902+0000) 2023-12-18T17:18:54.248 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:53 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:53.858+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6822 osd.2 since back 2023-12-18T17:18:19.636951+0000 front 2023-12-18T17:18:19.636865+0000 (oldest deadline 2023-12-18T17:18:44.336800+0000) 2023-12-18T17:18:54.248 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:53 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:53.858+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6830 osd.3 since back 2023-12-18T17:18:26.637823+0000 front 2023-12-18T17:18:26.637907+0000 (oldest deadline 2023-12-18T17:18:51.337831+0000) 2023-12-18T17:18:55.315 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:54 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:54.896+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:06.433704+0000 front 2023-12-18T17:18:06.433894+0000 (oldest deadline 2023-12-18T17:18:29.333778+0000) 2023-12-18T17:18:55.316 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:54 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:54.896+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2023-12-18T17:18:11.034903+0000 front 2023-12-18T17:18:11.035006+0000 (oldest deadline 2023-12-18T17:18:36.334902+0000) 2023-12-18T17:18:55.316 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:54 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:54.896+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6822 osd.2 since back 2023-12-18T17:18:19.636951+0000 front 2023-12-18T17:18:19.636865+0000 (oldest deadline 2023-12-18T17:18:44.336800+0000) 2023-12-18T17:18:55.316 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:54 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:54.896+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6830 osd.3 since back 2023-12-18T17:18:26.637823+0000 front 2023-12-18T17:18:26.637907+0000 (oldest deadline 2023-12-18T17:18:51.337831+0000) 2023-12-18T17:18:56.315 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:55 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:55.887+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6806 osd.0 since back 2023-12-18T17:18:06.433704+0000 front 2023-12-18T17:18:06.433894+0000 (oldest deadline 2023-12-18T17:18:29.333778+0000) 2023-12-18T17:18:56.316 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:55 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:55.887+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6814 osd.1 since back 2023-12-18T17:18:11.034903+0000 front 2023-12-18T17:18:11.035006+0000 (oldest deadline 2023-12-18T17:18:36.334902+0000) 2023-12-18T17:18:56.316 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:55 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:55.887+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6822 osd.2 since back 2023-12-18T17:18:19.636951+0000 front 2023-12-18T17:18:19.636865+0000 (oldest deadline 2023-12-18T17:18:44.336800+0000) 2023-12-18T17:18:56.316 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:55 smithi031 ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7[125777]: 2023-12-18T17:18:55.887+0000 7f47491a0700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.7:6830 osd.3 since back 2023-12-18T17:18:26.637823+0000 front 2023-12-18T17:18:26.637907+0000 (oldest deadline 2023-12-18T17:18:51.337831+0000) 2023-12-18T17:18:57.276 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:56 smithi031 bash[136550]: ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd-7 2023-12-18T17:18:57.276 INFO:journalctl@ceph.osd.7.smithi031.stdout:Dec 18 17:18:57 smithi031 bash[136593]: Error: no container with name or ID "ceph-6045df08-9dc6-11ee-95a5-87774f69a715-osd.7" found: no such container 2023-12-18T17:18:58.036 DEBUG:teuthology.orchestra.run.smithi031:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6045df08-9dc6-11ee-95a5-87774f69a715@osd.7.service' 2023-12-18T17:18:58.087 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-18T17:18:58.088 INFO:tasks.cephadm.osd.7:Stopped osd.7 2023-12-18T17:18:58.088 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 --force --keep-logs 2023-12-18T17:19:20.170 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 --force --keep-logs 2023-12-18T17:19:37.809 DEBUG:teuthology.orchestra.run.smithi007:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-18T17:19:37.850 DEBUG:teuthology.orchestra.run.smithi031:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-18T17:19:37.886 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-18T17:19:37.888 DEBUG:teuthology.misc:Transferring archived files from smithi007:/var/lib/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/crash to /home/teuthworker/archive/adking-2023-12-18_16:39:21-orch:cephadm-wip-adk-testing-2023-12-17-2227-distro-default-smithi/7495558/remote/smithi007/crash 2023-12-18T17:19:37.890 DEBUG:teuthology.orchestra.run.smithi007:> sudo tar c -f - -C /var/lib/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/crash -- . 2023-12-18T17:19:37.938 INFO:teuthology.orchestra.run.smithi007.stderr:tar: /var/lib/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/crash: Cannot open: No such file or directory 2023-12-18T17:19:37.939 INFO:teuthology.orchestra.run.smithi007.stderr:tar: Error is not recoverable: exiting now 2023-12-18T17:19:37.941 DEBUG:teuthology.misc:Transferring archived files from smithi031:/var/lib/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/crash to /home/teuthworker/archive/adking-2023-12-18_16:39:21-orch:cephadm-wip-adk-testing-2023-12-17-2227-distro-default-smithi/7495558/remote/smithi031/crash 2023-12-18T17:19:37.942 DEBUG:teuthology.orchestra.run.smithi031:> sudo tar c -f - -C /var/lib/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/crash -- . 2023-12-18T17:19:38.004 INFO:teuthology.orchestra.run.smithi031.stderr:tar: /var/lib/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/crash: Cannot open: No such file or directory 2023-12-18T17:19:38.005 INFO:teuthology.orchestra.run.smithi031.stderr:tar: Error is not recoverable: exiting now 2023-12-18T17:19:38.006 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-18T17:19:38.006 DEBUG:teuthology.orchestra.run.smithi007:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-18T17:19:38.042 INFO:teuthology.orchestra.run.smithi007.stderr:grep: /var/log/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/ceph.log: No such file or directory 2023-12-18T17:19:38.044 INFO:tasks.cephadm:Compressing logs... 2023-12-18T17:19:38.044 DEBUG:teuthology.orchestra.run.smithi007:> 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-12-18T17:19:38.087 DEBUG:teuthology.orchestra.run.smithi031:> 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-12-18T17:19:38.120 INFO:teuthology.orchestra.run.smithi007.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-12-18T17:19:38.120 INFO:teuthology.orchestra.run.smithi007.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-18T17:19:38.121 INFO:teuthology.orchestra.run.smithi007.stderr:gzip -5 --verbose -- /var/log/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/ceph-volume.log 2023-12-18T17:19:38.121 INFO:teuthology.orchestra.run.smithi007.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/ceph-osd.2.log 2023-12-18T17:19:38.123 INFO:teuthology.orchestra.run.smithi007.stderr:/var/log/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/ceph-osd.3.log 2023-12-18T17:19:38.123 INFO:teuthology.orchestra.run.smithi007.stderr:gzip -5 --verbose -- /var/log/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/ceph-mon.smithi007.log 2023-12-18T17:19:38.123 INFO:teuthology.orchestra.run.smithi007.stderr:/var/log/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/ceph-osd.2.log: /var/log/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi007.fgcett.log 2023-12-18T17:19:38.123 INFO:teuthology.orchestra.run.smithi007.stderr:/var/log/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/ceph-mon.smithi007.log: gzip -5 --verbose -- /var/log/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/ceph-osd.0.log 2023-12-18T17:19:38.123 INFO:teuthology.orchestra.run.smithi007.stderr:/var/log/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi007.fgcett.log: 80.5% -- replaced with /var/log/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi007.fgcett.log.gz 2023-12-18T17:19:38.124 INFO:teuthology.orchestra.run.smithi031.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-12-18T17:19:38.124 INFO:teuthology.orchestra.run.smithi031.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-18T17:19:38.125 INFO:teuthology.orchestra.run.smithi031.stderr:gzip -5 --verbose -- /var/log/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/ceph-osd.6.log 2023-12-18T17:19:38.125 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/ceph-volume.log 2023-12-18T17:19:38.125 INFO:teuthology.orchestra.run.smithi031.stderr:gzip -5 /var/log/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/ceph-osd.6.log: --verbose -- /var/log/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/ceph-mon.smithi031.log 2023-12-18T17:19:38.125 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/ceph-osd.7.log 2023-12-18T17:19:38.125 INFO:teuthology.orchestra.run.smithi031.stderr:gzip -5 --verbose -- /var/log/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi031.rahkbl.log 2023-12-18T17:19:38.125 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/ceph-mon.smithi031.log: /var/log/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/ceph-osd.4.log 2023-12-18T17:19:38.125 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi031.rahkbl.log: 60.6% -- replaced with /var/log/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi031.rahkbl.log.gz 2023-12-18T17:19:38.126 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/ceph-osd.5.log 2023-12-18T17:19:38.127 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/ceph-osd.5.log: 89.7% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-18T17:19:38.128 INFO:teuthology.orchestra.run.smithi031.stderr:gzip -5 --verbose -- /var/log/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/ceph-mgr.smithi031.uwevhd.log 2023-12-18T17:19:38.129 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/ceph-mgr.smithi031.uwevhd.log: 90.9% -- replaced with /var/log/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/ceph-volume.log.gz 2023-12-18T17:19:38.129 INFO:teuthology.orchestra.run.smithi007.stderr:/var/log/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/ceph-osd.0.log: 90.8% -- replaced with /var/log/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/ceph-volume.log.gz 2023-12-18T17:19:38.129 INFO:teuthology.orchestra.run.smithi007.stderr:gzip -5 --verbose -- /var/log/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/ceph-mgr.smithi007.pgbvqi.log 2023-12-18T17:19:38.129 INFO:teuthology.orchestra.run.smithi007.stderr:gzip -5 --verbose -- /var/log/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/ceph-osd.1.log 2023-12-18T17:19:38.136 INFO:teuthology.orchestra.run.smithi007.stderr:/var/log/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/ceph-mgr.smithi007.pgbvqi.log: /var/log/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/ceph-osd.1.log: 90.6% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-18T17:19:38.226 INFO:teuthology.orchestra.run.smithi031.stderr: 90.1% -- replaced with /var/log/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/ceph-mgr.smithi031.uwevhd.log.gz 2023-12-18T17:19:38.277 INFO:teuthology.orchestra.run.smithi007.stderr: 88.4% -- replaced with /var/log/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/ceph-mgr.smithi007.pgbvqi.log.gz 2023-12-18T17:19:38.461 INFO:teuthology.orchestra.run.smithi031.stderr: 92.2% -- replaced with /var/log/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/ceph-mon.smithi031.log.gz 2023-12-18T17:19:39.165 INFO:teuthology.orchestra.run.smithi007.stderr: 91.5% -- replaced with /var/log/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/ceph-mon.smithi007.log.gz 2023-12-18T17:19:46.539 INFO:teuthology.orchestra.run.smithi007.stderr: 94.5% -- replaced with /var/log/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/ceph-osd.2.log.gz 2023-12-18T17:19:47.791 INFO:teuthology.orchestra.run.smithi031.stderr: 94.0% -- replaced with /var/log/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/ceph-osd.4.log.gz 2023-12-18T17:19:48.863 INFO:teuthology.orchestra.run.smithi031.stderr: 94.3% -- replaced with /var/log/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/ceph-osd.6.log.gz 2023-12-18T17:19:49.597 INFO:teuthology.orchestra.run.smithi007.stderr: 94.1% -- replaced with /var/log/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/ceph-osd.0.log.gz 2023-12-18T17:19:49.686 INFO:teuthology.orchestra.run.smithi007.stderr: 94.1% -- replaced with /var/log/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/ceph-osd.3.log.gz 2023-12-18T17:19:50.807 INFO:teuthology.orchestra.run.smithi007.stderr: 94.3% -- replaced with /var/log/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/ceph-osd.1.log.gz 2023-12-18T17:19:50.809 INFO:teuthology.orchestra.run.smithi007.stderr: 2023-12-18T17:19:50.809 INFO:teuthology.orchestra.run.smithi007.stderr:real 0m12.702s 2023-12-18T17:19:50.810 INFO:teuthology.orchestra.run.smithi007.stderr:user 0m43.555s 2023-12-18T17:19:50.810 INFO:teuthology.orchestra.run.smithi007.stderr:sys 0m1.750s 2023-12-18T17:19:51.942 INFO:teuthology.orchestra.run.smithi031.stderr: 94.2% -- replaced with /var/log/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/ceph-osd.5.log.gz 2023-12-18T17:19:55.924 INFO:teuthology.orchestra.run.smithi031.stderr: 94.2% -- replaced with /var/log/ceph/6045df08-9dc6-11ee-95a5-87774f69a715/ceph-osd.7.log.gz 2023-12-18T17:19:55.926 INFO:teuthology.orchestra.run.smithi031.stderr: 2023-12-18T17:19:55.926 INFO:teuthology.orchestra.run.smithi031.stderr:real 0m17.817s 2023-12-18T17:19:55.926 INFO:teuthology.orchestra.run.smithi031.stderr:user 0m50.441s 2023-12-18T17:19:55.926 INFO:teuthology.orchestra.run.smithi031.stderr:sys 0m1.971s 2023-12-18T17:19:55.927 INFO:tasks.cephadm:Archiving logs... 2023-12-18T17:19:55.927 DEBUG:teuthology.misc:Transferring archived files from smithi007:/var/log/ceph to /home/teuthworker/archive/adking-2023-12-18_16:39:21-orch:cephadm-wip-adk-testing-2023-12-17-2227-distro-default-smithi/7495558/remote/smithi007/log 2023-12-18T17:19:55.928 DEBUG:teuthology.orchestra.run.smithi007:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-18T17:20:00.987 DEBUG:teuthology.misc:Transferring archived files from smithi031:/var/log/ceph to /home/teuthworker/archive/adking-2023-12-18_16:39:21-orch:cephadm-wip-adk-testing-2023-12-17-2227-distro-default-smithi/7495558/remote/smithi031/log 2023-12-18T17:20:00.988 DEBUG:teuthology.orchestra.run.smithi031:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-18T17:20:07.121 INFO:tasks.cephadm:Removing cluster... 2023-12-18T17:20:07.122 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 --force 2023-12-18T17:20:07.529 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6045df08-9dc6-11ee-95a5-87774f69a715 --force 2023-12-18T17:20:07.948 INFO:tasks.cephadm:Removing cephadm ... 2023-12-18T17:20:07.948 DEBUG:teuthology.orchestra.run.smithi007:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-18T17:20:07.971 DEBUG:teuthology.orchestra.run.smithi031:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-18T17:20:07.991 INFO:tasks.cephadm:Teardown complete 2023-12-18T17:20:07.992 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-18T17:20:08.001 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-18T17:20:08.001 DEBUG:teuthology.orchestra.run.smithi007:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-18T17:20:08.014 DEBUG:teuthology.orchestra.run.smithi031:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-18T17:20:08.033 INFO:teuthology.orchestra.run.smithi007.stderr:bash: ntpq: command not found 2023-12-18T17:20:08.038 INFO:teuthology.orchestra.run.smithi007.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-18T17:20:08.038 INFO:teuthology.orchestra.run.smithi007.stdout:=============================================================================== 2023-12-18T17:20:08.038 INFO:teuthology.orchestra.run.smithi007.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 14 -226us[ -207us] +/- 70ms 2023-12-18T17:20:08.038 INFO:teuthology.orchestra.run.smithi007.stdout:^* hv02.front.sepia.ceph.com 3 6 377 11 -157us[ -138us] +/- 74ms 2023-12-18T17:20:08.038 INFO:teuthology.orchestra.run.smithi007.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 14 +383us[ +403us] +/- 65ms 2023-12-18T17:20:08.038 INFO:teuthology.orchestra.run.smithi007.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-12-18T17:20:08.052 INFO:teuthology.orchestra.run.smithi031.stderr:bash: ntpq: command not found 2023-12-18T17:20:08.057 INFO:teuthology.orchestra.run.smithi031.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-18T17:20:08.057 INFO:teuthology.orchestra.run.smithi031.stdout:=============================================================================== 2023-12-18T17:20:08.057 INFO:teuthology.orchestra.run.smithi031.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 12 -222us[ -222us] +/- 70ms 2023-12-18T17:20:08.057 INFO:teuthology.orchestra.run.smithi031.stdout:^* hv02.front.sepia.ceph.com 3 6 377 13 -142us[ -113us] +/- 74ms 2023-12-18T17:20:08.057 INFO:teuthology.orchestra.run.smithi031.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 10 +411us[ +411us] +/- 65ms 2023-12-18T17:20:08.057 INFO:teuthology.orchestra.run.smithi031.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-12-18T17:20:08.058 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-18T17:20:08.067 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-18T17:20:08.067 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-18T17:20:08.075 DEBUG:teuthology.orchestra.run.smithi007:> 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-12-18T17:20:08.189 DEBUG:teuthology.orchestra.run.smithi031:> 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-12-18T17:20:08.297 DEBUG:teuthology.orchestra.run.smithi007:> 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-12-18T17:20:08.335 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-18T17:20:08.336 DEBUG:teuthology.orchestra.run.smithi031:> 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-12-18T17:20:08.372 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-18T17:20:08.373 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-18T17:20:08.382 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-18T17:20:08.390 INFO:teuthology.task.internal:Duration was 1933.787731 seconds 2023-12-18T17:20:08.391 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-18T17:20:08.399 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-18T17:20:08.399 DEBUG:teuthology.orchestra.run.smithi007:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-18T17:20:08.402 DEBUG:teuthology.orchestra.run.smithi031:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-18T17:20:08.459 INFO:teuthology.orchestra.run.smithi007.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-18T17:20:08.469 INFO:teuthology.orchestra.run.smithi031.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-18T17:20:08.847 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-18T17:20:08.847 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi007.front.sepia.ceph.com 2023-12-18T17:20:08.847 DEBUG:teuthology.orchestra.run.smithi007:> 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-12-18T17:20:08.877 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi031.front.sepia.ceph.com 2023-12-18T17:20:08.877 DEBUG:teuthology.orchestra.run.smithi031:> 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-12-18T17:20:08.906 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-18T17:20:08.906 DEBUG:teuthology.orchestra.run.smithi007:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-18T17:20:08.919 DEBUG:teuthology.orchestra.run.smithi031:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-18T17:20:09.008 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-18T17:20:09.008 DEBUG:teuthology.orchestra.run.smithi007:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-18T17:20:09.011 DEBUG:teuthology.orchestra.run.smithi031:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-18T17:20:17.447 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-18T17:20:17.458 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-18T17:20:17.458 DEBUG:teuthology.orchestra.run.smithi007:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-18T17:20:17.490 DEBUG:teuthology.orchestra.run.smithi031:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-18T17:20:17.526 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-18T17:20:17.535 DEBUG:teuthology.orchestra.run.smithi007:> 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-12-18T17:20:17.538 DEBUG:teuthology.orchestra.run.smithi031:> 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-12-18T17:20:17.569 INFO:teuthology.orchestra.run.smithi007.stdout:kernel.core_pattern = core 2023-12-18T17:20:17.600 INFO:teuthology.orchestra.run.smithi031.stdout:kernel.core_pattern = core 2023-12-18T17:20:17.630 DEBUG:teuthology.orchestra.run.smithi007:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-18T17:20:17.653 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-18T17:20:17.654 DEBUG:teuthology.orchestra.run.smithi031:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-18T17:20:17.692 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-18T17:20:17.692 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-18T17:20:17.703 INFO:teuthology.task.internal:Transferring archived files... 2023-12-18T17:20:17.703 DEBUG:teuthology.misc:Transferring archived files from smithi007:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-12-18_16:39:21-orch:cephadm-wip-adk-testing-2023-12-17-2227-distro-default-smithi/7495558/remote/smithi007 2023-12-18T17:20:17.704 DEBUG:teuthology.orchestra.run.smithi007:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-18T17:20:17.774 DEBUG:teuthology.misc:Transferring archived files from smithi031:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-12-18_16:39:21-orch:cephadm-wip-adk-testing-2023-12-17-2227-distro-default-smithi/7495558/remote/smithi031 2023-12-18T17:20:17.774 DEBUG:teuthology.orchestra.run.smithi031:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-18T17:20:17.821 INFO:teuthology.task.internal:Removing archive directory... 2023-12-18T17:20:17.821 DEBUG:teuthology.orchestra.run.smithi007:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-18T17:20:17.824 DEBUG:teuthology.orchestra.run.smithi031:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-18T17:20:17.878 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-18T17:20:17.889 INFO:teuthology.task.internal:Not uploading archives. 2023-12-18T17:20:17.889 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-18T17:20:17.899 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-18T17:20:17.899 DEBUG:teuthology.orchestra.run.smithi007:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-18T17:20:17.902 DEBUG:teuthology.orchestra.run.smithi031:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-18T17:20:17.922 INFO:teuthology.orchestra.run.smithi007.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 18 17:20 /home/ubuntu/cephtest 2023-12-18T17:20:17.941 INFO:teuthology.orchestra.run.smithi031.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 18 17:20 /home/ubuntu/cephtest 2023-12-18T17:20:17.943 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-18T17:20:17.953 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-18T17:20:18.033 INFO:teuthology.nuke:Checking targets against current locks 2023-12-18T17:20:18.062 DEBUG:teuthology.nuke:shortname: smithi007 2023-12-18T17:20:18.063 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-18T17:20:18.089 DEBUG:teuthology.nuke:shortname: smithi031 2023-12-18T17:20:18.089 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-18T17:20:18.093 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi007.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-18_16:39:21-orch:cephadm-wip-adk-testing-2023-12-17-2227-distro-default-smithi/7495558', '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-12-18 16:39:26.521242', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG7C1QkxRc3VpTD0eL/SAQLkZB6CXwhuthf1zF/JT8Y2sMrtrFXPdW1L8elpBxvtUzKFqV5Dpy8cWafpZIxG64w='} 2023-12-18T17:20:18.113 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi031.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-18_16:39:21-orch:cephadm-wip-adk-testing-2023-12-17-2227-distro-default-smithi/7495558', '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-12-18 16:39:26.519540', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDP6jIPgYUVgk8UiiUkIWn7rTM3WOlxnipTc2B5Ejr6Gex+h97VU83boCz7hD55p2buchbl3jXI/YV22pN1LSrQ='} 2023-12-18T17:20:18.147 INFO:teuthology.orchestra.console.smithi007:Power off 2023-12-18T17:20:18.148 DEBUG:teuthology.orchestra.console.smithi007:pexpect command: ipmitool -H smithi007.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-18T17:20:18.174 DEBUG:teuthology.orchestra.console.smithi007:power off output: Chassis Power Control: Down/Off 2023-12-18T17:20:18.174 DEBUG:teuthology.orchestra.console.smithi007:pexpect command: ipmitool -H smithi007.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-18T17:20:18.189 INFO:teuthology.orchestra.console.smithi031:Power off 2023-12-18T17:20:18.189 DEBUG:teuthology.orchestra.console.smithi031:pexpect command: ipmitool -H smithi031.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-18T17:20:18.201 DEBUG:teuthology.orchestra.console.smithi007:check power output: Chassis Power is on 2023-12-18T17:20:18.211 DEBUG:teuthology.orchestra.console.smithi031:power off output: Chassis Power Control: Down/Off 2023-12-18T17:20:18.211 DEBUG:teuthology.orchestra.console.smithi031:pexpect command: ipmitool -H smithi031.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-18T17:20:18.234 DEBUG:teuthology.orchestra.console.smithi031:check power output: Chassis Power is on 2023-12-18T17:20:22.202 DEBUG:teuthology.orchestra.console.smithi007:pexpect command: ipmitool -H smithi007.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-18T17:20:22.235 DEBUG:teuthology.orchestra.console.smithi031:pexpect command: ipmitool -H smithi031.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-18T17:20:22.315 DEBUG:teuthology.orchestra.console.smithi007:check power output: Chassis Power is on 2023-12-18T17:20:22.346 DEBUG:teuthology.orchestra.console.smithi031:check power output: Chassis Power is on 2023-12-18T17:20:26.320 DEBUG:teuthology.orchestra.console.smithi007:pexpect command: ipmitool -H smithi007.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-18T17:20:26.347 DEBUG:teuthology.orchestra.console.smithi031:pexpect command: ipmitool -H smithi031.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-18T17:20:26.431 DEBUG:teuthology.orchestra.console.smithi007:check power output: Chassis Power is off 2023-12-18T17:20:26.455 DEBUG:teuthology.orchestra.console.smithi031:check power output: Chassis Power is on 2023-12-18T17:20:26.532 INFO:teuthology.orchestra.console.smithi007:Power off completed 2023-12-18T17:20:30.457 DEBUG:teuthology.orchestra.console.smithi031:pexpect command: ipmitool -H smithi031.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-18T17:20:30.568 DEBUG:teuthology.orchestra.console.smithi031:check power output: Chassis Power is off 2023-12-18T17:20:30.668 INFO:teuthology.orchestra.console.smithi031:Power off completed 2023-12-18T17:20:30.773 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: 1933.7877311706543 failure_reason: 'Command failed on smithi007 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 6045df08-9dc6-11ee-95a5-87774f69a715 -e sha1=861525e252e70f0d455bae7d2dc4d635f8b415f1 -- bash -c \''ceph versions | jq -e \''"\''"\''.overall | length == 1\''"\''"\''\''''' owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=69a557cc0f014108a54c903f6bc83ade status: fail success: false 2023-12-18T17:20:30.774 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-18T17:20:30.847 INFO:teuthology.run:FAIL