2023-11-16T17:27:07.215 INFO:root:teuthology version: 0.0.1.dev203+g6899cd2 2023-11-16T17:27:07.216 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_adking@teuthology --verbose --name adking-2023-11-16_17:22:00-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi --description orch:cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/17.2.0 1-start 2-nfs 3-upgrade-with-workload 4-final} --archive /home/teuthworker/archive/adking-2023-11-16_17:22:00-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460926 -- /home/teuthworker/archive/adking-2023-11-16_17:22:00-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460926/orig.config.yaml 2023-11-16T17:27:07.253 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-16T17:27:07.355 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2023-11-16_17:22:00-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460926 branch: wip-adk-testing-2023-11-16-0243 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: '7460926' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: adking-2023-11-16_17:22:00-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-adk-testing-2023-11-16-0243 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: 50bc6740f385afe4f36770e739358479a73d8add ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 50bc6740f385afe4f36770e739358479a73d8add selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk-testing-2023-11-16-0243 sha1: 50bc6740f385afe4f36770e739358479a73d8add 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: 3445 sha1: 50bc6740f385afe4f36770e739358479a73d8add sleep_before_teardown: 0 subset: 1/14 suite: orch:cephadm suite_branch: wip-adk-testing-2023-11-16-0243 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 50bc6740f385afe4f36770e739358479a73d8add targets: smithi042.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKROUHq5MleittepI1vsRdFZfUtPnCbJMAkn0IChcz89D5+B9Wn6SeVwrVhXVKknvPLxWW9bb+sBR28kcKChKyM= smithi143.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKHiz1VflOptJvUD/T1RF1p0l4kdiXe0Nw2GU0ZdGkxPGRD5wD94jbG65zSpXpTlkQd+dmw6QscsMAH/rajNRPc= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - cephadm: cephadm_branch: v17.2.0 cephadm_git_url: https://github.com/ceph/ceph image: quay.io/ceph/ceph:v17.2.0 roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.wait_for_service: service: mds.foofs - cephadm.shell: host.a: - ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2 - ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done - vip.exec: host.a: - mkdir /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done - echo test > /mnt/foo/testfile - sync - parallel: - upgrade-tasks - workload-tasks - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs cluster ls | grep foo - ceph nfs export ls foo --detailed - rados -p .nfs --all ls - - cephadm.shell: host.a: - 'set -ex [[ `ceph config get mgr mgr/cephadm/migration_current` -gt 2 ]] ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 6899cd26fceddb2fec83dc1a1349394b28c8998e timestamp: 2023-11-16_17:22:00 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.1224587 workload-tasks: sequential: - exec: host.a: - cd /mnt/foo && dbench 5 -t 600 || true - umount /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done - cd /mnt/foo && dbench 5 -t 5 2023-11-16T17:27:07.356 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa; will attempt to use it 2023-11-16T17:27:07.356 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks 2023-11-16T17:27:07.356 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-11-16T17:27:07.358 INFO:teuthology.task.internal:Checking packages... 2023-11-16T17:27:07.381 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '50bc6740f385afe4f36770e739358479a73d8add' 2023-11-16T17:27:07.381 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-16T17:27:07.381 INFO:teuthology.packaging:ref: None 2023-11-16T17:27:07.381 INFO:teuthology.packaging:tag: None 2023-11-16T17:27:07.381 INFO:teuthology.packaging:branch: wip-adk-testing-2023-11-16-0243 2023-11-16T17:27:07.381 INFO:teuthology.packaging:sha1: 50bc6740f385afe4f36770e739358479a73d8add 2023-11-16T17:27:07.381 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-adk-testing-2023-11-16-0243 2023-11-16T17:27:07.530 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-7421.g50bc6740 2023-11-16T17:27:07.531 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-11-16T17:27:07.537 INFO:teuthology.task.internal:no buildpackages task found 2023-11-16T17:27:07.537 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-11-16T17:27:07.558 INFO:teuthology.task.internal:Saving configuration 2023-11-16T17:27:07.573 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-11-16T17:27:07.578 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-16T17:27:07.600 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi042.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-11-16_17:22:00-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460926', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-16 17:22:06.926292', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKROUHq5MleittepI1vsRdFZfUtPnCbJMAkn0IChcz89D5+B9Wn6SeVwrVhXVKknvPLxWW9bb+sBR28kcKChKyM='} 2023-11-16T17:27:07.620 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi143.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-11-16_17:22:00-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460926', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-16 17:22:06.928239', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKHiz1VflOptJvUD/T1RF1p0l4kdiXe0Nw2GU0ZdGkxPGRD5wD94jbG65zSpXpTlkQd+dmw6QscsMAH/rajNRPc='} 2023-11-16T17:27:07.620 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-11-16T17:27:07.626 INFO:teuthology.task.internal:roles: ubuntu@smithi042.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2023-11-16T17:27:07.626 INFO:teuthology.task.internal:roles: ubuntu@smithi143.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2023-11-16T17:27:07.626 INFO:teuthology.run_tasks:Running task console_log... 2023-11-16T17:27:07.693 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f199154ab80>, signals=[15]) 2023-11-16T17:27:07.694 INFO:teuthology.run_tasks:Running task internal.connect... 2023-11-16T17:27:07.699 INFO:teuthology.task.internal:Opening connections... 2023-11-16T17:27:07.699 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi042.front.sepia.ceph.com 2023-11-16T17:27:07.701 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi042.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T17:27:07.768 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi143.front.sepia.ceph.com 2023-11-16T17:27:07.769 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T17:27:07.837 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-11-16T17:27:07.843 DEBUG:teuthology.orchestra.run.smithi042:> uname -m 2023-11-16T17:27:07.866 INFO:teuthology.orchestra.run.smithi042.stdout:x86_64 2023-11-16T17:27:07.866 DEBUG:teuthology.orchestra.run.smithi042:> cat /etc/os-release 2023-11-16T17:27:07.928 INFO:teuthology.orchestra.run.smithi042.stdout:NAME="CentOS Stream" 2023-11-16T17:27:07.928 INFO:teuthology.orchestra.run.smithi042.stdout:VERSION="8" 2023-11-16T17:27:07.928 INFO:teuthology.orchestra.run.smithi042.stdout:ID="centos" 2023-11-16T17:27:07.928 INFO:teuthology.orchestra.run.smithi042.stdout:ID_LIKE="rhel fedora" 2023-11-16T17:27:07.928 INFO:teuthology.orchestra.run.smithi042.stdout:VERSION_ID="8" 2023-11-16T17:27:07.928 INFO:teuthology.orchestra.run.smithi042.stdout:PLATFORM_ID="platform:el8" 2023-11-16T17:27:07.928 INFO:teuthology.orchestra.run.smithi042.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-16T17:27:07.928 INFO:teuthology.orchestra.run.smithi042.stdout:ANSI_COLOR="0;31" 2023-11-16T17:27:07.928 INFO:teuthology.orchestra.run.smithi042.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-16T17:27:07.928 INFO:teuthology.orchestra.run.smithi042.stdout:HOME_URL="https://centos.org/" 2023-11-16T17:27:07.928 INFO:teuthology.orchestra.run.smithi042.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-16T17:27:07.928 INFO:teuthology.orchestra.run.smithi042.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-16T17:27:07.929 INFO:teuthology.orchestra.run.smithi042.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-16T17:27:07.929 INFO:teuthology.lock.ops:Updating smithi042.front.sepia.ceph.com on lock server 2023-11-16T17:27:07.962 DEBUG:teuthology.orchestra.run.smithi143:> uname -m 2023-11-16T17:27:07.984 INFO:teuthology.orchestra.run.smithi143.stdout:x86_64 2023-11-16T17:27:07.984 DEBUG:teuthology.orchestra.run.smithi143:> cat /etc/os-release 2023-11-16T17:27:08.045 INFO:teuthology.orchestra.run.smithi143.stdout:NAME="CentOS Stream" 2023-11-16T17:27:08.045 INFO:teuthology.orchestra.run.smithi143.stdout:VERSION="8" 2023-11-16T17:27:08.045 INFO:teuthology.orchestra.run.smithi143.stdout:ID="centos" 2023-11-16T17:27:08.045 INFO:teuthology.orchestra.run.smithi143.stdout:ID_LIKE="rhel fedora" 2023-11-16T17:27:08.045 INFO:teuthology.orchestra.run.smithi143.stdout:VERSION_ID="8" 2023-11-16T17:27:08.045 INFO:teuthology.orchestra.run.smithi143.stdout:PLATFORM_ID="platform:el8" 2023-11-16T17:27:08.045 INFO:teuthology.orchestra.run.smithi143.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-16T17:27:08.046 INFO:teuthology.orchestra.run.smithi143.stdout:ANSI_COLOR="0;31" 2023-11-16T17:27:08.046 INFO:teuthology.orchestra.run.smithi143.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-16T17:27:08.046 INFO:teuthology.orchestra.run.smithi143.stdout:HOME_URL="https://centos.org/" 2023-11-16T17:27:08.046 INFO:teuthology.orchestra.run.smithi143.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-16T17:27:08.046 INFO:teuthology.orchestra.run.smithi143.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-16T17:27:08.046 INFO:teuthology.orchestra.run.smithi143.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-16T17:27:08.046 INFO:teuthology.lock.ops:Updating smithi143.front.sepia.ceph.com on lock server 2023-11-16T17:27:08.069 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-11-16T17:27:08.078 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-11-16T17:27:08.083 INFO:teuthology.task.internal:Checking for old test directory... 2023-11-16T17:27:08.083 DEBUG:teuthology.orchestra.run.smithi042:> test '!' -e /home/ubuntu/cephtest 2023-11-16T17:27:08.085 DEBUG:teuthology.orchestra.run.smithi143:> test '!' -e /home/ubuntu/cephtest 2023-11-16T17:27:08.105 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-11-16T17:27:08.111 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-11-16T17:27:08.111 DEBUG:teuthology.orchestra.run.smithi042:> test -z $(ls -A /var/lib/ceph) 2023-11-16T17:27:08.146 DEBUG:teuthology.orchestra.run.smithi143:> test -z $(ls -A /var/lib/ceph) 2023-11-16T17:27:08.178 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-11-16T17:27:08.263 INFO:teuthology.run_tasks:Running task kernel... 2023-11-16T17:27:08.277 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-11-16T17:27:08.278 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-11-16T17:27:08.278 DEBUG:teuthology.orchestra.run.smithi042:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-16T17:27:08.278 DEBUG:teuthology.orchestra.run.smithi143:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-16T17:27:08.297 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T17:27:08.298 DEBUG:teuthology.orchestra.run.smithi143:> uname -r 2023-11-16T17:27:08.300 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T17:27:08.300 DEBUG:teuthology.orchestra.run.smithi042:> uname -r 2023-11-16T17:27:08.357 INFO:teuthology.orchestra.run.smithi143.stdout:4.18.0-489.el8.x86_64 2023-11-16T17:27:08.358 INFO:teuthology.task.kernel:Running kernel on smithi143: 4.18.0-489.el8.x86_64 2023-11-16T17:27:08.358 DEBUG:teuthology.orchestra.run.smithi143:> sudo yum install -y kernel 2023-11-16T17:27:08.363 INFO:teuthology.orchestra.run.smithi042.stdout:4.18.0-489.el8.x86_64 2023-11-16T17:27:08.363 INFO:teuthology.task.kernel:Running kernel on smithi042: 4.18.0-489.el8.x86_64 2023-11-16T17:27:08.363 DEBUG:teuthology.orchestra.run.smithi042:> sudo yum install -y kernel 2023-11-16T17:27:12.285 INFO:teuthology.orchestra.run.smithi143.stdout:CentOS Stream 8 - AppStream 24 MB/s | 34 MB 00:01 2023-11-16T17:27:13.886 INFO:teuthology.orchestra.run.smithi042.stdout:CentOS Stream 8 - AppStream 12 MB/s | 34 MB 00:02 2023-11-16T17:27:20.035 INFO:teuthology.orchestra.run.smithi143.stdout:CentOS Stream 8 - BaseOS 34 MB/s | 53 MB 00:01 2023-11-16T17:27:22.361 INFO:teuthology.orchestra.run.smithi042.stdout:CentOS Stream 8 - BaseOS 28 MB/s | 53 MB 00:01 2023-11-16T17:27:28.001 INFO:teuthology.orchestra.run.smithi143.stdout:CentOS Stream 8 - Extras 46 kB/s | 18 kB 00:00 2023-11-16T17:27:28.319 INFO:teuthology.orchestra.run.smithi143.stdout:CentOS Stream 8 - Extras common packages 49 kB/s | 6.9 kB 00:00 2023-11-16T17:27:28.603 INFO:teuthology.orchestra.run.smithi143.stdout:Copr repo for python3-asyncssh owned by ceph 26 kB/s | 3.5 kB 00:00 2023-11-16T17:27:30.288 INFO:teuthology.orchestra.run.smithi143.stdout:Extra Packages for Enterprise Linux 10 MB/s | 16 MB 00:01 2023-11-16T17:27:30.761 INFO:teuthology.orchestra.run.smithi042.stdout:CentOS Stream 8 - Extras 66 kB/s | 18 kB 00:00 2023-11-16T17:27:31.228 INFO:teuthology.orchestra.run.smithi042.stdout:CentOS Stream 8 - Extras common packages 25 kB/s | 6.9 kB 00:00 2023-11-16T17:27:31.530 INFO:teuthology.orchestra.run.smithi042.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2023-11-16T17:27:32.648 INFO:teuthology.orchestra.run.smithi042.stdout:Extra Packages for Enterprise Linux 17 MB/s | 16 MB 00:00 2023-11-16T17:27:34.088 INFO:teuthology.orchestra.run.smithi143.stdout:lab-extras 535 kB/s | 24 kB 00:00 2023-11-16T17:27:36.731 INFO:teuthology.orchestra.run.smithi042.stdout:lab-extras 393 kB/s | 24 kB 00:00 2023-11-16T17:27:37.695 INFO:teuthology.orchestra.run.smithi143.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-16T17:27:37.696 INFO:teuthology.orchestra.run.smithi143.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-16T17:27:37.988 INFO:teuthology.orchestra.run.smithi143.stdout:Dependencies resolved. 2023-11-16T17:27:37.988 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2023-11-16T17:27:37.989 INFO:teuthology.orchestra.run.smithi143.stdout: Package Architecture Version Repository Size 2023-11-16T17:27:37.989 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2023-11-16T17:27:37.989 INFO:teuthology.orchestra.run.smithi143.stdout:Installing: 2023-11-16T17:27:37.989 INFO:teuthology.orchestra.run.smithi143.stdout: kernel x86_64 4.18.0-521.el8 baseos 10 M 2023-11-16T17:27:37.989 INFO:teuthology.orchestra.run.smithi143.stdout:Installing dependencies: 2023-11-16T17:27:37.989 INFO:teuthology.orchestra.run.smithi143.stdout: kernel-core x86_64 4.18.0-521.el8 baseos 43 M 2023-11-16T17:27:37.989 INFO:teuthology.orchestra.run.smithi143.stdout: kernel-modules x86_64 4.18.0-521.el8 baseos 36 M 2023-11-16T17:27:37.989 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-16T17:27:37.989 INFO:teuthology.orchestra.run.smithi143.stdout:Transaction Summary 2023-11-16T17:27:37.989 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2023-11-16T17:27:37.990 INFO:teuthology.orchestra.run.smithi143.stdout:Install 3 Packages 2023-11-16T17:27:37.990 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-16T17:27:37.990 INFO:teuthology.orchestra.run.smithi143.stdout:Total download size: 89 M 2023-11-16T17:27:37.990 INFO:teuthology.orchestra.run.smithi143.stdout:Installed size: 96 M 2023-11-16T17:27:37.990 INFO:teuthology.orchestra.run.smithi143.stdout:Downloading Packages: 2023-11-16T17:27:39.006 INFO:teuthology.orchestra.run.smithi143.stdout:(1/3): kernel-4.18.0-521.el8.x86_64.rpm 12 MB/s | 10 MB 00:00 2023-11-16T17:27:40.256 INFO:teuthology.orchestra.run.smithi143.stdout:(2/3): kernel-modules-4.18.0-521.el8.x86_64.rpm 18 MB/s | 36 MB 00:02 2023-11-16T17:27:40.539 INFO:teuthology.orchestra.run.smithi042.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-16T17:27:40.540 INFO:teuthology.orchestra.run.smithi042.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-16T17:27:40.740 INFO:teuthology.orchestra.run.smithi143.stdout:(3/3): kernel-core-4.18.0-521.el8.x86_64.rpm 17 MB/s | 43 MB 00:02 2023-11-16T17:27:40.740 INFO:teuthology.orchestra.run.smithi143.stdout:-------------------------------------------------------------------------------- 2023-11-16T17:27:40.740 INFO:teuthology.orchestra.run.smithi143.stdout:Total 33 MB/s | 89 MB 00:02 2023-11-16T17:27:40.840 INFO:teuthology.orchestra.run.smithi042.stdout:Dependencies resolved. 2023-11-16T17:27:40.841 INFO:teuthology.orchestra.run.smithi042.stdout:================================================================================ 2023-11-16T17:27:40.841 INFO:teuthology.orchestra.run.smithi042.stdout: Package Architecture Version Repository Size 2023-11-16T17:27:40.841 INFO:teuthology.orchestra.run.smithi042.stdout:================================================================================ 2023-11-16T17:27:40.841 INFO:teuthology.orchestra.run.smithi042.stdout:Installing: 2023-11-16T17:27:40.841 INFO:teuthology.orchestra.run.smithi042.stdout: kernel x86_64 4.18.0-521.el8 baseos 10 M 2023-11-16T17:27:40.841 INFO:teuthology.orchestra.run.smithi042.stdout:Installing dependencies: 2023-11-16T17:27:40.841 INFO:teuthology.orchestra.run.smithi042.stdout: kernel-core x86_64 4.18.0-521.el8 baseos 43 M 2023-11-16T17:27:40.841 INFO:teuthology.orchestra.run.smithi042.stdout: kernel-modules x86_64 4.18.0-521.el8 baseos 36 M 2023-11-16T17:27:40.841 INFO:teuthology.orchestra.run.smithi042.stdout: 2023-11-16T17:27:40.841 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction Summary 2023-11-16T17:27:40.842 INFO:teuthology.orchestra.run.smithi042.stdout:================================================================================ 2023-11-16T17:27:40.842 INFO:teuthology.orchestra.run.smithi042.stdout:Install 3 Packages 2023-11-16T17:27:40.842 INFO:teuthology.orchestra.run.smithi042.stdout: 2023-11-16T17:27:40.842 INFO:teuthology.orchestra.run.smithi042.stdout:Total download size: 89 M 2023-11-16T17:27:40.842 INFO:teuthology.orchestra.run.smithi042.stdout:Installed size: 96 M 2023-11-16T17:27:40.842 INFO:teuthology.orchestra.run.smithi042.stdout:Downloading Packages: 2023-11-16T17:27:41.415 INFO:teuthology.orchestra.run.smithi143.stdout:Running transaction check 2023-11-16T17:27:41.818 INFO:teuthology.orchestra.run.smithi143.stdout:Transaction check succeeded. 2023-11-16T17:27:41.818 INFO:teuthology.orchestra.run.smithi143.stdout:Running transaction test 2023-11-16T17:27:41.824 INFO:teuthology.orchestra.run.smithi042.stdout:(1/3): kernel-4.18.0-521.el8.x86_64.rpm 11 MB/s | 10 MB 00:00 2023-11-16T17:27:42.575 INFO:teuthology.orchestra.run.smithi042.stdout:(2/3): kernel-modules-4.18.0-521.el8.x86_64.rpm 21 MB/s | 36 MB 00:01 2023-11-16T17:27:43.045 INFO:teuthology.orchestra.run.smithi143.stdout:Transaction test succeeded. 2023-11-16T17:27:43.066 INFO:teuthology.orchestra.run.smithi143.stdout:Running transaction 2023-11-16T17:27:43.225 INFO:teuthology.orchestra.run.smithi042.stdout:(3/3): kernel-core-4.18.0-521.el8.x86_64.rpm 18 MB/s | 43 MB 00:02 2023-11-16T17:27:43.225 INFO:teuthology.orchestra.run.smithi042.stdout:-------------------------------------------------------------------------------- 2023-11-16T17:27:43.225 INFO:teuthology.orchestra.run.smithi042.stdout:Total 38 MB/s | 89 MB 00:02 2023-11-16T17:27:43.932 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction check 2023-11-16T17:27:44.392 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction check succeeded. 2023-11-16T17:27:44.392 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction test 2023-11-16T17:27:45.688 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction test succeeded. 2023-11-16T17:27:45.710 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction 2023-11-16T17:27:45.795 INFO:teuthology.orchestra.run.smithi143.stdout: Preparing : 1/1 2023-11-16T17:27:46.355 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-16T17:27:48.598 INFO:teuthology.orchestra.run.smithi042.stdout: Preparing : 1/1 2023-11-16T17:27:49.324 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-16T17:27:49.925 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-16T17:27:50.271 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-16T17:27:53.169 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-16T17:27:53.531 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-16T17:27:53.703 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-16T17:27:53.969 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : kernel-4.18.0-521.el8.x86_64 3/3 2023-11-16T17:27:57.205 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-16T17:27:57.483 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : kernel-4.18.0-521.el8.x86_64 3/3 2023-11-16T17:28:16.083 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 3/3 2023-11-16T17:28:16.107 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-16T17:28:16.516 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: kernel-4.18.0-521.el8.x86_64 3/3 2023-11-16T17:28:16.516 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : kernel-4.18.0-521.el8.x86_64 1/3 2023-11-16T17:28:16.516 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : kernel-core-4.18.0-521.el8.x86_64 2/3 2023-11-16T17:28:17.285 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-16T17:28:17.285 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-16T17:28:17.285 INFO:teuthology.orchestra.run.smithi143.stdout:Installed: 2023-11-16T17:28:17.285 INFO:teuthology.orchestra.run.smithi143.stdout: kernel-4.18.0-521.el8.x86_64 kernel-core-4.18.0-521.el8.x86_64 2023-11-16T17:28:17.285 INFO:teuthology.orchestra.run.smithi143.stdout: kernel-modules-4.18.0-521.el8.x86_64 2023-11-16T17:28:17.285 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-16T17:28:17.285 INFO:teuthology.orchestra.run.smithi143.stdout:Complete! 2023-11-16T17:28:17.434 DEBUG:teuthology.orchestra.run.smithi143:> rpm -q kernel | sort -rV | head -n 1 2023-11-16T17:28:17.652 INFO:teuthology.orchestra.run.smithi143.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-16T17:28:17.653 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-16T17:28:17.653 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-521.el8.x86_64 2023-11-16T17:28:17.653 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-16T17:28:17.653 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-16T17:28:17.653 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-11-16T17:28:17.654 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi143.front.sepia.ceph.com, path=None, version=distro) 2023-11-16T17:28:17.654 DEBUG:teuthology.orchestra.run.smithi143:> rpm -q kernel | sort -rV | head -n 1 2023-11-16T17:28:17.863 INFO:teuthology.orchestra.run.smithi143.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-16T17:28:17.863 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-16T17:28:17.863 DEBUG:teuthology.orchestra.run.smithi143:> sudo rpm -qi grub2-tools 2023-11-16T17:28:17.897 INFO:teuthology.orchestra.run.smithi143.stdout:Name : grub2-tools 2023-11-16T17:28:17.897 INFO:teuthology.orchestra.run.smithi143.stdout:Epoch : 1 2023-11-16T17:28:17.897 INFO:teuthology.orchestra.run.smithi143.stdout:Version : 2.02 2023-11-16T17:28:17.897 INFO:teuthology.orchestra.run.smithi143.stdout:Release : 129.el8 2023-11-16T17:28:17.897 INFO:teuthology.orchestra.run.smithi143.stdout:Architecture: x86_64 2023-11-16T17:28:17.897 INFO:teuthology.orchestra.run.smithi143.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-16T17:28:17.897 INFO:teuthology.orchestra.run.smithi143.stdout:Group : System Environment/Base 2023-11-16T17:28:17.897 INFO:teuthology.orchestra.run.smithi143.stdout:Size : 9265586 2023-11-16T17:28:17.897 INFO:teuthology.orchestra.run.smithi143.stdout:License : GPLv3+ 2023-11-16T17:28:17.898 INFO:teuthology.orchestra.run.smithi143.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-16T17:28:17.898 INFO:teuthology.orchestra.run.smithi143.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-16T17:28:17.898 INFO:teuthology.orchestra.run.smithi143.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-16T17:28:17.898 INFO:teuthology.orchestra.run.smithi143.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-16T17:28:17.898 INFO:teuthology.orchestra.run.smithi143.stdout:Relocations : (not relocatable) 2023-11-16T17:28:17.898 INFO:teuthology.orchestra.run.smithi143.stdout:Packager : CentOS BuildSystem 2023-11-16T17:28:17.898 INFO:teuthology.orchestra.run.smithi143.stdout:Vendor : CentOS 2023-11-16T17:28:17.898 INFO:teuthology.orchestra.run.smithi143.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-16T17:28:17.898 INFO:teuthology.orchestra.run.smithi143.stdout:Summary : Support tools for GRUB. 2023-11-16T17:28:17.898 INFO:teuthology.orchestra.run.smithi143.stdout:Description : 2023-11-16T17:28:17.899 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-16T17:28:17.899 INFO:teuthology.orchestra.run.smithi143.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-16T17:28:17.899 INFO:teuthology.orchestra.run.smithi143.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-16T17:28:17.899 INFO:teuthology.orchestra.run.smithi143.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-16T17:28:17.899 INFO:teuthology.orchestra.run.smithi143.stdout:hardware devices. 2023-11-16T17:28:17.899 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-16T17:28:17.899 INFO:teuthology.orchestra.run.smithi143.stdout:This subpackage provides tools for support of all platforms. 2023-11-16T17:28:17.900 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-16T17:28:17.900 INFO:teuthology.task.kernel:Updating grub on smithi143 to boot 4.18.0-521.el8.x86_64 2023-11-16T17:28:17.900 DEBUG:teuthology.orchestra.run.smithi143:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-16T17:28:19.214 INFO:teuthology.orchestra.run.smithi143.stderr:Generating grub configuration file ... 2023-11-16T17:28:20.938 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 3/3 2023-11-16T17:28:20.963 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-16T17:28:21.056 INFO:teuthology.orchestra.run.smithi143.stderr:done 2023-11-16T17:28:21.092 DEBUG:teuthology.orchestra.run.smithi143:> mktemp 2023-11-16T17:28:21.176 INFO:teuthology.orchestra.run.smithi143.stdout:/tmp/tmp.W9gonSSDby 2023-11-16T17:28:21.177 DEBUG:teuthology.orchestra.run.smithi143:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.W9gonSSDby 2023-11-16T17:28:21.251 DEBUG:teuthology.orchestra.run.smithi143:> sudo chmod 0666 /tmp/tmp.W9gonSSDby 2023-11-16T17:28:21.398 DEBUG:teuthology.orchestra.remote:smithi143:/tmp/tmp.W9gonSSDby is 6KB 2023-11-16T17:28:21.446 DEBUG:teuthology.orchestra.run.smithi143:> rm -fr /tmp/tmp.W9gonSSDby 2023-11-16T17:28:21.447 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: kernel-4.18.0-521.el8.x86_64 3/3 2023-11-16T17:28:21.447 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : kernel-4.18.0-521.el8.x86_64 1/3 2023-11-16T17:28:21.447 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : kernel-core-4.18.0-521.el8.x86_64 2/3 2023-11-16T17:28:21.465 DEBUG:teuthology.orchestra.run.smithi143:> sudo /bin/ls /boot/loader/entries || true 2023-11-16T17:28:21.533 INFO:teuthology.orchestra.run.smithi143.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-16T17:28:21.533 INFO:teuthology.orchestra.run.smithi143.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-16T17:28:21.533 INFO:teuthology.orchestra.run.smithi143.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-16T17:28:21.533 INFO:teuthology.orchestra.run.smithi143.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64.conf 2023-11-16T17:28:21.534 DEBUG:teuthology.orchestra.run.smithi143:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64 2023-11-16T17:28:21.699 DEBUG:teuthology.orchestra.run.smithi143:> sudo shutdown -r now 2023-11-16T17:28:22.271 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-16T17:28:22.272 INFO:teuthology.orchestra.run.smithi042.stdout: 2023-11-16T17:28:22.272 INFO:teuthology.orchestra.run.smithi042.stdout:Installed: 2023-11-16T17:28:22.272 INFO:teuthology.orchestra.run.smithi042.stdout: kernel-4.18.0-521.el8.x86_64 kernel-core-4.18.0-521.el8.x86_64 2023-11-16T17:28:22.272 INFO:teuthology.orchestra.run.smithi042.stdout: kernel-modules-4.18.0-521.el8.x86_64 2023-11-16T17:28:22.272 INFO:teuthology.orchestra.run.smithi042.stdout: 2023-11-16T17:28:22.272 INFO:teuthology.orchestra.run.smithi042.stdout:Complete! 2023-11-16T17:28:22.408 DEBUG:teuthology.orchestra.run.smithi042:> rpm -q kernel | sort -rV | head -n 1 2023-11-16T17:28:22.629 INFO:teuthology.orchestra.run.smithi042.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-16T17:28:22.629 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-16T17:28:22.629 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-521.el8.x86_64 2023-11-16T17:28:22.629 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-16T17:28:22.629 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-16T17:28:22.630 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-11-16T17:28:22.630 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi042.front.sepia.ceph.com, path=None, version=distro) 2023-11-16T17:28:22.630 DEBUG:teuthology.orchestra.run.smithi042:> rpm -q kernel | sort -rV | head -n 1 2023-11-16T17:28:22.849 INFO:teuthology.orchestra.run.smithi042.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-16T17:28:22.849 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-16T17:28:22.849 DEBUG:teuthology.orchestra.run.smithi042:> sudo rpm -qi grub2-tools 2023-11-16T17:28:22.884 INFO:teuthology.orchestra.run.smithi042.stdout:Name : grub2-tools 2023-11-16T17:28:22.884 INFO:teuthology.orchestra.run.smithi042.stdout:Epoch : 1 2023-11-16T17:28:22.884 INFO:teuthology.orchestra.run.smithi042.stdout:Version : 2.02 2023-11-16T17:28:22.884 INFO:teuthology.orchestra.run.smithi042.stdout:Release : 129.el8 2023-11-16T17:28:22.884 INFO:teuthology.orchestra.run.smithi042.stdout:Architecture: x86_64 2023-11-16T17:28:22.884 INFO:teuthology.orchestra.run.smithi042.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-16T17:28:22.884 INFO:teuthology.orchestra.run.smithi042.stdout:Group : System Environment/Base 2023-11-16T17:28:22.885 INFO:teuthology.orchestra.run.smithi042.stdout:Size : 9265586 2023-11-16T17:28:22.885 INFO:teuthology.orchestra.run.smithi042.stdout:License : GPLv3+ 2023-11-16T17:28:22.885 INFO:teuthology.orchestra.run.smithi042.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-16T17:28:22.885 INFO:teuthology.orchestra.run.smithi042.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-16T17:28:22.885 INFO:teuthology.orchestra.run.smithi042.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-16T17:28:22.885 INFO:teuthology.orchestra.run.smithi042.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-16T17:28:22.885 INFO:teuthology.orchestra.run.smithi042.stdout:Relocations : (not relocatable) 2023-11-16T17:28:22.885 INFO:teuthology.orchestra.run.smithi042.stdout:Packager : CentOS BuildSystem 2023-11-16T17:28:22.885 INFO:teuthology.orchestra.run.smithi042.stdout:Vendor : CentOS 2023-11-16T17:28:22.885 INFO:teuthology.orchestra.run.smithi042.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-16T17:28:22.885 INFO:teuthology.orchestra.run.smithi042.stdout:Summary : Support tools for GRUB. 2023-11-16T17:28:22.885 INFO:teuthology.orchestra.run.smithi042.stdout:Description : 2023-11-16T17:28:22.886 INFO:teuthology.orchestra.run.smithi042.stdout: 2023-11-16T17:28:22.886 INFO:teuthology.orchestra.run.smithi042.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-16T17:28:22.886 INFO:teuthology.orchestra.run.smithi042.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-16T17:28:22.886 INFO:teuthology.orchestra.run.smithi042.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-16T17:28:22.886 INFO:teuthology.orchestra.run.smithi042.stdout:hardware devices. 2023-11-16T17:28:22.886 INFO:teuthology.orchestra.run.smithi042.stdout: 2023-11-16T17:28:22.886 INFO:teuthology.orchestra.run.smithi042.stdout:This subpackage provides tools for support of all platforms. 2023-11-16T17:28:22.887 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-16T17:28:22.887 INFO:teuthology.task.kernel:Updating grub on smithi042 to boot 4.18.0-521.el8.x86_64 2023-11-16T17:28:22.887 DEBUG:teuthology.orchestra.run.smithi042:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-16T17:28:24.196 INFO:teuthology.orchestra.run.smithi042.stderr:Generating grub configuration file ... 2023-11-16T17:28:26.148 INFO:teuthology.orchestra.run.smithi042.stderr:done 2023-11-16T17:28:26.149 DEBUG:teuthology.orchestra.run.smithi042:> mktemp 2023-11-16T17:28:26.176 INFO:teuthology.orchestra.run.smithi042.stdout:/tmp/tmp.rLHNyM3I8F 2023-11-16T17:28:26.177 DEBUG:teuthology.orchestra.run.smithi042:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.rLHNyM3I8F 2023-11-16T17:28:26.250 DEBUG:teuthology.orchestra.run.smithi042:> sudo chmod 0666 /tmp/tmp.rLHNyM3I8F 2023-11-16T17:28:26.392 DEBUG:teuthology.orchestra.remote:smithi042:/tmp/tmp.rLHNyM3I8F is 6KB 2023-11-16T17:28:26.440 DEBUG:teuthology.orchestra.run.smithi042:> rm -fr /tmp/tmp.rLHNyM3I8F 2023-11-16T17:28:26.458 DEBUG:teuthology.orchestra.run.smithi042:> sudo /bin/ls /boot/loader/entries || true 2023-11-16T17:28:26.532 INFO:teuthology.orchestra.run.smithi042.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-16T17:28:26.532 INFO:teuthology.orchestra.run.smithi042.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-16T17:28:26.533 INFO:teuthology.orchestra.run.smithi042.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-16T17:28:26.533 INFO:teuthology.orchestra.run.smithi042.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64.conf 2023-11-16T17:28:26.534 DEBUG:teuthology.orchestra.run.smithi042:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64 2023-11-16T17:28:26.701 DEBUG:teuthology.orchestra.run.smithi042:> sudo shutdown -r now 2023-11-16T17:28:51.726 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-11-16T17:28:51.727 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi143.front.sepia.ceph.com' 2023-11-16T17:28:51.728 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T17:28:56.707 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-11-16T17:28:56.708 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi042.front.sepia.ceph.com' 2023-11-16T17:28:56.709 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi042.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T17:29:51.782 DEBUG:teuthology.orchestra.remote:timed out 2023-11-16T17:29:56.712 DEBUG:teuthology.orchestra.remote:timed out 2023-11-16T17:30:00.787 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi143.front.sepia.ceph.com' 2023-11-16T17:30:00.788 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T17:30:01.080 DEBUG:teuthology.orchestra.run.smithi143:> true 2023-11-16T17:30:01.363 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi143.front.sepia.ceph.com' 2023-11-16T17:30:01.363 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-521.el8.x86_64"... 2023-11-16T17:30:01.363 DEBUG:teuthology.orchestra.run.smithi143:> uname -r 2023-11-16T17:30:01.380 INFO:teuthology.orchestra.run.smithi143.stdout:4.18.0-521.el8.x86_64 2023-11-16T17:30:01.380 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-521.el8.x86_64 vs 4.18.0-521.el8.x86_64 2023-11-16T17:30:01.380 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-16T17:30:01.380 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-16T17:30:02.381 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-11-16T17:30:02.381 DEBUG:teuthology.orchestra.run.smithi143:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-16T17:30:02.494 INFO:teuthology.orchestra.run.smithi143.stdout:ttyS1 2023-11-16T17:30:02.508 DEBUG:teuthology.parallel:result is None 2023-11-16T17:30:05.713 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi042.front.sepia.ceph.com' 2023-11-16T17:30:05.714 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi042.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T17:30:06.011 DEBUG:teuthology.orchestra.run.smithi042:> true 2023-11-16T17:30:06.261 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi042.front.sepia.ceph.com' 2023-11-16T17:30:06.261 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-521.el8.x86_64"... 2023-11-16T17:30:06.261 DEBUG:teuthology.orchestra.run.smithi042:> uname -r 2023-11-16T17:30:06.280 INFO:teuthology.orchestra.run.smithi042.stdout:4.18.0-521.el8.x86_64 2023-11-16T17:30:06.280 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-521.el8.x86_64 vs 4.18.0-521.el8.x86_64 2023-11-16T17:30:06.281 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-16T17:30:06.281 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-16T17:30:07.282 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-11-16T17:30:07.282 DEBUG:teuthology.orchestra.run.smithi042:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-16T17:30:07.456 INFO:teuthology.orchestra.run.smithi042.stdout:ttyS1 2023-11-16T17:30:07.468 DEBUG:teuthology.parallel:result is None 2023-11-16T17:30:07.468 INFO:teuthology.run_tasks:Running task internal.base... 2023-11-16T17:30:07.475 INFO:teuthology.task.internal:Creating test directory... 2023-11-16T17:30:07.475 DEBUG:teuthology.orchestra.run.smithi042:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-16T17:30:07.477 DEBUG:teuthology.orchestra.run.smithi143:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-16T17:30:07.498 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-11-16T17:30:07.505 INFO:teuthology.run_tasks:Running task internal.archive... 2023-11-16T17:30:07.515 INFO:teuthology.task.internal:Creating archive directory... 2023-11-16T17:30:07.516 DEBUG:teuthology.orchestra.run.smithi042:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-16T17:30:07.542 DEBUG:teuthology.orchestra.run.smithi143:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-16T17:30:07.793 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-11-16T17:30:07.800 INFO:teuthology.task.internal:Enabling coredump saving... 2023-11-16T17:30:07.800 DEBUG:teuthology.orchestra.run.smithi042:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-11-16T17:30:07.802 DEBUG:teuthology.orchestra.run.smithi143:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-11-16T17:30:07.834 INFO:teuthology.orchestra.run.smithi143.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-16T17:30:07.836 INFO:teuthology.orchestra.run.smithi042.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-16T17:30:07.845 INFO:teuthology.orchestra.run.smithi143.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-16T17:30:07.848 INFO:teuthology.orchestra.run.smithi042.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-16T17:30:07.850 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-11-16T17:30:07.857 INFO:teuthology.task.internal:Configuring sudo... 2023-11-16T17:30:07.857 DEBUG:teuthology.orchestra.run.smithi042:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-16T17:30:07.896 DEBUG:teuthology.orchestra.run.smithi143:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-16T17:30:07.934 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-11-16T17:30:07.953 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-11-16T17:30:07.953 DEBUG:teuthology.orchestra.run.smithi042:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-16T17:30:07.985 DEBUG:teuthology.orchestra.run.smithi143:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-16T17:30:08.012 DEBUG:teuthology.orchestra.run.smithi042:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-16T17:30:08.162 DEBUG:teuthology.orchestra.run.smithi042:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-16T17:30:08.579 DEBUG:teuthology.orchestra.run.smithi042:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-16T17:30:09.052 DEBUG:teuthology.orchestra.run.smithi042:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-16T17:30:09.581 DEBUG:teuthology.orchestra.run.smithi042:> set -ex 2023-11-16T17:30:09.581 DEBUG:teuthology.orchestra.run.smithi042:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-16T17:30:09.848 DEBUG:teuthology.orchestra.run.smithi143:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-16T17:30:09.901 DEBUG:teuthology.orchestra.run.smithi143:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-16T17:30:09.964 DEBUG:teuthology.orchestra.run.smithi143:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-16T17:30:10.007 DEBUG:teuthology.orchestra.run.smithi143:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-16T17:30:10.054 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2023-11-16T17:30:10.054 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-16T17:30:10.122 DEBUG:teuthology.orchestra.run.smithi042:> sudo service rsyslog restart 2023-11-16T17:30:10.124 DEBUG:teuthology.orchestra.run.smithi143:> sudo service rsyslog restart 2023-11-16T17:30:10.216 INFO:teuthology.orchestra.run.smithi143.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-16T17:30:10.245 INFO:teuthology.orchestra.run.smithi042.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-16T17:30:10.690 INFO:teuthology.run_tasks:Running task internal.timer... 2023-11-16T17:30:10.698 INFO:teuthology.task.internal:Starting timer... 2023-11-16T17:30:10.698 INFO:teuthology.run_tasks:Running task pcp... 2023-11-16T17:30:10.716 INFO:teuthology.run_tasks:Running task selinux... 2023-11-16T17:30:10.723 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-11-16T17:30:10.723 DEBUG:teuthology.orchestra.run.smithi042:> sudo service auditd rotate 2023-11-16T17:30:10.826 INFO:teuthology.orchestra.run.smithi042.stdout:Rotating logs: 2023-11-16T17:30:10.828 DEBUG:teuthology.orchestra.run.smithi143:> sudo service auditd rotate 2023-11-16T17:30:10.903 INFO:teuthology.orchestra.run.smithi143.stdout:Rotating logs: 2023-11-16T17:30:10.905 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-11-16T17:30:10.905 DEBUG:teuthology.orchestra.run.smithi042:> /usr/sbin/getenforce 2023-11-16T17:30:10.958 INFO:teuthology.orchestra.run.smithi042.stdout:Permissive 2023-11-16T17:30:10.958 DEBUG:teuthology.orchestra.run.smithi143:> /usr/sbin/getenforce 2023-11-16T17:30:11.009 INFO:teuthology.orchestra.run.smithi143.stdout:Permissive 2023-11-16T17:30:11.009 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi042.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi143.front.sepia.ceph.com': 'permissive'} 2023-11-16T17:30:11.009 DEBUG:teuthology.orchestra.run.smithi042:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-16T17:30:11.044 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T17:30:11.044 DEBUG:teuthology.orchestra.run.smithi143:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-16T17:30:11.073 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T17:30:11.074 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-11-16T17:30:11.074 DEBUG:teuthology.orchestra.run.smithi042:> sudo /usr/sbin/setenforce permissive 2023-11-16T17:30:11.123 DEBUG:teuthology.orchestra.run.smithi143:> sudo /usr/sbin/setenforce permissive 2023-11-16T17:30:11.159 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-11-16T17:30:11.169 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-11-16T17:30:11.169 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-11-16T17:30:11.186 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-11-16T17:30:11.187 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi042.front.sepia.ceph.com,smithi143.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-11-16T17:38:24.952 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi042.front.sepia.ceph.com'), Remote(name='ubuntu@smithi143.front.sepia.ceph.com')] 2023-11-16T17:38:24.953 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi042.front.sepia.ceph.com' 2023-11-16T17:38:24.954 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi042.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T17:38:25.027 DEBUG:teuthology.orchestra.run.smithi042:> true 2023-11-16T17:38:25.101 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi042.front.sepia.ceph.com' 2023-11-16T17:38:25.101 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi143.front.sepia.ceph.com' 2023-11-16T17:38:25.102 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T17:38:25.170 DEBUG:teuthology.orchestra.run.smithi143:> true 2023-11-16T17:38:25.236 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi143.front.sepia.ceph.com' 2023-11-16T17:38:25.236 INFO:teuthology.run_tasks:Running task clock... 2023-11-16T17:38:25.248 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-11-16T17:38:25.248 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-16T17:38:25.249 DEBUG:teuthology.orchestra.run.smithi042:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-16T17:38:25.251 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-16T17:38:25.251 DEBUG:teuthology.orchestra.run.smithi143:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-16T17:38:25.288 INFO:teuthology.orchestra.run.smithi042.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-16T17:38:25.305 INFO:teuthology.orchestra.run.smithi042.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-16T17:38:25.306 INFO:teuthology.orchestra.run.smithi143.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-16T17:38:25.320 INFO:teuthology.orchestra.run.smithi143.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-16T17:38:25.374 INFO:teuthology.orchestra.run.smithi042.stderr:sudo: ntpd: command not found 2023-11-16T17:38:25.385 INFO:teuthology.orchestra.run.smithi143.stderr:sudo: ntpd: command not found 2023-11-16T17:38:25.388 INFO:teuthology.orchestra.run.smithi042.stdout:506 Cannot talk to daemon 2023-11-16T17:38:25.396 INFO:teuthology.orchestra.run.smithi143.stdout:506 Cannot talk to daemon 2023-11-16T17:38:25.404 INFO:teuthology.orchestra.run.smithi042.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-16T17:38:25.409 INFO:teuthology.orchestra.run.smithi143.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-16T17:38:25.419 INFO:teuthology.orchestra.run.smithi042.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-16T17:38:25.422 INFO:teuthology.orchestra.run.smithi143.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-16T17:38:25.491 INFO:teuthology.orchestra.run.smithi143.stderr:bash: ntpq: command not found 2023-11-16T17:38:25.495 INFO:teuthology.orchestra.run.smithi143.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-16T17:38:25.495 INFO:teuthology.orchestra.run.smithi143.stdout:=============================================================================== 2023-11-16T17:38:25.495 INFO:teuthology.orchestra.run.smithi143.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T17:38:25.495 INFO:teuthology.orchestra.run.smithi143.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T17:38:25.495 INFO:teuthology.orchestra.run.smithi143.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T17:38:25.495 INFO:teuthology.orchestra.run.smithi143.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T17:38:25.499 INFO:teuthology.orchestra.run.smithi042.stderr:bash: ntpq: command not found 2023-11-16T17:38:25.503 INFO:teuthology.orchestra.run.smithi042.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-16T17:38:25.503 INFO:teuthology.orchestra.run.smithi042.stdout:=============================================================================== 2023-11-16T17:38:25.503 INFO:teuthology.orchestra.run.smithi042.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T17:38:25.504 INFO:teuthology.orchestra.run.smithi042.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T17:38:25.504 INFO:teuthology.orchestra.run.smithi042.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T17:38:25.504 INFO:teuthology.orchestra.run.smithi042.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T17:38:25.505 INFO:teuthology.run_tasks:Running task pexec... 2023-11-16T17:38:25.514 INFO:teuthology.task.pexec:Executing custom commands... 2023-11-16T17:38:25.514 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi042.front.sepia.ceph.com 2023-11-16T17:38:25.515 DEBUG:teuthology.orchestra.run.smithi042:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-16T17:38:25.515 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi143.front.sepia.ceph.com 2023-11-16T17:38:25.515 DEBUG:teuthology.orchestra.run.smithi143:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-16T17:38:26.420 INFO:teuthology.orchestra.run.smithi143.stdout:Last metadata expiration check: 0:02:24 ago on Thu 16 Nov 2023 05:36:02 PM UTC. 2023-11-16T17:38:26.563 INFO:teuthology.orchestra.run.smithi042.stdout:Last metadata expiration check: 0:01:40 ago on Thu 16 Nov 2023 05:36:46 PM UTC. 2023-11-16T17:38:28.555 INFO:teuthology.orchestra.run.smithi143.stdout:Dependencies resolved. 2023-11-16T17:38:28.556 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2023-11-16T17:38:28.556 INFO:teuthology.orchestra.run.smithi143.stdout: Package Architecture Version Repository Size 2023-11-16T17:38:28.557 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2023-11-16T17:38:28.557 INFO:teuthology.orchestra.run.smithi143.stdout:Resetting modules: 2023-11-16T17:38:28.557 INFO:teuthology.orchestra.run.smithi143.stdout: container-tools 2023-11-16T17:38:28.557 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-16T17:38:28.557 INFO:teuthology.orchestra.run.smithi143.stdout:Transaction Summary 2023-11-16T17:38:28.557 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2023-11-16T17:38:28.558 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-16T17:38:28.814 INFO:teuthology.orchestra.run.smithi143.stdout:Complete! 2023-11-16T17:38:28.930 INFO:teuthology.orchestra.run.smithi042.stdout:Dependencies resolved. 2023-11-16T17:38:28.931 INFO:teuthology.orchestra.run.smithi042.stdout:================================================================================ 2023-11-16T17:38:28.931 INFO:teuthology.orchestra.run.smithi042.stdout: Package Architecture Version Repository Size 2023-11-16T17:38:28.931 INFO:teuthology.orchestra.run.smithi042.stdout:================================================================================ 2023-11-16T17:38:28.931 INFO:teuthology.orchestra.run.smithi042.stdout:Resetting modules: 2023-11-16T17:38:28.931 INFO:teuthology.orchestra.run.smithi042.stdout: container-tools 2023-11-16T17:38:28.932 INFO:teuthology.orchestra.run.smithi042.stdout: 2023-11-16T17:38:28.932 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction Summary 2023-11-16T17:38:28.932 INFO:teuthology.orchestra.run.smithi042.stdout:================================================================================ 2023-11-16T17:38:28.932 INFO:teuthology.orchestra.run.smithi042.stdout: 2023-11-16T17:38:29.212 INFO:teuthology.orchestra.run.smithi042.stdout:Complete! 2023-11-16T17:38:29.746 INFO:teuthology.orchestra.run.smithi143.stdout:Last metadata expiration check: 0:02:27 ago on Thu 16 Nov 2023 05:36:02 PM UTC. 2023-11-16T17:38:30.284 INFO:teuthology.orchestra.run.smithi042.stdout:Last metadata expiration check: 0:01:44 ago on Thu 16 Nov 2023 05:36:46 PM UTC. 2023-11-16T17:38:31.834 INFO:teuthology.orchestra.run.smithi143.stdout:Dependencies resolved. 2023-11-16T17:38:32.011 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2023-11-16T17:38:32.011 INFO:teuthology.orchestra.run.smithi143.stdout: Package Arch Version Repository Size 2023-11-16T17:38:32.011 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2023-11-16T17:38:32.011 INFO:teuthology.orchestra.run.smithi143.stdout:Installing group/module packages: 2023-11-16T17:38:32.011 INFO:teuthology.orchestra.run.smithi143.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-16T17:38:32.011 INFO:teuthology.orchestra.run.smithi143.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-16T17:38:32.011 INFO:teuthology.orchestra.run.smithi143.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-16T17:38:32.011 INFO:teuthology.orchestra.run.smithi143.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-16T17:38:32.012 INFO:teuthology.orchestra.run.smithi143.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-16T17:38:32.012 INFO:teuthology.orchestra.run.smithi143.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-16T17:38:32.012 INFO:teuthology.orchestra.run.smithi143.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-16T17:38:32.012 INFO:teuthology.orchestra.run.smithi143.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-16T17:38:32.012 INFO:teuthology.orchestra.run.smithi143.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-16T17:38:32.012 INFO:teuthology.orchestra.run.smithi143.stdout:Installing dependencies: 2023-11-16T17:38:32.012 INFO:teuthology.orchestra.run.smithi143.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-16T17:38:32.012 INFO:teuthology.orchestra.run.smithi143.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-16T17:38:32.013 INFO:teuthology.orchestra.run.smithi143.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-16T17:38:32.013 INFO:teuthology.orchestra.run.smithi143.stdout:Installing weak dependencies: 2023-11-16T17:38:32.013 INFO:teuthology.orchestra.run.smithi143.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-16T17:38:32.013 INFO:teuthology.orchestra.run.smithi143.stdout:Installing module profiles: 2023-11-16T17:38:32.013 INFO:teuthology.orchestra.run.smithi143.stdout: container-tools/common 2023-11-16T17:38:32.013 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-16T17:38:32.013 INFO:teuthology.orchestra.run.smithi143.stdout:Enabling module streams: 2023-11-16T17:38:32.013 INFO:teuthology.orchestra.run.smithi143.stdout: container-tools rhel8 2023-11-16T17:38:32.013 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-16T17:38:32.014 INFO:teuthology.orchestra.run.smithi143.stdout:Transaction Summary 2023-11-16T17:38:32.014 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2023-11-16T17:38:32.014 INFO:teuthology.orchestra.run.smithi143.stdout:Install 13 Packages 2023-11-16T17:38:32.014 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-16T17:38:32.015 INFO:teuthology.orchestra.run.smithi143.stdout:Total download size: 27 M 2023-11-16T17:38:32.015 INFO:teuthology.orchestra.run.smithi143.stdout:Installed size: 89 M 2023-11-16T17:38:32.015 INFO:teuthology.orchestra.run.smithi143.stdout:Downloading Packages: 2023-11-16T17:38:32.376 INFO:teuthology.orchestra.run.smithi143.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 2.3 MB/s | 750 kB 00:00 2023-11-16T17:38:32.419 INFO:teuthology.orchestra.run.smithi143.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 2.8 MB/s | 1.0 MB 00:00 2023-11-16T17:38:32.443 INFO:teuthology.orchestra.run.smithi143.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 564 kB/s | 38 kB 00:00 2023-11-16T17:38:32.477 INFO:teuthology.orchestra.run.smithi143.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 4.0 MB/s | 241 kB 00:00 2023-11-16T17:38:32.560 INFO:teuthology.orchestra.run.smithi143.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 2.1 MB/s | 178 kB 00:00 2023-11-16T17:38:32.610 INFO:teuthology.orchestra.run.smithi143.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 495 kB/s | 25 kB 00:00 2023-11-16T17:38:32.617 INFO:teuthology.orchestra.run.smithi042.stdout:Dependencies resolved. 2023-11-16T17:38:32.669 INFO:teuthology.orchestra.run.smithi143.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.6 MB/s | 94 kB 00:00 2023-11-16T17:38:32.822 INFO:teuthology.orchestra.run.smithi042.stdout:================================================================================ 2023-11-16T17:38:32.822 INFO:teuthology.orchestra.run.smithi042.stdout: Package Arch Version Repository Size 2023-11-16T17:38:32.822 INFO:teuthology.orchestra.run.smithi042.stdout:================================================================================ 2023-11-16T17:38:32.822 INFO:teuthology.orchestra.run.smithi042.stdout:Installing group/module packages: 2023-11-16T17:38:32.822 INFO:teuthology.orchestra.run.smithi042.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-16T17:38:32.822 INFO:teuthology.orchestra.run.smithi042.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-16T17:38:32.822 INFO:teuthology.orchestra.run.smithi042.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-16T17:38:32.822 INFO:teuthology.orchestra.run.smithi042.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-16T17:38:32.822 INFO:teuthology.orchestra.run.smithi042.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-16T17:38:32.822 INFO:teuthology.orchestra.run.smithi042.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-16T17:38:32.822 INFO:teuthology.orchestra.run.smithi042.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-16T17:38:32.823 INFO:teuthology.orchestra.run.smithi042.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-16T17:38:32.823 INFO:teuthology.orchestra.run.smithi042.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-16T17:38:32.823 INFO:teuthology.orchestra.run.smithi042.stdout:Installing dependencies: 2023-11-16T17:38:32.823 INFO:teuthology.orchestra.run.smithi042.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-16T17:38:32.823 INFO:teuthology.orchestra.run.smithi042.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-16T17:38:32.823 INFO:teuthology.orchestra.run.smithi042.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-16T17:38:32.823 INFO:teuthology.orchestra.run.smithi042.stdout:Installing weak dependencies: 2023-11-16T17:38:32.823 INFO:teuthology.orchestra.run.smithi042.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-16T17:38:32.823 INFO:teuthology.orchestra.run.smithi042.stdout:Installing module profiles: 2023-11-16T17:38:32.823 INFO:teuthology.orchestra.run.smithi042.stdout: container-tools/common 2023-11-16T17:38:32.823 INFO:teuthology.orchestra.run.smithi042.stdout: 2023-11-16T17:38:32.823 INFO:teuthology.orchestra.run.smithi042.stdout:Enabling module streams: 2023-11-16T17:38:32.823 INFO:teuthology.orchestra.run.smithi042.stdout: container-tools rhel8 2023-11-16T17:38:32.824 INFO:teuthology.orchestra.run.smithi042.stdout: 2023-11-16T17:38:32.824 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction Summary 2023-11-16T17:38:32.824 INFO:teuthology.orchestra.run.smithi042.stdout:================================================================================ 2023-11-16T17:38:32.824 INFO:teuthology.orchestra.run.smithi042.stdout:Install 13 Packages 2023-11-16T17:38:32.824 INFO:teuthology.orchestra.run.smithi042.stdout: 2023-11-16T17:38:32.824 INFO:teuthology.orchestra.run.smithi042.stdout:Total download size: 27 M 2023-11-16T17:38:32.824 INFO:teuthology.orchestra.run.smithi042.stdout:Installed size: 89 M 2023-11-16T17:38:32.825 INFO:teuthology.orchestra.run.smithi042.stdout:Downloading Packages: 2023-11-16T17:38:32.828 INFO:teuthology.orchestra.run.smithi143.stdout:(8/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 12 MB/s | 9.6 MB 00:00 2023-11-16T17:38:32.904 INFO:teuthology.orchestra.run.smithi143.stdout:(9/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 8.5 MB/s | 3.9 MB 00:00 2023-11-16T17:38:32.980 INFO:teuthology.orchestra.run.smithi143.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 686 kB/s | 53 kB 00:00 2023-11-16T17:38:33.071 INFO:teuthology.orchestra.run.smithi143.stdout:(11/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 10 MB/s | 2.5 MB 00:00 2023-11-16T17:38:33.087 INFO:teuthology.orchestra.run.smithi143.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 383 kB/s | 41 kB 00:00 2023-11-16T17:38:33.438 INFO:teuthology.orchestra.run.smithi042.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.8 MB/s | 750 kB 00:00 2023-11-16T17:38:33.471 INFO:teuthology.orchestra.run.smithi042.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 2.2 MB/s | 1.0 MB 00:00 2023-11-16T17:38:33.497 INFO:teuthology.orchestra.run.smithi042.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 647 kB/s | 38 kB 00:00 2023-11-16T17:38:33.529 INFO:teuthology.orchestra.run.smithi143.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 9.5 MB/s | 8.1 MB 00:00 2023-11-16T17:38:33.530 INFO:teuthology.orchestra.run.smithi143.stdout:-------------------------------------------------------------------------------- 2023-11-16T17:38:33.530 INFO:teuthology.orchestra.run.smithi143.stdout:Total 18 MB/s | 27 MB 00:01 2023-11-16T17:38:33.530 INFO:teuthology.orchestra.run.smithi042.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 4.0 MB/s | 241 kB 00:00 2023-11-16T17:38:33.622 INFO:teuthology.orchestra.run.smithi042.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.9 MB/s | 178 kB 00:00 2023-11-16T17:38:33.711 INFO:teuthology.orchestra.run.smithi042.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 279 kB/s | 25 kB 00:00 2023-11-16T17:38:33.798 INFO:teuthology.orchestra.run.smithi143.stdout:Running transaction check 2023-11-16T17:38:33.818 INFO:teuthology.orchestra.run.smithi143.stdout:Transaction check succeeded. 2023-11-16T17:38:33.819 INFO:teuthology.orchestra.run.smithi143.stdout:Running transaction test 2023-11-16T17:38:33.831 INFO:teuthology.orchestra.run.smithi042.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 787 kB/s | 94 kB 00:00 2023-11-16T17:38:33.931 INFO:teuthology.orchestra.run.smithi042.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 9.0 MB/s | 3.9 MB 00:00 2023-11-16T17:38:34.048 INFO:teuthology.orchestra.run.smithi042.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 9.3 MB/s | 9.6 MB 00:01 2023-11-16T17:38:34.079 INFO:teuthology.orchestra.run.smithi143.stdout:Transaction test succeeded. 2023-11-16T17:38:34.082 INFO:teuthology.orchestra.run.smithi143.stdout:Running transaction 2023-11-16T17:38:34.107 INFO:teuthology.orchestra.run.smithi042.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 906 kB/s | 53 kB 00:00 2023-11-16T17:38:34.182 INFO:teuthology.orchestra.run.smithi042.stdout:(11/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 10 MB/s | 2.5 MB 00:00 2023-11-16T17:38:34.207 INFO:teuthology.orchestra.run.smithi042.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 409 kB/s | 41 kB 00:00 2023-11-16T17:38:34.787 INFO:teuthology.orchestra.run.smithi143.stdout: Preparing : 1/1 2023-11-16T17:38:34.791 INFO:teuthology.orchestra.run.smithi042.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 8.5 MB/s | 8.1 MB 00:00 2023-11-16T17:38:34.792 INFO:teuthology.orchestra.run.smithi042.stdout:-------------------------------------------------------------------------------- 2023-11-16T17:38:34.792 INFO:teuthology.orchestra.run.smithi042.stdout:Total 14 MB/s | 27 MB 00:01 2023-11-16T17:38:35.044 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-16T17:38:35.084 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction check 2023-11-16T17:38:35.109 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction check succeeded. 2023-11-16T17:38:35.109 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction test 2023-11-16T17:38:35.231 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-16T17:38:35.397 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction test succeeded. 2023-11-16T17:38:35.400 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction 2023-11-16T17:38:35.417 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-16T17:38:35.667 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-16T17:38:36.190 INFO:teuthology.orchestra.run.smithi042.stdout: Preparing : 1/1 2023-11-16T17:38:36.214 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-16T17:38:36.443 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-16T17:38:36.611 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-16T17:38:36.836 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-16T17:38:37.095 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-16T17:38:37.193 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-16T17:38:37.418 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-16T17:38:37.639 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-16T17:38:37.702 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-16T17:38:37.876 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-16T17:38:38.276 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-16T17:38:38.811 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-16T17:38:39.058 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-16T17:38:39.174 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-16T17:38:39.276 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-16T17:38:39.385 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-16T17:38:39.549 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-16T17:38:39.571 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-16T17:38:39.998 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-16T17:38:39.999 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-16T17:38:39.999 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-16T17:38:39.999 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-16T17:38:39.999 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-16T17:38:39.999 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-16T17:38:39.999 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-16T17:38:39.999 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-16T17:38:39.999 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-16T17:38:39.999 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-16T17:38:39.999 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-16T17:38:39.999 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-16T17:38:39.999 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-16T17:38:40.002 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-16T17:38:40.986 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-16T17:38:41.153 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-16T17:38:41.153 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-16T17:38:41.153 INFO:teuthology.orchestra.run.smithi143.stdout:Installed: 2023-11-16T17:38:41.153 INFO:teuthology.orchestra.run.smithi143.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-16T17:38:41.153 INFO:teuthology.orchestra.run.smithi143.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-16T17:38:41.153 INFO:teuthology.orchestra.run.smithi143.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-16T17:38:41.153 INFO:teuthology.orchestra.run.smithi143.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-16T17:38:41.153 INFO:teuthology.orchestra.run.smithi143.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-16T17:38:41.153 INFO:teuthology.orchestra.run.smithi143.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-16T17:38:41.153 INFO:teuthology.orchestra.run.smithi143.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-16T17:38:41.153 INFO:teuthology.orchestra.run.smithi143.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-16T17:38:41.154 INFO:teuthology.orchestra.run.smithi143.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-16T17:38:41.154 INFO:teuthology.orchestra.run.smithi143.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-16T17:38:41.154 INFO:teuthology.orchestra.run.smithi143.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-16T17:38:41.154 INFO:teuthology.orchestra.run.smithi143.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-16T17:38:41.154 INFO:teuthology.orchestra.run.smithi143.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-16T17:38:41.154 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-16T17:38:41.154 INFO:teuthology.orchestra.run.smithi143.stdout:Complete! 2023-11-16T17:38:41.315 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-16T17:38:41.380 DEBUG:teuthology.parallel:result is None 2023-11-16T17:38:41.525 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-16T17:38:42.005 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-16T17:38:42.005 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-16T17:38:42.005 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-16T17:38:42.005 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-16T17:38:42.005 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-16T17:38:42.005 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-16T17:38:42.005 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-16T17:38:42.005 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-16T17:38:42.006 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-16T17:38:42.006 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-16T17:38:42.006 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-16T17:38:42.006 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-16T17:38:42.006 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-16T17:38:42.899 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-16T17:38:42.899 INFO:teuthology.orchestra.run.smithi042.stdout: 2023-11-16T17:38:42.899 INFO:teuthology.orchestra.run.smithi042.stdout:Installed: 2023-11-16T17:38:42.899 INFO:teuthology.orchestra.run.smithi042.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-16T17:38:42.900 INFO:teuthology.orchestra.run.smithi042.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-16T17:38:42.900 INFO:teuthology.orchestra.run.smithi042.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-16T17:38:42.900 INFO:teuthology.orchestra.run.smithi042.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-16T17:38:42.900 INFO:teuthology.orchestra.run.smithi042.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-16T17:38:42.900 INFO:teuthology.orchestra.run.smithi042.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-16T17:38:42.900 INFO:teuthology.orchestra.run.smithi042.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-16T17:38:42.900 INFO:teuthology.orchestra.run.smithi042.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-16T17:38:42.900 INFO:teuthology.orchestra.run.smithi042.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-16T17:38:42.900 INFO:teuthology.orchestra.run.smithi042.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-16T17:38:42.900 INFO:teuthology.orchestra.run.smithi042.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-16T17:38:42.900 INFO:teuthology.orchestra.run.smithi042.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-16T17:38:42.900 INFO:teuthology.orchestra.run.smithi042.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-16T17:38:42.900 INFO:teuthology.orchestra.run.smithi042.stdout: 2023-11-16T17:38:42.900 INFO:teuthology.orchestra.run.smithi042.stdout:Complete! 2023-11-16T17:38:43.166 DEBUG:teuthology.parallel:result is None 2023-11-16T17:38:43.166 INFO:teuthology.run_tasks:Running task cephadm... 2023-11-16T17:38:43.240 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': '50bc6740f385afe4f36770e739358479a73d8add'} 2023-11-16T17:38:43.241 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v17.2.0 2023-11-16T17:38:43.241 INFO:tasks.cephadm:Cluster fsid is fc99696c-84a6-11ee-8dbe-212e2dc638e7 2023-11-16T17:38:43.241 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-11-16T17:38:43.241 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-11-16T17:38:43.241 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi042': '172.21.15.42', 'mon.smithi143': '172.21.15.143'} 2023-11-16T17:38:43.242 INFO:tasks.cephadm:Normalizing hostnames... 2023-11-16T17:38:43.242 DEBUG:teuthology.orchestra.run.smithi042:> sudo hostname $(hostname -s) 2023-11-16T17:38:43.276 DEBUG:teuthology.orchestra.run.smithi143:> sudo hostname $(hostname -s) 2023-11-16T17:38:43.310 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v17.2.0)... 2023-11-16T17:38:43.310 DEBUG:teuthology.orchestra.run.smithi042:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v17.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-16T17:38:43.467 INFO:teuthology.orchestra.run.smithi042.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Nov 16 17:38 /home/ubuntu/cephtest/cephadm 2023-11-16T17:38:43.468 DEBUG:teuthology.orchestra.run.smithi143:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v17.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-16T17:38:43.608 INFO:teuthology.orchestra.run.smithi143.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Nov 16 17:38 /home/ubuntu/cephtest/cephadm 2023-11-16T17:38:43.608 DEBUG:teuthology.orchestra.run.smithi042:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-16T17:38:43.633 DEBUG:teuthology.orchestra.run.smithi143:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-16T17:38:43.664 INFO:tasks.cephadm:Pulling image quay.io/ceph/ceph:v17.2.0 on all hosts... 2023-11-16T17:38:43.664 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-11-16T17:38:43.675 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-11-16T17:38:45.213 INFO:teuthology.orchestra.run.smithi143.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-11-16T17:38:45.338 INFO:teuthology.orchestra.run.smithi042.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-11-16T17:39:00.032 INFO:teuthology.orchestra.run.smithi143.stdout:{ 2023-11-16T17:39:00.032 INFO:teuthology.orchestra.run.smithi143.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-11-16T17:39:00.032 INFO:teuthology.orchestra.run.smithi143.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-11-16T17:39:00.032 INFO:teuthology.orchestra.run.smithi143.stdout: "repo_digests": [ 2023-11-16T17:39:00.032 INFO:teuthology.orchestra.run.smithi143.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2023-11-16T17:39:00.033 INFO:teuthology.orchestra.run.smithi143.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2023-11-16T17:39:00.033 INFO:teuthology.orchestra.run.smithi143.stdout: ] 2023-11-16T17:39:00.033 INFO:teuthology.orchestra.run.smithi143.stdout:} 2023-11-16T17:39:00.671 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-11-16T17:39:00.671 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-11-16T17:39:00.671 INFO:teuthology.orchestra.run.smithi042.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-11-16T17:39:00.671 INFO:teuthology.orchestra.run.smithi042.stdout: "repo_digests": [ 2023-11-16T17:39:00.671 INFO:teuthology.orchestra.run.smithi042.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2023-11-16T17:39:00.671 INFO:teuthology.orchestra.run.smithi042.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2023-11-16T17:39:00.672 INFO:teuthology.orchestra.run.smithi042.stdout: ] 2023-11-16T17:39:00.672 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-11-16T17:39:00.697 DEBUG:teuthology.orchestra.run.smithi042:> sudo mkdir -p /etc/ceph 2023-11-16T17:39:00.734 DEBUG:teuthology.orchestra.run.smithi143:> sudo mkdir -p /etc/ceph 2023-11-16T17:39:00.770 DEBUG:teuthology.orchestra.run.smithi042:> sudo chmod 777 /etc/ceph 2023-11-16T17:39:00.808 DEBUG:teuthology.orchestra.run.smithi143:> sudo chmod 777 /etc/ceph 2023-11-16T17:39:00.839 INFO:tasks.cephadm:Writing seed config... 2023-11-16T17:39:00.840 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-11-16T17:39:00.840 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-11-16T17:39:00.840 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-11-16T17:39:00.840 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-11-16T17:39:00.840 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-11-16T17:39:00.840 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-11-16T17:39:00.840 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-11-16T17:39:00.840 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-11-16T17:39:00.841 DEBUG:teuthology.orchestra.run.smithi042:> set -ex 2023-11-16T17:39:00.841 DEBUG:teuthology.orchestra.run.smithi042:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-11-16T17:39:00.871 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 = fc99696c-84a6-11ee-8dbe-212e2dc638e7 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-11-16T17:39:00.871 DEBUG:teuthology.orchestra.run.smithi042:mon.smithi042> sudo journalctl -f -n 0 -u ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7@mon.smithi042.service 2023-11-16T17:39:00.914 INFO:tasks.cephadm:Bootstrapping... 2023-11-16T17:39:00.914 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 -v bootstrap --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.42 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-11-16T17:39:00.948 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:-- Logs begin at Thu 2023-11-16 17:29:46 UTC. -- 2023-11-16T17:39:01.141 INFO:teuthology.orchestra.run.smithi042.stderr:-------------------------------------------------------------------------------- 2023-11-16T17:39:01.141 INFO:teuthology.orchestra.run.smithi042.stderr:cephadm ['--image', 'quay.io/ceph/ceph:v17.2.0', '-v', 'bootstrap', '--fsid', 'fc99696c-84a6-11ee-8dbe-212e2dc638e7', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.42', '--skip-admin-label'] 2023-11-16T17:39:01.164 INFO:teuthology.orchestra.run.smithi042.stderr:/bin/podman: 4.6.1 2023-11-16T17:39:01.177 INFO:teuthology.orchestra.run.smithi042.stderr:Verifying podman|docker is present... 2023-11-16T17:39:01.199 INFO:teuthology.orchestra.run.smithi042.stderr:/bin/podman: 4.6.1 2023-11-16T17:39:01.210 INFO:teuthology.orchestra.run.smithi042.stderr:Verifying lvm2 is present... 2023-11-16T17:39:01.210 INFO:teuthology.orchestra.run.smithi042.stderr:Verifying time synchronization is in place... 2023-11-16T17:39:01.217 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-16T17:39:01.223 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: inactive 2023-11-16T17:39:01.230 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: enabled 2023-11-16T17:39:01.236 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: active 2023-11-16T17:39:01.237 INFO:teuthology.orchestra.run.smithi042.stderr:Unit chronyd.service is enabled and running 2023-11-16T17:39:01.237 INFO:teuthology.orchestra.run.smithi042.stderr:Repeating the final host check... 2023-11-16T17:39:01.259 INFO:teuthology.orchestra.run.smithi042.stderr:/bin/podman: 4.6.1 2023-11-16T17:39:01.266 INFO:teuthology.orchestra.run.smithi042.stderr:podman (/bin/podman) version 4.6.1 is present 2023-11-16T17:39:01.266 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl is present 2023-11-16T17:39:01.266 INFO:teuthology.orchestra.run.smithi042.stderr:lvcreate is present 2023-11-16T17:39:01.272 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-16T17:39:01.279 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: inactive 2023-11-16T17:39:01.285 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: enabled 2023-11-16T17:39:01.291 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: active 2023-11-16T17:39:01.292 INFO:teuthology.orchestra.run.smithi042.stderr:Unit chronyd.service is enabled and running 2023-11-16T17:39:01.292 INFO:teuthology.orchestra.run.smithi042.stderr:Host looks OK 2023-11-16T17:39:01.292 INFO:teuthology.orchestra.run.smithi042.stderr:Cluster fsid: fc99696c-84a6-11ee-8dbe-212e2dc638e7 2023-11-16T17:39:01.293 INFO:teuthology.orchestra.run.smithi042.stderr:Acquiring lock 139893144989824 on /run/cephadm/fc99696c-84a6-11ee-8dbe-212e2dc638e7.lock 2023-11-16T17:39:01.293 INFO:teuthology.orchestra.run.smithi042.stderr:Lock 139893144989824 acquired on /run/cephadm/fc99696c-84a6-11ee-8dbe-212e2dc638e7.lock 2023-11-16T17:39:01.293 INFO:teuthology.orchestra.run.smithi042.stderr:Verifying IP 172.21.15.42 port 3300 ... 2023-11-16T17:39:01.294 INFO:teuthology.orchestra.run.smithi042.stderr:Verifying IP 172.21.15.42 port 6789 ... 2023-11-16T17:39:01.294 INFO:teuthology.orchestra.run.smithi042.stderr:Base mon IP is 172.21.15.42, final addrv is [v2:172.21.15.42:3300,v1:172.21.15.42:6789] 2023-11-16T17:39:01.296 INFO:teuthology.orchestra.run.smithi042.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.42 metric 100 2023-11-16T17:39:01.296 INFO:teuthology.orchestra.run.smithi042.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.42 metric 100 2023-11-16T17:39:01.299 INFO:teuthology.orchestra.run.smithi042.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-11-16T17:39:01.300 INFO:teuthology.orchestra.run.smithi042.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-11-16T17:39:01.300 INFO:teuthology.orchestra.run.smithi042.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1729sec hoplimit 64 pref medium 2023-11-16T17:39:01.302 INFO:teuthology.orchestra.run.smithi042.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-11-16T17:39:01.303 INFO:teuthology.orchestra.run.smithi042.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-11-16T17:39:01.303 INFO:teuthology.orchestra.run.smithi042.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-16T17:39:01.303 INFO:teuthology.orchestra.run.smithi042.stderr:/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2023-11-16T17:39:01.303 INFO:teuthology.orchestra.run.smithi042.stderr:/sbin/ip: inet6 fe80::ec4:7aff:febd:1440/64 scope link 2023-11-16T17:39:01.303 INFO:teuthology.orchestra.run.smithi042.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-16T17:39:01.304 INFO:teuthology.orchestra.run.smithi042.stderr:Mon IP `172.21.15.42` is in CIDR network `172.21.0.0/20` 2023-11-16T17:39:01.304 INFO:teuthology.orchestra.run.smithi042.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-11-16T17:39:01.305 INFO:teuthology.orchestra.run.smithi042.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-11-16T17:39:01.389 INFO:teuthology.orchestra.run.smithi042.stderr:/bin/podman: Trying to pull quay.io/ceph/ceph:v17.2.0... 2023-11-16T17:39:01.789 INFO:teuthology.orchestra.run.smithi042.stderr:/bin/podman: Getting image source signatures 2023-11-16T17:39:01.789 INFO:teuthology.orchestra.run.smithi042.stderr:/bin/podman: Copying blob sha256:33ca8fff7868c4dc0c11e09bca97c720eb9cfbab7221216754367dd8de70388a 2023-11-16T17:39:01.790 INFO:teuthology.orchestra.run.smithi042.stderr:/bin/podman: Copying blob sha256:89b4a75bc2d8500f15463747507c9623df43886c134463e7f0527e70900e7a7b 2023-11-16T17:39:01.790 INFO:teuthology.orchestra.run.smithi042.stderr:/bin/podman: Copying blob sha256:599d07cb321ff0a3c82224e1138fc685793fa69b93ed5780415751a5f7e4b8c2 2023-11-16T17:39:01.790 INFO:teuthology.orchestra.run.smithi042.stderr:/bin/podman: Copying blob sha256:c32ab78b488d0c72f64eded765c0cf6b5bf2c75dab66cb62a9d367fa6ec42513 2023-11-16T17:39:01.790 INFO:teuthology.orchestra.run.smithi042.stderr:/bin/podman: Copying blob sha256:a70843738bb77e1ab9c1f85969ebdfa55f178e746be081d1cb4f94011f69eb7c 2023-11-16T17:39:01.791 INFO:teuthology.orchestra.run.smithi042.stderr:/bin/podman: Copying config sha256:e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2023-11-16T17:39:01.853 INFO:teuthology.orchestra.run.smithi042.stderr:/bin/podman: Writing manifest to image destination 2023-11-16T17:39:02.039 INFO:teuthology.orchestra.run.smithi042.stderr:/bin/podman: e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2023-11-16T17:39:02.464 INFO:teuthology.orchestra.run.smithi042.stderr:ceph: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-11-16T17:39:02.855 INFO:teuthology.orchestra.run.smithi042.stderr:Ceph version: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-11-16T17:39:02.855 INFO:teuthology.orchestra.run.smithi042.stderr:Extracting ceph user uid/gid from container image... 2023-11-16T17:39:03.175 INFO:teuthology.orchestra.run.smithi042.stderr:stat: 167 167 2023-11-16T17:39:03.502 INFO:teuthology.orchestra.run.smithi042.stderr:Creating initial keys... 2023-11-16T17:39:03.850 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-authtool: AQC3U1ZlyNDSLxAA5WvBzKVLAY0l+lmXcgd67A== 2023-11-16T17:39:04.523 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-authtool: AQC4U1ZlklUsHhAAEwFLYibrS2JhBJDFTlQadw== 2023-11-16T17:39:05.183 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-authtool: AQC5U1ZlqMUPCRAAK0jKayuqrB54Jni7IFbrVg== 2023-11-16T17:39:05.525 INFO:teuthology.orchestra.run.smithi042.stderr:Creating initial monmap... 2023-11-16T17:39:05.940 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-16T17:39:05.940 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/monmaptool: setting min_mon_release = octopus 2023-11-16T17:39:05.941 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to fc99696c-84a6-11ee-8dbe-212e2dc638e7 2023-11-16T17:39:05.941 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-16T17:39:06.550 INFO:teuthology.orchestra.run.smithi042.stderr:monmaptool for smithi042 [v2:172.21.15.42:3300,v1:172.21.15.42:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-16T17:39:06.550 INFO:teuthology.orchestra.run.smithi042.stderr:setting min_mon_release = octopus 2023-11-16T17:39:06.550 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/monmaptool: set fsid to fc99696c-84a6-11ee-8dbe-212e2dc638e7 2023-11-16T17:39:06.550 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-16T17:39:06.551 INFO:teuthology.orchestra.run.smithi042.stderr: 2023-11-16T17:39:06.551 INFO:teuthology.orchestra.run.smithi042.stderr:Creating mon... 2023-11-16T17:39:07.284 INFO:teuthology.orchestra.run.smithi042.stderr:create mon.smithi042 on 2023-11-16T17:39:07.404 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-11-16T17:39:07.510 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7.target → /etc/systemd/system/ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7.target. 2023-11-16T17:39:07.510 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7.target → /etc/systemd/system/ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7.target. 2023-11-16T17:39:07.736 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: Failed to reset failed state of unit ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7@mon.smithi042.service: Unit ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7@mon.smithi042.service not loaded. 2023-11-16T17:39:07.743 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: Created symlink /etc/systemd/system/ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7.target.wants/ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7@mon.smithi042.service → /etc/systemd/system/ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7@.service. 2023-11-16T17:39:08.265 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: disabled 2023-11-16T17:39:08.273 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: inactive 2023-11-16T17:39:08.274 INFO:teuthology.orchestra.run.smithi042.stderr:firewalld.service is not enabled 2023-11-16T17:39:08.274 INFO:teuthology.orchestra.run.smithi042.stderr:Not possible to enable service . firewalld.service is not available 2023-11-16T17:39:08.275 INFO:teuthology.orchestra.run.smithi042.stderr:Waiting for mon to start... 2023-11-16T17:39:08.275 INFO:teuthology.orchestra.run.smithi042.stderr:Waiting for mon... 2023-11-16T17:39:08.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:08 smithi042 ceph-mon[107255]: mon.smithi042 is new leader, mons smithi042 in quorum (ranks 0) 2023-11-16T17:39:08.788 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: cluster: 2023-11-16T17:39:08.788 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: id: fc99696c-84a6-11ee-8dbe-212e2dc638e7 2023-11-16T17:39:08.788 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-11-16T17:39:08.788 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: 2023-11-16T17:39:08.788 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: services: 2023-11-16T17:39:08.788 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi042 (age 0.513348s) 2023-11-16T17:39:08.788 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: mgr: no daemons active 2023-11-16T17:39:08.789 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-11-16T17:39:08.789 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: 2023-11-16T17:39:08.789 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: data: 2023-11-16T17:39:08.789 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-11-16T17:39:08.789 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-11-16T17:39:08.789 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-11-16T17:39:08.789 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: pgs: 2023-11-16T17:39:08.789 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: 2023-11-16T17:39:09.159 INFO:teuthology.orchestra.run.smithi042.stderr:mon is available 2023-11-16T17:39:09.160 INFO:teuthology.orchestra.run.smithi042.stderr:Assimilating anything we can from ceph.conf... 2023-11-16T17:39:09.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:09 smithi042 ceph-mon[107255]: mon.smithi042 is new leader, mons smithi042 in quorum (ranks 0) 2023-11-16T17:39:09.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:09 smithi042 ceph-mon[107255]: monmap e1: 1 mons at {smithi042=[v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0]} 2023-11-16T17:39:09.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:09 smithi042 ceph-mon[107255]: fsmap 2023-11-16T17:39:09.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:09 smithi042 ceph-mon[107255]: osdmap e1: 0 total, 0 up, 0 in 2023-11-16T17:39:09.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:09 smithi042 ceph-mon[107255]: mgrmap e1: no daemons active 2023-11-16T17:39:09.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:09 smithi042 ceph-mon[107255]: from='client.? 172.21.15.42:0/41322499' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-11-16T17:39:09.621 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: 2023-11-16T17:39:09.621 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: [global] 2023-11-16T17:39:09.621 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: fsid = fc99696c-84a6-11ee-8dbe-212e2dc638e7 2023-11-16T17:39:09.621 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.42:3300,v1:172.21.15.42:6789] 2023-11-16T17:39:09.621 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-16T17:39:09.621 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-16T17:39:09.621 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-16T17:39:09.621 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-16T17:39:09.621 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: 2023-11-16T17:39:09.621 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: [mgr] 2023-11-16T17:39:09.622 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-16T17:39:09.622 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: 2023-11-16T17:39:09.622 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: [osd] 2023-11-16T17:39:09.622 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-16T17:39:09.622 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-16T17:39:09.967 INFO:teuthology.orchestra.run.smithi042.stderr:Generating new minimal ceph.conf... 2023-11-16T17:39:10.574 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:10 smithi042 ceph-mon[107255]: from='client.? 172.21.15.42:0/298722974' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-16T17:39:10.574 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:10 smithi042 ceph-mon[107255]: from='client.? 172.21.15.42:0/298722974' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-16T17:39:10.752 INFO:teuthology.orchestra.run.smithi042.stderr:Restarting the monitor... 2023-11-16T17:39:10.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:10 smithi042 systemd[1]: Stopping Ceph mon.smithi042 for fc99696c-84a6-11ee-8dbe-212e2dc638e7... 2023-11-16T17:39:10.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:10 smithi042 bash[107554]: Error: no container with name or ID "ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-mon.smithi042" found: no such container 2023-11-16T17:39:11.182 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:10 smithi042 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-mon-smithi042[107224]: 2023-11-16T17:39:10.844+0000 7f14ec21f700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi042 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-11-16T17:39:11.183 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:10 smithi042 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-mon-smithi042[107224]: 2023-11-16T17:39:10.844+0000 7f14ec21f700 -1 mon.smithi042@0(leader) e1 *** Got Signal Terminated *** 2023-11-16T17:39:11.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 bash[107566]: ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-mon-smithi042 2023-11-16T17:39:11.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 bash[107604]: Error: no container with name or ID "ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-mon.smithi042" found: no such container 2023-11-16T17:39:11.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 systemd[1]: ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7@mon.smithi042.service: Succeeded. 2023-11-16T17:39:11.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 systemd[1]: Stopped Ceph mon.smithi042 for fc99696c-84a6-11ee-8dbe-212e2dc638e7. 2023-11-16T17:39:11.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 systemd[1]: Starting Ceph mon.smithi042 for fc99696c-84a6-11ee-8dbe-212e2dc638e7... 2023-11-16T17:39:11.834 INFO:teuthology.orchestra.run.smithi042.stderr:Setting mon public_network to 172.21.0.0/20 2023-11-16T17:39:12.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: set uid:gid to 167:167 (ceph:ceph) 2023-11-16T17:39:12.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-11-16T17:39:12.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: pidfile_write: ignore empty --pid-file 2023-11-16T17:39:12.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: load: jerasure load: lrc 2023-11-16T17:39:12.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: RocksDB version: 6.15.5 2023-11-16T17:39:12.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-16T17:39:12.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Compile date Apr 18 2022 2023-11-16T17:39:12.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: DB SUMMARY 2023-11-16T17:39:12.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: DB Session ID: MM56MOL2SDBDL9WHT52B 2023-11-16T17:39:12.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: CURRENT file: CURRENT 2023-11-16T17:39:12.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: IDENTITY file: IDENTITY 2023-11-16T17:39:12.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: MANIFEST file: MANIFEST-000009 size: 131 Bytes 2023-11-16T17:39:12.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi042/store.db dir, Total Num: 1, files: 000008.sst 2023-11-16T17:39:12.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi042/store.db: 000010.log size: 80751 ; 2023-11-16T17:39:12.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.error_if_exists: 0 2023-11-16T17:39:12.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.create_if_missing: 0 2023-11-16T17:39:12.093 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.paranoid_checks: 1 2023-11-16T17:39:12.093 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-11-16T17:39:12.093 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.env: 0x55d0605d3860 2023-11-16T17:39:12.093 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.fs: Posix File System 2023-11-16T17:39:12.093 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.info_log: 0x55d061be3fa0 2023-11-16T17:39:12.093 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.max_file_opening_threads: 16 2023-11-16T17:39:12.093 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.statistics: (nil) 2023-11-16T17:39:12.093 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.use_fsync: 0 2023-11-16T17:39:12.093 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.max_log_file_size: 0 2023-11-16T17:39:12.093 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-16T17:39:12.093 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.log_file_time_to_roll: 0 2023-11-16T17:39:12.093 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.keep_log_file_num: 1000 2023-11-16T17:39:12.093 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.recycle_log_file_num: 0 2023-11-16T17:39:12.093 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.allow_fallocate: 1 2023-11-16T17:39:12.094 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.allow_mmap_reads: 0 2023-11-16T17:39:12.094 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.allow_mmap_writes: 0 2023-11-16T17:39:12.094 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.use_direct_reads: 0 2023-11-16T17:39:12.094 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-16T17:39:12.094 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.create_missing_column_families: 0 2023-11-16T17:39:12.094 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.db_log_dir: 2023-11-16T17:39:12.094 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi042/store.db 2023-11-16T17:39:12.094 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.table_cache_numshardbits: 6 2023-11-16T17:39:12.094 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.WAL_ttl_seconds: 0 2023-11-16T17:39:12.094 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.WAL_size_limit_MB: 0 2023-11-16T17:39:12.094 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-16T17:39:12.094 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-16T17:39:12.095 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.is_fd_close_on_exec: 1 2023-11-16T17:39:12.095 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.advise_random_on_open: 1 2023-11-16T17:39:12.095 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.db_write_buffer_size: 0 2023-11-16T17:39:12.095 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.write_buffer_manager: 0x55d061cd4330 2023-11-16T17:39:12.095 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-16T17:39:12.095 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-16T17:39:12.095 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-16T17:39:12.095 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.use_adaptive_mutex: 0 2023-11-16T17:39:12.095 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.rate_limiter: (nil) 2023-11-16T17:39:12.095 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-16T17:39:12.095 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.wal_recovery_mode: 2 2023-11-16T17:39:12.095 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.enable_thread_tracking: 0 2023-11-16T17:39:12.095 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.enable_pipelined_write: 0 2023-11-16T17:39:12.095 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.unordered_write: 0 2023-11-16T17:39:12.096 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-16T17:39:12.096 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-16T17:39:12.096 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-16T17:39:12.096 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-16T17:39:12.096 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.row_cache: None 2023-11-16T17:39:12.096 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.wal_filter: None 2023-11-16T17:39:12.096 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-16T17:39:12.096 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.allow_ingest_behind: 0 2023-11-16T17:39:12.096 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.preserve_deletes: 0 2023-11-16T17:39:12.097 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.two_write_queues: 0 2023-11-16T17:39:12.097 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.manual_wal_flush: 0 2023-11-16T17:39:12.097 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.atomic_flush: 0 2023-11-16T17:39:12.097 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-16T17:39:12.097 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.persist_stats_to_disk: 0 2023-11-16T17:39:12.097 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.write_dbid_to_manifest: 0 2023-11-16T17:39:12.097 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.log_readahead_size: 0 2023-11-16T17:39:12.097 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-11-16T17:39:12.097 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.best_efforts_recovery: 0 2023-11-16T17:39:12.097 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-11-16T17:39:12.097 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-11-16T17:39:12.097 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.allow_data_in_errors: 0 2023-11-16T17:39:12.097 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.db_host_id: __hostname__ 2023-11-16T17:39:12.097 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.max_background_jobs: 2 2023-11-16T17:39:12.098 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.max_background_compactions: -1 2023-11-16T17:39:12.098 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.max_subcompactions: 1 2023-11-16T17:39:12.098 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-16T17:39:12.098 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-16T17:39:12.098 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.delayed_write_rate : 16777216 2023-11-16T17:39:12.098 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.max_total_wal_size: 0 2023-11-16T17:39:12.098 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-16T17:39:12.098 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.stats_dump_period_sec: 600 2023-11-16T17:39:12.098 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.stats_persist_period_sec: 600 2023-11-16T17:39:12.098 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-16T17:39:12.098 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.max_open_files: -1 2023-11-16T17:39:12.099 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.bytes_per_sync: 0 2023-11-16T17:39:12.099 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.wal_bytes_per_sync: 0 2023-11-16T17:39:12.099 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.strict_bytes_per_sync: 0 2023-11-16T17:39:12.099 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.compaction_readahead_size: 0 2023-11-16T17:39:12.099 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.max_background_flushes: -1 2023-11-16T17:39:12.099 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Compression algorithms supported: 2023-11-16T17:39:12.099 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-16T17:39:12.099 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: kZSTD supported: 0 2023-11-16T17:39:12.099 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: kXpressCompression supported: 0 2023-11-16T17:39:12.099 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: kLZ4HCCompression supported: 1 2023-11-16T17:39:12.099 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: kLZ4Compression supported: 1 2023-11-16T17:39:12.099 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: kBZip2Compression supported: 0 2023-11-16T17:39:12.099 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: kZlibCompression supported: 1 2023-11-16T17:39:12.100 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: kSnappyCompression supported: 1 2023-11-16T17:39:12.100 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Fast CRC32 supported: Supported on x86 2023-11-16T17:39:12.100 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi042/store.db/MANIFEST-000009 2023-11-16T17:39:12.100 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-11-16T17:39:12.100 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-16T17:39:12.100 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.merge_operator: 2023-11-16T17:39:12.100 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.compaction_filter: None 2023-11-16T17:39:12.100 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.compaction_filter_factory: None 2023-11-16T17:39:12.100 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.sst_partitioner_factory: None 2023-11-16T17:39:12.100 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.memtable_factory: SkipListFactory 2023-11-16T17:39:12.100 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.table_factory: BlockBasedTable 2023-11-16T17:39:12.100 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55d061bafd00) 2023-11-16T17:39:12.100 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: cache_index_and_filter_blocks: 1 2023-11-16T17:39:12.100 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-16T17:39:12.101 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-16T17:39:12.101 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: pin_top_level_index_and_filter: 1 2023-11-16T17:39:12.101 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: index_type: 0 2023-11-16T17:39:12.101 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: data_block_index_type: 0 2023-11-16T17:39:12.101 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: index_shortening: 1 2023-11-16T17:39:12.101 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: data_block_hash_table_util_ratio: 0.750000 2023-11-16T17:39:12.101 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: hash_index_allow_collision: 1 2023-11-16T17:39:12.101 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: checksum: 1 2023-11-16T17:39:12.101 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: no_block_cache: 0 2023-11-16T17:39:12.101 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: block_cache: 0x55d061c1a170 2023-11-16T17:39:12.101 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: block_cache_name: BinnedLRUCache 2023-11-16T17:39:12.101 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: block_cache_options: 2023-11-16T17:39:12.101 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: capacity : 536870912 2023-11-16T17:39:12.101 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: num_shard_bits : 4 2023-11-16T17:39:12.102 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: strict_capacity_limit : 0 2023-11-16T17:39:12.102 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: high_pri_pool_ratio: 0.000 2023-11-16T17:39:12.102 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: block_cache_compressed: (nil) 2023-11-16T17:39:12.102 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: persistent_cache: (nil) 2023-11-16T17:39:12.102 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: block_size: 4096 2023-11-16T17:39:12.102 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: block_size_deviation: 10 2023-11-16T17:39:12.102 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: block_restart_interval: 16 2023-11-16T17:39:12.102 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: index_block_restart_interval: 1 2023-11-16T17:39:12.102 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: metadata_block_size: 4096 2023-11-16T17:39:12.102 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: partition_filters: 0 2023-11-16T17:39:12.102 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: use_delta_encoding: 1 2023-11-16T17:39:12.102 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-16T17:39:12.102 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: whole_key_filtering: 1 2023-11-16T17:39:12.102 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: verify_compression: 0 2023-11-16T17:39:12.103 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: read_amp_bytes_per_bit: 0 2023-11-16T17:39:12.103 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: format_version: 4 2023-11-16T17:39:12.103 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: enable_index_compression: 1 2023-11-16T17:39:12.103 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: block_align: 0 2023-11-16T17:39:12.103 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.write_buffer_size: 33554432 2023-11-16T17:39:12.103 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.max_write_buffer_number: 2 2023-11-16T17:39:12.103 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.compression: NoCompression 2023-11-16T17:39:12.103 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.bottommost_compression: Disabled 2023-11-16T17:39:12.103 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.prefix_extractor: nullptr 2023-11-16T17:39:12.103 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-16T17:39:12.103 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.num_levels: 7 2023-11-16T17:39:12.103 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-16T17:39:12.103 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-16T17:39:12.103 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-16T17:39:12.104 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-16T17:39:12.104 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-16T17:39:12.104 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-16T17:39:12.104 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-16T17:39:12.104 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-16T17:39:12.104 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-11-16T17:39:12.104 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-16T17:39:12.104 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.compression_opts.window_bits: -14 2023-11-16T17:39:12.105 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.compression_opts.level: 32767 2023-11-16T17:39:12.105 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.compression_opts.strategy: 0 2023-11-16T17:39:12.105 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-16T17:39:12.105 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-16T17:39:12.105 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-11-16T17:39:12.105 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.compression_opts.enabled: false 2023-11-16T17:39:12.105 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-16T17:39:12.105 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-16T17:39:12.106 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-16T17:39:12.106 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.target_file_size_base: 67108864 2023-11-16T17:39:12.106 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.target_file_size_multiplier: 1 2023-11-16T17:39:12.106 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-16T17:39:12.106 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-16T17:39:12.106 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-16T17:39:12.106 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-16T17:39:12.106 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-16T17:39:12.106 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-16T17:39:12.106 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-16T17:39:12.106 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-16T17:39:12.107 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-16T17:39:12.107 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-16T17:39:12.107 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-16T17:39:12.107 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-16T17:39:12.107 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.arena_block_size: 4194304 2023-11-16T17:39:12.107 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-16T17:39:12.107 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-16T17:39:12.107 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-16T17:39:12.107 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.disable_auto_compactions: 0 2023-11-16T17:39:12.107 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-16T17:39:12.107 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-16T17:39:12.108 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-16T17:39:12.108 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-16T17:39:12.108 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-16T17:39:12.108 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-16T17:39:12.108 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-16T17:39:12.108 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-16T17:39:12.108 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-16T17:39:12.108 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-16T17:39:12.108 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.table_properties_collectors: 2023-11-16T17:39:12.108 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.inplace_update_support: 0 2023-11-16T17:39:12.108 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.inplace_update_num_locks: 10000 2023-11-16T17:39:12.108 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-16T17:39:12.108 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-16T17:39:12.109 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.memtable_huge_page_size: 0 2023-11-16T17:39:12.109 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.bloom_locality: 0 2023-11-16T17:39:12.109 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.max_successive_merges: 0 2023-11-16T17:39:12.109 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.optimize_filters_for_hits: 0 2023-11-16T17:39:12.109 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.paranoid_file_checks: 0 2023-11-16T17:39:12.109 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.force_consistency_checks: 1 2023-11-16T17:39:12.109 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.report_bg_io_stats: 0 2023-11-16T17:39:12.109 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.ttl: 2592000 2023-11-16T17:39:12.109 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.periodic_compaction_seconds: 0 2023-11-16T17:39:12.109 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.enable_blob_files: false 2023-11-16T17:39:12.109 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.min_blob_size: 0 2023-11-16T17:39:12.109 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.blob_file_size: 268435456 2023-11-16T17:39:12.109 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.blob_compression_type: NoCompression 2023-11-16T17:39:12.109 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.enable_blob_garbage_collection: false 2023-11-16T17:39:12.110 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-11-16T17:39:12.110 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi042/store.db/MANIFEST-000009 succeeded,manifest_file_number is 9, next_file_number is 11, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-11-16T17:39:12.110 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 5 2023-11-16T17:39:12.110 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: [db/version_set.cc:4083] Creating manifest 13 2023-11-16T17:39:12.110 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: EVENT_LOG_v1 {"time_micros": 1700156351823489, "job": 1, "event": "recovery_started", "wal_files": [10]} 2023-11-16T17:39:12.110 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #10 mode 2 2023-11-16T17:39:12.110 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: [table/block_based/filter_policy.cc:996] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-11-16T17:39:12.110 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: EVENT_LOG_v1 {"time_micros": 1700156351824361, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 14, "file_size": 77609, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 75867, "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": 70323, "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": 1700156351, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "ad859e02-c027-4b20-b09b-8391fc6ac078", "db_session_id": "MM56MOL2SDBDL9WHT52B"}} 2023-11-16T17:39:12.110 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: [db/version_set.cc:4083] Creating manifest 15 2023-11-16T17:39:12.110 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: EVENT_LOG_v1 {"time_micros": 1700156351824825, "job": 1, "event": "recovery_finished"} 2023-11-16T17:39:12.110 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-smithi042/store.db/000010.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-11-16T17:39:12.111 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x55d061c00a80 2023-11-16T17:39:12.111 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: DB pointer 0x55d061c10000 2023-11-16T17:39:12.111 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-11-16T17:39:12.111 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-11-16T17:39:12.111 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: ** DB Stats ** 2023-11-16T17:39:12.111 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-16T17:39:12.111 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-11-16T17:39:12.111 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-16T17:39:12.111 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-16T17:39:12.111 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-11-16T17:39:12.111 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-16T17:39:12.111 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-16T17:39:12.112 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: 2023-11-16T17:39:12.112 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: ** Compaction Stats [default] ** 2023-11-16T17:39:12.112 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-16T17:39:12.112 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-16T17:39:12.112 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: L0 2/0 77.59 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 132.2 0.00 0.00 1 0.001 0 0 2023-11-16T17:39:12.112 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: Sum 2/0 77.59 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 132.2 0.00 0.00 1 0.001 0 0 2023-11-16T17:39:12.112 INFO:journalctl@ceph.mon.smithi042.smithi042.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 132.2 0.00 0.00 1 0.001 0 0 2023-11-16T17:39:12.112 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: 2023-11-16T17:39:12.112 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: ** Compaction Stats [default] ** 2023-11-16T17:39:12.112 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-16T17:39:12.112 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-16T17:39:12.112 INFO:journalctl@ceph.mon.smithi042.smithi042.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 132.2 0.00 0.00 1 0.001 0 0 2023-11-16T17:39:12.112 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-16T17:39:12.112 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-11-16T17:39:12.113 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-16T17:39:12.113 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-11-16T17:39:12.113 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-11-16T17:39:12.113 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: AddFile(Keys): cumulative 0, interval 0 2023-11-16T17:39:12.113 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: Cumulative compaction: 0.00 GB write, 19.26 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-16T17:39:12.113 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: Interval compaction: 0.00 GB write, 19.26 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-16T17:39:12.113 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-16T17:39:12.113 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: 2023-11-16T17:39:12.113 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: ** File Read Latency Histogram By Level [default] ** 2023-11-16T17:39:12.113 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: 2023-11-16T17:39:12.113 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: ** Compaction Stats [default] ** 2023-11-16T17:39:12.113 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-16T17:39:12.113 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-16T17:39:12.113 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: L0 2/0 77.59 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 132.2 0.00 0.00 1 0.001 0 0 2023-11-16T17:39:12.114 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: Sum 2/0 77.59 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 132.2 0.00 0.00 1 0.001 0 0 2023-11-16T17:39:12.114 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-16T17:39:12.114 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: 2023-11-16T17:39:12.114 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: ** Compaction Stats [default] ** 2023-11-16T17:39:12.114 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-16T17:39:12.114 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-16T17:39:12.114 INFO:journalctl@ceph.mon.smithi042.smithi042.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 132.2 0.00 0.00 1 0.001 0 0 2023-11-16T17:39:12.114 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-16T17:39:12.114 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-11-16T17:39:12.114 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-16T17:39:12.114 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-11-16T17:39:12.114 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-11-16T17:39:12.114 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: AddFile(Keys): cumulative 0, interval 0 2023-11-16T17:39:12.115 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: Cumulative compaction: 0.00 GB write, 19.10 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-16T17:39:12.115 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-16T17:39:12.115 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-16T17:39:12.115 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: 2023-11-16T17:39:12.115 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: ** File Read Latency Histogram By Level [default] ** 2023-11-16T17:39:12.115 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: starting mon.smithi042 rank 0 at public addrs [v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0] at bind addrs [v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi042 fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 2023-11-16T17:39:12.115 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: mon.smithi042@-1(???) e1 preinit fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 2023-11-16T17:39:12.115 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: mon.smithi042@-1(???).mds e1 new map 2023-11-16T17:39:12.115 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: mon.smithi042@-1(???).mds e1 print_map 2023-11-16T17:39:12.115 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: e1 2023-11-16T17:39:12.115 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-11-16T17:39:12.115 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-11-16T17:39:12.115 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: legacy client fscid: -1 2023-11-16T17:39:12.116 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: 2023-11-16T17:39:12.116 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout: No filesystems configured 2023-11-16T17:39:12.116 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: mon.smithi042@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-16T17:39:12.116 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: mon.smithi042@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-16T17:39:12.116 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: mon.smithi042@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-16T17:39:12.116 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: mon.smithi042@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-16T17:39:12.116 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: mon.smithi042@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-11-16T17:39:12.116 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 bash[107671]: c49729ff160ba446b77a393efd0365f492c7ecdb5c51f2c1a2483e45a42e2d99 2023-11-16T17:39:12.116 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: expand_channel_meta expand map: {default=false} 2023-11-16T17:39:12.116 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: expand_channel_meta from 'false' to 'false' 2023-11-16T17:39:12.116 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: expand_channel_meta expanded map: {default=false} 2023-11-16T17:39:12.116 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: expand_channel_meta expand map: {default=info} 2023-11-16T17:39:12.116 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: expand_channel_meta from 'info' to 'info' 2023-11-16T17:39:12.116 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: expand_channel_meta expanded map: {default=info} 2023-11-16T17:39:12.117 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: expand_channel_meta expand map: {default=daemon} 2023-11-16T17:39:12.117 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: expand_channel_meta from 'daemon' to 'daemon' 2023-11-16T17:39:12.117 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: expand_channel_meta expanded map: {default=daemon} 2023-11-16T17:39:12.117 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: expand_channel_meta expand map: {default=debug} 2023-11-16T17:39:12.117 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: expand_channel_meta from 'debug' to 'debug' 2023-11-16T17:39:12.117 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 ceph-mon[107709]: expand_channel_meta expanded map: {default=debug} 2023-11-16T17:39:12.117 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:11 smithi042 systemd[1]: Started Ceph mon.smithi042 for fc99696c-84a6-11ee-8dbe-212e2dc638e7. 2023-11-16T17:39:12.642 INFO:teuthology.orchestra.run.smithi042.stderr:Wrote config to /etc/ceph/ceph.conf 2023-11-16T17:39:12.643 INFO:teuthology.orchestra.run.smithi042.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-11-16T17:39:12.643 INFO:teuthology.orchestra.run.smithi042.stderr:Creating mgr... 2023-11-16T17:39:12.643 INFO:teuthology.orchestra.run.smithi042.stderr:Verifying port 9283 ... 2023-11-16T17:39:12.790 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: Failed to reset failed state of unit ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7@mgr.smithi042.ozybzf.service: Unit ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7@mgr.smithi042.ozybzf.service not loaded. 2023-11-16T17:39:12.797 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: Created symlink /etc/systemd/system/ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7.target.wants/ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7@mgr.smithi042.ozybzf.service → /etc/systemd/system/ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7@.service. 2023-11-16T17:39:13.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:12 smithi042 ceph-mon[107709]: mon.smithi042 is new leader, mons smithi042 in quorum (ranks 0) 2023-11-16T17:39:13.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:12 smithi042 ceph-mon[107709]: monmap e1: 1 mons at {smithi042=[v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0]} 2023-11-16T17:39:13.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:12 smithi042 ceph-mon[107709]: fsmap 2023-11-16T17:39:13.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:12 smithi042 ceph-mon[107709]: osdmap e1: 0 total, 0 up, 0 in 2023-11-16T17:39:13.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:12 smithi042 ceph-mon[107709]: mgrmap e1: no daemons active 2023-11-16T17:39:13.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:12 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/917628174' entity='client.admin' 2023-11-16T17:39:13.330 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: disabled 2023-11-16T17:39:13.339 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: inactive 2023-11-16T17:39:13.340 INFO:teuthology.orchestra.run.smithi042.stderr:firewalld.service is not enabled 2023-11-16T17:39:13.340 INFO:teuthology.orchestra.run.smithi042.stderr:Not possible to enable service . firewalld.service is not available 2023-11-16T17:39:13.349 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: disabled 2023-11-16T17:39:13.357 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: inactive 2023-11-16T17:39:13.358 INFO:teuthology.orchestra.run.smithi042.stderr:firewalld.service is not enabled 2023-11-16T17:39:13.358 INFO:teuthology.orchestra.run.smithi042.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-11-16T17:39:13.358 INFO:teuthology.orchestra.run.smithi042.stderr:Waiting for mgr to start... 2023-11-16T17:39:13.358 INFO:teuthology.orchestra.run.smithi042.stderr:Waiting for mgr... 2023-11-16T17:39:13.891 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: 2023-11-16T17:39:13.891 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: { 2023-11-16T17:39:13.892 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "fsid": "fc99696c-84a6-11ee-8dbe-212e2dc638e7", 2023-11-16T17:39:13.892 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "health": { 2023-11-16T17:39:13.892 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-16T17:39:13.892 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "checks": {}, 2023-11-16T17:39:13.892 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "mutes": [] 2023-11-16T17:39:13.892 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2023-11-16T17:39:13.892 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-16T17:39:13.892 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "quorum": [ 2023-11-16T17:39:13.892 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: 0 2023-11-16T17:39:13.892 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: ], 2023-11-16T17:39:13.892 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-16T17:39:13.892 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "smithi042" 2023-11-16T17:39:13.892 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: ], 2023-11-16T17:39:13.892 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "quorum_age": 2, 2023-11-16T17:39:13.893 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "monmap": { 2023-11-16T17:39:13.893 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T17:39:13.893 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-11-16T17:39:13.893 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-16T17:39:13.893 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2023-11-16T17:39:13.893 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "osdmap": { 2023-11-16T17:39:13.893 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T17:39:13.893 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-16T17:39:13.893 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-16T17:39:13.893 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-16T17:39:13.893 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-16T17:39:13.896 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-16T17:39:13.897 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-16T17:39:13.897 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2023-11-16T17:39:13.897 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "pgmap": { 2023-11-16T17:39:13.897 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-16T17:39:13.897 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-16T17:39:13.897 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-16T17:39:13.897 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-16T17:39:13.897 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-16T17:39:13.897 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-16T17:39:13.897 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-16T17:39:13.897 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-16T17:39:13.897 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2023-11-16T17:39:13.897 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "fsmap": { 2023-11-16T17:39:13.898 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T17:39:13.898 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-16T17:39:13.898 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-16T17:39:13.898 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2023-11-16T17:39:13.898 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-16T17:39:13.898 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "available": false, 2023-11-16T17:39:13.898 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-16T17:39:13.898 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "modules": [ 2023-11-16T17:39:13.898 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "iostat", 2023-11-16T17:39:13.898 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "nfs", 2023-11-16T17:39:13.898 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "restful" 2023-11-16T17:39:13.898 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: ], 2023-11-16T17:39:13.898 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "services": {} 2023-11-16T17:39:13.898 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2023-11-16T17:39:13.899 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "servicemap": { 2023-11-16T17:39:13.899 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T17:39:13.899 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "modified": "2023-11-16T17:39:08.270815+0000", 2023-11-16T17:39:13.899 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "services": {} 2023-11-16T17:39:13.899 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2023-11-16T17:39:13.899 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-16T17:39:13.901 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: } 2023-11-16T17:39:14.211 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:13 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/2695287093' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-16T17:39:14.241 INFO:teuthology.orchestra.run.smithi042.stderr:mgr not available, waiting (1/15)... 2023-11-16T17:39:16.691 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: 2023-11-16T17:39:16.691 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: { 2023-11-16T17:39:16.691 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "fsid": "fc99696c-84a6-11ee-8dbe-212e2dc638e7", 2023-11-16T17:39:16.691 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "health": { 2023-11-16T17:39:16.691 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-16T17:39:16.691 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "checks": {}, 2023-11-16T17:39:16.691 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "mutes": [] 2023-11-16T17:39:16.691 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2023-11-16T17:39:16.691 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-16T17:39:16.691 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "quorum": [ 2023-11-16T17:39:16.691 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: 0 2023-11-16T17:39:16.692 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: ], 2023-11-16T17:39:16.692 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-16T17:39:16.692 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "smithi042" 2023-11-16T17:39:16.692 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: ], 2023-11-16T17:39:16.692 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "quorum_age": 4, 2023-11-16T17:39:16.692 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "monmap": { 2023-11-16T17:39:16.692 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T17:39:16.692 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-11-16T17:39:16.692 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-16T17:39:16.693 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2023-11-16T17:39:16.693 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "osdmap": { 2023-11-16T17:39:16.693 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T17:39:16.694 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-16T17:39:16.694 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-16T17:39:16.694 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-16T17:39:16.694 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-16T17:39:16.694 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-16T17:39:16.694 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-16T17:39:16.694 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2023-11-16T17:39:16.697 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "pgmap": { 2023-11-16T17:39:16.697 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-16T17:39:16.697 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-16T17:39:16.697 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-16T17:39:16.697 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-16T17:39:16.697 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-16T17:39:16.697 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-16T17:39:16.698 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-16T17:39:16.698 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-16T17:39:16.698 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2023-11-16T17:39:16.698 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "fsmap": { 2023-11-16T17:39:16.698 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T17:39:16.698 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-16T17:39:16.698 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-16T17:39:16.698 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2023-11-16T17:39:16.698 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-16T17:39:16.698 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "available": false, 2023-11-16T17:39:16.698 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-16T17:39:16.698 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "modules": [ 2023-11-16T17:39:16.699 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "iostat", 2023-11-16T17:39:16.699 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "nfs", 2023-11-16T17:39:16.699 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "restful" 2023-11-16T17:39:16.699 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: ], 2023-11-16T17:39:16.699 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "services": {} 2023-11-16T17:39:16.699 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2023-11-16T17:39:16.699 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "servicemap": { 2023-11-16T17:39:16.699 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T17:39:16.699 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "modified": "2023-11-16T17:39:08.270815+0000", 2023-11-16T17:39:16.699 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "services": {} 2023-11-16T17:39:16.699 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2023-11-16T17:39:16.699 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-16T17:39:16.699 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: } 2023-11-16T17:39:16.915 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:16 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/3222324757' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-16T17:39:17.069 INFO:teuthology.orchestra.run.smithi042.stderr:mgr not available, waiting (2/15)... 2023-11-16T17:39:19.526 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: 2023-11-16T17:39:19.527 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: { 2023-11-16T17:39:19.527 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "fsid": "fc99696c-84a6-11ee-8dbe-212e2dc638e7", 2023-11-16T17:39:19.527 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "health": { 2023-11-16T17:39:19.527 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-16T17:39:19.527 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "checks": {}, 2023-11-16T17:39:19.527 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "mutes": [] 2023-11-16T17:39:19.527 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2023-11-16T17:39:19.527 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-16T17:39:19.527 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "quorum": [ 2023-11-16T17:39:19.527 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: 0 2023-11-16T17:39:19.527 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: ], 2023-11-16T17:39:19.528 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-16T17:39:19.528 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "smithi042" 2023-11-16T17:39:19.528 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: ], 2023-11-16T17:39:19.528 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "quorum_age": 7, 2023-11-16T17:39:19.528 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "monmap": { 2023-11-16T17:39:19.528 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T17:39:19.528 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-11-16T17:39:19.528 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-16T17:39:19.528 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2023-11-16T17:39:19.528 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "osdmap": { 2023-11-16T17:39:19.528 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T17:39:19.528 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-16T17:39:19.528 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-16T17:39:19.528 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-16T17:39:19.529 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-16T17:39:19.532 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-16T17:39:19.532 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-16T17:39:19.532 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2023-11-16T17:39:19.532 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "pgmap": { 2023-11-16T17:39:19.532 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-16T17:39:19.532 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-16T17:39:19.532 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-16T17:39:19.532 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-16T17:39:19.533 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-16T17:39:19.533 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-16T17:39:19.533 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-16T17:39:19.533 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-16T17:39:19.533 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2023-11-16T17:39:19.533 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "fsmap": { 2023-11-16T17:39:19.533 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T17:39:19.533 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-16T17:39:19.533 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-16T17:39:19.533 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2023-11-16T17:39:19.533 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-16T17:39:19.533 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "available": false, 2023-11-16T17:39:19.533 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-16T17:39:19.534 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "modules": [ 2023-11-16T17:39:19.534 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "iostat", 2023-11-16T17:39:19.534 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "nfs", 2023-11-16T17:39:19.534 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "restful" 2023-11-16T17:39:19.534 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: ], 2023-11-16T17:39:19.534 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "services": {} 2023-11-16T17:39:19.534 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2023-11-16T17:39:19.534 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "servicemap": { 2023-11-16T17:39:19.534 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T17:39:19.534 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "modified": "2023-11-16T17:39:08.270815+0000", 2023-11-16T17:39:19.534 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "services": {} 2023-11-16T17:39:19.534 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2023-11-16T17:39:19.534 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-16T17:39:19.534 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: } 2023-11-16T17:39:19.697 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:19 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/3264051292' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-16T17:39:19.874 INFO:teuthology.orchestra.run.smithi042.stderr:mgr not available, waiting (3/15)... 2023-11-16T17:39:20.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:20 smithi042 ceph-mon[107709]: Activating manager daemon smithi042.ozybzf 2023-11-16T17:39:20.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:20 smithi042 ceph-mon[107709]: mgrmap e2: smithi042.ozybzf(active, starting, since 0.00296837s) 2023-11-16T17:39:20.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:20 smithi042 ceph-mon[107709]: from='mgr.14100 172.21.15.42:0/3951149824' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-16T17:39:20.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:20 smithi042 ceph-mon[107709]: from='mgr.14100 172.21.15.42:0/3951149824' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-16T17:39:20.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:20 smithi042 ceph-mon[107709]: from='mgr.14100 172.21.15.42:0/3951149824' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-16T17:39:20.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:20 smithi042 ceph-mon[107709]: from='mgr.14100 172.21.15.42:0/3951149824' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mon metadata", "id": "smithi042"}]: dispatch 2023-11-16T17:39:20.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:20 smithi042 ceph-mon[107709]: from='mgr.14100 172.21.15.42:0/3951149824' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mgr metadata", "who": "smithi042.ozybzf", "id": "smithi042.ozybzf"}]: dispatch 2023-11-16T17:39:20.842 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:20 smithi042 ceph-mon[107709]: Manager daemon smithi042.ozybzf is now available 2023-11-16T17:39:20.842 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:20 smithi042 ceph-mon[107709]: from='mgr.14100 172.21.15.42:0/3951149824' entity='mgr.smithi042.ozybzf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi042.ozybzf/mirror_snapshot_schedule"}]: dispatch 2023-11-16T17:39:20.842 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:20 smithi042 ceph-mon[107709]: from='mgr.14100 172.21.15.42:0/3951149824' entity='mgr.smithi042.ozybzf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi042.ozybzf/trash_purge_schedule"}]: dispatch 2023-11-16T17:39:20.842 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:20 smithi042 ceph-mon[107709]: from='mgr.14100 172.21.15.42:0/3951149824' entity='mgr.smithi042.ozybzf' 2023-11-16T17:39:20.842 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:20 smithi042 ceph-mon[107709]: from='mgr.14100 172.21.15.42:0/3951149824' entity='mgr.smithi042.ozybzf' 2023-11-16T17:39:20.842 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:20 smithi042 ceph-mon[107709]: from='mgr.14100 172.21.15.42:0/3951149824' entity='mgr.smithi042.ozybzf' 2023-11-16T17:39:22.473 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:22 smithi042 ceph-mon[107709]: mgrmap e3: smithi042.ozybzf(active, since 1.00686s) 2023-11-16T17:39:23.561 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: 2023-11-16T17:39:23.561 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: { 2023-11-16T17:39:23.561 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "fsid": "fc99696c-84a6-11ee-8dbe-212e2dc638e7", 2023-11-16T17:39:23.561 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "health": { 2023-11-16T17:39:23.561 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-16T17:39:23.562 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "checks": {}, 2023-11-16T17:39:23.562 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "mutes": [] 2023-11-16T17:39:23.562 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2023-11-16T17:39:23.562 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-16T17:39:23.562 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "quorum": [ 2023-11-16T17:39:23.562 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: 0 2023-11-16T17:39:23.562 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: ], 2023-11-16T17:39:23.562 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-16T17:39:23.562 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "smithi042" 2023-11-16T17:39:23.562 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: ], 2023-11-16T17:39:23.562 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "quorum_age": 11, 2023-11-16T17:39:23.562 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "monmap": { 2023-11-16T17:39:23.562 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T17:39:23.563 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-11-16T17:39:23.563 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-16T17:39:23.563 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2023-11-16T17:39:23.563 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "osdmap": { 2023-11-16T17:39:23.563 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T17:39:23.563 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-16T17:39:23.563 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-16T17:39:23.563 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-16T17:39:23.563 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-16T17:39:23.563 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-16T17:39:23.563 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-16T17:39:23.563 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2023-11-16T17:39:23.563 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "pgmap": { 2023-11-16T17:39:23.564 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-16T17:39:23.564 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-16T17:39:23.564 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-16T17:39:23.564 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-16T17:39:23.564 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-16T17:39:23.564 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-16T17:39:23.564 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-16T17:39:23.564 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-16T17:39:23.564 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2023-11-16T17:39:23.564 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "fsmap": { 2023-11-16T17:39:23.564 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T17:39:23.564 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-16T17:39:23.564 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-16T17:39:23.565 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2023-11-16T17:39:23.565 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-16T17:39:23.565 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "available": true, 2023-11-16T17:39:23.565 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-16T17:39:23.565 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "modules": [ 2023-11-16T17:39:23.565 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "iostat", 2023-11-16T17:39:23.565 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "nfs", 2023-11-16T17:39:23.565 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "restful" 2023-11-16T17:39:23.565 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: ], 2023-11-16T17:39:23.565 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "services": {} 2023-11-16T17:39:23.565 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2023-11-16T17:39:23.565 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "servicemap": { 2023-11-16T17:39:23.565 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T17:39:23.566 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "modified": "2023-11-16T17:39:08.270815+0000", 2023-11-16T17:39:23.566 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "services": {} 2023-11-16T17:39:23.566 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2023-11-16T17:39:23.566 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-16T17:39:23.566 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: } 2023-11-16T17:39:24.489 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:24 smithi042 ceph-mon[107709]: mgrmap e4: smithi042.ozybzf(active, since 3s) 2023-11-16T17:39:24.489 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:24 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/2715564725' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-16T17:39:25.035 INFO:teuthology.orchestra.run.smithi042.stderr:mgr is available 2023-11-16T17:39:26.650 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: 2023-11-16T17:39:26.650 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: [global] 2023-11-16T17:39:26.650 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: fsid = fc99696c-84a6-11ee-8dbe-212e2dc638e7 2023-11-16T17:39:26.650 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-16T17:39:26.650 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-16T17:39:26.650 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-16T17:39:26.650 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-16T17:39:26.651 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: 2023-11-16T17:39:26.651 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: [mgr] 2023-11-16T17:39:26.651 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-16T17:39:26.651 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: 2023-11-16T17:39:26.651 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: [osd] 2023-11-16T17:39:26.651 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-16T17:39:26.651 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-16T17:39:27.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:26 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/1364362326' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-16T17:39:29.082 INFO:teuthology.orchestra.run.smithi042.stderr:Enabling cephadm module... 2023-11-16T17:39:30.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:30 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/299000457' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-11-16T17:39:31.793 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:31 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/299000457' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-11-16T17:39:31.793 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:31 smithi042 ceph-mon[107709]: mgrmap e5: smithi042.ozybzf(active, since 10s) 2023-11-16T17:39:32.885 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: { 2023-11-16T17:39:32.885 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "epoch": 5, 2023-11-16T17:39:32.885 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "available": true, 2023-11-16T17:39:32.885 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "active_name": "smithi042.ozybzf", 2023-11-16T17:39:32.885 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-16T17:39:32.885 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: } 2023-11-16T17:39:33.166 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:32 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/1427731400' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-16T17:39:33.231 INFO:teuthology.orchestra.run.smithi042.stderr:Waiting for the mgr to restart... 2023-11-16T17:39:33.231 INFO:teuthology.orchestra.run.smithi042.stderr:Waiting for mgr epoch 5... 2023-11-16T17:39:38.840 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:38 smithi042 ceph-mon[107709]: Active manager daemon smithi042.ozybzf restarted 2023-11-16T17:39:38.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:38 smithi042 ceph-mon[107709]: Activating manager daemon smithi042.ozybzf 2023-11-16T17:39:38.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:38 smithi042 ceph-mon[107709]: osdmap e2: 0 total, 0 up, 0 in 2023-11-16T17:39:38.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:38 smithi042 ceph-mon[107709]: mgrmap e6: smithi042.ozybzf(active, starting, since 0.452061s) 2023-11-16T17:39:38.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:38 smithi042 ceph-mon[107709]: from='mgr.14120 172.21.15.42:0/3377123650' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mon metadata", "id": "smithi042"}]: dispatch 2023-11-16T17:39:38.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:38 smithi042 ceph-mon[107709]: from='mgr.14120 172.21.15.42:0/3377123650' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mgr metadata", "who": "smithi042.ozybzf", "id": "smithi042.ozybzf"}]: dispatch 2023-11-16T17:39:38.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:38 smithi042 ceph-mon[107709]: from='mgr.14120 172.21.15.42:0/3377123650' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-16T17:39:38.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:38 smithi042 ceph-mon[107709]: from='mgr.14120 172.21.15.42:0/3377123650' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-16T17:39:38.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:38 smithi042 ceph-mon[107709]: from='mgr.14120 172.21.15.42:0/3377123650' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-16T17:39:38.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:38 smithi042 ceph-mon[107709]: Manager daemon smithi042.ozybzf is now available 2023-11-16T17:39:38.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:38 smithi042 ceph-mon[107709]: from='mgr.14120 172.21.15.42:0/3377123650' entity='mgr.smithi042.ozybzf' 2023-11-16T17:39:38.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:38 smithi042 ceph-mon[107709]: from='mgr.14120 172.21.15.42:0/3377123650' entity='mgr.smithi042.ozybzf' 2023-11-16T17:39:38.842 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:38 smithi042 ceph-mon[107709]: from='mgr.14120 172.21.15.42:0/3377123650' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:39:38.842 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:38 smithi042 ceph-mon[107709]: from='mgr.14120 172.21.15.42:0/3377123650' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:39:38.842 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:38 smithi042 ceph-mon[107709]: from='mgr.14120 172.21.15.42:0/3377123650' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:39:38.842 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:38 smithi042 ceph-mon[107709]: from='mgr.14120 172.21.15.42:0/3377123650' entity='mgr.smithi042.ozybzf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi042.ozybzf/mirror_snapshot_schedule"}]: dispatch 2023-11-16T17:39:38.842 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:38 smithi042 ceph-mon[107709]: from='mgr.14120 172.21.15.42:0/3377123650' entity='mgr.smithi042.ozybzf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi042.ozybzf/trash_purge_schedule"}]: dispatch 2023-11-16T17:39:38.847 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: { 2023-11-16T17:39:38.847 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-11-16T17:39:38.847 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "initialized": true 2023-11-16T17:39:38.847 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: } 2023-11-16T17:39:39.180 INFO:teuthology.orchestra.run.smithi042.stderr:mgr epoch 5 is available 2023-11-16T17:39:39.180 INFO:teuthology.orchestra.run.smithi042.stderr:Setting orchestrator backend to cephadm... 2023-11-16T17:39:40.090 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:39 smithi042 ceph-mon[107709]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-16T17:39:40.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:39 smithi042 ceph-mon[107709]: mgrmap e7: smithi042.ozybzf(active, since 1.45422s) 2023-11-16T17:39:40.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:39 smithi042 ceph-mon[107709]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-16T17:39:40.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:39 smithi042 ceph-mon[107709]: from='mgr.14120 172.21.15.42:0/3377123650' entity='mgr.smithi042.ozybzf' 2023-11-16T17:39:40.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:39 smithi042 ceph-mon[107709]: from='mgr.14120 172.21.15.42:0/3377123650' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:39:40.688 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: value unchanged 2023-11-16T17:39:40.982 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:40 smithi042 ceph-mon[107709]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:39:40.982 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:40 smithi042 ceph-mon[107709]: mgrmap e8: smithi042.ozybzf(active, since 2s) 2023-11-16T17:39:41.030 INFO:teuthology.orchestra.run.smithi042.stderr:Generating ssh key... 2023-11-16T17:39:42.395 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:42 smithi042 ceph-mon[107709]: [16/Nov/2023:17:39:41] ENGINE Bus STARTING 2023-11-16T17:39:42.395 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:42 smithi042 ceph-mon[107709]: [16/Nov/2023:17:39:41] ENGINE Serving on https://172.21.15.42:7150 2023-11-16T17:39:42.395 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:42 smithi042 ceph-mon[107709]: [16/Nov/2023:17:39:41] ENGINE Bus STARTED 2023-11-16T17:39:42.395 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:42 smithi042 ceph-mon[107709]: from='mgr.14120 172.21.15.42:0/3377123650' entity='mgr.smithi042.ozybzf' 2023-11-16T17:39:42.395 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:42 smithi042 ceph-mon[107709]: from='mgr.14120 172.21.15.42:0/3377123650' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:39:43.158 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCiymutfX9yBL+1ND7kJjNi1Z5beidz2MV1t+1IFhdbLcXmfwByDTiRqvCSV2AIWJb/JsHJU3/puHud2QqPO1N4NB1eFBVMc9bby3n8+aqmZaFgIv7UIgR0LroBuiEawvWdFDq+SjnxOEwhjx7n9D0bD/A/l7skHwp1BRk2eTiRDA7AK01tE0Gd+r3C3vj65YH92UUyoHJYPZuPR1JKNhnL8E2BUqhCkWWrsfuMryY7lCO3JNwbvkLi2zZLIYpUirClASVN+U/TJpZf86Sqfx74AiriERLCs9rps5U6AZxLjyYImjluzA7XhIZqHuR31sdNtHZlJ/c5RBzfIPVPdDXK1LvLffgoQD/EnLrn7Ge/p7ww07384eX9hoaZ+Oq6QCh5Ccw6COyowSR4uhbDTmMf2FxDRJxG6vwgqIynmxxEhIZbtr6j03h5myyazOqCXUYHDb+W9lElsE3k06/hQeQeHPDBMtgd95pWdaDerG0PItRDJHgq4UOJec+92OdE7E0= ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7 2023-11-16T17:39:43.491 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:43 smithi042 ceph-mon[107709]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:39:43.491 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:43 smithi042 ceph-mon[107709]: Generating ssh key... 2023-11-16T17:39:43.491 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:43 smithi042 ceph-mon[107709]: from='mgr.14120 172.21.15.42:0/3377123650' entity='mgr.smithi042.ozybzf' 2023-11-16T17:39:43.491 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:43 smithi042 ceph-mon[107709]: from='mgr.14120 172.21.15.42:0/3377123650' entity='mgr.smithi042.ozybzf' 2023-11-16T17:39:43.538 INFO:teuthology.orchestra.run.smithi042.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-11-16T17:39:43.538 INFO:teuthology.orchestra.run.smithi042.stderr:Adding key to root@localhost authorized_keys... 2023-11-16T17:39:43.539 INFO:teuthology.orchestra.run.smithi042.stderr:Adding host smithi042... 2023-11-16T17:39:44.436 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:44 smithi042 ceph-mon[107709]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:39:45.044 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: Added host 'smithi042' with addr '172.21.15.42' 2023-11-16T17:39:46.170 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:45 smithi042 ceph-mon[107709]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi042", "addr": "172.21.15.42", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:39:46.170 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:45 smithi042 ceph-mon[107709]: Deploying cephadm binary to smithi042 2023-11-16T17:39:46.171 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:45 smithi042 ceph-mon[107709]: from='mgr.14120 172.21.15.42:0/3377123650' entity='mgr.smithi042.ozybzf' 2023-11-16T17:39:46.171 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:45 smithi042 ceph-mon[107709]: from='mgr.14120 172.21.15.42:0/3377123650' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:39:46.171 INFO:teuthology.orchestra.run.smithi042.stderr:Deploying mon service with default placement... 2023-11-16T17:39:46.171 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: Scheduled mon update... 2023-11-16T17:39:46.318 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:46 smithi042 ceph-mon[107709]: Added host smithi042 2023-11-16T17:39:46.318 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:46 smithi042 ceph-mon[107709]: from='mgr.14120 172.21.15.42:0/3377123650' entity='mgr.smithi042.ozybzf' 2023-11-16T17:39:46.447 INFO:teuthology.orchestra.run.smithi042.stderr:Deploying mgr service with default placement... 2023-11-16T17:39:47.102 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-11-16T17:39:47.277 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:47 smithi042 ceph-mon[107709]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:39:47.277 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:47 smithi042 ceph-mon[107709]: Saving service mon spec with placement count:5 2023-11-16T17:39:47.277 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:47 smithi042 ceph-mon[107709]: from='mgr.14120 172.21.15.42:0/3377123650' entity='mgr.smithi042.ozybzf' 2023-11-16T17:39:47.278 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:47 smithi042 ceph-mon[107709]: from='mgr.14120 172.21.15.42:0/3377123650' entity='mgr.smithi042.ozybzf' 2023-11-16T17:39:47.453 INFO:teuthology.orchestra.run.smithi042.stderr:Deploying crash service with default placement... 2023-11-16T17:39:48.135 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: Scheduled crash update... 2023-11-16T17:39:48.597 INFO:teuthology.orchestra.run.smithi042.stderr:Deploying prometheus service with default placement... 2023-11-16T17:39:48.711 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:48 smithi042 ceph-mon[107709]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:39:48.711 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:48 smithi042 ceph-mon[107709]: Saving service mgr spec with placement count:2 2023-11-16T17:39:48.711 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:48 smithi042 ceph-mon[107709]: from='mgr.14120 172.21.15.42:0/3377123650' entity='mgr.smithi042.ozybzf' 2023-11-16T17:39:48.711 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:48 smithi042 ceph-mon[107709]: from='mgr.14120 172.21.15.42:0/3377123650' entity='mgr.smithi042.ozybzf' 2023-11-16T17:39:48.711 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:48 smithi042 ceph-mon[107709]: from='mgr.14120 172.21.15.42:0/3377123650' entity='mgr.smithi042.ozybzf' 2023-11-16T17:39:49.239 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-11-16T17:39:49.587 INFO:teuthology.orchestra.run.smithi042.stderr:Deploying grafana service with default placement... 2023-11-16T17:39:49.728 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:49 smithi042 ceph-mon[107709]: from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:39:49.728 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:49 smithi042 ceph-mon[107709]: Saving service crash spec with placement * 2023-11-16T17:39:49.729 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:49 smithi042 ceph-mon[107709]: from='mgr.14120 172.21.15.42:0/3377123650' entity='mgr.smithi042.ozybzf' 2023-11-16T17:39:49.729 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:49 smithi042 ceph-mon[107709]: from='mgr.14120 172.21.15.42:0/3377123650' entity='mgr.smithi042.ozybzf' 2023-11-16T17:39:50.269 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-11-16T17:39:50.573 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:50 smithi042 ceph-mon[107709]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:39:50.574 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:50 smithi042 ceph-mon[107709]: Saving service prometheus spec with placement count:1 2023-11-16T17:39:50.574 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:50 smithi042 ceph-mon[107709]: from='mgr.14120 172.21.15.42:0/3377123650' entity='mgr.smithi042.ozybzf' 2023-11-16T17:39:50.620 INFO:teuthology.orchestra.run.smithi042.stderr:Deploying node-exporter service with default placement... 2023-11-16T17:39:51.267 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-11-16T17:39:51.557 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:51 smithi042 ceph-mon[107709]: from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:39:51.557 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:51 smithi042 ceph-mon[107709]: Saving service grafana spec with placement count:1 2023-11-16T17:39:51.557 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:51 smithi042 ceph-mon[107709]: from='mgr.14120 172.21.15.42:0/3377123650' entity='mgr.smithi042.ozybzf' 2023-11-16T17:39:51.620 INFO:teuthology.orchestra.run.smithi042.stderr:Deploying alertmanager service with default placement... 2023-11-16T17:39:52.184 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-11-16T17:39:52.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:52 smithi042 ceph-mon[107709]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:39:52.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:52 smithi042 ceph-mon[107709]: Saving service node-exporter spec with placement * 2023-11-16T17:39:52.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:52 smithi042 ceph-mon[107709]: from='mgr.14120 172.21.15.42:0/3377123650' entity='mgr.smithi042.ozybzf' 2023-11-16T17:39:53.840 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:53 smithi042 ceph-mon[107709]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:39:53.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:53 smithi042 ceph-mon[107709]: Saving service alertmanager spec with placement count:1 2023-11-16T17:39:53.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:53 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/634910327' entity='client.admin' 2023-11-16T17:39:54.428 INFO:teuthology.orchestra.run.smithi042.stderr:Enabling the dashboard module... 2023-11-16T17:39:55.340 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:55 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/990786100' entity='client.admin' 2023-11-16T17:39:56.340 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:56 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/1185948709' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-11-16T17:39:57.121 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: { 2023-11-16T17:39:57.121 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "epoch": 9, 2023-11-16T17:39:57.121 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "available": true, 2023-11-16T17:39:57.121 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "active_name": "smithi042.ozybzf", 2023-11-16T17:39:57.121 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-16T17:39:57.122 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: } 2023-11-16T17:39:57.340 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:57 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/1185948709' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-11-16T17:39:57.340 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:57 smithi042 ceph-mon[107709]: mgrmap e9: smithi042.ozybzf(active, since 18s) 2023-11-16T17:39:57.511 INFO:teuthology.orchestra.run.smithi042.stderr:Waiting for the mgr to restart... 2023-11-16T17:39:57.511 INFO:teuthology.orchestra.run.smithi042.stderr:Waiting for mgr epoch 9... 2023-11-16T17:39:58.340 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:39:58 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/305494885' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-16T17:40:03.994 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: { 2023-11-16T17:40:03.994 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-11-16T17:40:03.994 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "initialized": true 2023-11-16T17:40:03.994 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: } 2023-11-16T17:40:04.015 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:03 smithi042 ceph-mon[107709]: Active manager daemon smithi042.ozybzf restarted 2023-11-16T17:40:04.016 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:03 smithi042 ceph-mon[107709]: Activating manager daemon smithi042.ozybzf 2023-11-16T17:40:04.016 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:03 smithi042 ceph-mon[107709]: osdmap e3: 0 total, 0 up, 0 in 2023-11-16T17:40:04.016 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:03 smithi042 ceph-mon[107709]: mgrmap e10: smithi042.ozybzf(active, starting, since 0.0530471s) 2023-11-16T17:40:04.016 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:03 smithi042 ceph-mon[107709]: from='mgr.14162 172.21.15.42:0/2887709006' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mon metadata", "id": "smithi042"}]: dispatch 2023-11-16T17:40:04.016 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:03 smithi042 ceph-mon[107709]: from='mgr.14162 172.21.15.42:0/2887709006' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mgr metadata", "who": "smithi042.ozybzf", "id": "smithi042.ozybzf"}]: dispatch 2023-11-16T17:40:04.016 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:03 smithi042 ceph-mon[107709]: from='mgr.14162 172.21.15.42:0/2887709006' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-16T17:40:04.016 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:03 smithi042 ceph-mon[107709]: from='mgr.14162 172.21.15.42:0/2887709006' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-16T17:40:04.016 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:03 smithi042 ceph-mon[107709]: from='mgr.14162 172.21.15.42:0/2887709006' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-16T17:40:04.016 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:03 smithi042 ceph-mon[107709]: Manager daemon smithi042.ozybzf is now available 2023-11-16T17:40:04.016 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:03 smithi042 ceph-mon[107709]: from='mgr.14162 172.21.15.42:0/2887709006' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:40:04.017 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:03 smithi042 ceph-mon[107709]: from='mgr.14162 172.21.15.42:0/2887709006' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:40:04.017 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:03 smithi042 ceph-mon[107709]: from='mgr.14162 172.21.15.42:0/2887709006' entity='mgr.smithi042.ozybzf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi042.ozybzf/mirror_snapshot_schedule"}]: dispatch 2023-11-16T17:40:04.017 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:03 smithi042 ceph-mon[107709]: from='mgr.14162 172.21.15.42:0/2887709006' entity='mgr.smithi042.ozybzf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi042.ozybzf/trash_purge_schedule"}]: dispatch 2023-11-16T17:40:04.017 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:03 smithi042 ceph-mon[107709]: from='mgr.14162 172.21.15.42:0/2887709006' entity='mgr.smithi042.ozybzf' 2023-11-16T17:40:04.510 INFO:teuthology.orchestra.run.smithi042.stderr:mgr epoch 9 is available 2023-11-16T17:40:04.511 INFO:teuthology.orchestra.run.smithi042.stderr:Generating a dashboard self-signed certificate... 2023-11-16T17:40:05.284 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:04 smithi042 ceph-mon[107709]: [16/Nov/2023:17:40:03] ENGINE Bus STARTING 2023-11-16T17:40:05.284 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:04 smithi042 ceph-mon[107709]: [16/Nov/2023:17:40:03] ENGINE Serving on https://172.21.15.42:7150 2023-11-16T17:40:05.284 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:04 smithi042 ceph-mon[107709]: [16/Nov/2023:17:40:03] ENGINE Bus STARTED 2023-11-16T17:40:05.284 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:04 smithi042 ceph-mon[107709]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-16T17:40:05.284 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:04 smithi042 ceph-mon[107709]: mgrmap e11: smithi042.ozybzf(active, since 1.05626s) 2023-11-16T17:40:05.284 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:04 smithi042 ceph-mon[107709]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-16T17:40:05.284 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:04 smithi042 ceph-mon[107709]: from='mgr.14162 172.21.15.42:0/2887709006' entity='mgr.smithi042.ozybzf' 2023-11-16T17:40:05.284 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:04 smithi042 ceph-mon[107709]: from='mgr.14162 172.21.15.42:0/2887709006' entity='mgr.smithi042.ozybzf' 2023-11-16T17:40:05.316 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: Self-signed certificate created 2023-11-16T17:40:05.994 INFO:teuthology.orchestra.run.smithi042.stderr:Creating initial admin user... 2023-11-16T17:40:06.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:05 smithi042 ceph-mon[107709]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:40:06.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:05 smithi042 ceph-mon[107709]: from='mgr.14162 172.21.15.42:0/2887709006' entity='mgr.smithi042.ozybzf' 2023-11-16T17:40:06.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:05 smithi042 ceph-mon[107709]: from='mgr.14162 172.21.15.42:0/2887709006' entity='mgr.smithi042.ozybzf' 2023-11-16T17:40:06.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:05 smithi042 ceph-mon[107709]: mgrmap e12: smithi042.ozybzf(active, since 2s) 2023-11-16T17:40:06.839 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$Jrb7vlTA3uzUFbc4NArLAORPO3Q/8mC0D9zhaDw7MhySjJ7aVnwj.", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1700156406, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-11-16T17:40:07.218 INFO:teuthology.orchestra.run.smithi042.stderr:Fetching dashboard port number... 2023-11-16T17:40:07.835 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: 8443 2023-11-16T17:40:08.090 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:07 smithi042 ceph-mon[107709]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:40:08.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:07 smithi042 ceph-mon[107709]: from='mgr.14162 172.21.15.42:0/2887709006' entity='mgr.smithi042.ozybzf' 2023-11-16T17:40:08.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:07 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/3423930112' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-11-16T17:40:08.186 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: disabled 2023-11-16T17:40:08.197 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: inactive 2023-11-16T17:40:08.197 INFO:teuthology.orchestra.run.smithi042.stderr:firewalld.service is not enabled 2023-11-16T17:40:08.197 INFO:teuthology.orchestra.run.smithi042.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-11-16T17:40:08.200 INFO:teuthology.orchestra.run.smithi042.stderr:Ceph Dashboard is now available at: 2023-11-16T17:40:08.200 INFO:teuthology.orchestra.run.smithi042.stderr: 2023-11-16T17:40:08.200 INFO:teuthology.orchestra.run.smithi042.stderr: URL: https://smithi042.front.sepia.ceph.com:8443/ 2023-11-16T17:40:08.200 INFO:teuthology.orchestra.run.smithi042.stderr: User: admin 2023-11-16T17:40:08.201 INFO:teuthology.orchestra.run.smithi042.stderr: Password: ybu5srquhy 2023-11-16T17:40:08.201 INFO:teuthology.orchestra.run.smithi042.stderr: 2023-11-16T17:40:08.201 INFO:teuthology.orchestra.run.smithi042.stderr:Enabling autotune for osd_memory_target 2023-11-16T17:40:09.960 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-11-16T17:40:10.246 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:10 smithi042 ceph-mon[107709]: mgrmap e13: smithi042.ozybzf(active, since 6s) 2023-11-16T17:40:10.246 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:10 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/1701087356' entity='client.admin' 2023-11-16T17:40:10.310 INFO:teuthology.orchestra.run.smithi042.stderr:You can access the Ceph CLI with: 2023-11-16T17:40:10.310 INFO:teuthology.orchestra.run.smithi042.stderr: 2023-11-16T17:40:10.310 INFO:teuthology.orchestra.run.smithi042.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-11-16T17:40:10.311 INFO:teuthology.orchestra.run.smithi042.stderr: 2023-11-16T17:40:10.311 INFO:teuthology.orchestra.run.smithi042.stderr:Please consider enabling telemetry to help improve Ceph: 2023-11-16T17:40:10.311 INFO:teuthology.orchestra.run.smithi042.stderr: 2023-11-16T17:40:10.311 INFO:teuthology.orchestra.run.smithi042.stderr: ceph telemetry on 2023-11-16T17:40:10.311 INFO:teuthology.orchestra.run.smithi042.stderr: 2023-11-16T17:40:10.311 INFO:teuthology.orchestra.run.smithi042.stderr:For more information see: 2023-11-16T17:40:10.311 INFO:teuthology.orchestra.run.smithi042.stderr: 2023-11-16T17:40:10.311 INFO:teuthology.orchestra.run.smithi042.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2023-11-16T17:40:10.311 INFO:teuthology.orchestra.run.smithi042.stderr: 2023-11-16T17:40:10.311 INFO:teuthology.orchestra.run.smithi042.stderr:Bootstrap complete. 2023-11-16T17:40:10.355 INFO:tasks.cephadm:Fetching config... 2023-11-16T17:40:10.355 DEBUG:teuthology.orchestra.run.smithi042:> set -ex 2023-11-16T17:40:10.356 DEBUG:teuthology.orchestra.run.smithi042:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-11-16T17:40:10.377 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-11-16T17:40:10.377 DEBUG:teuthology.orchestra.run.smithi042:> set -ex 2023-11-16T17:40:10.377 DEBUG:teuthology.orchestra.run.smithi042:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-11-16T17:40:10.438 INFO:tasks.cephadm:Fetching mon keyring... 2023-11-16T17:40:10.438 DEBUG:teuthology.orchestra.run.smithi042:> set -ex 2023-11-16T17:40:10.439 DEBUG:teuthology.orchestra.run.smithi042:> sudo dd if=/var/lib/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/mon.smithi042/keyring of=/dev/stdout 2023-11-16T17:40:10.515 INFO:tasks.cephadm:Fetching pub ssh key... 2023-11-16T17:40:10.515 DEBUG:teuthology.orchestra.run.smithi042:> set -ex 2023-11-16T17:40:10.515 DEBUG:teuthology.orchestra.run.smithi042:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-11-16T17:40:10.579 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-11-16T17:40:10.579 DEBUG:teuthology.orchestra.run.smithi042:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCiymutfX9yBL+1ND7kJjNi1Z5beidz2MV1t+1IFhdbLcXmfwByDTiRqvCSV2AIWJb/JsHJU3/puHud2QqPO1N4NB1eFBVMc9bby3n8+aqmZaFgIv7UIgR0LroBuiEawvWdFDq+SjnxOEwhjx7n9D0bD/A/l7skHwp1BRk2eTiRDA7AK01tE0Gd+r3C3vj65YH92UUyoHJYPZuPR1JKNhnL8E2BUqhCkWWrsfuMryY7lCO3JNwbvkLi2zZLIYpUirClASVN+U/TJpZf86Sqfx74AiriERLCs9rps5U6AZxLjyYImjluzA7XhIZqHuR31sdNtHZlJ/c5RBzfIPVPdDXK1LvLffgoQD/EnLrn7Ge/p7ww07384eX9hoaZ+Oq6QCh5Ccw6COyowSR4uhbDTmMf2FxDRJxG6vwgqIynmxxEhIZbtr6j03h5myyazOqCXUYHDb+W9lElsE3k06/hQeQeHPDBMtgd95pWdaDerG0PItRDJHgq4UOJec+92OdE7E0= ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-16T17:40:10.664 INFO:teuthology.orchestra.run.smithi042.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCiymutfX9yBL+1ND7kJjNi1Z5beidz2MV1t+1IFhdbLcXmfwByDTiRqvCSV2AIWJb/JsHJU3/puHud2QqPO1N4NB1eFBVMc9bby3n8+aqmZaFgIv7UIgR0LroBuiEawvWdFDq+SjnxOEwhjx7n9D0bD/A/l7skHwp1BRk2eTiRDA7AK01tE0Gd+r3C3vj65YH92UUyoHJYPZuPR1JKNhnL8E2BUqhCkWWrsfuMryY7lCO3JNwbvkLi2zZLIYpUirClASVN+U/TJpZf86Sqfx74AiriERLCs9rps5U6AZxLjyYImjluzA7XhIZqHuR31sdNtHZlJ/c5RBzfIPVPdDXK1LvLffgoQD/EnLrn7Ge/p7ww07384eX9hoaZ+Oq6QCh5Ccw6COyowSR4uhbDTmMf2FxDRJxG6vwgqIynmxxEhIZbtr6j03h5myyazOqCXUYHDb+W9lElsE3k06/hQeQeHPDBMtgd95pWdaDerG0PItRDJHgq4UOJec+92OdE7E0= ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7 2023-11-16T17:40:10.677 DEBUG:teuthology.orchestra.run.smithi143:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCiymutfX9yBL+1ND7kJjNi1Z5beidz2MV1t+1IFhdbLcXmfwByDTiRqvCSV2AIWJb/JsHJU3/puHud2QqPO1N4NB1eFBVMc9bby3n8+aqmZaFgIv7UIgR0LroBuiEawvWdFDq+SjnxOEwhjx7n9D0bD/A/l7skHwp1BRk2eTiRDA7AK01tE0Gd+r3C3vj65YH92UUyoHJYPZuPR1JKNhnL8E2BUqhCkWWrsfuMryY7lCO3JNwbvkLi2zZLIYpUirClASVN+U/TJpZf86Sqfx74AiriERLCs9rps5U6AZxLjyYImjluzA7XhIZqHuR31sdNtHZlJ/c5RBzfIPVPdDXK1LvLffgoQD/EnLrn7Ge/p7ww07384eX9hoaZ+Oq6QCh5Ccw6COyowSR4uhbDTmMf2FxDRJxG6vwgqIynmxxEhIZbtr6j03h5myyazOqCXUYHDb+W9lElsE3k06/hQeQeHPDBMtgd95pWdaDerG0PItRDJHgq4UOJec+92OdE7E0= ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-16T17:40:10.727 INFO:teuthology.orchestra.run.smithi143.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCiymutfX9yBL+1ND7kJjNi1Z5beidz2MV1t+1IFhdbLcXmfwByDTiRqvCSV2AIWJb/JsHJU3/puHud2QqPO1N4NB1eFBVMc9bby3n8+aqmZaFgIv7UIgR0LroBuiEawvWdFDq+SjnxOEwhjx7n9D0bD/A/l7skHwp1BRk2eTiRDA7AK01tE0Gd+r3C3vj65YH92UUyoHJYPZuPR1JKNhnL8E2BUqhCkWWrsfuMryY7lCO3JNwbvkLi2zZLIYpUirClASVN+U/TJpZf86Sqfx74AiriERLCs9rps5U6AZxLjyYImjluzA7XhIZqHuR31sdNtHZlJ/c5RBzfIPVPdDXK1LvLffgoQD/EnLrn7Ge/p7ww07384eX9hoaZ+Oq6QCh5Ccw6COyowSR4uhbDTmMf2FxDRJxG6vwgqIynmxxEhIZbtr6j03h5myyazOqCXUYHDb+W9lElsE3k06/hQeQeHPDBMtgd95pWdaDerG0PItRDJHgq4UOJec+92OdE7E0= ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7 2023-11-16T17:40:10.739 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-11-16T17:40:12.661 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-11-16T17:40:12.661 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-11-16T17:40:13.237 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:12 smithi042 ceph-mon[107709]: from='mgr.14162 172.21.15.42:0/2887709006' entity='mgr.smithi042.ozybzf' 2023-11-16T17:40:13.238 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:12 smithi042 ceph-mon[107709]: from='mgr.14162 172.21.15.42:0/2887709006' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config rm", "who": "osd/host:smithi042", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:40:13.238 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:12 smithi042 ceph-mon[107709]: from='mgr.14162 172.21.15.42:0/2887709006' entity='mgr.smithi042.ozybzf' 2023-11-16T17:40:13.238 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:12 smithi042 ceph-mon[107709]: Deploying daemon alertmanager.smithi042 on smithi042 2023-11-16T17:40:13.238 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:12 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/2972864988' entity='client.admin' 2023-11-16T17:40:14.820 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi143 2023-11-16T17:40:14.820 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2023-11-16T17:40:14.820 DEBUG:teuthology.orchestra.run.smithi143:> dd of=/etc/ceph/ceph.conf 2023-11-16T17:40:14.841 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2023-11-16T17:40:14.841 DEBUG:teuthology.orchestra.run.smithi143:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-16T17:40:14.901 INFO:tasks.cephadm:Adding host smithi143 to orchestrator... 2023-11-16T17:40:14.902 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph orch host add smithi143 2023-11-16T17:40:15.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:15 smithi042 ceph-mon[107709]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:40:15.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:15 smithi042 ceph-mon[107709]: from='mgr.14162 172.21.15.42:0/2887709006' entity='mgr.smithi042.ozybzf' 2023-11-16T17:40:18.424 INFO:teuthology.orchestra.run.smithi042.stdout:Added host 'smithi143' with addr '172.21.15.143' 2023-11-16T17:40:18.459 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:18 smithi042 ceph-mon[107709]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi143", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:40:18.459 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:18 smithi042 ceph-mon[107709]: Deploying cephadm binary to smithi143 2023-11-16T17:40:18.841 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph orch host ls --format=json 2023-11-16T17:40:19.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:19 smithi042 ceph-mon[107709]: from='mgr.14162 172.21.15.42:0/2887709006' entity='mgr.smithi042.ozybzf' 2023-11-16T17:40:19.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:19 smithi042 ceph-mon[107709]: Added host smithi143 2023-11-16T17:40:19.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:19 smithi042 ceph-mon[107709]: from='mgr.14162 172.21.15.42:0/2887709006' entity='mgr.smithi042.ozybzf' 2023-11-16T17:40:19.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:19 smithi042 ceph-mon[107709]: from='mgr.14162 172.21.15.42:0/2887709006' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi042", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-16T17:40:19.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:19 smithi042 ceph-mon[107709]: from='mgr.14162 172.21.15.42:0/2887709006' entity='mgr.smithi042.ozybzf' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi042", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-16T17:40:19.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:19 smithi042 ceph-mon[107709]: from='mgr.14162 172.21.15.42:0/2887709006' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:40:20.486 INFO:teuthology.orchestra.run.smithi042.stdout: 2023-11-16T17:40:20.486 INFO:teuthology.orchestra.run.smithi042.stdout:[{"addr": "172.21.15.42", "hostname": "smithi042", "labels": [], "status": ""}, {"addr": "172.21.15.143", "hostname": "smithi143", "labels": [], "status": ""}] 2023-11-16T17:40:20.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:20 smithi042 ceph-mon[107709]: Deploying daemon crash.smithi042 on smithi042 2023-11-16T17:40:20.875 INFO:tasks.cephadm:Setting crush tunables to default 2023-11-16T17:40:20.875 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph osd crush tunables default 2023-11-16T17:40:21.580 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:21 smithi042 ceph-mon[107709]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T17:40:22.849 INFO:teuthology.orchestra.run.smithi042.stderr:adjusted tunables profile to default 2023-11-16T17:40:23.069 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:22 smithi042 ceph-mon[107709]: from='mgr.14162 172.21.15.42:0/2887709006' entity='mgr.smithi042.ozybzf' 2023-11-16T17:40:23.069 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:22 smithi042 ceph-mon[107709]: from='mgr.14162 172.21.15.42:0/2887709006' entity='mgr.smithi042.ozybzf' 2023-11-16T17:40:23.069 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:22 smithi042 ceph-mon[107709]: from='mgr.14162 172.21.15.42:0/2887709006' entity='mgr.smithi042.ozybzf' 2023-11-16T17:40:23.070 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:22 smithi042 ceph-mon[107709]: from='mgr.14162 172.21.15.42:0/2887709006' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-16T17:40:23.070 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:22 smithi042 ceph-mon[107709]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-16T17:40:23.070 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:22 smithi042 ceph-mon[107709]: from='mgr.14162 172.21.15.42:0/2887709006' entity='mgr.smithi042.ozybzf' 2023-11-16T17:40:23.070 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:22 smithi042 ceph-mon[107709]: Deploying daemon grafana.smithi042 on smithi042 2023-11-16T17:40:23.070 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:22 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/2189860783' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-11-16T17:40:23.224 INFO:tasks.cephadm:Adding mon.smithi042 on smithi042 2023-11-16T17:40:23.224 INFO:tasks.cephadm:Adding mon.smithi143 on smithi143 2023-11-16T17:40:23.224 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph orch apply mon '2;smithi042:172.21.15.42=smithi042;smithi143:172.21.15.143=smithi143' 2023-11-16T17:40:24.340 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:23 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/2189860783' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-11-16T17:40:24.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:23 smithi042 ceph-mon[107709]: osdmap e4: 0 total, 0 up, 0 in 2023-11-16T17:40:24.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:23 smithi042 ceph-mon[107709]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T17:40:24.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:23 smithi042 ceph-mon[107709]: from='mgr.14162 172.21.15.42:0/2887709006' entity='mgr.smithi042.ozybzf' 2023-11-16T17:40:24.608 INFO:teuthology.orchestra.run.smithi143.stdout:Scheduled mon update... 2023-11-16T17:40:24.993 DEBUG:teuthology.orchestra.run.smithi143:mon.smithi143> sudo journalctl -f -n 0 -u ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7@mon.smithi143.service 2023-11-16T17:40:24.995 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T17:40:24.995 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T17:40:25.024 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:-- Logs begin at Thu 2023-11-16 17:29:43 UTC. -- 2023-11-16T17:40:26.090 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:25 smithi042 ceph-mon[107709]: from='client.14194 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi042:172.21.15.42=smithi042;smithi143:172.21.15.143=smithi143", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:40:26.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:25 smithi042 ceph-mon[107709]: Saving service mon spec with placement smithi042:172.21.15.42=smithi042;smithi143:172.21.15.143=smithi143;count:2 2023-11-16T17:40:26.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:25 smithi042 ceph-mon[107709]: from='mgr.14162 172.21.15.42:0/2887709006' entity='mgr.smithi042.ozybzf' 2023-11-16T17:40:26.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:25 smithi042 ceph-mon[107709]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T17:40:26.323 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-16T17:40:26.323 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fc99696c-84a6-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T17:39:05.844298Z","created":"2023-11-16T17:39:05.844298Z","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":"smithi042","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:3300","nonce":0},{"type":"v1","addr":"172.21.15.42:6789","nonce":0}]},"addr":"172.21.15.42:6789/0","public_addr":"172.21.15.42:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T17:40:26.325 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-16T17:40:27.090 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:26 smithi042 ceph-mon[107709]: from='client.? 172.21.15.143:0/245208277' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T17:40:27.707 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T17:40:27.707 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T17:40:28.340 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:27 smithi042 ceph-mon[107709]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T17:40:29.111 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-16T17:40:29.111 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fc99696c-84a6-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T17:39:05.844298Z","created":"2023-11-16T17:39:05.844298Z","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":"smithi042","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:3300","nonce":0},{"type":"v1","addr":"172.21.15.42:6789","nonce":0}]},"addr":"172.21.15.42:6789/0","public_addr":"172.21.15.42:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T17:40:29.113 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-16T17:40:30.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:30 smithi042 ceph-mon[107709]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T17:40:30.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:30 smithi042 ceph-mon[107709]: from='client.? 172.21.15.143:0/3001371551' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T17:40:30.496 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T17:40:30.496 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T17:40:31.853 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-16T17:40:31.853 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fc99696c-84a6-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T17:39:05.844298Z","created":"2023-11-16T17:39:05.844298Z","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":"smithi042","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:3300","nonce":0},{"type":"v1","addr":"172.21.15.42:6789","nonce":0}]},"addr":"172.21.15.42:6789/0","public_addr":"172.21.15.42:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T17:40:31.855 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-16T17:40:32.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:32 smithi042 ceph-mon[107709]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T17:40:32.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:32 smithi042 ceph-mon[107709]: from='client.? 172.21.15.143:0/326812514' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T17:40:33.239 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T17:40:33.240 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T17:40:34.087 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:34 smithi042 ceph-mon[107709]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T17:40:34.087 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:34 smithi042 ceph-mon[107709]: from='mgr.14162 172.21.15.42:0/2887709006' entity='mgr.smithi042.ozybzf' 2023-11-16T17:40:34.671 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-16T17:40:34.672 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fc99696c-84a6-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T17:39:05.844298Z","created":"2023-11-16T17:39:05.844298Z","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":"smithi042","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:3300","nonce":0},{"type":"v1","addr":"172.21.15.42:6789","nonce":0}]},"addr":"172.21.15.42:6789/0","public_addr":"172.21.15.42:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T17:40:34.673 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-16T17:40:35.340 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:35 smithi042 ceph-mon[107709]: Deploying daemon node-exporter.smithi042 on smithi042 2023-11-16T17:40:35.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:35 smithi042 ceph-mon[107709]: from='client.? 172.21.15.143:0/4096848735' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T17:40:36.057 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T17:40:36.057 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T17:40:36.340 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:36 smithi042 ceph-mon[107709]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T17:40:36.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:36 smithi042 ceph-mon[107709]: from='mgr.14162 172.21.15.42:0/2887709006' entity='mgr.smithi042.ozybzf' 2023-11-16T17:40:36.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:36 smithi042 ceph-mon[107709]: from='mgr.14162 172.21.15.42:0/2887709006' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-11-16T17:40:37.477 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-16T17:40:37.477 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fc99696c-84a6-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T17:39:05.844298Z","created":"2023-11-16T17:39:05.844298Z","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":"smithi042","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:3300","nonce":0},{"type":"v1","addr":"172.21.15.42:6789","nonce":0}]},"addr":"172.21.15.42:6789/0","public_addr":"172.21.15.42:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T17:40:37.479 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-16T17:40:38.032 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:37 smithi042 ceph-mon[107709]: from='mgr.14162 172.21.15.42:0/2887709006' entity='mgr.smithi042.ozybzf' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-11-16T17:40:38.032 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:37 smithi042 ceph-mon[107709]: mgrmap e14: smithi042.ozybzf(active, since 33s) 2023-11-16T17:40:38.032 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:37 smithi042 ceph-mon[107709]: from='client.? 172.21.15.143:0/3856216438' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T17:40:38.906 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T17:40:38.906 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T17:40:40.408 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-16T17:40:40.408 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fc99696c-84a6-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T17:39:05.844298Z","created":"2023-11-16T17:39:05.844298Z","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":"smithi042","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:3300","nonce":0},{"type":"v1","addr":"172.21.15.42:6789","nonce":0}]},"addr":"172.21.15.42:6789/0","public_addr":"172.21.15.42:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T17:40:40.410 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-16T17:40:40.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:40 smithi042 ceph-mon[107709]: from='client.? 172.21.15.143:0/2133926538' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T17:40:41.798 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T17:40:41.799 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T17:40:43.220 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-16T17:40:43.221 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fc99696c-84a6-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T17:39:05.844298Z","created":"2023-11-16T17:39:05.844298Z","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":"smithi042","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:3300","nonce":0},{"type":"v1","addr":"172.21.15.42:6789","nonce":0}]},"addr":"172.21.15.42:6789/0","public_addr":"172.21.15.42:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T17:40:43.222 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-16T17:40:43.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:43 smithi042 ceph-mon[107709]: from='client.? 172.21.15.143:0/2254884303' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T17:40:44.641 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T17:40:44.641 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T17:40:45.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:44 smithi042 ceph-mon[107709]: Active manager daemon smithi042.ozybzf restarted 2023-11-16T17:40:45.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:44 smithi042 ceph-mon[107709]: Activating manager daemon smithi042.ozybzf 2023-11-16T17:40:45.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:44 smithi042 ceph-mon[107709]: osdmap e5: 0 total, 0 up, 0 in 2023-11-16T17:40:45.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:44 smithi042 ceph-mon[107709]: mgrmap e15: smithi042.ozybzf(active, starting, since 0.668544s) 2023-11-16T17:40:45.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:44 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mon metadata", "id": "smithi042"}]: dispatch 2023-11-16T17:40:45.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:44 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mgr metadata", "who": "smithi042.ozybzf", "id": "smithi042.ozybzf"}]: dispatch 2023-11-16T17:40:45.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:44 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-16T17:40:45.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:44 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-16T17:40:45.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:44 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-16T17:40:45.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:44 smithi042 ceph-mon[107709]: Manager daemon smithi042.ozybzf is now available 2023-11-16T17:40:45.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:44 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:40:45.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:44 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:40:45.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:44 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:40:45.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:44 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T17:40:45.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:44 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:40:45.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:44 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi042.ozybzf/mirror_snapshot_schedule"}]: dispatch 2023-11-16T17:40:45.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:44 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi042.ozybzf/trash_purge_schedule"}]: dispatch 2023-11-16T17:40:46.055 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-16T17:40:46.055 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fc99696c-84a6-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T17:39:05.844298Z","created":"2023-11-16T17:39:05.844298Z","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":"smithi042","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:3300","nonce":0},{"type":"v1","addr":"172.21.15.42:6789","nonce":0}]},"addr":"172.21.15.42:6789/0","public_addr":"172.21.15.42:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T17:40:46.057 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-16T17:40:46.340 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:45 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:40:46.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:45 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:40:46.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:45 smithi042 ceph-mon[107709]: mgrmap e16: smithi042.ozybzf(active, since 1.6713s) 2023-11-16T17:40:46.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:45 smithi042 ceph-mon[107709]: [16/Nov/2023:17:40:45] ENGINE Bus STARTING 2023-11-16T17:40:46.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:45 smithi042 ceph-mon[107709]: [16/Nov/2023:17:40:45] ENGINE Serving on https://172.21.15.42:7150 2023-11-16T17:40:46.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:45 smithi042 ceph-mon[107709]: [16/Nov/2023:17:40:45] ENGINE Bus STARTED 2023-11-16T17:40:46.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:45 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:40:47.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:46 smithi042 ceph-mon[107709]: from='client.? 172.21.15.143:0/2945010680' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T17:40:47.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:46 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:40:47.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:46 smithi042 ceph-mon[107709]: mgrmap e17: smithi042.ozybzf(active, since 2s) 2023-11-16T17:40:47.453 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T17:40:47.454 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T17:40:48.340 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:48 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:40:48.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:48 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:40:48.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:48 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config rm", "who": "osd/host:smithi042", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:40:48.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:48 smithi042 ceph-mon[107709]: Updating smithi042:/etc/ceph/ceph.conf 2023-11-16T17:40:49.167 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-16T17:40:49.167 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fc99696c-84a6-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T17:39:05.844298Z","created":"2023-11-16T17:39:05.844298Z","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":"smithi042","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:3300","nonce":0},{"type":"v1","addr":"172.21.15.42:6789","nonce":0}]},"addr":"172.21.15.42:6789/0","public_addr":"172.21.15.42:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T17:40:49.169 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-16T17:40:49.340 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:49 smithi042 ceph-mon[107709]: Updating smithi042:/etc/ceph/ceph.client.admin.keyring 2023-11-16T17:40:49.340 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:49 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:40:49.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:49 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:40:49.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:49 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:40:49.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:49 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config rm", "who": "osd/host:smithi143", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:40:49.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:49 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:40:49.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:49 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi143", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-16T17:40:49.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:49 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi143", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-16T17:40:49.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:49 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:40:49.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:49 smithi042 ceph-mon[107709]: Deploying daemon crash.smithi143 on smithi143 2023-11-16T17:40:50.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:50 smithi042 ceph-mon[107709]: from='client.? 172.21.15.143:0/3677315454' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T17:40:50.904 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T17:40:50.905 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T17:40:52.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:51 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:40:52.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:51 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi143.uyynqu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-16T17:40:52.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:51 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi143.uyynqu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-11-16T17:40:52.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:51 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-16T17:40:52.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:51 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:40:52.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:51 smithi042 ceph-mon[107709]: Deploying daemon mgr.smithi143.uyynqu on smithi143 2023-11-16T17:40:52.715 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-16T17:40:52.715 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fc99696c-84a6-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T17:39:05.844298Z","created":"2023-11-16T17:39:05.844298Z","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":"smithi042","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:3300","nonce":0},{"type":"v1","addr":"172.21.15.42:6789","nonce":0}]},"addr":"172.21.15.42:6789/0","public_addr":"172.21.15.42:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T17:40:52.716 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-16T17:40:53.340 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:52 smithi042 ceph-mon[107709]: from='client.? 172.21.15.143:0/128485359' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T17:40:53.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:52 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:40:53.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:52 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-16T17:40:53.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:52 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:40:53.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:52 smithi042 ceph-mon[107709]: Deploying daemon mon.smithi143 on smithi143 2023-11-16T17:40:54.113 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T17:40:54.114 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T17:40:55.517 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 systemd[1]: Started Ceph mon.smithi143 for fc99696c-84a6-11ee-8dbe-212e2dc638e7. 2023-11-16T17:40:55.517 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: mon.smithi143@-1(???) e0 preinit fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 2023-11-16T17:40:55.517 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: mon.smithi143@-1(synchronizing).mds e1 new map 2023-11-16T17:40:55.517 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: mon.smithi143@-1(synchronizing).mds e1 print_map 2023-11-16T17:40:55.517 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: e1 2023-11-16T17:40:55.517 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-11-16T17:40:55.518 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-11-16T17:40:55.518 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: legacy client fscid: -1 2023-11-16T17:40:55.518 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: 2023-11-16T17:40:55.518 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: No filesystems configured 2023-11-16T17:40:55.518 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: mon.smithi143@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-11-16T17:40:55.518 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: mon.smithi143@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-11-16T17:40:55.518 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: mon.smithi143@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-11-16T17:40:55.519 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: mon.smithi143@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-11-16T17:40:55.519 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: mon.smithi143@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-11-16T17:40:55.519 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: mon.smithi143@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-11-16T17:40:55.519 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: mon.smithi143@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-11-16T17:40:55.519 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: mon.smithi143@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-16T17:40:55.519 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: mon.smithi143@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-16T17:40:55.519 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: mon.smithi143@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-16T17:40:55.519 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: mon.smithi143@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-16T17:40:55.519 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T17:40:55.520 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: from='client.? 172.21.15.143:0/326812514' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T17:40:55.520 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T17:40:55.520 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: from='mgr.14162 172.21.15.42:0/2887709006' entity='mgr.smithi042.ozybzf' 2023-11-16T17:40:55.520 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: Deploying daemon node-exporter.smithi042 on smithi042 2023-11-16T17:40:55.520 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: from='client.? 172.21.15.143:0/4096848735' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T17:40:55.520 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T17:40:55.520 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: from='mgr.14162 172.21.15.42:0/2887709006' entity='mgr.smithi042.ozybzf' 2023-11-16T17:40:55.520 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: from='mgr.14162 172.21.15.42:0/2887709006' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-11-16T17:40:55.520 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: from='mgr.14162 172.21.15.42:0/2887709006' entity='mgr.smithi042.ozybzf' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-11-16T17:40:55.521 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: mgrmap e14: smithi042.ozybzf(active, since 33s) 2023-11-16T17:40:55.521 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: from='client.? 172.21.15.143:0/3856216438' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T17:40:55.521 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: from='client.? 172.21.15.143:0/2133926538' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T17:40:55.521 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: from='client.? 172.21.15.143:0/2254884303' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T17:40:55.521 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: Active manager daemon smithi042.ozybzf restarted 2023-11-16T17:40:55.521 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: Activating manager daemon smithi042.ozybzf 2023-11-16T17:40:55.521 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: osdmap e5: 0 total, 0 up, 0 in 2023-11-16T17:40:55.521 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: mgrmap e15: smithi042.ozybzf(active, starting, since 0.668544s) 2023-11-16T17:40:55.522 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mon metadata", "id": "smithi042"}]: dispatch 2023-11-16T17:40:55.522 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mgr metadata", "who": "smithi042.ozybzf", "id": "smithi042.ozybzf"}]: dispatch 2023-11-16T17:40:55.522 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-16T17:40:55.522 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-16T17:40:55.522 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-16T17:40:55.522 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: Manager daemon smithi042.ozybzf is now available 2023-11-16T17:40:55.522 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:40:55.522 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:40:55.523 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:40:55.523 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T17:40:55.523 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:40:55.523 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi042.ozybzf/mirror_snapshot_schedule"}]: dispatch 2023-11-16T17:40:55.523 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi042.ozybzf/trash_purge_schedule"}]: dispatch 2023-11-16T17:40:55.523 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:40:55.523 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:40:55.523 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: mgrmap e16: smithi042.ozybzf(active, since 1.6713s) 2023-11-16T17:40:55.523 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: [16/Nov/2023:17:40:45] ENGINE Bus STARTING 2023-11-16T17:40:55.524 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: [16/Nov/2023:17:40:45] ENGINE Serving on https://172.21.15.42:7150 2023-11-16T17:40:55.524 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: [16/Nov/2023:17:40:45] ENGINE Bus STARTED 2023-11-16T17:40:55.524 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:40:55.524 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: from='client.? 172.21.15.143:0/2945010680' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T17:40:55.524 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:40:55.524 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: mgrmap e17: smithi042.ozybzf(active, since 2s) 2023-11-16T17:40:55.524 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:40:55.524 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:40:55.525 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config rm", "who": "osd/host:smithi042", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:40:55.525 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: Updating smithi042:/etc/ceph/ceph.conf 2023-11-16T17:40:55.525 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: Updating smithi042:/etc/ceph/ceph.client.admin.keyring 2023-11-16T17:40:55.525 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:40:55.525 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:40:55.525 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:40:55.525 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config rm", "who": "osd/host:smithi143", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:40:55.525 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:40:55.526 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi143", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-16T17:40:55.526 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi143", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-16T17:40:55.526 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:40:55.526 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: Deploying daemon crash.smithi143 on smithi143 2023-11-16T17:40:55.526 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: from='client.? 172.21.15.143:0/3677315454' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T17:40:55.526 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:40:55.526 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi143.uyynqu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-16T17:40:55.526 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi143.uyynqu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-11-16T17:40:55.527 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-16T17:40:55.527 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:40:55.527 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: Deploying daemon mgr.smithi143.uyynqu on smithi143 2023-11-16T17:40:55.527 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: from='client.? 172.21.15.143:0/128485359' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T17:40:55.527 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:40:55.527 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-16T17:40:55.527 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:40:55.527 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: Deploying daemon mon.smithi143 on smithi143 2023-11-16T17:40:55.527 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:40:55.528 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: mon.smithi143@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-11-16T17:40:55.528 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:40:55 smithi143 ceph-mon[110525]: mon.smithi143@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2023-11-16T17:40:55.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:40:55 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:00.859 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:00 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mon metadata", "id": "smithi042"}]: dispatch 2023-11-16T17:41:00.860 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:00 smithi143 ceph-mon[110525]: mon.smithi042 calling monitor election 2023-11-16T17:41:00.860 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:00 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-16T17:41:00.860 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:00 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-16T17:41:00.860 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:00 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-16T17:41:00.860 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:00 smithi143 ceph-mon[110525]: mon.smithi143 calling monitor election 2023-11-16T17:41:00.860 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:00 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-16T17:41:00.860 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:00 smithi143 ceph-mon[110525]: from='mgr.? 172.21.15.143:0/53727206' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi143.uyynqu/crt"}]: dispatch 2023-11-16T17:41:00.860 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:00 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-16T17:41:00.860 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:00 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-16T17:41:00.860 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:00 smithi143 ceph-mon[110525]: mon.smithi042 is new leader, mons smithi042,smithi143 in quorum (ranks 0,1) 2023-11-16T17:41:00.860 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:00 smithi143 ceph-mon[110525]: monmap e2: 2 mons at {smithi042=[v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0],smithi143=[v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0]} 2023-11-16T17:41:00.860 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:00 smithi143 ceph-mon[110525]: fsmap 2023-11-16T17:41:00.860 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:00 smithi143 ceph-mon[110525]: osdmap e5: 0 total, 0 up, 0 in 2023-11-16T17:41:00.861 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:00 smithi143 ceph-mon[110525]: mgrmap e17: smithi042.ozybzf(active, since 16s) 2023-11-16T17:41:00.861 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:00 smithi143 ceph-mon[110525]: Standby manager daemon smithi143.uyynqu started 2023-11-16T17:41:00.861 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:00 smithi143 ceph-mon[110525]: from='mgr.? 172.21.15.143:0/53727206' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-16T17:41:00.861 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:00 smithi143 ceph-mon[110525]: from='mgr.? 172.21.15.143:0/53727206' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi143.uyynqu/key"}]: dispatch 2023-11-16T17:41:00.861 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:00 smithi143 ceph-mon[110525]: from='mgr.? 172.21.15.143:0/53727206' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-16T17:41:00.861 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:00 smithi143 ceph-mon[110525]: overall HEALTH_OK 2023-11-16T17:41:00.861 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:00 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:01.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:00 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mon metadata", "id": "smithi042"}]: dispatch 2023-11-16T17:41:01.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:00 smithi042 ceph-mon[107709]: mon.smithi042 calling monitor election 2023-11-16T17:41:01.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:00 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-16T17:41:01.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:00 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-16T17:41:01.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:00 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-16T17:41:01.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:00 smithi042 ceph-mon[107709]: mon.smithi143 calling monitor election 2023-11-16T17:41:01.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:00 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-16T17:41:01.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:00 smithi042 ceph-mon[107709]: from='mgr.? 172.21.15.143:0/53727206' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi143.uyynqu/crt"}]: dispatch 2023-11-16T17:41:01.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:00 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-16T17:41:01.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:00 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-16T17:41:01.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:00 smithi042 ceph-mon[107709]: mon.smithi042 is new leader, mons smithi042,smithi143 in quorum (ranks 0,1) 2023-11-16T17:41:01.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:00 smithi042 ceph-mon[107709]: monmap e2: 2 mons at {smithi042=[v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0],smithi143=[v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0]} 2023-11-16T17:41:01.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:00 smithi042 ceph-mon[107709]: fsmap 2023-11-16T17:41:01.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:00 smithi042 ceph-mon[107709]: osdmap e5: 0 total, 0 up, 0 in 2023-11-16T17:41:01.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:00 smithi042 ceph-mon[107709]: mgrmap e17: smithi042.ozybzf(active, since 16s) 2023-11-16T17:41:01.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:00 smithi042 ceph-mon[107709]: Standby manager daemon smithi143.uyynqu started 2023-11-16T17:41:01.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:00 smithi042 ceph-mon[107709]: from='mgr.? 172.21.15.143:0/53727206' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-16T17:41:01.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:00 smithi042 ceph-mon[107709]: from='mgr.? 172.21.15.143:0/53727206' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi143.uyynqu/key"}]: dispatch 2023-11-16T17:41:01.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:00 smithi042 ceph-mon[107709]: from='mgr.? 172.21.15.143:0/53727206' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-16T17:41:01.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:00 smithi042 ceph-mon[107709]: overall HEALTH_OK 2023-11-16T17:41:01.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:00 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:01.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:01 smithi143 ceph-mon[110525]: Deploying daemon node-exporter.smithi143 on smithi143 2023-11-16T17:41:01.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:01 smithi143 ceph-mon[110525]: mgrmap e18: smithi042.ozybzf(active, since 17s), standbys: smithi143.uyynqu 2023-11-16T17:41:01.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:01 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mgr metadata", "who": "smithi143.uyynqu", "id": "smithi143.uyynqu"}]: dispatch 2023-11-16T17:41:01.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:01 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-16T17:41:02.090 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:01 smithi042 ceph-mon[107709]: Deploying daemon node-exporter.smithi143 on smithi143 2023-11-16T17:41:02.090 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:01 smithi042 ceph-mon[107709]: mgrmap e18: smithi042.ozybzf(active, since 17s), standbys: smithi143.uyynqu 2023-11-16T17:41:02.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:01 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mgr metadata", "who": "smithi143.uyynqu", "id": "smithi143.uyynqu"}]: dispatch 2023-11-16T17:41:02.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:01 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-16T17:41:02.118 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-16T17:41:02.118 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":2,"fsid":"fc99696c-84a6-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T17:40:55.505729Z","created":"2023-11-16T17:39:05.844298Z","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":"smithi042","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:3300","nonce":0},{"type":"v1","addr":"172.21.15.42:6789","nonce":0}]},"addr":"172.21.15.42:6789/0","public_addr":"172.21.15.42:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi143","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:3300","nonce":0},{"type":"v1","addr":"172.21.15.143:6789","nonce":0}]},"addr":"172.21.15.143:6789/0","public_addr":"172.21.15.143:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-11-16T17:41:02.120 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 2 2023-11-16T17:41:02.783 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-11-16T17:41:02.784 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph config generate-minimal-conf 2023-11-16T17:41:03.090 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:02 smithi042 ceph-mon[107709]: from='client.? 172.21.15.143:0/3194389360' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T17:41:03.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:02 smithi143 ceph-mon[110525]: from='client.? 172.21.15.143:0/3194389360' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T17:41:04.324 INFO:teuthology.orchestra.run.smithi042.stdout:# minimal ceph.conf for fc99696c-84a6-11ee-8dbe-212e2dc638e7 2023-11-16T17:41:04.324 INFO:teuthology.orchestra.run.smithi042.stdout:[global] 2023-11-16T17:41:04.324 INFO:teuthology.orchestra.run.smithi042.stdout: fsid = fc99696c-84a6-11ee-8dbe-212e2dc638e7 2023-11-16T17:41:04.324 INFO:teuthology.orchestra.run.smithi042.stdout: mon_host = [v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0] [v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0] 2023-11-16T17:41:04.612 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:04 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:04.612 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:04 smithi042 ceph-mon[107709]: Deploying daemon prometheus.smithi042 on smithi042 2023-11-16T17:41:04.612 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:04 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/1480115612' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:41:04.612 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:04 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:04.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:04 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:04.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:04 smithi143 ceph-mon[110525]: Deploying daemon prometheus.smithi042 on smithi042 2023-11-16T17:41:04.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:04 smithi143 ceph-mon[110525]: from='client.? 172.21.15.42:0/1480115612' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:41:04.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:04 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:05.350 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-11-16T17:41:05.351 DEBUG:teuthology.orchestra.run.smithi042:> set -ex 2023-11-16T17:41:05.351 DEBUG:teuthology.orchestra.run.smithi042:> sudo dd of=/etc/ceph/ceph.conf 2023-11-16T17:41:05.387 DEBUG:teuthology.orchestra.run.smithi042:> set -ex 2023-11-16T17:41:05.387 DEBUG:teuthology.orchestra.run.smithi042:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-16T17:41:05.457 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2023-11-16T17:41:05.457 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/etc/ceph/ceph.conf 2023-11-16T17:41:05.496 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2023-11-16T17:41:05.496 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-16T17:41:05.567 INFO:tasks.cephadm:Deploying OSDs... 2023-11-16T17:41:05.567 DEBUG:teuthology.orchestra.run.smithi042:> set -ex 2023-11-16T17:41:05.567 DEBUG:teuthology.orchestra.run.smithi042:> dd if=/scratch_devs of=/dev/stdout 2023-11-16T17:41:05.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:05 smithi042 ceph-mon[107709]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T17:41:05.592 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-11-16T17:41:05.592 DEBUG:teuthology.orchestra.run.smithi042:> stat /dev/vg_nvme/lv_1 2023-11-16T17:41:05.656 INFO:teuthology.orchestra.run.smithi042.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-16T17:41:05.656 INFO:teuthology.orchestra.run.smithi042.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T17:41:05.656 INFO:teuthology.orchestra.run.smithi042.stdout:Device: 6h/6d Inode: 396430 Links: 1 2023-11-16T17:41:05.657 INFO:teuthology.orchestra.run.smithi042.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T17:41:05.657 INFO:teuthology.orchestra.run.smithi042.stdout:Context: system_u:object_r:device_t:s0 2023-11-16T17:41:05.657 INFO:teuthology.orchestra.run.smithi042.stdout:Access: 2023-11-16 17:40:33.849800064 +0000 2023-11-16T17:41:05.657 INFO:teuthology.orchestra.run.smithi042.stdout:Modify: 2023-11-16 17:37:46.485280266 +0000 2023-11-16T17:41:05.657 INFO:teuthology.orchestra.run.smithi042.stdout:Change: 2023-11-16 17:37:46.485280266 +0000 2023-11-16T17:41:05.658 INFO:teuthology.orchestra.run.smithi042.stdout: Birth: - 2023-11-16T17:41:05.658 DEBUG:teuthology.orchestra.run.smithi042:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-16T17:41:05.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:05 smithi143 ceph-mon[110525]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T17:41:05.728 INFO:teuthology.orchestra.run.smithi042.stderr:1+0 records in 2023-11-16T17:41:05.728 INFO:teuthology.orchestra.run.smithi042.stderr:1+0 records out 2023-11-16T17:41:05.728 INFO:teuthology.orchestra.run.smithi042.stderr:512 bytes copied, 0.000111947 s, 4.6 MB/s 2023-11-16T17:41:05.730 DEBUG:teuthology.orchestra.run.smithi042:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-16T17:41:05.792 DEBUG:teuthology.orchestra.run.smithi042:> stat /dev/vg_nvme/lv_2 2023-11-16T17:41:05.854 INFO:teuthology.orchestra.run.smithi042.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-16T17:41:05.854 INFO:teuthology.orchestra.run.smithi042.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T17:41:05.854 INFO:teuthology.orchestra.run.smithi042.stdout:Device: 6h/6d Inode: 392556 Links: 1 2023-11-16T17:41:05.854 INFO:teuthology.orchestra.run.smithi042.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T17:41:05.854 INFO:teuthology.orchestra.run.smithi042.stdout:Context: system_u:object_r:device_t:s0 2023-11-16T17:41:05.854 INFO:teuthology.orchestra.run.smithi042.stdout:Access: 2023-11-16 17:40:33.849800064 +0000 2023-11-16T17:41:05.854 INFO:teuthology.orchestra.run.smithi042.stdout:Modify: 2023-11-16 17:37:47.038275927 +0000 2023-11-16T17:41:05.854 INFO:teuthology.orchestra.run.smithi042.stdout:Change: 2023-11-16 17:37:47.038275927 +0000 2023-11-16T17:41:05.854 INFO:teuthology.orchestra.run.smithi042.stdout: Birth: - 2023-11-16T17:41:05.855 DEBUG:teuthology.orchestra.run.smithi042:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-16T17:41:05.924 INFO:teuthology.orchestra.run.smithi042.stderr:1+0 records in 2023-11-16T17:41:05.924 INFO:teuthology.orchestra.run.smithi042.stderr:1+0 records out 2023-11-16T17:41:05.924 INFO:teuthology.orchestra.run.smithi042.stderr:512 bytes copied, 0.000110642 s, 4.6 MB/s 2023-11-16T17:41:05.926 DEBUG:teuthology.orchestra.run.smithi042:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-16T17:41:05.988 DEBUG:teuthology.orchestra.run.smithi042:> stat /dev/vg_nvme/lv_3 2023-11-16T17:41:06.049 INFO:teuthology.orchestra.run.smithi042.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-16T17:41:06.049 INFO:teuthology.orchestra.run.smithi042.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T17:41:06.049 INFO:teuthology.orchestra.run.smithi042.stdout:Device: 6h/6d Inode: 392762 Links: 1 2023-11-16T17:41:06.049 INFO:teuthology.orchestra.run.smithi042.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T17:41:06.049 INFO:teuthology.orchestra.run.smithi042.stdout:Context: system_u:object_r:device_t:s0 2023-11-16T17:41:06.049 INFO:teuthology.orchestra.run.smithi042.stdout:Access: 2023-11-16 17:40:33.850800056 +0000 2023-11-16T17:41:06.049 INFO:teuthology.orchestra.run.smithi042.stdout:Modify: 2023-11-16 17:37:47.608271458 +0000 2023-11-16T17:41:06.049 INFO:teuthology.orchestra.run.smithi042.stdout:Change: 2023-11-16 17:37:47.608271458 +0000 2023-11-16T17:41:06.049 INFO:teuthology.orchestra.run.smithi042.stdout: Birth: - 2023-11-16T17:41:06.050 DEBUG:teuthology.orchestra.run.smithi042:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-16T17:41:06.118 INFO:teuthology.orchestra.run.smithi042.stderr:1+0 records in 2023-11-16T17:41:06.118 INFO:teuthology.orchestra.run.smithi042.stderr:1+0 records out 2023-11-16T17:41:06.118 INFO:teuthology.orchestra.run.smithi042.stderr:512 bytes copied, 0.000106114 s, 4.8 MB/s 2023-11-16T17:41:06.119 DEBUG:teuthology.orchestra.run.smithi042:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-16T17:41:06.182 DEBUG:teuthology.orchestra.run.smithi042:> stat /dev/vg_nvme/lv_4 2023-11-16T17:41:06.245 INFO:teuthology.orchestra.run.smithi042.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-16T17:41:06.245 INFO:teuthology.orchestra.run.smithi042.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T17:41:06.245 INFO:teuthology.orchestra.run.smithi042.stdout:Device: 6h/6d Inode: 392879 Links: 1 2023-11-16T17:41:06.246 INFO:teuthology.orchestra.run.smithi042.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T17:41:06.246 INFO:teuthology.orchestra.run.smithi042.stdout:Context: system_u:object_r:device_t:s0 2023-11-16T17:41:06.246 INFO:teuthology.orchestra.run.smithi042.stdout:Access: 2023-11-16 17:40:33.850800056 +0000 2023-11-16T17:41:06.246 INFO:teuthology.orchestra.run.smithi042.stdout:Modify: 2023-11-16 17:37:48.171267042 +0000 2023-11-16T17:41:06.246 INFO:teuthology.orchestra.run.smithi042.stdout:Change: 2023-11-16 17:37:48.171267042 +0000 2023-11-16T17:41:06.246 INFO:teuthology.orchestra.run.smithi042.stdout: Birth: - 2023-11-16T17:41:06.246 DEBUG:teuthology.orchestra.run.smithi042:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-16T17:41:06.318 INFO:teuthology.orchestra.run.smithi042.stderr:1+0 records in 2023-11-16T17:41:06.318 INFO:teuthology.orchestra.run.smithi042.stderr:1+0 records out 2023-11-16T17:41:06.318 INFO:teuthology.orchestra.run.smithi042.stderr:512 bytes copied, 0.000122831 s, 4.2 MB/s 2023-11-16T17:41:06.319 DEBUG:teuthology.orchestra.run.smithi042:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-16T17:41:06.384 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2023-11-16T17:41:06.384 DEBUG:teuthology.orchestra.run.smithi143:> dd if=/scratch_devs of=/dev/stdout 2023-11-16T17:41:06.407 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-11-16T17:41:06.407 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/vg_nvme/lv_1 2023-11-16T17:41:06.469 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-16T17:41:06.469 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T17:41:06.469 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 6h/6d Inode: 387980 Links: 1 2023-11-16T17:41:06.469 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T17:41:06.469 INFO:teuthology.orchestra.run.smithi143.stdout:Context: system_u:object_r:device_t:s0 2023-11-16T17:41:06.469 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2023-11-16 17:41:01.046681908 +0000 2023-11-16T17:41:06.470 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2023-11-16 17:36:58.429045413 +0000 2023-11-16T17:41:06.470 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2023-11-16 17:36:58.429045413 +0000 2023-11-16T17:41:06.470 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: - 2023-11-16T17:41:06.470 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-16T17:41:06.539 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2023-11-16T17:41:06.539 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2023-11-16T17:41:06.540 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.000225518 s, 2.3 MB/s 2023-11-16T17:41:06.541 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-16T17:41:06.603 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/vg_nvme/lv_2 2023-11-16T17:41:06.664 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-16T17:41:06.664 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T17:41:06.664 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 6h/6d Inode: 394471 Links: 1 2023-11-16T17:41:06.664 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T17:41:06.664 INFO:teuthology.orchestra.run.smithi143.stdout:Context: system_u:object_r:device_t:s0 2023-11-16T17:41:06.665 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2023-11-16 17:41:01.046681908 +0000 2023-11-16T17:41:06.665 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2023-11-16 17:36:58.921032574 +0000 2023-11-16T17:41:06.665 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2023-11-16 17:36:58.921032574 +0000 2023-11-16T17:41:06.665 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: - 2023-11-16T17:41:06.665 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-16T17:41:06.732 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2023-11-16T17:41:06.733 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2023-11-16T17:41:06.733 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.000206428 s, 2.5 MB/s 2023-11-16T17:41:06.734 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-16T17:41:06.794 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/vg_nvme/lv_3 2023-11-16T17:41:06.854 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-16T17:41:06.854 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T17:41:06.854 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 6h/6d Inode: 393796 Links: 1 2023-11-16T17:41:06.854 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T17:41:06.854 INFO:teuthology.orchestra.run.smithi143.stdout:Context: system_u:object_r:device_t:s0 2023-11-16T17:41:06.854 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2023-11-16 17:41:01.046681908 +0000 2023-11-16T17:41:06.855 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2023-11-16 17:36:59.433019214 +0000 2023-11-16T17:41:06.855 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2023-11-16 17:36:59.433019214 +0000 2023-11-16T17:41:06.855 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: - 2023-11-16T17:41:06.855 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-16T17:41:06.921 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2023-11-16T17:41:06.921 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2023-11-16T17:41:06.921 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.000218928 s, 2.3 MB/s 2023-11-16T17:41:06.923 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-16T17:41:06.981 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/vg_nvme/lv_4 2023-11-16T17:41:07.039 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-16T17:41:07.040 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T17:41:07.040 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 6h/6d Inode: 394593 Links: 1 2023-11-16T17:41:07.040 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T17:41:07.040 INFO:teuthology.orchestra.run.smithi143.stdout:Context: system_u:object_r:device_t:s0 2023-11-16T17:41:07.040 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2023-11-16 17:41:01.046681908 +0000 2023-11-16T17:41:07.040 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2023-11-16 17:36:59.973005122 +0000 2023-11-16T17:41:07.040 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2023-11-16 17:36:59.973005122 +0000 2023-11-16T17:41:07.041 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: - 2023-11-16T17:41:07.041 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-16T17:41:07.105 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2023-11-16T17:41:07.106 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2023-11-16T17:41:07.106 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.000236242 s, 2.2 MB/s 2023-11-16T17:41:07.107 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-16T17:41:07.165 INFO:tasks.cephadm:Deploying osd.0 on smithi042 with /dev/vg_nvme/lv_4... 2023-11-16T17:41:07.165 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-11-16T17:41:07.840 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:07 smithi042 ceph-mon[107709]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T17:41:07.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:07 smithi143 ceph-mon[110525]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T17:41:09.781 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:09 smithi042 ceph-mon[107709]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T17:41:09.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:09 smithi143 ceph-mon[110525]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T17:41:10.044 INFO:teuthology.orchestra.run.smithi042.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-11-16T17:41:10.045 INFO:teuthology.orchestra.run.smithi042.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-11-16T17:41:10.045 INFO:teuthology.orchestra.run.smithi042.stderr: stderr: 10+0 records in 2023-11-16T17:41:10.045 INFO:teuthology.orchestra.run.smithi042.stderr:10+0 records out 2023-11-16T17:41:10.045 INFO:teuthology.orchestra.run.smithi042.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00882075 s, 1.2 GB/s 2023-11-16T17:41:10.045 INFO:teuthology.orchestra.run.smithi042.stderr:--> Zapping successful for: 2023-11-16T17:41:10.705 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph orch daemon add osd smithi042:vg_nvme/lv_4 2023-11-16T17:41:11.735 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:11 smithi042 ceph-mon[107709]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T17:41:11.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:11 smithi143 ceph-mon[110525]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T17:41:13.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:13 smithi042 ceph-mon[107709]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T17:41:13.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:13 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:13.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:13 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:41:13.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:13 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:41:13.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:13 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T17:41:13.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:13 smithi042 ceph-mon[107709]: from='client.14236 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi042:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:41:13.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:13 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T17:41:13.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:13 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-16T17:41:13.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:13 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:41:13.607 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:13 smithi143 ceph-mon[110525]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T17:41:13.607 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:13 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:13.608 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:13 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:41:13.608 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:13 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:41:13.608 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:13 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T17:41:13.608 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:13 smithi143 ceph-mon[110525]: from='client.14236 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi042:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:41:13.608 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:13 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T17:41:13.608 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:13 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-16T17:41:13.608 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:13 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:41:14.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:14 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:14.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:14 smithi042 ceph-mon[107709]: Updating smithi143:/etc/ceph/ceph.conf 2023-11-16T17:41:14.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:14 smithi042 ceph-mon[107709]: Updating smithi143:/etc/ceph/ceph.client.admin.keyring 2023-11-16T17:41:14.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:14 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:14.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:14 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:14.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:14 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:14.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:14 smithi143 ceph-mon[110525]: Updating smithi143:/etc/ceph/ceph.conf 2023-11-16T17:41:14.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:14 smithi143 ceph-mon[110525]: Updating smithi143:/etc/ceph/ceph.client.admin.keyring 2023-11-16T17:41:14.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:14 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:14.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:14 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:15.839 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:15 smithi042 ceph-mon[107709]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T17:41:15.839 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:15 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/768273727' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d6605ca4-6227-4f7f-9e32-3ef35ed6c9a5"}]: dispatch 2023-11-16T17:41:15.839 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:15 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/768273727' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d6605ca4-6227-4f7f-9e32-3ef35ed6c9a5"}]': finished 2023-11-16T17:41:15.839 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:15 smithi042 ceph-mon[107709]: osdmap e6: 1 total, 0 up, 1 in 2023-11-16T17:41:15.839 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:15 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T17:41:15.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:15 smithi143 ceph-mon[110525]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T17:41:15.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:15 smithi143 ceph-mon[110525]: from='client.? 172.21.15.42:0/768273727' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d6605ca4-6227-4f7f-9e32-3ef35ed6c9a5"}]: dispatch 2023-11-16T17:41:15.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:15 smithi143 ceph-mon[110525]: from='client.? 172.21.15.42:0/768273727' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d6605ca4-6227-4f7f-9e32-3ef35ed6c9a5"}]': finished 2023-11-16T17:41:15.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:15 smithi143 ceph-mon[110525]: osdmap e6: 1 total, 0 up, 1 in 2023-11-16T17:41:15.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:15 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T17:41:16.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:16 smithi143 ceph-mon[110525]: from='client.? 172.21.15.42:0/1933746027' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T17:41:16.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:16 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:16.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:16 smithi143 ceph-mon[110525]: Updating smithi042:/etc/ceph/ceph.conf 2023-11-16T17:41:16.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:16 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:16.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:16 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:16.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:16 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-16T17:41:16.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:16 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-16T17:41:16.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:16 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:41:17.090 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:16 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/1933746027' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T17:41:17.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:16 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:17.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:16 smithi042 ceph-mon[107709]: Updating smithi042:/etc/ceph/ceph.conf 2023-11-16T17:41:17.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:16 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:17.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:16 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:17.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:16 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-16T17:41:17.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:16 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-16T17:41:17.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:16 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:41:17.913 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:17 smithi042 ceph-mon[107709]: Reconfiguring mon.smithi042 (unknown last config time)... 2023-11-16T17:41:17.913 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:17 smithi042 ceph-mon[107709]: Reconfiguring daemon mon.smithi042 on smithi042 2023-11-16T17:41:17.913 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:17 smithi042 ceph-mon[107709]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T17:41:17.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:17 smithi143 ceph-mon[110525]: Reconfiguring mon.smithi042 (unknown last config time)... 2023-11-16T17:41:17.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:17 smithi143 ceph-mon[110525]: Reconfiguring daemon mon.smithi042 on smithi042 2023-11-16T17:41:17.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:17 smithi143 ceph-mon[110525]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T17:41:19.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:19 smithi143 ceph-mon[110525]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T17:41:19.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:19 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:19.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:19 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi042.ozybzf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-16T17:41:19.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:19 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-16T17:41:19.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:19 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:41:20.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:19 smithi042 ceph-mon[107709]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T17:41:20.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:19 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:20.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:19 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi042.ozybzf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-16T17:41:20.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:19 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-16T17:41:20.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:19 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:41:20.776 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:20 smithi042 ceph-mon[107709]: Reconfiguring mgr.smithi042.ozybzf (unknown last config time)... 2023-11-16T17:41:20.776 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:20 smithi042 ceph-mon[107709]: Reconfiguring daemon mgr.smithi042.ozybzf on smithi042 2023-11-16T17:41:20.776 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:20 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-16T17:41:20.776 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:20 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:41:20.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:20 smithi143 ceph-mon[110525]: Reconfiguring mgr.smithi042.ozybzf (unknown last config time)... 2023-11-16T17:41:20.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:20 smithi143 ceph-mon[110525]: Reconfiguring daemon mgr.smithi042.ozybzf on smithi042 2023-11-16T17:41:20.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:20 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-16T17:41:20.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:20 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:41:21.686 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:21 smithi042 ceph-mon[107709]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T17:41:21.686 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:21 smithi042 ceph-mon[107709]: Deploying daemon osd.0 on smithi042 2023-11-16T17:41:21.686 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:21 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:21.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:21 smithi143 ceph-mon[110525]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T17:41:21.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:21 smithi143 ceph-mon[110525]: Deploying daemon osd.0 on smithi042 2023-11-16T17:41:21.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:21 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:22.908 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:22 smithi042 ceph-mon[107709]: Reconfiguring alertmanager.smithi042 (dependencies changed)... 2023-11-16T17:41:22.908 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:22 smithi042 ceph-mon[107709]: Reconfiguring daemon alertmanager.smithi042 on smithi042 2023-11-16T17:41:22.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:22 smithi143 ceph-mon[110525]: Reconfiguring alertmanager.smithi042 (dependencies changed)... 2023-11-16T17:41:22.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:22 smithi143 ceph-mon[110525]: Reconfiguring daemon alertmanager.smithi042 on smithi042 2023-11-16T17:41:23.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:23 smithi143 ceph-mon[110525]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T17:41:24.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:23 smithi042 ceph-mon[107709]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T17:41:25.775 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:25 smithi042 ceph-mon[107709]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T17:41:25.775 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:25 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:25.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:25 smithi143 ceph-mon[110525]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T17:41:25.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:25 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:27.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:27 smithi143 ceph-mon[110525]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T17:41:27.965 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:27 smithi042 ceph-mon[107709]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T17:41:29.065 INFO:teuthology.orchestra.run.smithi042.stdout:Created osd(s) 0 on host 'smithi042' 2023-11-16T17:41:29.281 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:29 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:29.281 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:29 smithi042 ceph-mon[107709]: Reconfiguring crash.smithi042 (monmap changed)... 2023-11-16T17:41:29.281 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:29 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi042", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-16T17:41:29.281 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:29 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:41:29.281 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:29 smithi042 ceph-mon[107709]: Reconfiguring daemon crash.smithi042 on smithi042 2023-11-16T17:41:29.281 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:29 smithi042 ceph-mon[107709]: from='osd.0 [v2:172.21.15.42:6802/3866124336,v1:172.21.15.42:6803/3866124336]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-16T17:41:29.281 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:29 smithi042 ceph-mon[107709]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-16T17:41:29.281 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:29 smithi042 ceph-mon[107709]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T17:41:29.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:29 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:29.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:29 smithi143 ceph-mon[110525]: Reconfiguring crash.smithi042 (monmap changed)... 2023-11-16T17:41:29.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:29 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi042", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-16T17:41:29.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:29 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:41:29.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:29 smithi143 ceph-mon[110525]: Reconfiguring daemon crash.smithi042 on smithi042 2023-11-16T17:41:29.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:29 smithi143 ceph-mon[110525]: from='osd.0 [v2:172.21.15.42:6802/3866124336,v1:172.21.15.42:6803/3866124336]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-16T17:41:29.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:29 smithi143 ceph-mon[110525]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-16T17:41:29.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:29 smithi143 ceph-mon[110525]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T17:41:29.575 DEBUG:teuthology.orchestra.run.smithi042:osd.0> sudo journalctl -f -n 0 -u ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7@osd.0.service 2023-11-16T17:41:29.578 INFO:tasks.cephadm:Deploying osd.1 on smithi042 with /dev/vg_nvme/lv_3... 2023-11-16T17:41:29.578 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-11-16T17:41:29.614 INFO:journalctl@ceph.osd.0.smithi042.stdout:-- Logs begin at Thu 2023-11-16 17:29:46 UTC. -- 2023-11-16T17:41:30.150 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:30 smithi042 ceph-mon[107709]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-16T17:41:30.150 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:30 smithi042 ceph-mon[107709]: osdmap e7: 1 total, 0 up, 1 in 2023-11-16T17:41:30.150 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:30 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T17:41:30.150 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:30 smithi042 ceph-mon[107709]: from='osd.0 [v2:172.21.15.42:6802/3866124336,v1:172.21.15.42:6803/3866124336]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2023-11-16T17:41:30.150 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:30 smithi042 ceph-mon[107709]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2023-11-16T17:41:30.150 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:30 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:30.151 INFO:journalctl@ceph.osd.0.smithi042.stdout:Nov 16 17:41:30 smithi042 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-0[120149]: 2023-11-16T17:41:30.026+0000 7f1549d93700 -1 osd.0 0 waiting for initial osdmap 2023-11-16T17:41:30.151 INFO:journalctl@ceph.osd.0.smithi042.stdout:Nov 16 17:41:30 smithi042 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-0[120149]: 2023-11-16T17:41:30.028+0000 7f154672e700 -1 osd.0 8 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-16T17:41:30.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:30 smithi143 ceph-mon[110525]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-16T17:41:30.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:30 smithi143 ceph-mon[110525]: osdmap e7: 1 total, 0 up, 1 in 2023-11-16T17:41:30.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:30 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T17:41:30.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:30 smithi143 ceph-mon[110525]: from='osd.0 [v2:172.21.15.42:6802/3866124336,v1:172.21.15.42:6803/3866124336]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2023-11-16T17:41:30.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:30 smithi143 ceph-mon[110525]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2023-11-16T17:41:30.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:30 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:31.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:31 smithi042 ceph-mon[107709]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]': finished 2023-11-16T17:41:31.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:31 smithi042 ceph-mon[107709]: osdmap e8: 1 total, 0 up, 1 in 2023-11-16T17:41:31.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:31 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T17:41:31.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:31 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T17:41:31.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:31 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:31.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:31 smithi042 ceph-mon[107709]: Reconfiguring grafana.smithi042 (dependencies changed)... 2023-11-16T17:41:31.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:31 smithi042 ceph-mon[107709]: Reconfiguring daemon grafana.smithi042 on smithi042 2023-11-16T17:41:31.342 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:31 smithi042 ceph-mon[107709]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T17:41:31.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:31 smithi143 ceph-mon[110525]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]': finished 2023-11-16T17:41:31.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:31 smithi143 ceph-mon[110525]: osdmap e8: 1 total, 0 up, 1 in 2023-11-16T17:41:31.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:31 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T17:41:31.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:31 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T17:41:31.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:31 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:31.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:31 smithi143 ceph-mon[110525]: Reconfiguring grafana.smithi042 (dependencies changed)... 2023-11-16T17:41:31.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:31 smithi143 ceph-mon[110525]: Reconfiguring daemon grafana.smithi042 on smithi042 2023-11-16T17:41:31.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:31 smithi143 ceph-mon[110525]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T17:41:31.701 INFO:teuthology.orchestra.run.smithi042.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-11-16T17:41:31.702 INFO:teuthology.orchestra.run.smithi042.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-11-16T17:41:31.702 INFO:teuthology.orchestra.run.smithi042.stderr: stderr: 10+0 records in 2023-11-16T17:41:31.702 INFO:teuthology.orchestra.run.smithi042.stderr:10+0 records out 2023-11-16T17:41:31.702 INFO:teuthology.orchestra.run.smithi042.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00858241 s, 1.2 GB/s 2023-11-16T17:41:31.702 INFO:teuthology.orchestra.run.smithi042.stderr:--> Zapping successful for: 2023-11-16T17:41:32.287 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:32 smithi042 ceph-mon[107709]: purged_snaps scrub starts 2023-11-16T17:41:32.287 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:32 smithi042 ceph-mon[107709]: purged_snaps scrub ok 2023-11-16T17:41:32.287 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:32 smithi042 ceph-mon[107709]: osd.0 [v2:172.21.15.42:6802/3866124336,v1:172.21.15.42:6803/3866124336] boot 2023-11-16T17:41:32.287 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:32 smithi042 ceph-mon[107709]: osdmap e9: 1 total, 1 up, 1 in 2023-11-16T17:41:32.287 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:32 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T17:41:32.310 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph orch daemon add osd smithi042:vg_nvme/lv_3 2023-11-16T17:41:32.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:32 smithi143 ceph-mon[110525]: purged_snaps scrub starts 2023-11-16T17:41:32.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:32 smithi143 ceph-mon[110525]: purged_snaps scrub ok 2023-11-16T17:41:32.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:32 smithi143 ceph-mon[110525]: osd.0 [v2:172.21.15.42:6802/3866124336,v1:172.21.15.42:6803/3866124336] boot 2023-11-16T17:41:32.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:32 smithi143 ceph-mon[110525]: osdmap e9: 1 total, 1 up, 1 in 2023-11-16T17:41:32.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:32 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T17:41:33.349 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:33 smithi042 ceph-mon[107709]: osdmap e10: 1 total, 1 up, 1 in 2023-11-16T17:41:33.349 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:33 smithi042 ceph-mon[107709]: pgmap v22: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-16T17:41:33.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:33 smithi143 ceph-mon[110525]: osdmap e10: 1 total, 1 up, 1 in 2023-11-16T17:41:33.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:33 smithi143 ceph-mon[110525]: pgmap v22: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-16T17:41:35.057 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:34 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:35.057 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:34 smithi042 ceph-mon[107709]: Reconfiguring crash.smithi143 (monmap changed)... 2023-11-16T17:41:35.057 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:34 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi143", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-16T17:41:35.057 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:34 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:41:35.057 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:34 smithi042 ceph-mon[107709]: Reconfiguring daemon crash.smithi143 on smithi143 2023-11-16T17:41:35.057 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:34 smithi042 ceph-mon[107709]: pgmap v23: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-16T17:41:35.057 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:34 smithi042 ceph-mon[107709]: from='client.14254 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi042:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:41:35.057 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:34 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T17:41:35.057 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:34 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-16T17:41:35.058 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:34 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:41:35.058 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:34 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:35.058 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:34 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi143.uyynqu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-16T17:41:35.058 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:34 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-16T17:41:35.058 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:34 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:41:35.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:34 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:35.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:34 smithi143 ceph-mon[110525]: Reconfiguring crash.smithi143 (monmap changed)... 2023-11-16T17:41:35.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:34 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi143", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-16T17:41:35.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:34 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:41:35.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:34 smithi143 ceph-mon[110525]: Reconfiguring daemon crash.smithi143 on smithi143 2023-11-16T17:41:35.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:34 smithi143 ceph-mon[110525]: pgmap v23: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-16T17:41:35.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:34 smithi143 ceph-mon[110525]: from='client.14254 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi042:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:41:35.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:34 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T17:41:35.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:34 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-16T17:41:35.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:34 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:41:35.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:34 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:35.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:34 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi143.uyynqu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-16T17:41:35.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:34 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-16T17:41:35.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:34 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:41:36.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:35 smithi143 ceph-mon[110525]: Reconfiguring mgr.smithi143.uyynqu (monmap changed)... 2023-11-16T17:41:36.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:35 smithi143 ceph-mon[110525]: Reconfiguring daemon mgr.smithi143.uyynqu on smithi143 2023-11-16T17:41:36.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:35 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:36.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:35 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-16T17:41:36.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:35 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-16T17:41:36.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:35 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:41:36.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:35 smithi042 ceph-mon[107709]: Reconfiguring mgr.smithi143.uyynqu (monmap changed)... 2023-11-16T17:41:36.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:35 smithi042 ceph-mon[107709]: Reconfiguring daemon mgr.smithi143.uyynqu on smithi143 2023-11-16T17:41:36.342 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:35 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:36.342 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:35 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-16T17:41:36.342 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:35 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-16T17:41:36.342 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:35 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:41:37.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:36 smithi143 ceph-mon[110525]: Reconfiguring mon.smithi143 (monmap changed)... 2023-11-16T17:41:37.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:36 smithi143 ceph-mon[110525]: Reconfiguring daemon mon.smithi143 on smithi143 2023-11-16T17:41:37.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:36 smithi143 ceph-mon[110525]: from='client.? 172.21.15.42:0/2696334348' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "575ace96-48f0-4f9f-9010-2cfe367e8ff6"}]: dispatch 2023-11-16T17:41:37.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:36 smithi143 ceph-mon[110525]: from='client.? 172.21.15.42:0/2696334348' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "575ace96-48f0-4f9f-9010-2cfe367e8ff6"}]': finished 2023-11-16T17:41:37.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:36 smithi143 ceph-mon[110525]: osdmap e11: 2 total, 1 up, 2 in 2023-11-16T17:41:37.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:36 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T17:41:37.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:36 smithi143 ceph-mon[110525]: pgmap v25: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-16T17:41:37.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:36 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:37.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:36 smithi143 ceph-mon[110525]: from='client.? 172.21.15.42:0/3128345329' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T17:41:37.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:36 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-16T17:41:37.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:36 smithi042 ceph-mon[107709]: Reconfiguring mon.smithi143 (monmap changed)... 2023-11-16T17:41:37.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:36 smithi042 ceph-mon[107709]: Reconfiguring daemon mon.smithi143 on smithi143 2023-11-16T17:41:37.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:36 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/2696334348' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "575ace96-48f0-4f9f-9010-2cfe367e8ff6"}]: dispatch 2023-11-16T17:41:37.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:36 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/2696334348' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "575ace96-48f0-4f9f-9010-2cfe367e8ff6"}]': finished 2023-11-16T17:41:37.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:36 smithi042 ceph-mon[107709]: osdmap e11: 2 total, 1 up, 2 in 2023-11-16T17:41:37.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:36 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T17:41:37.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:36 smithi042 ceph-mon[107709]: pgmap v25: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-16T17:41:37.342 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:36 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:37.342 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:36 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/3128345329' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T17:41:37.342 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:36 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-16T17:41:38.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:38 smithi042 ceph-mon[107709]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-16T17:41:38.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:38 smithi143 ceph-mon[110525]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-16T17:41:39.581 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:39 smithi042 ceph-mon[107709]: pgmap v26: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-16T17:41:39.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:39 smithi143 ceph-mon[110525]: pgmap v26: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-16T17:41:41.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:41 smithi042 ceph-mon[107709]: pgmap v27: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-16T17:41:41.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:41 smithi143 ceph-mon[110525]: pgmap v27: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-16T17:41:42.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:42 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-16T17:41:42.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:42 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:41:42.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:42 smithi042 ceph-mon[107709]: Deploying daemon osd.1 on smithi042 2023-11-16T17:41:42.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:42 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-16T17:41:42.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:42 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:41:42.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:42 smithi143 ceph-mon[110525]: Deploying daemon osd.1 on smithi042 2023-11-16T17:41:43.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:43 smithi042 ceph-mon[107709]: pgmap v28: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-16T17:41:43.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:43 smithi143 ceph-mon[110525]: pgmap v28: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-16T17:41:45.615 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:45 smithi042 ceph-mon[107709]: pgmap v29: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-16T17:41:45.616 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:45 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi042.ozybzf/mirror_snapshot_schedule"}]: dispatch 2023-11-16T17:41:45.616 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:45 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi042.ozybzf/trash_purge_schedule"}]: dispatch 2023-11-16T17:41:45.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:45 smithi143 ceph-mon[110525]: pgmap v29: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-16T17:41:45.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:45 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi042.ozybzf/mirror_snapshot_schedule"}]: dispatch 2023-11-16T17:41:45.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:45 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi042.ozybzf/trash_purge_schedule"}]: dispatch 2023-11-16T17:41:46.640 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:46 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:46.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:46 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:47.550 INFO:teuthology.orchestra.run.smithi042.stdout:Created osd(s) 1 on host 'smithi042' 2023-11-16T17:41:47.747 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:47 smithi042 ceph-mon[107709]: pgmap v30: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-16T17:41:47.747 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:47 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:47.747 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:47 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.42:9093"}]: dispatch 2023-11-16T17:41:47.747 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:47 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:47.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:47 smithi143 ceph-mon[110525]: pgmap v30: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-16T17:41:47.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:47 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:47.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:47 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.42:9093"}]: dispatch 2023-11-16T17:41:47.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:47 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:47.962 DEBUG:teuthology.orchestra.run.smithi042:osd.1> sudo journalctl -f -n 0 -u ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7@osd.1.service 2023-11-16T17:41:47.964 INFO:tasks.cephadm:Deploying osd.2 on smithi042 with /dev/vg_nvme/lv_2... 2023-11-16T17:41:47.965 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-11-16T17:41:47.999 INFO:journalctl@ceph.osd.1.smithi042.stdout:-- Logs begin at Thu 2023-11-16 17:29:46 UTC. -- 2023-11-16T17:41:48.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:48 smithi042 ceph-mon[107709]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.42:9093"}]: dispatch 2023-11-16T17:41:48.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:48 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-16T17:41:48.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:48 smithi042 ceph-mon[107709]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-16T17:41:48.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:48 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.42:3000"}]: dispatch 2023-11-16T17:41:48.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:48 smithi042 ceph-mon[107709]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.42:3000"}]: dispatch 2023-11-16T17:41:48.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:48 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:48.592 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:48 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-16T17:41:48.592 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:48 smithi042 ceph-mon[107709]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-16T17:41:48.592 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:48 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.42:9095"}]: dispatch 2023-11-16T17:41:48.592 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:48 smithi042 ceph-mon[107709]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.42:9095"}]: dispatch 2023-11-16T17:41:48.592 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:48 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:48.592 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:48 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:41:48.592 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:48 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:41:48.592 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:48 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T17:41:48.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:48 smithi143 ceph-mon[110525]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.42:9093"}]: dispatch 2023-11-16T17:41:48.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:48 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-16T17:41:48.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:48 smithi143 ceph-mon[110525]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-16T17:41:48.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:48 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.42:3000"}]: dispatch 2023-11-16T17:41:48.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:48 smithi143 ceph-mon[110525]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.42:3000"}]: dispatch 2023-11-16T17:41:48.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:48 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:48.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:48 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-16T17:41:48.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:48 smithi143 ceph-mon[110525]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-16T17:41:48.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:48 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.42:9095"}]: dispatch 2023-11-16T17:41:48.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:48 smithi143 ceph-mon[110525]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.42:9095"}]: dispatch 2023-11-16T17:41:48.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:48 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:48.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:48 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:41:48.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:48 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:41:48.920 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:48 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T17:41:49.001 INFO:journalctl@ceph.osd.1.smithi042.stdout:Nov 16 17:41:48 smithi042 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-1[123877]: 2023-11-16T17:41:48.721+0000 7f4ba39573c0 -1 osd.1 0 log_to_monitors true 2023-11-16T17:41:50.014 INFO:teuthology.orchestra.run.smithi042.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-11-16T17:41:50.014 INFO:teuthology.orchestra.run.smithi042.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-11-16T17:41:50.014 INFO:teuthology.orchestra.run.smithi042.stderr: stderr: 10+0 records in 2023-11-16T17:41:50.014 INFO:teuthology.orchestra.run.smithi042.stderr:10+0 records out 2023-11-16T17:41:50.014 INFO:teuthology.orchestra.run.smithi042.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0104851 s, 1.0 GB/s 2023-11-16T17:41:50.014 INFO:teuthology.orchestra.run.smithi042.stderr:--> Zapping successful for: 2023-11-16T17:41:50.054 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:49 smithi042 ceph-mon[107709]: pgmap v31: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-16T17:41:50.055 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:49 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:50.055 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:49 smithi042 ceph-mon[107709]: from='osd.1 [v2:172.21.15.42:6810/2891280512,v1:172.21.15.42:6811/2891280512]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-16T17:41:50.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:49 smithi143 ceph-mon[110525]: pgmap v31: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-16T17:41:50.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:49 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:50.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:49 smithi143 ceph-mon[110525]: from='osd.1 [v2:172.21.15.42:6810/2891280512,v1:172.21.15.42:6811/2891280512]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-16T17:41:50.631 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph orch daemon add osd smithi042:vg_nvme/lv_2 2023-11-16T17:41:51.091 INFO:journalctl@ceph.osd.1.smithi042.stdout:Nov 16 17:41:50 smithi042 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-1[123877]: 2023-11-16T17:41:50.731+0000 7f4b9a35a700 -1 osd.1 0 waiting for initial osdmap 2023-11-16T17:41:51.091 INFO:journalctl@ceph.osd.1.smithi042.stdout:Nov 16 17:41:50 smithi042 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-1[123877]: 2023-11-16T17:41:50.738+0000 7f4b94cf1700 -1 osd.1 13 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-16T17:41:51.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:50 smithi042 ceph-mon[107709]: from='osd.1 [v2:172.21.15.42:6810/2891280512,v1:172.21.15.42:6811/2891280512]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-16T17:41:51.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:50 smithi042 ceph-mon[107709]: osdmap e12: 2 total, 1 up, 2 in 2023-11-16T17:41:51.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:50 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T17:41:51.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:50 smithi042 ceph-mon[107709]: from='osd.1 [v2:172.21.15.42:6810/2891280512,v1:172.21.15.42:6811/2891280512]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2023-11-16T17:41:51.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:50 smithi143 ceph-mon[110525]: from='osd.1 [v2:172.21.15.42:6810/2891280512,v1:172.21.15.42:6811/2891280512]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-16T17:41:51.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:50 smithi143 ceph-mon[110525]: osdmap e12: 2 total, 1 up, 2 in 2023-11-16T17:41:51.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:50 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T17:41:51.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:50 smithi143 ceph-mon[110525]: from='osd.1 [v2:172.21.15.42:6810/2891280512,v1:172.21.15.42:6811/2891280512]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2023-11-16T17:41:51.916 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:51 smithi042 ceph-mon[107709]: purged_snaps scrub starts 2023-11-16T17:41:51.917 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:51 smithi042 ceph-mon[107709]: purged_snaps scrub ok 2023-11-16T17:41:51.917 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:51 smithi042 ceph-mon[107709]: pgmap v33: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-16T17:41:51.917 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:51 smithi042 ceph-mon[107709]: from='osd.1 [v2:172.21.15.42:6810/2891280512,v1:172.21.15.42:6811/2891280512]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]': finished 2023-11-16T17:41:51.917 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:51 smithi042 ceph-mon[107709]: osdmap e13: 2 total, 1 up, 2 in 2023-11-16T17:41:51.917 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:51 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T17:41:51.917 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:51 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T17:41:52.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:51 smithi143 ceph-mon[110525]: purged_snaps scrub starts 2023-11-16T17:41:52.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:51 smithi143 ceph-mon[110525]: purged_snaps scrub ok 2023-11-16T17:41:52.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:51 smithi143 ceph-mon[110525]: pgmap v33: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-16T17:41:52.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:51 smithi143 ceph-mon[110525]: from='osd.1 [v2:172.21.15.42:6810/2891280512,v1:172.21.15.42:6811/2891280512]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]': finished 2023-11-16T17:41:52.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:51 smithi143 ceph-mon[110525]: osdmap e13: 2 total, 1 up, 2 in 2023-11-16T17:41:52.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:51 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T17:41:52.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:51 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T17:41:52.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:52 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T17:41:52.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:52 smithi042 ceph-mon[107709]: osd.1 [v2:172.21.15.42:6810/2891280512,v1:172.21.15.42:6811/2891280512] boot 2023-11-16T17:41:52.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:52 smithi042 ceph-mon[107709]: osdmap e14: 2 total, 2 up, 2 in 2023-11-16T17:41:52.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:52 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T17:41:52.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:52 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:52.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:52 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T17:41:52.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:52 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-16T17:41:52.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:52 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:41:53.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:52 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T17:41:53.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:52 smithi143 ceph-mon[110525]: osd.1 [v2:172.21.15.42:6810/2891280512,v1:172.21.15.42:6811/2891280512] boot 2023-11-16T17:41:53.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:52 smithi143 ceph-mon[110525]: osdmap e14: 2 total, 2 up, 2 in 2023-11-16T17:41:53.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:52 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T17:41:53.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:52 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:53.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:52 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T17:41:53.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:52 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-16T17:41:53.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:52 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:41:54.090 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:53 smithi042 ceph-mon[107709]: pgmap v36: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-16T17:41:54.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:53 smithi042 ceph-mon[107709]: from='client.14272 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi042:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:41:54.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:53 smithi042 ceph-mon[107709]: osdmap e15: 2 total, 2 up, 2 in 2023-11-16T17:41:54.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:53 smithi143 ceph-mon[110525]: pgmap v36: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-16T17:41:54.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:53 smithi143 ceph-mon[110525]: from='client.14272 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi042:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:41:54.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:53 smithi143 ceph-mon[110525]: osdmap e15: 2 total, 2 up, 2 in 2023-11-16T17:41:55.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:55 smithi143 ceph-mon[110525]: pgmap v38: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-11-16T17:41:55.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:55 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:55.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:55 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:41:55.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:55 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:41:55.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:55 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:55.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:55 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:55.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:55 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:41:55.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:55 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:41:55.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:55 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T17:41:56.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:55 smithi042 ceph-mon[107709]: pgmap v38: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-11-16T17:41:56.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:55 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:56.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:55 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:41:56.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:55 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:41:56.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:55 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:56.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:55 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:56.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:55 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:41:56.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:55 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:41:56.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:55 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T17:41:57.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:56 smithi042 ceph-mon[107709]: Detected new or changed devices on smithi042 2023-11-16T17:41:57.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:56 smithi042 ceph-mon[107709]: Adjusting osd_memory_target on smithi042 to 6451M 2023-11-16T17:41:57.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:56 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/3111333878' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ac9a3e8b-4c38-4cd6-a1aa-bcf691a64de9"}]: dispatch 2023-11-16T17:41:57.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:56 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/3111333878' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ac9a3e8b-4c38-4cd6-a1aa-bcf691a64de9"}]': finished 2023-11-16T17:41:57.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:56 smithi042 ceph-mon[107709]: osdmap e16: 3 total, 2 up, 3 in 2023-11-16T17:41:57.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:56 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T17:41:57.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:56 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:57.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:56 smithi143 ceph-mon[110525]: Detected new or changed devices on smithi042 2023-11-16T17:41:57.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:56 smithi143 ceph-mon[110525]: Adjusting osd_memory_target on smithi042 to 6451M 2023-11-16T17:41:57.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:56 smithi143 ceph-mon[110525]: from='client.? 172.21.15.42:0/3111333878' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ac9a3e8b-4c38-4cd6-a1aa-bcf691a64de9"}]: dispatch 2023-11-16T17:41:57.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:56 smithi143 ceph-mon[110525]: from='client.? 172.21.15.42:0/3111333878' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ac9a3e8b-4c38-4cd6-a1aa-bcf691a64de9"}]': finished 2023-11-16T17:41:57.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:56 smithi143 ceph-mon[110525]: osdmap e16: 3 total, 2 up, 3 in 2023-11-16T17:41:57.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:56 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T17:41:57.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:56 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:58.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:57 smithi042 ceph-mon[107709]: pgmap v40: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-11-16T17:41:58.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:57 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/4053642230' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T17:41:58.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:57 smithi143 ceph-mon[110525]: pgmap v40: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-11-16T17:41:58.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:57 smithi143 ceph-mon[110525]: from='client.? 172.21.15.42:0/4053642230' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T17:41:59.326 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:59 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:59.326 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:41:59 smithi042 ceph-mon[107709]: pgmap v41: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-16T17:41:59.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:59 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:41:59.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:41:59 smithi143 ceph-mon[110525]: pgmap v41: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-16T17:42:01.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:01 smithi143 ceph-mon[110525]: pgmap v42: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-16T17:42:01.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:01 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:42:01.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:01 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:42:01.692 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:01 smithi042 ceph-mon[107709]: pgmap v42: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-16T17:42:01.692 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:01 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:42:01.692 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:01 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:42:02.637 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:02 smithi042 ceph-mon[107709]: Detected new or changed devices on smithi042 2023-11-16T17:42:02.638 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:02 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-16T17:42:02.638 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:02 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:42:02.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:02 smithi143 ceph-mon[110525]: Detected new or changed devices on smithi042 2023-11-16T17:42:02.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:02 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-16T17:42:02.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:02 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:42:03.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:03 smithi143 ceph-mon[110525]: Deploying daemon osd.2 on smithi042 2023-11-16T17:42:03.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:03 smithi143 ceph-mon[110525]: pgmap v43: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-16T17:42:03.805 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:03 smithi042 ceph-mon[107709]: Deploying daemon osd.2 on smithi042 2023-11-16T17:42:03.805 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:03 smithi042 ceph-mon[107709]: pgmap v43: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-16T17:42:05.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:05 smithi042 ceph-mon[107709]: pgmap v44: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-16T17:42:05.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:05 smithi143 ceph-mon[110525]: pgmap v44: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-16T17:42:07.324 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:07 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:42:07.324 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:07 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:42:07.324 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:07 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:42:07.325 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:07 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T17:42:07.325 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:07 smithi042 ceph-mon[107709]: pgmap v45: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-16T17:42:07.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:07 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:42:07.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:07 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:42:07.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:07 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:42:07.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:07 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T17:42:07.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:07 smithi143 ceph-mon[110525]: pgmap v45: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-16T17:42:08.625 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:08 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:42:08.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:08 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:42:08.713 INFO:teuthology.orchestra.run.smithi042.stdout:Created osd(s) 2 on host 'smithi042' 2023-11-16T17:42:09.447 DEBUG:teuthology.orchestra.run.smithi042:osd.2> sudo journalctl -f -n 0 -u ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7@osd.2.service 2023-11-16T17:42:09.450 INFO:tasks.cephadm:Deploying osd.3 on smithi042 with /dev/vg_nvme/lv_1... 2023-11-16T17:42:09.450 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-11-16T17:42:09.487 INFO:journalctl@ceph.osd.2.smithi042.stdout:-- Logs begin at Thu 2023-11-16 17:29:46 UTC. -- 2023-11-16T17:42:09.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:09 smithi042 ceph-mon[107709]: pgmap v46: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-16T17:42:09.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:09 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:42:09.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:09 smithi042 ceph-mon[107709]: from='osd.2 [v2:172.21.15.42:6818/1244215421,v1:172.21.15.42:6819/1244215421]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-16T17:42:10.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:09 smithi143 ceph-mon[110525]: pgmap v46: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-16T17:42:10.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:09 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:42:10.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:09 smithi143 ceph-mon[110525]: from='osd.2 [v2:172.21.15.42:6818/1244215421,v1:172.21.15.42:6819/1244215421]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-16T17:42:11.048 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:10 smithi042 ceph-mon[107709]: from='osd.2 [v2:172.21.15.42:6818/1244215421,v1:172.21.15.42:6819/1244215421]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-16T17:42:11.048 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:10 smithi042 ceph-mon[107709]: osdmap e17: 3 total, 2 up, 3 in 2023-11-16T17:42:11.048 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:10 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T17:42:11.048 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:10 smithi042 ceph-mon[107709]: from='osd.2 [v2:172.21.15.42:6818/1244215421,v1:172.21.15.42:6819/1244215421]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2023-11-16T17:42:11.048 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:10 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:42:11.048 INFO:journalctl@ceph.osd.2.smithi042.stdout:Nov 16 17:42:10 smithi042 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-2[128457]: 2023-11-16T17:42:10.720+0000 7fc8a05b9700 -1 osd.2 0 waiting for initial osdmap 2023-11-16T17:42:11.048 INFO:journalctl@ceph.osd.2.smithi042.stdout:Nov 16 17:42:10 smithi042 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-2[128457]: 2023-11-16T17:42:10.725+0000 7fc898f4c700 -1 osd.2 18 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-16T17:42:11.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:10 smithi143 ceph-mon[110525]: from='osd.2 [v2:172.21.15.42:6818/1244215421,v1:172.21.15.42:6819/1244215421]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-16T17:42:11.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:10 smithi143 ceph-mon[110525]: osdmap e17: 3 total, 2 up, 3 in 2023-11-16T17:42:11.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:10 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T17:42:11.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:10 smithi143 ceph-mon[110525]: from='osd.2 [v2:172.21.15.42:6818/1244215421,v1:172.21.15.42:6819/1244215421]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2023-11-16T17:42:11.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:10 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:42:11.558 INFO:teuthology.orchestra.run.smithi042.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-11-16T17:42:11.558 INFO:teuthology.orchestra.run.smithi042.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-11-16T17:42:11.558 INFO:teuthology.orchestra.run.smithi042.stderr: stderr: 10+0 records in 2023-11-16T17:42:11.558 INFO:teuthology.orchestra.run.smithi042.stderr:10+0 records out 2023-11-16T17:42:11.558 INFO:teuthology.orchestra.run.smithi042.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00870813 s, 1.2 GB/s 2023-11-16T17:42:11.559 INFO:teuthology.orchestra.run.smithi042.stderr:--> Zapping successful for: 2023-11-16T17:42:11.955 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:11 smithi042 ceph-mon[107709]: pgmap v48: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-16T17:42:11.956 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:11 smithi042 ceph-mon[107709]: from='osd.2 [v2:172.21.15.42:6818/1244215421,v1:172.21.15.42:6819/1244215421]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]': finished 2023-11-16T17:42:11.956 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:11 smithi042 ceph-mon[107709]: osdmap e18: 3 total, 2 up, 3 in 2023-11-16T17:42:11.956 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:11 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T17:42:11.956 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:11 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T17:42:12.039 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph orch daemon add osd smithi042:vg_nvme/lv_1 2023-11-16T17:42:12.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:11 smithi143 ceph-mon[110525]: pgmap v48: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-16T17:42:12.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:11 smithi143 ceph-mon[110525]: from='osd.2 [v2:172.21.15.42:6818/1244215421,v1:172.21.15.42:6819/1244215421]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]': finished 2023-11-16T17:42:12.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:11 smithi143 ceph-mon[110525]: osdmap e18: 3 total, 2 up, 3 in 2023-11-16T17:42:12.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:11 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T17:42:12.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:11 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T17:42:12.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:12 smithi042 ceph-mon[107709]: purged_snaps scrub starts 2023-11-16T17:42:12.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:12 smithi042 ceph-mon[107709]: purged_snaps scrub ok 2023-11-16T17:42:12.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:12 smithi042 ceph-mon[107709]: osd.2 [v2:172.21.15.42:6818/1244215421,v1:172.21.15.42:6819/1244215421] boot 2023-11-16T17:42:12.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:12 smithi042 ceph-mon[107709]: osdmap e19: 3 total, 3 up, 3 in 2023-11-16T17:42:12.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:12 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T17:42:13.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:12 smithi143 ceph-mon[110525]: purged_snaps scrub starts 2023-11-16T17:42:13.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:12 smithi143 ceph-mon[110525]: purged_snaps scrub ok 2023-11-16T17:42:13.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:12 smithi143 ceph-mon[110525]: osd.2 [v2:172.21.15.42:6818/1244215421,v1:172.21.15.42:6819/1244215421] boot 2023-11-16T17:42:13.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:12 smithi143 ceph-mon[110525]: osdmap e19: 3 total, 3 up, 3 in 2023-11-16T17:42:13.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:12 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T17:42:14.081 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:13 smithi042 ceph-mon[107709]: pgmap v51: 0 pgs: ; 0 B data, 9.9 MiB used, 179 GiB / 179 GiB avail 2023-11-16T17:42:14.081 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:13 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-11-16T17:42:14.081 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:13 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-11-16T17:42:14.081 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:13 smithi042 ceph-mon[107709]: osdmap e20: 3 total, 3 up, 3 in 2023-11-16T17:42:14.081 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:13 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-11-16T17:42:14.081 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:13 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T17:42:14.081 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:13 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-16T17:42:14.082 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:13 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:42:14.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:13 smithi143 ceph-mon[110525]: pgmap v51: 0 pgs: ; 0 B data, 9.9 MiB used, 179 GiB / 179 GiB avail 2023-11-16T17:42:14.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:13 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-11-16T17:42:14.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:13 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-11-16T17:42:14.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:13 smithi143 ceph-mon[110525]: osdmap e20: 3 total, 3 up, 3 in 2023-11-16T17:42:14.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:13 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-11-16T17:42:14.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:13 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T17:42:14.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:13 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-16T17:42:14.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:13 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:42:14.734 INFO:journalctl@ceph.osd.0.smithi042.stdout:Nov 16 17:42:14 smithi042 sudo[130590]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-16T17:42:14.735 INFO:journalctl@ceph.osd.0.smithi042.stdout:Nov 16 17:42:14 smithi042 sudo[130590]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-16T17:42:14.735 INFO:journalctl@ceph.osd.0.smithi042.stdout:Nov 16 17:42:14 smithi042 sudo[130590]: pam_unix(sudo:session): session closed for user root 2023-11-16T17:42:14.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:14 smithi143 ceph-mon[110525]: from='client.14290 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi042:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:42:14.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:14 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-11-16T17:42:14.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:14 smithi143 ceph-mon[110525]: osdmap e21: 3 total, 3 up, 3 in 2023-11-16T17:42:14.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:14 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:42:14.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:14 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:42:14.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:14 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:42:14.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:14 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:42:14.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:14 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:42:14.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:14 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:42:14.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:14 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:42:14.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:14 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:42:14.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:14 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T17:42:15.020 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:14 smithi042 ceph-mon[107709]: from='client.14290 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi042:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:42:15.020 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:14 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-11-16T17:42:15.020 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:14 smithi042 ceph-mon[107709]: osdmap e21: 3 total, 3 up, 3 in 2023-11-16T17:42:15.020 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:14 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:42:15.020 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:14 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:42:15.020 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:14 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:42:15.020 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:14 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:42:15.020 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:14 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:42:15.021 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:14 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:42:15.021 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:14 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:42:15.021 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:14 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:42:15.021 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:14 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T17:42:15.321 INFO:journalctl@ceph.osd.0.smithi042.stdout:Nov 16 17:42:15 smithi042 sudo[130670]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-16T17:42:15.321 INFO:journalctl@ceph.osd.0.smithi042.stdout:Nov 16 17:42:15 smithi042 sudo[130670]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-16T17:42:15.321 INFO:journalctl@ceph.osd.0.smithi042.stdout:Nov 16 17:42:15 smithi042 sudo[130670]: pam_unix(sudo:session): session closed for user root 2023-11-16T17:42:15.591 INFO:journalctl@ceph.osd.1.smithi042.stdout:Nov 16 17:42:15 smithi042 sudo[130739]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-16T17:42:15.591 INFO:journalctl@ceph.osd.1.smithi042.stdout:Nov 16 17:42:15 smithi042 sudo[130739]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-16T17:42:15.591 INFO:journalctl@ceph.osd.1.smithi042.stdout:Nov 16 17:42:15 smithi042 sudo[130739]: pam_unix(sudo:session): session closed for user root 2023-11-16T17:42:16.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:15 smithi042 ceph-mon[107709]: Adjusting osd_memory_target on smithi042 to 4300M 2023-11-16T17:42:16.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:15 smithi042 ceph-mon[107709]: pgmap v54: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-11-16T17:42:16.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:15 smithi042 ceph-mon[107709]: osdmap e22: 3 total, 3 up, 3 in 2023-11-16T17:42:16.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:15 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:42:16.091 INFO:journalctl@ceph.osd.1.smithi042.stdout:Nov 16 17:42:16 smithi042 sudo[130858]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-16T17:42:16.091 INFO:journalctl@ceph.osd.1.smithi042.stdout:Nov 16 17:42:16 smithi042 sudo[130858]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-16T17:42:16.091 INFO:journalctl@ceph.osd.1.smithi042.stdout:Nov 16 17:42:16 smithi042 sudo[130858]: pam_unix(sudo:session): session closed for user root 2023-11-16T17:42:16.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:15 smithi143 ceph-mon[110525]: Adjusting osd_memory_target on smithi042 to 4300M 2023-11-16T17:42:16.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:15 smithi143 ceph-mon[110525]: pgmap v54: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-11-16T17:42:16.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:15 smithi143 ceph-mon[110525]: osdmap e22: 3 total, 3 up, 3 in 2023-11-16T17:42:16.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:15 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:42:16.820 INFO:journalctl@ceph.osd.2.smithi042.stdout:Nov 16 17:42:16 smithi042 sudo[130963]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-16T17:42:16.820 INFO:journalctl@ceph.osd.2.smithi042.stdout:Nov 16 17:42:16 smithi042 sudo[130963]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-16T17:42:16.820 INFO:journalctl@ceph.osd.2.smithi042.stdout:Nov 16 17:42:16 smithi042 sudo[130963]: pam_unix(sudo:session): session closed for user root 2023-11-16T17:42:17.091 INFO:journalctl@ceph.osd.2.smithi042.stdout:Nov 16 17:42:16 smithi042 sudo[131100]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-16T17:42:17.091 INFO:journalctl@ceph.osd.2.smithi042.stdout:Nov 16 17:42:16 smithi042 sudo[131100]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-16T17:42:17.091 INFO:journalctl@ceph.osd.2.smithi042.stdout:Nov 16 17:42:16 smithi042 sudo[131100]: pam_unix(sudo:session): session closed for user root 2023-11-16T17:42:17.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:16 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/3075688771' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "24ed4921-1966-46ea-bae6-b77241c53f28"}]: dispatch 2023-11-16T17:42:17.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:16 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/3075688771' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "24ed4921-1966-46ea-bae6-b77241c53f28"}]': finished 2023-11-16T17:42:17.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:16 smithi042 ceph-mon[107709]: osdmap e23: 4 total, 3 up, 4 in 2023-11-16T17:42:17.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:16 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T17:42:17.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:16 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/405543812' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T17:42:17.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:16 smithi143 ceph-mon[110525]: from='client.? 172.21.15.42:0/3075688771' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "24ed4921-1966-46ea-bae6-b77241c53f28"}]: dispatch 2023-11-16T17:42:17.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:16 smithi143 ceph-mon[110525]: from='client.? 172.21.15.42:0/3075688771' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "24ed4921-1966-46ea-bae6-b77241c53f28"}]': finished 2023-11-16T17:42:17.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:16 smithi143 ceph-mon[110525]: osdmap e23: 4 total, 3 up, 4 in 2023-11-16T17:42:17.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:16 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T17:42:17.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:16 smithi143 ceph-mon[110525]: from='client.? 172.21.15.42:0/405543812' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T17:42:17.840 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:17 smithi042 sudo[131345]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-16T17:42:17.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:17 smithi042 sudo[131345]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-16T17:42:17.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:17 smithi042 sudo[131345]: pam_unix(sudo:session): session closed for user root 2023-11-16T17:42:18.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:17 smithi042 sudo[131601]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-16T17:42:18.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:17 smithi042 sudo[131601]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-16T17:42:18.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:17 smithi042 sudo[131601]: pam_unix(sudo:session): session closed for user root 2023-11-16T17:42:18.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:17 smithi042 ceph-mon[107709]: pgmap v57: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-11-16T17:42:18.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:17 smithi042 ceph-mon[107709]: mgrmap e19: smithi042.ozybzf(active, since 93s), standbys: smithi143.uyynqu 2023-11-16T17:42:18.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:17 smithi143 ceph-mon[110525]: pgmap v57: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-11-16T17:42:18.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:17 smithi143 ceph-mon[110525]: mgrmap e19: smithi042.ozybzf(active, since 93s), standbys: smithi143.uyynqu 2023-11-16T17:42:18.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:18 smithi143 sudo[113120]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-16T17:42:18.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:18 smithi143 sudo[113120]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-16T17:42:18.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:18 smithi143 sudo[113120]: pam_unix(sudo:session): session closed for user root 2023-11-16T17:42:18.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:18 smithi143 sudo[113123]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-16T17:42:18.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:18 smithi143 sudo[113123]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-16T17:42:18.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:18 smithi143 sudo[113123]: pam_unix(sudo:session): session closed for user root 2023-11-16T17:42:19.226 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:18 smithi042 ceph-mon[107709]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-16T17:42:19.226 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:18 smithi042 ceph-mon[107709]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-16T17:42:19.226 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:18 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mon metadata", "id": "smithi042"}]: dispatch 2023-11-16T17:42:19.226 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:18 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-16T17:42:19.226 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:18 smithi042 ceph-mon[107709]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-16T17:42:19.227 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:18 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mon metadata", "id": "smithi042"}]: dispatch 2023-11-16T17:42:19.227 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:18 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-16T17:42:19.227 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:18 smithi042 ceph-mon[107709]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-11-16T17:42:19.227 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:18 smithi042 ceph-mon[107709]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-16T17:42:19.227 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:18 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:42:19.227 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:18 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:42:19.227 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:18 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:42:19.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:18 smithi143 ceph-mon[110525]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-16T17:42:19.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:18 smithi143 ceph-mon[110525]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-16T17:42:19.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:18 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mon metadata", "id": "smithi042"}]: dispatch 2023-11-16T17:42:19.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:18 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-16T17:42:19.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:18 smithi143 ceph-mon[110525]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-16T17:42:19.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:18 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mon metadata", "id": "smithi042"}]: dispatch 2023-11-16T17:42:19.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:18 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-16T17:42:19.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:18 smithi143 ceph-mon[110525]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-11-16T17:42:19.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:18 smithi143 ceph-mon[110525]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-16T17:42:19.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:18 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:42:19.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:18 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:42:19.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:18 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:42:21.580 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:21 smithi042 ceph-mon[107709]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-11-16T17:42:21.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:21 smithi143 ceph-mon[110525]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-11-16T17:42:22.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:22 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-16T17:42:22.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:22 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:42:22.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:22 smithi143 ceph-mon[110525]: Deploying daemon osd.3 on smithi042 2023-11-16T17:42:22.671 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:22 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-16T17:42:22.671 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:22 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:42:22.672 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:22 smithi042 ceph-mon[107709]: Deploying daemon osd.3 on smithi042 2023-11-16T17:42:23.513 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:23 smithi042 ceph-mon[107709]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-11-16T17:42:23.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:23 smithi143 ceph-mon[110525]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-11-16T17:42:25.612 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:25 smithi042 ceph-mon[107709]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2023-11-16T17:42:25.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:25 smithi143 ceph-mon[110525]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2023-11-16T17:42:26.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:26 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:42:26.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:26 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:42:26.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:26 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:42:26.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:26 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T17:42:27.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:26 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:42:27.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:26 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:42:27.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:26 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:42:27.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:26 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T17:42:27.908 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:27 smithi042 ceph-mon[107709]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2023-11-16T17:42:27.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:27 smithi143 ceph-mon[110525]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2023-11-16T17:42:28.475 INFO:teuthology.orchestra.run.smithi042.stdout:Created osd(s) 3 on host 'smithi042' 2023-11-16T17:42:29.048 DEBUG:teuthology.orchestra.run.smithi042:osd.3> sudo journalctl -f -n 0 -u ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7@osd.3.service 2023-11-16T17:42:29.050 INFO:tasks.cephadm:Deploying osd.4 on smithi143 with /dev/vg_nvme/lv_4... 2023-11-16T17:42:29.051 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-11-16T17:42:29.090 INFO:journalctl@ceph.osd.3.smithi042.stdout:-- Logs begin at Thu 2023-11-16 17:29:46 UTC. -- 2023-11-16T17:42:29.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:29 smithi143 ceph-mon[110525]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-11-16T17:42:29.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:29 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:42:29.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:29 smithi143 ceph-mon[110525]: from='osd.3 [v2:172.21.15.42:6826/2311000547,v1:172.21.15.42:6827/2311000547]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-16T17:42:29.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:29 smithi143 ceph-mon[110525]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-16T17:42:29.748 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:29 smithi042 ceph-mon[107709]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-11-16T17:42:29.748 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:29 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:42:29.749 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:29 smithi042 ceph-mon[107709]: from='osd.3 [v2:172.21.15.42:6826/2311000547,v1:172.21.15.42:6827/2311000547]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-16T17:42:29.749 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:29 smithi042 ceph-mon[107709]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-16T17:42:30.483 INFO:teuthology.orchestra.run.smithi143.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-11-16T17:42:30.483 INFO:teuthology.orchestra.run.smithi143.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-11-16T17:42:30.483 INFO:teuthology.orchestra.run.smithi143.stderr: stderr: 10+0 records in 2023-11-16T17:42:30.483 INFO:teuthology.orchestra.run.smithi143.stderr:10+0 records out 2023-11-16T17:42:30.483 INFO:teuthology.orchestra.run.smithi143.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0110437 s, 949 MB/s 2023-11-16T17:42:30.483 INFO:teuthology.orchestra.run.smithi143.stderr:--> Zapping successful for: 2023-11-16T17:42:30.794 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:30 smithi143 ceph-mon[110525]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-16T17:42:30.794 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:30 smithi143 ceph-mon[110525]: osdmap e24: 4 total, 3 up, 4 in 2023-11-16T17:42:30.794 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:30 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T17:42:30.795 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:30 smithi143 ceph-mon[110525]: from='osd.3 [v2:172.21.15.42:6826/2311000547,v1:172.21.15.42:6827/2311000547]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2023-11-16T17:42:30.795 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:30 smithi143 ceph-mon[110525]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2023-11-16T17:42:30.795 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:30 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:42:30.814 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph orch daemon add osd smithi143:vg_nvme/lv_4 2023-11-16T17:42:30.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:30 smithi042 ceph-mon[107709]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-16T17:42:30.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:30 smithi042 ceph-mon[107709]: osdmap e24: 4 total, 3 up, 4 in 2023-11-16T17:42:30.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:30 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T17:42:30.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:30 smithi042 ceph-mon[107709]: from='osd.3 [v2:172.21.15.42:6826/2311000547,v1:172.21.15.42:6827/2311000547]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2023-11-16T17:42:30.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:30 smithi042 ceph-mon[107709]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2023-11-16T17:42:30.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:30 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:42:30.841 INFO:journalctl@ceph.osd.3.smithi042.stdout:Nov 16 17:42:30 smithi042 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-3[132790]: 2023-11-16T17:42:30.635+0000 7f230b48e700 -1 osd.3 0 waiting for initial osdmap 2023-11-16T17:42:30.842 INFO:journalctl@ceph.osd.3.smithi042.stdout:Nov 16 17:42:30 smithi042 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-3[132790]: 2023-11-16T17:42:30.640+0000 7f2305e25700 -1 osd.3 25 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-16T17:42:31.791 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:31 smithi143 ceph-mon[110525]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-11-16T17:42:31.791 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:31 smithi143 ceph-mon[110525]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]': finished 2023-11-16T17:42:31.791 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:31 smithi143 ceph-mon[110525]: osdmap e25: 4 total, 3 up, 4 in 2023-11-16T17:42:31.791 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:31 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T17:42:31.792 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:31 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T17:42:32.066 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:31 smithi042 ceph-mon[107709]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-11-16T17:42:32.066 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:31 smithi042 ceph-mon[107709]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]': finished 2023-11-16T17:42:32.066 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:31 smithi042 ceph-mon[107709]: osdmap e25: 4 total, 3 up, 4 in 2023-11-16T17:42:32.066 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:31 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T17:42:32.066 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:31 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T17:42:32.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:32 smithi143 ceph-mon[110525]: purged_snaps scrub starts 2023-11-16T17:42:32.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:32 smithi143 ceph-mon[110525]: purged_snaps scrub ok 2023-11-16T17:42:32.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:32 smithi143 ceph-mon[110525]: osd.3 [v2:172.21.15.42:6826/2311000547,v1:172.21.15.42:6827/2311000547] boot 2023-11-16T17:42:32.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:32 smithi143 ceph-mon[110525]: osdmap e26: 4 total, 4 up, 4 in 2023-11-16T17:42:32.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:32 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T17:42:32.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:32 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T17:42:32.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:32 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-16T17:42:32.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:32 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:42:32.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:32 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:42:32.920 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:32 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:42:32.920 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:32 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:42:32.920 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:32 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:42:32.920 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:32 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:42:32.920 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:32 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:42:32.920 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:32 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:42:32.920 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:32 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:42:32.920 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:32 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:42:32.920 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:32 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T17:42:32.969 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:32 smithi042 ceph-mon[107709]: purged_snaps scrub starts 2023-11-16T17:42:32.970 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:32 smithi042 ceph-mon[107709]: purged_snaps scrub ok 2023-11-16T17:42:32.970 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:32 smithi042 ceph-mon[107709]: osd.3 [v2:172.21.15.42:6826/2311000547,v1:172.21.15.42:6827/2311000547] boot 2023-11-16T17:42:32.970 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:32 smithi042 ceph-mon[107709]: osdmap e26: 4 total, 4 up, 4 in 2023-11-16T17:42:32.970 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:32 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T17:42:32.970 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:32 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T17:42:32.970 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:32 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-16T17:42:32.970 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:32 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:42:32.970 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:32 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:42:32.970 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:32 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:42:32.970 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:32 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:42:32.970 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:32 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:42:32.970 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:32 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:42:32.971 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:32 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:42:32.971 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:32 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:42:32.971 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:32 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:42:32.971 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:32 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:42:32.971 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:32 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T17:42:33.840 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:33 smithi042 ceph-mon[107709]: from='client.24173 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi143:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:42:33.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:33 smithi042 ceph-mon[107709]: Detected new or changed devices on smithi042 2023-11-16T17:42:33.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:33 smithi042 ceph-mon[107709]: Adjusting osd_memory_target on smithi042 to 3225M 2023-11-16T17:42:33.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:33 smithi042 ceph-mon[107709]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-11-16T17:42:33.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:33 smithi042 ceph-mon[107709]: osdmap e27: 4 total, 4 up, 4 in 2023-11-16T17:42:33.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:33 smithi143 ceph-mon[110525]: from='client.24173 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi143:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:42:33.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:33 smithi143 ceph-mon[110525]: Detected new or changed devices on smithi042 2023-11-16T17:42:33.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:33 smithi143 ceph-mon[110525]: Adjusting osd_memory_target on smithi042 to 3225M 2023-11-16T17:42:33.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:33 smithi143 ceph-mon[110525]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-11-16T17:42:33.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:33 smithi143 ceph-mon[110525]: osdmap e27: 4 total, 4 up, 4 in 2023-11-16T17:42:34.840 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:34 smithi042 ceph-mon[107709]: from='client.? 172.21.15.143:0/4019571706' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "814d0f9c-2853-430e-a7e2-4ef0f5fe3f2e"}]: dispatch 2023-11-16T17:42:34.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:34 smithi042 ceph-mon[107709]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "814d0f9c-2853-430e-a7e2-4ef0f5fe3f2e"}]: dispatch 2023-11-16T17:42:34.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:34 smithi042 ceph-mon[107709]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "814d0f9c-2853-430e-a7e2-4ef0f5fe3f2e"}]': finished 2023-11-16T17:42:34.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:34 smithi042 ceph-mon[107709]: osdmap e28: 5 total, 4 up, 5 in 2023-11-16T17:42:34.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:34 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T17:42:34.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:34 smithi042 ceph-mon[107709]: from='client.? 172.21.15.143:0/49516333' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T17:42:34.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:34 smithi143 ceph-mon[110525]: from='client.? 172.21.15.143:0/4019571706' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "814d0f9c-2853-430e-a7e2-4ef0f5fe3f2e"}]: dispatch 2023-11-16T17:42:34.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:34 smithi143 ceph-mon[110525]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "814d0f9c-2853-430e-a7e2-4ef0f5fe3f2e"}]: dispatch 2023-11-16T17:42:34.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:34 smithi143 ceph-mon[110525]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "814d0f9c-2853-430e-a7e2-4ef0f5fe3f2e"}]': finished 2023-11-16T17:42:34.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:34 smithi143 ceph-mon[110525]: osdmap e28: 5 total, 4 up, 5 in 2023-11-16T17:42:34.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:34 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T17:42:34.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:34 smithi143 ceph-mon[110525]: from='client.? 172.21.15.143:0/49516333' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T17:42:35.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:35 smithi143 ceph-mon[110525]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-16T17:42:35.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:35 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:42:35.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:35 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:42:36.090 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:35 smithi042 ceph-mon[107709]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-16T17:42:36.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:35 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:42:36.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:35 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:42:37.873 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:37 smithi143 ceph-mon[110525]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-16T17:42:38.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:37 smithi042 ceph-mon[107709]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-16T17:42:39.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:39 smithi143 ceph-mon[110525]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-16T17:42:39.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:39 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-16T17:42:39.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:39 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:42:40.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:39 smithi042 ceph-mon[107709]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-16T17:42:40.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:39 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-16T17:42:40.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:39 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:42:40.902 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:40 smithi143 ceph-mon[110525]: Deploying daemon osd.4 on smithi143 2023-11-16T17:42:41.090 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:40 smithi042 ceph-mon[107709]: Deploying daemon osd.4 on smithi143 2023-11-16T17:42:41.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:41 smithi143 ceph-mon[110525]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-16T17:42:42.090 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:41 smithi042 ceph-mon[107709]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-16T17:42:43.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:43 smithi143 ceph-mon[110525]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-16T17:42:43.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:43 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:42:43.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:43 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:42:43.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:43 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:42:43.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:43 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T17:42:43.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:43 smithi042 ceph-mon[107709]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-16T17:42:43.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:43 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:42:43.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:43 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:42:43.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:43 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:42:43.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:43 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T17:42:44.597 INFO:teuthology.orchestra.run.smithi143.stdout:Created osd(s) 4 on host 'smithi143' 2023-11-16T17:42:45.010 DEBUG:teuthology.orchestra.run.smithi143:osd.4> sudo journalctl -f -n 0 -u ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7@osd.4.service 2023-11-16T17:42:45.012 INFO:tasks.cephadm:Deploying osd.5 on smithi143 with /dev/vg_nvme/lv_3... 2023-11-16T17:42:45.012 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-11-16T17:42:45.042 INFO:journalctl@ceph.osd.4.smithi143.stdout:-- Logs begin at Thu 2023-11-16 17:29:43 UTC. -- 2023-11-16T17:42:45.586 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:45 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:42:45.586 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:45 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:42:45.586 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:45 smithi143 ceph-mon[110525]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-16T17:42:45.586 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:45 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi042.ozybzf/mirror_snapshot_schedule"}]: dispatch 2023-11-16T17:42:45.586 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:45 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi042.ozybzf/trash_purge_schedule"}]: dispatch 2023-11-16T17:42:45.586 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:45 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:42:45.586 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:45 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:42:45.587 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:45 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:42:45.587 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:45 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T17:42:45.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:45 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:42:45.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:45 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:42:45.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:45 smithi042 ceph-mon[107709]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-16T17:42:45.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:45 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi042.ozybzf/mirror_snapshot_schedule"}]: dispatch 2023-11-16T17:42:45.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:45 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi042.ozybzf/trash_purge_schedule"}]: dispatch 2023-11-16T17:42:45.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:45 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:42:45.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:45 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:42:45.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:45 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:42:45.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:45 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T17:42:45.868 INFO:journalctl@ceph.osd.4.smithi143.stdout:Nov 16 17:42:45 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-4[115269]: 2023-11-16T17:42:45.583+0000 7f9b699093c0 -1 osd.4 0 log_to_monitors true 2023-11-16T17:42:46.297 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:46 smithi143 ceph-mon[110525]: from='osd.4 [v2:172.21.15.143:6800/1450559740,v1:172.21.15.143:6801/1450559740]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-16T17:42:46.297 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:46 smithi143 ceph-mon[110525]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-16T17:42:46.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:46 smithi042 ceph-mon[107709]: from='osd.4 [v2:172.21.15.143:6800/1450559740,v1:172.21.15.143:6801/1450559740]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-16T17:42:46.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:46 smithi042 ceph-mon[107709]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-16T17:42:46.757 INFO:teuthology.orchestra.run.smithi143.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-11-16T17:42:46.757 INFO:teuthology.orchestra.run.smithi143.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-11-16T17:42:46.757 INFO:teuthology.orchestra.run.smithi143.stderr: stderr: 10+0 records in 2023-11-16T17:42:46.757 INFO:teuthology.orchestra.run.smithi143.stderr:10+0 records out 2023-11-16T17:42:46.758 INFO:teuthology.orchestra.run.smithi143.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0110885 s, 946 MB/s 2023-11-16T17:42:46.758 INFO:teuthology.orchestra.run.smithi143.stderr:--> Zapping successful for: 2023-11-16T17:42:47.341 INFO:journalctl@ceph.osd.4.smithi143.stdout:Nov 16 17:42:47 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-4[115269]: 2023-11-16T17:42:47.256+0000 7f9b6030c700 -1 osd.4 0 waiting for initial osdmap 2023-11-16T17:42:47.341 INFO:journalctl@ceph.osd.4.smithi143.stdout:Nov 16 17:42:47 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-4[115269]: 2023-11-16T17:42:47.260+0000 7f9b5cca7700 -1 osd.4 30 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-16T17:42:47.342 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:47 smithi143 ceph-mon[110525]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-16T17:42:47.342 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:47 smithi143 ceph-mon[110525]: osdmap e29: 5 total, 4 up, 5 in 2023-11-16T17:42:47.342 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:47 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T17:42:47.342 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:47 smithi143 ceph-mon[110525]: from='osd.4 [v2:172.21.15.143:6800/1450559740,v1:172.21.15.143:6801/1450559740]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-16T17:42:47.342 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:47 smithi143 ceph-mon[110525]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-16T17:42:47.342 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:47 smithi143 ceph-mon[110525]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-16T17:42:47.415 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph orch daemon add osd smithi143:vg_nvme/lv_3 2023-11-16T17:42:47.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:47 smithi042 ceph-mon[107709]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-16T17:42:47.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:47 smithi042 ceph-mon[107709]: osdmap e29: 5 total, 4 up, 5 in 2023-11-16T17:42:47.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:47 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T17:42:47.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:47 smithi042 ceph-mon[107709]: from='osd.4 [v2:172.21.15.143:6800/1450559740,v1:172.21.15.143:6801/1450559740]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-16T17:42:47.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:47 smithi042 ceph-mon[107709]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-16T17:42:47.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:47 smithi042 ceph-mon[107709]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-16T17:42:48.348 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:48 smithi143 ceph-mon[110525]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2023-11-16T17:42:48.348 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:48 smithi143 ceph-mon[110525]: osdmap e30: 5 total, 4 up, 5 in 2023-11-16T17:42:48.348 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:48 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T17:42:48.348 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:48 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T17:42:48.348 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:48 smithi143 ceph-mon[110525]: Detected new or changed devices on smithi143 2023-11-16T17:42:48.349 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:48 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:42:48.349 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:48 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:42:48.349 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:48 smithi143 ceph-mon[110525]: Adjusting osd_memory_target on smithi143 to 15970M 2023-11-16T17:42:48.349 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:48 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:42:48.349 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:48 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:42:48.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:48 smithi042 ceph-mon[107709]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2023-11-16T17:42:48.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:48 smithi042 ceph-mon[107709]: osdmap e30: 5 total, 4 up, 5 in 2023-11-16T17:42:48.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:48 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T17:42:48.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:48 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T17:42:48.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:48 smithi042 ceph-mon[107709]: Detected new or changed devices on smithi143 2023-11-16T17:42:48.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:48 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:42:48.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:48 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:42:48.592 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:48 smithi042 ceph-mon[107709]: Adjusting osd_memory_target on smithi143 to 15970M 2023-11-16T17:42:48.592 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:48 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:42:48.592 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:48 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:42:49.387 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:49 smithi143 ceph-mon[110525]: purged_snaps scrub starts 2023-11-16T17:42:49.388 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:49 smithi143 ceph-mon[110525]: purged_snaps scrub ok 2023-11-16T17:42:49.388 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:49 smithi143 ceph-mon[110525]: osd.4 [v2:172.21.15.143:6800/1450559740,v1:172.21.15.143:6801/1450559740] boot 2023-11-16T17:42:49.388 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:49 smithi143 ceph-mon[110525]: osdmap e31: 5 total, 5 up, 5 in 2023-11-16T17:42:49.388 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:49 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T17:42:49.388 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:49 smithi143 ceph-mon[110525]: pgmap v81: 1 pgs: 1 peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-11-16T17:42:49.388 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:49 smithi143 ceph-mon[110525]: from='client.24191 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi143:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:42:49.388 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:49 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T17:42:49.388 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:49 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-16T17:42:49.389 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:49 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:42:49.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:49 smithi042 ceph-mon[107709]: purged_snaps scrub starts 2023-11-16T17:42:49.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:49 smithi042 ceph-mon[107709]: purged_snaps scrub ok 2023-11-16T17:42:49.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:49 smithi042 ceph-mon[107709]: osd.4 [v2:172.21.15.143:6800/1450559740,v1:172.21.15.143:6801/1450559740] boot 2023-11-16T17:42:49.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:49 smithi042 ceph-mon[107709]: osdmap e31: 5 total, 5 up, 5 in 2023-11-16T17:42:49.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:49 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T17:42:49.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:49 smithi042 ceph-mon[107709]: pgmap v81: 1 pgs: 1 peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-11-16T17:42:49.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:49 smithi042 ceph-mon[107709]: from='client.24191 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi143:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:42:49.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:49 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T17:42:49.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:49 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-16T17:42:49.592 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:49 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:42:50.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:50 smithi042 ceph-mon[107709]: osdmap e32: 5 total, 5 up, 5 in 2023-11-16T17:42:50.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:50 smithi143 ceph-mon[110525]: osdmap e32: 5 total, 5 up, 5 in 2023-11-16T17:42:51.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:51 smithi042 ceph-mon[107709]: osdmap e33: 5 total, 5 up, 5 in 2023-11-16T17:42:51.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:51 smithi042 ceph-mon[107709]: pgmap v84: 1 pgs: 1 peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-11-16T17:42:51.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:51 smithi042 ceph-mon[107709]: from='client.? 172.21.15.143:0/3216950783' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d8537937-00a6-48d5-add8-44d1e99203ac"}]: dispatch 2023-11-16T17:42:51.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:51 smithi042 ceph-mon[107709]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d8537937-00a6-48d5-add8-44d1e99203ac"}]: dispatch 2023-11-16T17:42:51.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:51 smithi042 ceph-mon[107709]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d8537937-00a6-48d5-add8-44d1e99203ac"}]': finished 2023-11-16T17:42:51.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:51 smithi042 ceph-mon[107709]: osdmap e34: 6 total, 5 up, 6 in 2023-11-16T17:42:51.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:51 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T17:42:51.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:51 smithi042 ceph-mon[107709]: from='client.? 172.21.15.143:0/3656247695' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T17:42:51.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:51 smithi143 ceph-mon[110525]: osdmap e33: 5 total, 5 up, 5 in 2023-11-16T17:42:51.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:51 smithi143 ceph-mon[110525]: pgmap v84: 1 pgs: 1 peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-11-16T17:42:51.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:51 smithi143 ceph-mon[110525]: from='client.? 172.21.15.143:0/3216950783' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d8537937-00a6-48d5-add8-44d1e99203ac"}]: dispatch 2023-11-16T17:42:51.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:51 smithi143 ceph-mon[110525]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d8537937-00a6-48d5-add8-44d1e99203ac"}]: dispatch 2023-11-16T17:42:51.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:51 smithi143 ceph-mon[110525]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d8537937-00a6-48d5-add8-44d1e99203ac"}]': finished 2023-11-16T17:42:51.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:51 smithi143 ceph-mon[110525]: osdmap e34: 6 total, 5 up, 6 in 2023-11-16T17:42:51.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:51 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T17:42:51.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:51 smithi143 ceph-mon[110525]: from='client.? 172.21.15.143:0/3656247695' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T17:42:52.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:52 smithi143 ceph-mon[110525]: osdmap e35: 6 total, 5 up, 6 in 2023-11-16T17:42:52.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:52 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T17:42:52.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:52 smithi042 ceph-mon[107709]: osdmap e35: 6 total, 5 up, 6 in 2023-11-16T17:42:52.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:52 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T17:42:53.524 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:53 smithi143 ceph-mon[110525]: pgmap v87: 1 pgs: 1 peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-11-16T17:42:53.524 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:53 smithi143 ceph-mon[110525]: osdmap e36: 6 total, 5 up, 6 in 2023-11-16T17:42:53.524 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:53 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T17:42:53.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:53 smithi042 ceph-mon[107709]: pgmap v87: 1 pgs: 1 peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-11-16T17:42:53.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:53 smithi042 ceph-mon[107709]: osdmap e36: 6 total, 5 up, 6 in 2023-11-16T17:42:53.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:53 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T17:42:55.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:55 smithi143 ceph-mon[110525]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 128 KiB/s, 0 objects/s recovering 2023-11-16T17:42:55.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:55 smithi042 ceph-mon[107709]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 128 KiB/s, 0 objects/s recovering 2023-11-16T17:42:56.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:56 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-16T17:42:56.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:56 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:42:56.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:56 smithi143 ceph-mon[110525]: Deploying daemon osd.5 on smithi143 2023-11-16T17:42:56.840 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:56 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-16T17:42:56.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:56 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:42:56.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:56 smithi042 ceph-mon[107709]: Deploying daemon osd.5 on smithi143 2023-11-16T17:42:57.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:57 smithi143 ceph-mon[110525]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-11-16T17:42:57.840 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:57 smithi042 ceph-mon[107709]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-11-16T17:43:00.090 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:59 smithi042 ceph-mon[107709]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-11-16T17:43:00.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:59 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:43:00.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:59 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:43:00.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:59 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:43:00.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:42:59 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T17:43:00.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:59 smithi143 ceph-mon[110525]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-11-16T17:43:00.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:59 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:43:00.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:59 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:43:00.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:59 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:43:00.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:42:59 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T17:43:00.831 INFO:teuthology.orchestra.run.smithi143.stdout:Created osd(s) 5 on host 'smithi143' 2023-11-16T17:43:01.223 DEBUG:teuthology.orchestra.run.smithi143:osd.5> sudo journalctl -f -n 0 -u ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7@osd.5.service 2023-11-16T17:43:01.225 INFO:tasks.cephadm:Deploying osd.6 on smithi143 with /dev/vg_nvme/lv_2... 2023-11-16T17:43:01.226 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-11-16T17:43:01.253 INFO:journalctl@ceph.osd.5.smithi143.stdout:-- Logs begin at Thu 2023-11-16 17:29:43 UTC. -- 2023-11-16T17:43:02.084 INFO:journalctl@ceph.osd.5.smithi143.stdout:Nov 16 17:43:01 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-5[118703]: 2023-11-16T17:43:01.949+0000 7f011c1763c0 -1 osd.5 0 log_to_monitors true 2023-11-16T17:43:02.085 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:01 smithi143 ceph-mon[110525]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2023-11-16T17:43:02.085 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:01 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:43:02.085 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:01 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:43:02.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:01 smithi042 ceph-mon[107709]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2023-11-16T17:43:02.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:01 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:43:02.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:01 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:43:02.716 INFO:teuthology.orchestra.run.smithi143.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-11-16T17:43:02.716 INFO:teuthology.orchestra.run.smithi143.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-11-16T17:43:02.716 INFO:teuthology.orchestra.run.smithi143.stderr: stderr: 10+0 records in 2023-11-16T17:43:02.716 INFO:teuthology.orchestra.run.smithi143.stderr:10+0 records out 2023-11-16T17:43:02.716 INFO:teuthology.orchestra.run.smithi143.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0110025 s, 953 MB/s 2023-11-16T17:43:02.716 INFO:teuthology.orchestra.run.smithi143.stderr:--> Zapping successful for: 2023-11-16T17:43:03.144 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:02 smithi143 ceph-mon[110525]: from='osd.5 [v2:172.21.15.143:6808/329092520,v1:172.21.15.143:6809/329092520]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-16T17:43:03.144 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:02 smithi143 ceph-mon[110525]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-16T17:43:03.144 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:02 smithi143 ceph-mon[110525]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-11-16T17:43:03.188 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph orch daemon add osd smithi143:vg_nvme/lv_2 2023-11-16T17:43:03.340 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:02 smithi042 ceph-mon[107709]: from='osd.5 [v2:172.21.15.143:6808/329092520,v1:172.21.15.143:6809/329092520]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-16T17:43:03.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:02 smithi042 ceph-mon[107709]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-16T17:43:03.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:02 smithi042 ceph-mon[107709]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-11-16T17:43:04.169 INFO:journalctl@ceph.osd.5.smithi143.stdout:Nov 16 17:43:03 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-5[118703]: 2023-11-16T17:43:03.891+0000 7f0112b79700 -1 osd.5 0 waiting for initial osdmap 2023-11-16T17:43:04.169 INFO:journalctl@ceph.osd.5.smithi143.stdout:Nov 16 17:43:03 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-5[118703]: 2023-11-16T17:43:03.896+0000 7f010b50c700 -1 osd.5 38 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-16T17:43:04.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:03 smithi143 ceph-mon[110525]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-16T17:43:04.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:03 smithi143 ceph-mon[110525]: osdmap e37: 6 total, 5 up, 6 in 2023-11-16T17:43:04.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:03 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T17:43:04.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:03 smithi143 ceph-mon[110525]: from='osd.5 [v2:172.21.15.143:6808/329092520,v1:172.21.15.143:6809/329092520]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-16T17:43:04.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:03 smithi143 ceph-mon[110525]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-16T17:43:04.340 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:03 smithi042 ceph-mon[107709]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-16T17:43:04.340 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:03 smithi042 ceph-mon[107709]: osdmap e37: 6 total, 5 up, 6 in 2023-11-16T17:43:04.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:03 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T17:43:04.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:03 smithi042 ceph-mon[107709]: from='osd.5 [v2:172.21.15.143:6808/329092520,v1:172.21.15.143:6809/329092520]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-16T17:43:04.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:03 smithi042 ceph-mon[107709]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-16T17:43:05.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:04 smithi143 ceph-mon[110525]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2023-11-16T17:43:05.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:04 smithi143 ceph-mon[110525]: osdmap e38: 6 total, 5 up, 6 in 2023-11-16T17:43:05.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:04 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T17:43:05.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:04 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T17:43:05.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:04 smithi143 ceph-mon[110525]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-11-16T17:43:05.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:04 smithi143 ceph-mon[110525]: Detected new or changed devices on smithi143 2023-11-16T17:43:05.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:04 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:43:05.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:04 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:43:05.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:04 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:43:05.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:04 smithi143 ceph-mon[110525]: Adjusting osd_memory_target on smithi143 to 7985M 2023-11-16T17:43:05.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:04 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:43:05.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:04 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:43:05.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:04 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:43:05.160 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:04 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:43:05.160 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:04 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T17:43:05.160 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:04 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:43:05.160 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:04 smithi143 ceph-mon[110525]: from='client.24209 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi143:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:43:05.160 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:04 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T17:43:05.160 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:04 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-16T17:43:05.160 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:04 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:43:05.340 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:04 smithi042 ceph-mon[107709]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2023-11-16T17:43:05.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:04 smithi042 ceph-mon[107709]: osdmap e38: 6 total, 5 up, 6 in 2023-11-16T17:43:05.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:04 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T17:43:05.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:04 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T17:43:05.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:04 smithi042 ceph-mon[107709]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-11-16T17:43:05.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:04 smithi042 ceph-mon[107709]: Detected new or changed devices on smithi143 2023-11-16T17:43:05.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:04 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:43:05.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:04 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:43:05.342 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:04 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:43:05.342 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:04 smithi042 ceph-mon[107709]: Adjusting osd_memory_target on smithi143 to 7985M 2023-11-16T17:43:05.342 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:04 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:43:05.342 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:04 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:43:05.342 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:04 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:43:05.342 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:04 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:43:05.342 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:04 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T17:43:05.342 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:04 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:43:05.342 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:04 smithi042 ceph-mon[107709]: from='client.24209 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi143:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:43:05.343 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:04 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T17:43:05.343 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:04 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-16T17:43:05.343 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:04 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:43:06.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:05 smithi143 ceph-mon[110525]: purged_snaps scrub starts 2023-11-16T17:43:06.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:05 smithi143 ceph-mon[110525]: purged_snaps scrub ok 2023-11-16T17:43:06.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:05 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T17:43:06.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:05 smithi143 ceph-mon[110525]: osd.5 [v2:172.21.15.143:6808/329092520,v1:172.21.15.143:6809/329092520] boot 2023-11-16T17:43:06.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:05 smithi143 ceph-mon[110525]: osdmap e39: 6 total, 6 up, 6 in 2023-11-16T17:43:06.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:05 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T17:43:06.340 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:05 smithi042 ceph-mon[107709]: purged_snaps scrub starts 2023-11-16T17:43:06.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:05 smithi042 ceph-mon[107709]: purged_snaps scrub ok 2023-11-16T17:43:06.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:05 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T17:43:06.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:05 smithi042 ceph-mon[107709]: osd.5 [v2:172.21.15.143:6808/329092520,v1:172.21.15.143:6809/329092520] boot 2023-11-16T17:43:06.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:05 smithi042 ceph-mon[107709]: osdmap e39: 6 total, 6 up, 6 in 2023-11-16T17:43:06.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:05 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T17:43:07.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:06 smithi143 ceph-mon[110525]: osdmap e40: 6 total, 6 up, 6 in 2023-11-16T17:43:07.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:06 smithi143 ceph-mon[110525]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-11-16T17:43:07.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:06 smithi143 ceph-mon[110525]: from='client.? 172.21.15.143:0/299377137' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7232fddd-42e7-44e8-a92c-d0f89195acc6"}]: dispatch 2023-11-16T17:43:07.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:06 smithi143 ceph-mon[110525]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7232fddd-42e7-44e8-a92c-d0f89195acc6"}]: dispatch 2023-11-16T17:43:07.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:06 smithi143 ceph-mon[110525]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7232fddd-42e7-44e8-a92c-d0f89195acc6"}]': finished 2023-11-16T17:43:07.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:06 smithi143 ceph-mon[110525]: osdmap e41: 7 total, 6 up, 7 in 2023-11-16T17:43:07.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:06 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T17:43:07.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:06 smithi042 ceph-mon[107709]: osdmap e40: 6 total, 6 up, 6 in 2023-11-16T17:43:07.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:06 smithi042 ceph-mon[107709]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-11-16T17:43:07.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:06 smithi042 ceph-mon[107709]: from='client.? 172.21.15.143:0/299377137' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7232fddd-42e7-44e8-a92c-d0f89195acc6"}]: dispatch 2023-11-16T17:43:07.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:06 smithi042 ceph-mon[107709]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7232fddd-42e7-44e8-a92c-d0f89195acc6"}]: dispatch 2023-11-16T17:43:07.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:06 smithi042 ceph-mon[107709]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7232fddd-42e7-44e8-a92c-d0f89195acc6"}]': finished 2023-11-16T17:43:07.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:06 smithi042 ceph-mon[107709]: osdmap e41: 7 total, 6 up, 7 in 2023-11-16T17:43:07.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:06 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T17:43:08.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:07 smithi143 ceph-mon[110525]: from='client.? 172.21.15.143:0/4155898529' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T17:43:08.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:07 smithi042 ceph-mon[107709]: from='client.? 172.21.15.143:0/4155898529' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T17:43:09.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:08 smithi143 ceph-mon[110525]: osdmap e42: 7 total, 6 up, 7 in 2023-11-16T17:43:09.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:08 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T17:43:09.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:08 smithi143 ceph-mon[110525]: pgmap v102: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-16T17:43:09.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:08 smithi042 ceph-mon[107709]: osdmap e42: 7 total, 6 up, 7 in 2023-11-16T17:43:09.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:08 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T17:43:09.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:08 smithi042 ceph-mon[107709]: pgmap v102: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-16T17:43:10.091 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:09 smithi143 ceph-mon[110525]: osdmap e43: 7 total, 6 up, 7 in 2023-11-16T17:43:10.092 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:09 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T17:43:10.340 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:09 smithi042 ceph-mon[107709]: osdmap e43: 7 total, 6 up, 7 in 2023-11-16T17:43:10.340 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:09 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T17:43:11.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:10 smithi143 ceph-mon[110525]: pgmap v104: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-16T17:43:11.340 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:10 smithi042 ceph-mon[107709]: pgmap v104: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-16T17:43:12.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:11 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-16T17:43:12.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:11 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:43:12.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:11 smithi143 ceph-mon[110525]: Deploying daemon osd.6 on smithi143 2023-11-16T17:43:12.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:11 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-16T17:43:12.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:11 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:43:12.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:11 smithi042 ceph-mon[107709]: Deploying daemon osd.6 on smithi143 2023-11-16T17:43:13.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:12 smithi143 ceph-mon[110525]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-16T17:43:13.340 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:12 smithi042 ceph-mon[107709]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-16T17:43:15.600 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:15 smithi143 ceph-mon[110525]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-16T17:43:15.601 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:15 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:43:15.601 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:15 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:43:15.601 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:15 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:43:15.601 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:15 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T17:43:15.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:15 smithi042 ceph-mon[107709]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-16T17:43:15.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:15 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:43:15.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:15 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:43:15.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:15 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:43:15.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:15 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T17:43:17.070 INFO:teuthology.orchestra.run.smithi143.stdout:Created osd(s) 6 on host 'smithi143' 2023-11-16T17:43:17.500 DEBUG:teuthology.orchestra.run.smithi143:osd.6> sudo journalctl -f -n 0 -u ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7@osd.6.service 2023-11-16T17:43:17.503 INFO:tasks.cephadm:Deploying osd.7 on smithi143 with /dev/vg_nvme/lv_1... 2023-11-16T17:43:17.503 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-11-16T17:43:17.530 INFO:journalctl@ceph.osd.6.smithi143.stdout:-- Logs begin at Thu 2023-11-16 17:29:43 UTC. -- 2023-11-16T17:43:17.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:17 smithi143 ceph-mon[110525]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-16T17:43:17.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:17 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:43:17.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:17 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:43:17.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:17 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:43:17.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:17 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:43:17.920 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:17 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:43:17.920 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:17 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T17:43:18.090 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:17 smithi042 ceph-mon[107709]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-16T17:43:18.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:17 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:43:18.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:17 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:43:18.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:17 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:43:18.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:17 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:43:18.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:17 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:43:18.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:17 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T17:43:18.419 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 16 17:43:18 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-6[122232]: 2023-11-16T17:43:18.126+0000 7fcbea1983c0 -1 osd.6 0 log_to_monitors true 2023-11-16T17:43:18.799 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:18 smithi143 ceph-mon[110525]: from='osd.6 [v2:172.21.15.143:6816/2038066251,v1:172.21.15.143:6817/2038066251]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-16T17:43:18.800 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:18 smithi143 ceph-mon[110525]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-16T17:43:19.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:18 smithi042 ceph-mon[107709]: from='osd.6 [v2:172.21.15.143:6816/2038066251,v1:172.21.15.143:6817/2038066251]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-16T17:43:19.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:18 smithi042 ceph-mon[107709]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-16T17:43:19.291 INFO:teuthology.orchestra.run.smithi143.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-11-16T17:43:19.291 INFO:teuthology.orchestra.run.smithi143.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-11-16T17:43:19.291 INFO:teuthology.orchestra.run.smithi143.stderr: stderr: 10+0 records in 2023-11-16T17:43:19.291 INFO:teuthology.orchestra.run.smithi143.stderr:10+0 records out 2023-11-16T17:43:19.292 INFO:teuthology.orchestra.run.smithi143.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0110704 s, 947 MB/s 2023-11-16T17:43:19.292 INFO:teuthology.orchestra.run.smithi143.stderr:--> Zapping successful for: 2023-11-16T17:43:19.889 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 16 17:43:19 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-6[122232]: 2023-11-16T17:43:19.698+0000 7fcbe0b9b700 -1 osd.6 0 waiting for initial osdmap 2023-11-16T17:43:19.889 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 16 17:43:19 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-6[122232]: 2023-11-16T17:43:19.704+0000 7fcbdb532700 -1 osd.6 45 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-16T17:43:19.890 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:19 smithi143 ceph-mon[110525]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-16T17:43:19.890 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:19 smithi143 ceph-mon[110525]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-16T17:43:19.890 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:19 smithi143 ceph-mon[110525]: osdmap e44: 7 total, 6 up, 7 in 2023-11-16T17:43:19.890 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:19 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T17:43:19.890 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:19 smithi143 ceph-mon[110525]: from='osd.6 [v2:172.21.15.143:6816/2038066251,v1:172.21.15.143:6817/2038066251]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-16T17:43:19.890 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:19 smithi143 ceph-mon[110525]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-16T17:43:19.892 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph orch daemon add osd smithi143:vg_nvme/lv_1 2023-11-16T17:43:20.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:19 smithi042 ceph-mon[107709]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-16T17:43:20.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:19 smithi042 ceph-mon[107709]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-16T17:43:20.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:19 smithi042 ceph-mon[107709]: osdmap e44: 7 total, 6 up, 7 in 2023-11-16T17:43:20.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:19 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T17:43:20.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:19 smithi042 ceph-mon[107709]: from='osd.6 [v2:172.21.15.143:6816/2038066251,v1:172.21.15.143:6817/2038066251]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-16T17:43:20.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:19 smithi042 ceph-mon[107709]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-16T17:43:20.699 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:20 smithi042 ceph-mon[107709]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2023-11-16T17:43:20.725 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:20 smithi042 ceph-mon[107709]: osdmap e45: 7 total, 6 up, 7 in 2023-11-16T17:43:20.725 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:20 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T17:43:20.725 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:20 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T17:43:20.725 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:20 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:43:20.725 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:20 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:43:20.725 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:20 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:43:20.726 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:20 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:43:20.726 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:20 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:43:20.726 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:20 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:43:20.874 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:20 smithi143 ceph-mon[110525]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2023-11-16T17:43:20.874 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:20 smithi143 ceph-mon[110525]: osdmap e45: 7 total, 6 up, 7 in 2023-11-16T17:43:20.874 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:20 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T17:43:20.874 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:20 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T17:43:20.874 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:20 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:43:20.874 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:20 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:43:20.875 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:20 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:43:20.875 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:20 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:43:20.875 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:20 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:43:20.875 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:20 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:43:21.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:21 smithi143 ceph-mon[110525]: purged_snaps scrub starts 2023-11-16T17:43:21.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:21 smithi143 ceph-mon[110525]: purged_snaps scrub ok 2023-11-16T17:43:21.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:21 smithi143 ceph-mon[110525]: Detected new or changed devices on smithi143 2023-11-16T17:43:21.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:21 smithi143 ceph-mon[110525]: Adjusting osd_memory_target on smithi143 to 5323M 2023-11-16T17:43:21.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:21 smithi143 ceph-mon[110525]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-16T17:43:21.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:21 smithi143 ceph-mon[110525]: osd.6 [v2:172.21.15.143:6816/2038066251,v1:172.21.15.143:6817/2038066251] boot 2023-11-16T17:43:21.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:21 smithi143 ceph-mon[110525]: osdmap e46: 7 total, 7 up, 7 in 2023-11-16T17:43:21.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:21 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T17:43:21.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:21 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T17:43:21.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:21 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-16T17:43:21.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:21 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:43:22.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:21 smithi042 ceph-mon[107709]: purged_snaps scrub starts 2023-11-16T17:43:22.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:21 smithi042 ceph-mon[107709]: purged_snaps scrub ok 2023-11-16T17:43:22.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:21 smithi042 ceph-mon[107709]: Detected new or changed devices on smithi143 2023-11-16T17:43:22.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:21 smithi042 ceph-mon[107709]: Adjusting osd_memory_target on smithi143 to 5323M 2023-11-16T17:43:22.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:21 smithi042 ceph-mon[107709]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-16T17:43:22.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:21 smithi042 ceph-mon[107709]: osd.6 [v2:172.21.15.143:6816/2038066251,v1:172.21.15.143:6817/2038066251] boot 2023-11-16T17:43:22.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:21 smithi042 ceph-mon[107709]: osdmap e46: 7 total, 7 up, 7 in 2023-11-16T17:43:22.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:21 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T17:43:22.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:21 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T17:43:22.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:21 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-16T17:43:22.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:21 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:43:23.090 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:22 smithi042 ceph-mon[107709]: from='client.24227 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi143:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:43:23.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:22 smithi042 ceph-mon[107709]: osdmap e47: 7 total, 7 up, 7 in 2023-11-16T17:43:23.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:22 smithi143 ceph-mon[110525]: from='client.24227 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi143:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:43:23.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:22 smithi143 ceph-mon[110525]: osdmap e47: 7 total, 7 up, 7 in 2023-11-16T17:43:24.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:23 smithi042 ceph-mon[107709]: pgmap v114: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-11-16T17:43:24.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:23 smithi042 ceph-mon[107709]: osdmap e48: 7 total, 7 up, 7 in 2023-11-16T17:43:24.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:23 smithi042 ceph-mon[107709]: from='client.? 172.21.15.143:0/356021429' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3050b21a-8956-4c22-ae97-562e3174caff"}]: dispatch 2023-11-16T17:43:24.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:23 smithi042 ceph-mon[107709]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3050b21a-8956-4c22-ae97-562e3174caff"}]: dispatch 2023-11-16T17:43:24.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:23 smithi042 ceph-mon[107709]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3050b21a-8956-4c22-ae97-562e3174caff"}]': finished 2023-11-16T17:43:24.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:23 smithi042 ceph-mon[107709]: osdmap e49: 8 total, 7 up, 8 in 2023-11-16T17:43:24.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:23 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T17:43:24.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:23 smithi042 ceph-mon[107709]: from='client.? 172.21.15.143:0/1287846549' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T17:43:24.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:23 smithi143 ceph-mon[110525]: pgmap v114: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-11-16T17:43:24.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:23 smithi143 ceph-mon[110525]: osdmap e48: 7 total, 7 up, 7 in 2023-11-16T17:43:24.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:23 smithi143 ceph-mon[110525]: from='client.? 172.21.15.143:0/356021429' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3050b21a-8956-4c22-ae97-562e3174caff"}]: dispatch 2023-11-16T17:43:24.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:23 smithi143 ceph-mon[110525]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3050b21a-8956-4c22-ae97-562e3174caff"}]: dispatch 2023-11-16T17:43:24.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:23 smithi143 ceph-mon[110525]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3050b21a-8956-4c22-ae97-562e3174caff"}]': finished 2023-11-16T17:43:24.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:23 smithi143 ceph-mon[110525]: osdmap e49: 8 total, 7 up, 8 in 2023-11-16T17:43:24.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:23 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T17:43:24.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:23 smithi143 ceph-mon[110525]: from='client.? 172.21.15.143:0/1287846549' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T17:43:25.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:24 smithi143 ceph-mon[110525]: osdmap e50: 8 total, 7 up, 8 in 2023-11-16T17:43:25.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:24 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T17:43:25.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:24 smithi143 ceph-mon[110525]: pgmap v118: 1 pgs: 1 remapped+peering; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-11-16T17:43:25.340 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:24 smithi042 ceph-mon[107709]: osdmap e50: 8 total, 7 up, 8 in 2023-11-16T17:43:25.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:24 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T17:43:25.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:24 smithi042 ceph-mon[107709]: pgmap v118: 1 pgs: 1 remapped+peering; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-11-16T17:43:26.019 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:25 smithi143 ceph-mon[110525]: osdmap e51: 8 total, 7 up, 8 in 2023-11-16T17:43:26.019 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:25 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T17:43:26.340 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:25 smithi042 ceph-mon[107709]: osdmap e51: 8 total, 7 up, 8 in 2023-11-16T17:43:26.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:25 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T17:43:27.081 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:26 smithi143 ceph-mon[110525]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 129 KiB/s, 0 objects/s recovering 2023-11-16T17:43:27.340 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:26 smithi042 ceph-mon[107709]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 129 KiB/s, 0 objects/s recovering 2023-11-16T17:43:28.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:28 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-16T17:43:28.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:28 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:43:28.340 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:28 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-16T17:43:28.340 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:28 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:43:29.340 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:29 smithi042 ceph-mon[107709]: Deploying daemon osd.7 on smithi143 2023-11-16T17:43:29.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:29 smithi042 ceph-mon[107709]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 42 MiB used, 626 GiB / 626 GiB avail; 92 KiB/s, 0 objects/s recovering 2023-11-16T17:43:29.393 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:29 smithi143 ceph-mon[110525]: Deploying daemon osd.7 on smithi143 2023-11-16T17:43:29.393 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:29 smithi143 ceph-mon[110525]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 42 MiB used, 626 GiB / 626 GiB avail; 92 KiB/s, 0 objects/s recovering 2023-11-16T17:43:31.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:31 smithi143 ceph-mon[110525]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 42 MiB used, 626 GiB / 626 GiB avail; 70 KiB/s, 0 objects/s recovering 2023-11-16T17:43:31.840 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:31 smithi042 ceph-mon[107709]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 42 MiB used, 626 GiB / 626 GiB avail; 70 KiB/s, 0 objects/s recovering 2023-11-16T17:43:32.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:32 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:43:32.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:32 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:43:32.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:32 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:43:32.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:32 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T17:43:32.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:32 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:43:32.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:32 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:43:32.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:32 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:43:32.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:32 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T17:43:33.545 INFO:teuthology.orchestra.run.smithi143.stdout:Created osd(s) 7 on host 'smithi143' 2023-11-16T17:43:33.630 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:33 smithi143 ceph-mon[110525]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 61 KiB/s, 0 objects/s recovering 2023-11-16T17:43:33.840 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:33 smithi042 ceph-mon[107709]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 61 KiB/s, 0 objects/s recovering 2023-11-16T17:43:33.946 DEBUG:teuthology.orchestra.run.smithi143:osd.7> sudo journalctl -f -n 0 -u ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7@osd.7.service 2023-11-16T17:43:33.949 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-11-16T17:43:33.949 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-16T17:43:33.976 INFO:journalctl@ceph.osd.7.smithi143.stdout:-- Logs begin at Thu 2023-11-16 17:29:43 UTC. -- 2023-11-16T17:43:34.729 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:34 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:43:34.730 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:34 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:43:34.769 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:34 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:43:34.769 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:34 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:43:34.769 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 17:43:34 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T17:43:34.666+0000 7f32a3aec3c0 -1 osd.7 0 log_to_monitors true 2023-11-16T17:43:35.774 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:35 smithi143 ceph-mon[110525]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-11-16T17:43:35.775 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:35 smithi143 ceph-mon[110525]: from='osd.7 [v2:172.21.15.143:6824/2968733511,v1:172.21.15.143:6825/2968733511]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-16T17:43:35.775 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:35 smithi143 ceph-mon[110525]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-16T17:43:35.851 INFO:teuthology.orchestra.run.smithi042.stdout: 2023-11-16T17:43:35.880 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:35 smithi042 ceph-mon[107709]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-11-16T17:43:35.880 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:35 smithi042 ceph-mon[107709]: from='osd.7 [v2:172.21.15.143:6824/2968733511,v1:172.21.15.143:6825/2968733511]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-16T17:43:35.880 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:35 smithi042 ceph-mon[107709]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-16T17:43:36.235 INFO:teuthology.orchestra.run.smithi042.stdout:{"epoch":52,"num_osds":8,"num_up_osds":7,"osd_up_since":1700156600,"num_in_osds":8,"osd_in_since":1700156602,"num_remapped_pgs":0} 2023-11-16T17:43:36.918 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 17:43:36 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T17:43:36.621+0000 7f329a4ef700 -1 osd.7 0 waiting for initial osdmap 2023-11-16T17:43:36.919 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 17:43:36 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T17:43:36.630+0000 7f3294e86700 -1 osd.7 53 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-16T17:43:36.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:36 smithi143 ceph-mon[110525]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-16T17:43:36.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:36 smithi143 ceph-mon[110525]: osdmap e52: 8 total, 7 up, 8 in 2023-11-16T17:43:36.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:36 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T17:43:36.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:36 smithi143 ceph-mon[110525]: from='osd.7 [v2:172.21.15.143:6824/2968733511,v1:172.21.15.143:6825/2968733511]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-16T17:43:36.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:36 smithi143 ceph-mon[110525]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-16T17:43:36.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:36 smithi143 ceph-mon[110525]: from='client.? 172.21.15.42:0/4118019438' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T17:43:36.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:36 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:43:36.920 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:36 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:43:36.920 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:36 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:43:36.920 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:36 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:43:36.920 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:36 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:43:36.920 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:36 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:43:36.920 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:36 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:43:36.920 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:36 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:43:36.920 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:36 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:43:36.920 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:36 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T17:43:36.920 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:36 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:43:37.090 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:36 smithi042 ceph-mon[107709]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-16T17:43:37.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:36 smithi042 ceph-mon[107709]: osdmap e52: 8 total, 7 up, 8 in 2023-11-16T17:43:37.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:36 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T17:43:37.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:36 smithi042 ceph-mon[107709]: from='osd.7 [v2:172.21.15.143:6824/2968733511,v1:172.21.15.143:6825/2968733511]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-16T17:43:37.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:36 smithi042 ceph-mon[107709]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-16T17:43:37.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:36 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/4118019438' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T17:43:37.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:36 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:43:37.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:36 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:43:37.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:36 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:43:37.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:36 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:43:37.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:36 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:43:37.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:36 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:43:37.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:36 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:43:37.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:36 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:43:37.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:36 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:43:37.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:36 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T17:43:37.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:36 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:43:37.236 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-16T17:43:37.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:37 smithi143 ceph-mon[110525]: Detected new or changed devices on smithi143 2023-11-16T17:43:37.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:37 smithi143 ceph-mon[110525]: Adjusting osd_memory_target on smithi143 to 3992M 2023-11-16T17:43:37.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:37 smithi143 ceph-mon[110525]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-11-16T17:43:37.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:37 smithi143 ceph-mon[110525]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2023-11-16T17:43:37.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:37 smithi143 ceph-mon[110525]: osdmap e53: 8 total, 7 up, 8 in 2023-11-16T17:43:37.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:37 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T17:43:37.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:37 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T17:43:37.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:37 smithi143 ceph-mon[110525]: osd.7 [v2:172.21.15.143:6824/2968733511,v1:172.21.15.143:6825/2968733511] boot 2023-11-16T17:43:37.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:37 smithi143 ceph-mon[110525]: osdmap e54: 8 total, 8 up, 8 in 2023-11-16T17:43:37.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:37 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T17:43:38.024 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:37 smithi042 ceph-mon[107709]: Detected new or changed devices on smithi143 2023-11-16T17:43:38.024 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:37 smithi042 ceph-mon[107709]: Adjusting osd_memory_target on smithi143 to 3992M 2023-11-16T17:43:38.025 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:37 smithi042 ceph-mon[107709]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-11-16T17:43:38.025 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:37 smithi042 ceph-mon[107709]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2023-11-16T17:43:38.025 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:37 smithi042 ceph-mon[107709]: osdmap e53: 8 total, 7 up, 8 in 2023-11-16T17:43:38.025 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:37 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T17:43:38.025 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:37 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T17:43:38.025 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:37 smithi042 ceph-mon[107709]: osd.7 [v2:172.21.15.143:6824/2968733511,v1:172.21.15.143:6825/2968733511] boot 2023-11-16T17:43:38.025 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:37 smithi042 ceph-mon[107709]: osdmap e54: 8 total, 8 up, 8 in 2023-11-16T17:43:38.025 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:37 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T17:43:38.806 INFO:teuthology.orchestra.run.smithi042.stdout: 2023-11-16T17:43:38.828 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:38 smithi042 ceph-mon[107709]: purged_snaps scrub starts 2023-11-16T17:43:38.828 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:38 smithi042 ceph-mon[107709]: purged_snaps scrub ok 2023-11-16T17:43:38.829 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:38 smithi042 ceph-mon[107709]: osdmap e55: 8 total, 8 up, 8 in 2023-11-16T17:43:38.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:38 smithi143 ceph-mon[110525]: purged_snaps scrub starts 2023-11-16T17:43:38.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:38 smithi143 ceph-mon[110525]: purged_snaps scrub ok 2023-11-16T17:43:38.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:38 smithi143 ceph-mon[110525]: osdmap e55: 8 total, 8 up, 8 in 2023-11-16T17:43:39.193 INFO:teuthology.orchestra.run.smithi042.stdout:{"epoch":55,"num_osds":8,"num_up_osds":8,"osd_up_since":1700156616,"num_in_osds":8,"osd_in_since":1700156602,"num_remapped_pgs":1} 2023-11-16T17:43:39.194 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph osd dump --format=json 2023-11-16T17:43:39.449 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/mon.smithi042/config 2023-11-16T17:43:39.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:39 smithi143 ceph-mon[110525]: pgmap v130: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T17:43:39.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:39 smithi143 ceph-mon[110525]: from='client.? 172.21.15.42:0/3090506598' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T17:43:39.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:39 smithi143 ceph-mon[110525]: osdmap e56: 8 total, 8 up, 8 in 2023-11-16T17:43:40.024 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:39 smithi042 ceph-mon[107709]: pgmap v130: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T17:43:40.024 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:39 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/3090506598' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T17:43:40.024 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:39 smithi042 ceph-mon[107709]: osdmap e56: 8 total, 8 up, 8 in 2023-11-16T17:43:40.801 INFO:teuthology.orchestra.run.smithi042.stdout: 2023-11-16T17:43:40.801 INFO:teuthology.orchestra.run.smithi042.stdout:{"epoch":57,"fsid":"fc99696c-84a6-11ee-8dbe-212e2dc638e7","created":"2023-11-16T17:39:08.270176+0000","modified":"2023-11-16T17:43:39.894695+0000","last_up_change":"2023-11-16T17:43:36.884522+0000","last_in_change":"2023-11-16T17:43:22.889636+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-11-16T17:42:12.813197+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"d6605ca4-6227-4f7f-9e32-3ef35ed6c9a5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6802","nonce":3866124336},{"type":"v1","addr":"172.21.15.42:6803","nonce":3866124336}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6804","nonce":3866124336},{"type":"v1","addr":"172.21.15.42:6805","nonce":3866124336}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6808","nonce":3866124336},{"type":"v1","addr":"172.21.15.42:6809","nonce":3866124336}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6806","nonce":3866124336},{"type":"v1","addr":"172.21.15.42:6807","nonce":3866124336}]},"public_addr":"172.21.15.42:6803/3866124336","cluster_addr":"172.21.15.42:6805/3866124336","heartbeat_back_addr":"172.21.15.42:6809/3866124336","heartbeat_front_addr":"172.21.15.42:6807/3866124336","state":["exists","up"]},{"osd":1,"uuid":"575ace96-48f0-4f9f-9010-2cfe367e8ff6","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.42:6810","nonce":2891280512},{"type":"v1","addr":"172.21.15.42:6811","nonce":2891280512}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6812","nonce":2891280512},{"type":"v1","addr":"172.21.15.42:6813","nonce":2891280512}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6816","nonce":2891280512},{"type":"v1","addr":"172.21.15.42:6817","nonce":2891280512}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6814","nonce":2891280512},{"type":"v1","addr":"172.21.15.42:6815","nonce":2891280512}]},"public_addr":"172.21.15.42:6811/2891280512","cluster_addr":"172.21.15.42:6813/2891280512","heartbeat_back_addr":"172.21.15.42:6817/2891280512","heartbeat_front_addr":"172.21.15.42:6815/2891280512","state":["exists","up"]},{"osd":2,"uuid":"ac9a3e8b-4c38-4cd6-a1aa-bcf691a64de9","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.42:6818","nonce":1244215421},{"type":"v1","addr":"172.21.15.42:6819","nonce":1244215421}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6820","nonce":1244215421},{"type":"v1","addr":"172.21.15.42:6821","nonce":1244215421}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6824","nonce":1244215421},{"type":"v1","addr":"172.21.15.42:6825","nonce":1244215421}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6822","nonce":1244215421},{"type":"v1","addr":"172.21.15.42:6823","nonce":1244215421}]},"public_addr":"172.21.15.42:6819/1244215421","cluster_addr":"172.21.15.42:6821/1244215421","heartbeat_back_addr":"172.21.15.42:6825/1244215421","heartbeat_front_addr":"172.21.15.42:6823/1244215421","state":["exists","up"]},{"osd":3,"uuid":"24ed4921-1966-46ea-bae6-b77241c53f28","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.42:6826","nonce":2311000547},{"type":"v1","addr":"172.21.15.42:6827","nonce":2311000547}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6828","nonce":2311000547},{"type":"v1","addr":"172.21.15.42:6829","nonce":2311000547}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6832","nonce":2311000547},{"type":"v1","addr":"172.21.15.42:6833","nonce":2311000547}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6830","nonce":2311000547},{"type":"v1","addr":"172.21.15.42:6831","nonce":2311000547}]},"public_addr":"172.21.15.42:6827/2311000547","cluster_addr":"172.21.15.42:6829/2311000547","heartbeat_back_addr":"172.21.15.42:6833/2311000547","heartbeat_front_addr":"172.21.15.42:6831/2311000547","state":["exists","up"]},{"osd":4,"uuid":"814d0f9c-2853-430e-a7e2-4ef0f5fe3f2e","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.143:6800","nonce":1450559740},{"type":"v1","addr":"172.21.15.143:6801","nonce":1450559740}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6802","nonce":1450559740},{"type":"v1","addr":"172.21.15.143:6803","nonce":1450559740}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6806","nonce":1450559740},{"type":"v1","addr":"172.21.15.143:6807","nonce":1450559740}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6804","nonce":1450559740},{"type":"v1","addr":"172.21.15.143:6805","nonce":1450559740}]},"public_addr":"172.21.15.143:6801/1450559740","cluster_addr":"172.21.15.143:6803/1450559740","heartbeat_back_addr":"172.21.15.143:6807/1450559740","heartbeat_front_addr":"172.21.15.143:6805/1450559740","state":["exists","up"]},{"osd":5,"uuid":"d8537937-00a6-48d5-add8-44d1e99203ac","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.143:6808","nonce":329092520},{"type":"v1","addr":"172.21.15.143:6809","nonce":329092520}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6810","nonce":329092520},{"type":"v1","addr":"172.21.15.143:6811","nonce":329092520}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6814","nonce":329092520},{"type":"v1","addr":"172.21.15.143:6815","nonce":329092520}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6812","nonce":329092520},{"type":"v1","addr":"172.21.15.143:6813","nonce":329092520}]},"public_addr":"172.21.15.143:6809/329092520","cluster_addr":"172.21.15.143:6811/329092520","heartbeat_back_addr":"172.21.15.143:6815/329092520","heartbeat_front_addr":"172.21.15.143:6813/329092520","state":["exists","up"]},{"osd":6,"uuid":"7232fddd-42e7-44e8-a92c-d0f89195acc6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6816","nonce":2038066251},{"type":"v1","addr":"172.21.15.143:6817","nonce":2038066251}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6818","nonce":2038066251},{"type":"v1","addr":"172.21.15.143:6819","nonce":2038066251}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6822","nonce":2038066251},{"type":"v1","addr":"172.21.15.143:6823","nonce":2038066251}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6820","nonce":2038066251},{"type":"v1","addr":"172.21.15.143:6821","nonce":2038066251}]},"public_addr":"172.21.15.143:6817/2038066251","cluster_addr":"172.21.15.143:6819/2038066251","heartbeat_back_addr":"172.21.15.143:6823/2038066251","heartbeat_front_addr":"172.21.15.143:6821/2038066251","state":["exists","up"]},{"osd":7,"uuid":"3050b21a-8956-4c22-ae97-562e3174caff","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":54,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6824","nonce":2968733511},{"type":"v1","addr":"172.21.15.143:6825","nonce":2968733511}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6826","nonce":2968733511},{"type":"v1","addr":"172.21.15.143:6827","nonce":2968733511}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6830","nonce":2968733511},{"type":"v1","addr":"172.21.15.143:6831","nonce":2968733511}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6828","nonce":2968733511},{"type":"v1","addr":"172.21.15.143:6829","nonce":2968733511}]},"public_addr":"172.21.15.143:6825/2968733511","cluster_addr":"172.21.15.143:6827/2968733511","heartbeat_back_addr":"172.21.15.143:6831/2968733511","heartbeat_front_addr":"172.21.15.143:6829/2968733511","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-16T17:41:29.218450+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-16T17:41:49.723447+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-16T17:42:10.322212+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-16T17:42:29.773909+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-16T17:42:46.597006+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-16T17:43:02.927058+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-16T17:43:19.134933+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-16T17:43:35.671524+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.42:6801/406669683":"2023-11-17T17:40:43.604452+0000","172.21.15.42:0/342952048":"2023-11-17T17:40:43.604452+0000","172.21.15.42:0/1836415667":"2023-11-17T17:40:43.604452+0000","172.21.15.42:6800/2350286401":"2023-11-17T17:40:02.928151+0000","172.21.15.42:0/4261803282":"2023-11-17T17:40:02.928151+0000","172.21.15.42:6801/2350286401":"2023-11-17T17:40:02.928151+0000","172.21.15.42:0/2101486370":"2023-11-17T17:39:37.384565+0000","172.21.15.42:0/1827496970":"2023-11-17T17:40:43.604452+0000","172.21.15.42:6800/2681290558":"2023-11-17T17:39:37.384565+0000","172.21.15.42:6801/2681290558":"2023-11-17T17:39:37.384565+0000","172.21.15.42:6800/406669683":"2023-11-17T17:40:43.604452+0000","172.21.15.42:0/2972956338":"2023-11-17T17:40:02.928151+0000","172.21.15.42:0/1005498166":"2023-11-17T17:40:02.928151+0000","172.21.15.42:0/3303200073":"2023-11-17T17:39:37.384565+0000","172.21.15.42:0/498202867":"2023-11-17T17:39:37.384565+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-11-16T17:43:41.090 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:40 smithi042 ceph-mon[107709]: osdmap e57: 8 total, 8 up, 8 in 2023-11-16T17:43:41.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:40 smithi042 ceph-mon[107709]: pgmap v133: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T17:43:41.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:40 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/3334054823' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-16T17:43:41.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:40 smithi143 ceph-mon[110525]: osdmap e57: 8 total, 8 up, 8 in 2023-11-16T17:43:41.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:40 smithi143 ceph-mon[110525]: pgmap v133: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T17:43:41.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:40 smithi143 ceph-mon[110525]: from='client.? 172.21.15.42:0/3334054823' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-16T17:43:41.238 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-11-16T17:42:12.813197+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '22', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}}] 2023-11-16T17:43:41.238 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph osd pool get .mgr pg_num 2023-11-16T17:43:41.493 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/mon.smithi042/config 2023-11-16T17:43:42.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:41 smithi143 ceph-mon[110525]: osdmap e58: 8 total, 8 up, 8 in 2023-11-16T17:43:42.178 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:41 smithi042 ceph-mon[107709]: osdmap e58: 8 total, 8 up, 8 in 2023-11-16T17:43:42.779 INFO:teuthology.orchestra.run.smithi042.stdout:pg_num: 1 2023-11-16T17:43:43.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:42 smithi042 ceph-mon[107709]: pgmap v135: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T17:43:43.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:42 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/3019532454' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-11-16T17:43:43.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:42 smithi143 ceph-mon[110525]: pgmap v135: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T17:43:43.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:42 smithi143 ceph-mon[110525]: from='client.? 172.21.15.42:0/3019532454' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-11-16T17:43:43.194 INFO:tasks.cephadm:Setting up client nodes... 2023-11-16T17:43:43.194 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-11-16T17:43:44.713 INFO:teuthology.orchestra.run.smithi042.stdout:[client.0] 2023-11-16T17:43:44.713 INFO:teuthology.orchestra.run.smithi042.stdout: key = AQDQVFZlRhhCKhAAfxZTN2P4mSze2J1ZE1VUtQ== 2023-11-16T17:43:45.116 DEBUG:teuthology.orchestra.run.smithi042:> set -ex 2023-11-16T17:43:45.117 DEBUG:teuthology.orchestra.run.smithi042:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-11-16T17:43:45.117 DEBUG:teuthology.orchestra.run.smithi042:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-11-16T17:43:45.165 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-11-16T17:43:45.165 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-11-16T17:43:45.165 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph mgr dump --format=json 2023-11-16T17:43:45.459 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/mon.smithi042/config 2023-11-16T17:43:45.635 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:45 smithi042 ceph-mon[107709]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-11-16T17:43:45.636 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:45 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi042.ozybzf/trash_purge_schedule"}]: dispatch 2023-11-16T17:43:45.636 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:45 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi042.ozybzf/mirror_snapshot_schedule"}]: dispatch 2023-11-16T17:43:45.636 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:45 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/4193128882' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-16T17:43:45.636 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:45 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/4193128882' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-16T17:43:45.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:45 smithi143 ceph-mon[110525]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-11-16T17:43:45.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:45 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi042.ozybzf/trash_purge_schedule"}]: dispatch 2023-11-16T17:43:45.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:45 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi042.ozybzf/mirror_snapshot_schedule"}]: dispatch 2023-11-16T17:43:45.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:45 smithi143 ceph-mon[110525]: from='client.? 172.21.15.42:0/4193128882' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-16T17:43:45.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:45 smithi143 ceph-mon[110525]: from='client.? 172.21.15.42:0/4193128882' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-16T17:43:46.782 INFO:teuthology.orchestra.run.smithi042.stdout: 2023-11-16T17:43:47.169 INFO:teuthology.orchestra.run.smithi042.stdout:{"epoch":19,"active_gid":14204,"active_name":"smithi042.ozybzf","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6800","nonce":3876936224},{"type":"v1","addr":"172.21.15.42:6801","nonce":3876936224}]},"active_addr":"172.21.15.42:6801/3876936224","active_change":"2023-11-16T17:40:43.604912+0000","active_mgr_features":4540138303579357183,"available":true,"standbys":[{"gid":14224,"name":"smithi143.uyynqu","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.42:8443/","prometheus":"http://172.21.15.42: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.42:0","nonce":3723173943}]},{"addrvec":[{"type":"v2","addr":"172.21.15.42:0","nonce":3264657720}]},{"addrvec":[{"type":"v2","addr":"172.21.15.42:0","nonce":3377992287}]},{"addrvec":[{"type":"v2","addr":"172.21.15.42:0","nonce":1974584098}]}]}} 2023-11-16T17:43:47.175 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-11-16T17:43:47.175 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-11-16T17:43:47.175 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph osd dump --format=json 2023-11-16T17:43:47.434 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/mon.smithi042/config 2023-11-16T17:43:47.555 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:47 smithi042 ceph-mon[107709]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 70 KiB/s, 0 objects/s recovering 2023-11-16T17:43:47.555 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:47 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/179814552' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-16T17:43:47.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:47 smithi143 ceph-mon[110525]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 70 KiB/s, 0 objects/s recovering 2023-11-16T17:43:47.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:47 smithi143 ceph-mon[110525]: from='client.? 172.21.15.42:0/179814552' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-16T17:43:48.626 INFO:teuthology.orchestra.run.smithi042.stdout: 2023-11-16T17:43:48.626 INFO:teuthology.orchestra.run.smithi042.stdout:{"epoch":58,"fsid":"fc99696c-84a6-11ee-8dbe-212e2dc638e7","created":"2023-11-16T17:39:08.270176+0000","modified":"2023-11-16T17:43:40.896727+0000","last_up_change":"2023-11-16T17:43:36.884522+0000","last_in_change":"2023-11-16T17:43:22.889636+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-11-16T17:42:12.813197+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"d6605ca4-6227-4f7f-9e32-3ef35ed6c9a5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6802","nonce":3866124336},{"type":"v1","addr":"172.21.15.42:6803","nonce":3866124336}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6804","nonce":3866124336},{"type":"v1","addr":"172.21.15.42:6805","nonce":3866124336}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6808","nonce":3866124336},{"type":"v1","addr":"172.21.15.42:6809","nonce":3866124336}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6806","nonce":3866124336},{"type":"v1","addr":"172.21.15.42:6807","nonce":3866124336}]},"public_addr":"172.21.15.42:6803/3866124336","cluster_addr":"172.21.15.42:6805/3866124336","heartbeat_back_addr":"172.21.15.42:6809/3866124336","heartbeat_front_addr":"172.21.15.42:6807/3866124336","state":["exists","up"]},{"osd":1,"uuid":"575ace96-48f0-4f9f-9010-2cfe367e8ff6","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.42:6810","nonce":2891280512},{"type":"v1","addr":"172.21.15.42:6811","nonce":2891280512}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6812","nonce":2891280512},{"type":"v1","addr":"172.21.15.42:6813","nonce":2891280512}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6816","nonce":2891280512},{"type":"v1","addr":"172.21.15.42:6817","nonce":2891280512}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6814","nonce":2891280512},{"type":"v1","addr":"172.21.15.42:6815","nonce":2891280512}]},"public_addr":"172.21.15.42:6811/2891280512","cluster_addr":"172.21.15.42:6813/2891280512","heartbeat_back_addr":"172.21.15.42:6817/2891280512","heartbeat_front_addr":"172.21.15.42:6815/2891280512","state":["exists","up"]},{"osd":2,"uuid":"ac9a3e8b-4c38-4cd6-a1aa-bcf691a64de9","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.42:6818","nonce":1244215421},{"type":"v1","addr":"172.21.15.42:6819","nonce":1244215421}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6820","nonce":1244215421},{"type":"v1","addr":"172.21.15.42:6821","nonce":1244215421}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6824","nonce":1244215421},{"type":"v1","addr":"172.21.15.42:6825","nonce":1244215421}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6822","nonce":1244215421},{"type":"v1","addr":"172.21.15.42:6823","nonce":1244215421}]},"public_addr":"172.21.15.42:6819/1244215421","cluster_addr":"172.21.15.42:6821/1244215421","heartbeat_back_addr":"172.21.15.42:6825/1244215421","heartbeat_front_addr":"172.21.15.42:6823/1244215421","state":["exists","up"]},{"osd":3,"uuid":"24ed4921-1966-46ea-bae6-b77241c53f28","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.42:6826","nonce":2311000547},{"type":"v1","addr":"172.21.15.42:6827","nonce":2311000547}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6828","nonce":2311000547},{"type":"v1","addr":"172.21.15.42:6829","nonce":2311000547}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6832","nonce":2311000547},{"type":"v1","addr":"172.21.15.42:6833","nonce":2311000547}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6830","nonce":2311000547},{"type":"v1","addr":"172.21.15.42:6831","nonce":2311000547}]},"public_addr":"172.21.15.42:6827/2311000547","cluster_addr":"172.21.15.42:6829/2311000547","heartbeat_back_addr":"172.21.15.42:6833/2311000547","heartbeat_front_addr":"172.21.15.42:6831/2311000547","state":["exists","up"]},{"osd":4,"uuid":"814d0f9c-2853-430e-a7e2-4ef0f5fe3f2e","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.143:6800","nonce":1450559740},{"type":"v1","addr":"172.21.15.143:6801","nonce":1450559740}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6802","nonce":1450559740},{"type":"v1","addr":"172.21.15.143:6803","nonce":1450559740}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6806","nonce":1450559740},{"type":"v1","addr":"172.21.15.143:6807","nonce":1450559740}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6804","nonce":1450559740},{"type":"v1","addr":"172.21.15.143:6805","nonce":1450559740}]},"public_addr":"172.21.15.143:6801/1450559740","cluster_addr":"172.21.15.143:6803/1450559740","heartbeat_back_addr":"172.21.15.143:6807/1450559740","heartbeat_front_addr":"172.21.15.143:6805/1450559740","state":["exists","up"]},{"osd":5,"uuid":"d8537937-00a6-48d5-add8-44d1e99203ac","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.143:6808","nonce":329092520},{"type":"v1","addr":"172.21.15.143:6809","nonce":329092520}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6810","nonce":329092520},{"type":"v1","addr":"172.21.15.143:6811","nonce":329092520}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6814","nonce":329092520},{"type":"v1","addr":"172.21.15.143:6815","nonce":329092520}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6812","nonce":329092520},{"type":"v1","addr":"172.21.15.143:6813","nonce":329092520}]},"public_addr":"172.21.15.143:6809/329092520","cluster_addr":"172.21.15.143:6811/329092520","heartbeat_back_addr":"172.21.15.143:6815/329092520","heartbeat_front_addr":"172.21.15.143:6813/329092520","state":["exists","up"]},{"osd":6,"uuid":"7232fddd-42e7-44e8-a92c-d0f89195acc6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6816","nonce":2038066251},{"type":"v1","addr":"172.21.15.143:6817","nonce":2038066251}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6818","nonce":2038066251},{"type":"v1","addr":"172.21.15.143:6819","nonce":2038066251}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6822","nonce":2038066251},{"type":"v1","addr":"172.21.15.143:6823","nonce":2038066251}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6820","nonce":2038066251},{"type":"v1","addr":"172.21.15.143:6821","nonce":2038066251}]},"public_addr":"172.21.15.143:6817/2038066251","cluster_addr":"172.21.15.143:6819/2038066251","heartbeat_back_addr":"172.21.15.143:6823/2038066251","heartbeat_front_addr":"172.21.15.143:6821/2038066251","state":["exists","up"]},{"osd":7,"uuid":"3050b21a-8956-4c22-ae97-562e3174caff","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":54,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6824","nonce":2968733511},{"type":"v1","addr":"172.21.15.143:6825","nonce":2968733511}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6826","nonce":2968733511},{"type":"v1","addr":"172.21.15.143:6827","nonce":2968733511}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6830","nonce":2968733511},{"type":"v1","addr":"172.21.15.143:6831","nonce":2968733511}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6828","nonce":2968733511},{"type":"v1","addr":"172.21.15.143:6829","nonce":2968733511}]},"public_addr":"172.21.15.143:6825/2968733511","cluster_addr":"172.21.15.143:6827/2968733511","heartbeat_back_addr":"172.21.15.143:6831/2968733511","heartbeat_front_addr":"172.21.15.143:6829/2968733511","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-16T17:41:29.218450+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-16T17:41:49.723447+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-16T17:42:10.322212+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-16T17:42:29.773909+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-16T17:42:46.597006+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-16T17:43:02.927058+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-16T17:43:19.134933+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-16T17:43:35.671524+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.42:6801/406669683":"2023-11-17T17:40:43.604452+0000","172.21.15.42:0/342952048":"2023-11-17T17:40:43.604452+0000","172.21.15.42:0/1836415667":"2023-11-17T17:40:43.604452+0000","172.21.15.42:6800/2350286401":"2023-11-17T17:40:02.928151+0000","172.21.15.42:0/4261803282":"2023-11-17T17:40:02.928151+0000","172.21.15.42:6801/2350286401":"2023-11-17T17:40:02.928151+0000","172.21.15.42:0/2101486370":"2023-11-17T17:39:37.384565+0000","172.21.15.42:0/1827496970":"2023-11-17T17:40:43.604452+0000","172.21.15.42:6800/2681290558":"2023-11-17T17:39:37.384565+0000","172.21.15.42:6801/2681290558":"2023-11-17T17:39:37.384565+0000","172.21.15.42:6800/406669683":"2023-11-17T17:40:43.604452+0000","172.21.15.42:0/2972956338":"2023-11-17T17:40:02.928151+0000","172.21.15.42:0/1005498166":"2023-11-17T17:40:02.928151+0000","172.21.15.42:0/3303200073":"2023-11-17T17:39:37.384565+0000","172.21.15.42:0/498202867":"2023-11-17T17:39:37.384565+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-11-16T17:43:49.043 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-11-16T17:43:49.043 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph osd dump --format=json 2023-11-16T17:43:49.298 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/mon.smithi042/config 2023-11-16T17:43:49.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:49 smithi143 ceph-mon[110525]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 61 KiB/s, 0 objects/s recovering 2023-11-16T17:43:49.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:49 smithi143 ceph-mon[110525]: from='client.? 172.21.15.42:0/2371588435' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-16T17:43:49.806 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:49 smithi042 ceph-mon[107709]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 61 KiB/s, 0 objects/s recovering 2023-11-16T17:43:49.806 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:49 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/2371588435' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-16T17:43:50.572 INFO:teuthology.orchestra.run.smithi042.stdout: 2023-11-16T17:43:50.572 INFO:teuthology.orchestra.run.smithi042.stdout:{"epoch":58,"fsid":"fc99696c-84a6-11ee-8dbe-212e2dc638e7","created":"2023-11-16T17:39:08.270176+0000","modified":"2023-11-16T17:43:40.896727+0000","last_up_change":"2023-11-16T17:43:36.884522+0000","last_in_change":"2023-11-16T17:43:22.889636+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-11-16T17:42:12.813197+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"d6605ca4-6227-4f7f-9e32-3ef35ed6c9a5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6802","nonce":3866124336},{"type":"v1","addr":"172.21.15.42:6803","nonce":3866124336}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6804","nonce":3866124336},{"type":"v1","addr":"172.21.15.42:6805","nonce":3866124336}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6808","nonce":3866124336},{"type":"v1","addr":"172.21.15.42:6809","nonce":3866124336}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6806","nonce":3866124336},{"type":"v1","addr":"172.21.15.42:6807","nonce":3866124336}]},"public_addr":"172.21.15.42:6803/3866124336","cluster_addr":"172.21.15.42:6805/3866124336","heartbeat_back_addr":"172.21.15.42:6809/3866124336","heartbeat_front_addr":"172.21.15.42:6807/3866124336","state":["exists","up"]},{"osd":1,"uuid":"575ace96-48f0-4f9f-9010-2cfe367e8ff6","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.42:6810","nonce":2891280512},{"type":"v1","addr":"172.21.15.42:6811","nonce":2891280512}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6812","nonce":2891280512},{"type":"v1","addr":"172.21.15.42:6813","nonce":2891280512}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6816","nonce":2891280512},{"type":"v1","addr":"172.21.15.42:6817","nonce":2891280512}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6814","nonce":2891280512},{"type":"v1","addr":"172.21.15.42:6815","nonce":2891280512}]},"public_addr":"172.21.15.42:6811/2891280512","cluster_addr":"172.21.15.42:6813/2891280512","heartbeat_back_addr":"172.21.15.42:6817/2891280512","heartbeat_front_addr":"172.21.15.42:6815/2891280512","state":["exists","up"]},{"osd":2,"uuid":"ac9a3e8b-4c38-4cd6-a1aa-bcf691a64de9","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.42:6818","nonce":1244215421},{"type":"v1","addr":"172.21.15.42:6819","nonce":1244215421}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6820","nonce":1244215421},{"type":"v1","addr":"172.21.15.42:6821","nonce":1244215421}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6824","nonce":1244215421},{"type":"v1","addr":"172.21.15.42:6825","nonce":1244215421}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6822","nonce":1244215421},{"type":"v1","addr":"172.21.15.42:6823","nonce":1244215421}]},"public_addr":"172.21.15.42:6819/1244215421","cluster_addr":"172.21.15.42:6821/1244215421","heartbeat_back_addr":"172.21.15.42:6825/1244215421","heartbeat_front_addr":"172.21.15.42:6823/1244215421","state":["exists","up"]},{"osd":3,"uuid":"24ed4921-1966-46ea-bae6-b77241c53f28","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.42:6826","nonce":2311000547},{"type":"v1","addr":"172.21.15.42:6827","nonce":2311000547}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6828","nonce":2311000547},{"type":"v1","addr":"172.21.15.42:6829","nonce":2311000547}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6832","nonce":2311000547},{"type":"v1","addr":"172.21.15.42:6833","nonce":2311000547}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6830","nonce":2311000547},{"type":"v1","addr":"172.21.15.42:6831","nonce":2311000547}]},"public_addr":"172.21.15.42:6827/2311000547","cluster_addr":"172.21.15.42:6829/2311000547","heartbeat_back_addr":"172.21.15.42:6833/2311000547","heartbeat_front_addr":"172.21.15.42:6831/2311000547","state":["exists","up"]},{"osd":4,"uuid":"814d0f9c-2853-430e-a7e2-4ef0f5fe3f2e","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.143:6800","nonce":1450559740},{"type":"v1","addr":"172.21.15.143:6801","nonce":1450559740}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6802","nonce":1450559740},{"type":"v1","addr":"172.21.15.143:6803","nonce":1450559740}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6806","nonce":1450559740},{"type":"v1","addr":"172.21.15.143:6807","nonce":1450559740}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6804","nonce":1450559740},{"type":"v1","addr":"172.21.15.143:6805","nonce":1450559740}]},"public_addr":"172.21.15.143:6801/1450559740","cluster_addr":"172.21.15.143:6803/1450559740","heartbeat_back_addr":"172.21.15.143:6807/1450559740","heartbeat_front_addr":"172.21.15.143:6805/1450559740","state":["exists","up"]},{"osd":5,"uuid":"d8537937-00a6-48d5-add8-44d1e99203ac","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.143:6808","nonce":329092520},{"type":"v1","addr":"172.21.15.143:6809","nonce":329092520}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6810","nonce":329092520},{"type":"v1","addr":"172.21.15.143:6811","nonce":329092520}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6814","nonce":329092520},{"type":"v1","addr":"172.21.15.143:6815","nonce":329092520}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6812","nonce":329092520},{"type":"v1","addr":"172.21.15.143:6813","nonce":329092520}]},"public_addr":"172.21.15.143:6809/329092520","cluster_addr":"172.21.15.143:6811/329092520","heartbeat_back_addr":"172.21.15.143:6815/329092520","heartbeat_front_addr":"172.21.15.143:6813/329092520","state":["exists","up"]},{"osd":6,"uuid":"7232fddd-42e7-44e8-a92c-d0f89195acc6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6816","nonce":2038066251},{"type":"v1","addr":"172.21.15.143:6817","nonce":2038066251}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6818","nonce":2038066251},{"type":"v1","addr":"172.21.15.143:6819","nonce":2038066251}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6822","nonce":2038066251},{"type":"v1","addr":"172.21.15.143:6823","nonce":2038066251}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6820","nonce":2038066251},{"type":"v1","addr":"172.21.15.143:6821","nonce":2038066251}]},"public_addr":"172.21.15.143:6817/2038066251","cluster_addr":"172.21.15.143:6819/2038066251","heartbeat_back_addr":"172.21.15.143:6823/2038066251","heartbeat_front_addr":"172.21.15.143:6821/2038066251","state":["exists","up"]},{"osd":7,"uuid":"3050b21a-8956-4c22-ae97-562e3174caff","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":54,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6824","nonce":2968733511},{"type":"v1","addr":"172.21.15.143:6825","nonce":2968733511}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6826","nonce":2968733511},{"type":"v1","addr":"172.21.15.143:6827","nonce":2968733511}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6830","nonce":2968733511},{"type":"v1","addr":"172.21.15.143:6831","nonce":2968733511}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6828","nonce":2968733511},{"type":"v1","addr":"172.21.15.143:6829","nonce":2968733511}]},"public_addr":"172.21.15.143:6825/2968733511","cluster_addr":"172.21.15.143:6827/2968733511","heartbeat_back_addr":"172.21.15.143:6831/2968733511","heartbeat_front_addr":"172.21.15.143:6829/2968733511","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-16T17:41:29.218450+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-16T17:41:49.723447+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-16T17:42:10.322212+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-16T17:42:29.773909+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-16T17:42:46.597006+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-16T17:43:02.927058+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-16T17:43:19.134933+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-16T17:43:35.671524+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.42:6801/406669683":"2023-11-17T17:40:43.604452+0000","172.21.15.42:0/342952048":"2023-11-17T17:40:43.604452+0000","172.21.15.42:0/1836415667":"2023-11-17T17:40:43.604452+0000","172.21.15.42:6800/2350286401":"2023-11-17T17:40:02.928151+0000","172.21.15.42:0/4261803282":"2023-11-17T17:40:02.928151+0000","172.21.15.42:6801/2350286401":"2023-11-17T17:40:02.928151+0000","172.21.15.42:0/2101486370":"2023-11-17T17:39:37.384565+0000","172.21.15.42:0/1827496970":"2023-11-17T17:40:43.604452+0000","172.21.15.42:6800/2681290558":"2023-11-17T17:39:37.384565+0000","172.21.15.42:6801/2681290558":"2023-11-17T17:39:37.384565+0000","172.21.15.42:6800/406669683":"2023-11-17T17:40:43.604452+0000","172.21.15.42:0/2972956338":"2023-11-17T17:40:02.928151+0000","172.21.15.42:0/1005498166":"2023-11-17T17:40:02.928151+0000","172.21.15.42:0/3303200073":"2023-11-17T17:39:37.384565+0000","172.21.15.42:0/498202867":"2023-11-17T17:39:37.384565+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-11-16T17:43:50.976 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph tell osd.0 flush_pg_stats 2023-11-16T17:43:50.977 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph tell osd.1 flush_pg_stats 2023-11-16T17:43:50.977 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph tell osd.2 flush_pg_stats 2023-11-16T17:43:50.978 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph tell osd.3 flush_pg_stats 2023-11-16T17:43:50.978 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph tell osd.4 flush_pg_stats 2023-11-16T17:43:50.979 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph tell osd.5 flush_pg_stats 2023-11-16T17:43:50.979 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph tell osd.6 flush_pg_stats 2023-11-16T17:43:50.980 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph tell osd.7 flush_pg_stats 2023-11-16T17:43:51.474 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/mon.smithi042/config 2023-11-16T17:43:51.632 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:51 smithi042 ceph-mon[107709]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-11-16T17:43:51.632 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:51 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/3617879860' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-16T17:43:51.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:51 smithi143 ceph-mon[110525]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-11-16T17:43:51.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:51 smithi143 ceph-mon[110525]: from='client.? 172.21.15.42:0/3617879860' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-16T17:43:51.677 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/mon.smithi042/config 2023-11-16T17:43:51.777 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/mon.smithi042/config 2023-11-16T17:43:51.832 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/mon.smithi042/config 2023-11-16T17:43:51.833 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/mon.smithi042/config 2023-11-16T17:43:52.485 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/mon.smithi042/config 2023-11-16T17:43:53.100 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/mon.smithi042/config 2023-11-16T17:43:53.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:52 smithi143 ceph-mon[110525]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 45 KiB/s, 0 objects/s recovering 2023-11-16T17:43:53.199 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:52 smithi042 ceph-mon[107709]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 45 KiB/s, 0 objects/s recovering 2023-11-16T17:43:54.095 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/mon.smithi042/config 2023-11-16T17:43:55.100 INFO:teuthology.orchestra.run.smithi042.stdout:111669149715 2023-11-16T17:43:55.100 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.3 2023-11-16T17:43:55.651 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:55 smithi042 ceph-mon[107709]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-11-16T17:43:55.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:55 smithi143 ceph-mon[110525]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-11-16T17:43:57.407 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:57 smithi042 ceph-mon[107709]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T17:43:57.409 INFO:teuthology.orchestra.run.smithi042.stdout:60129542171 2023-11-16T17:43:57.410 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.1 2023-11-16T17:43:57.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:57 smithi143 ceph-mon[110525]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T17:43:57.904 INFO:teuthology.orchestra.run.smithi042.stdout:38654705695 2023-11-16T17:43:57.904 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.0 2023-11-16T17:43:57.948 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/mon.smithi042/config 2023-11-16T17:43:58.314 INFO:teuthology.orchestra.run.smithi042.stdout:81604378647 2023-11-16T17:43:58.314 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.2 2023-11-16T17:43:59.031 INFO:teuthology.orchestra.run.smithi042.stdout:231928233991 2023-11-16T17:43:59.031 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.7 2023-11-16T17:43:59.109 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/mon.smithi042/config 2023-11-16T17:43:59.373 INFO:teuthology.orchestra.run.smithi042.stdout:167503724558 2023-11-16T17:43:59.373 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.5 2023-11-16T17:43:59.439 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:43:59 smithi042 ceph-mon[107709]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T17:43:59.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:43:59 smithi143 ceph-mon[110525]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T17:43:59.906 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/mon.smithi042/config 2023-11-16T17:44:00.443 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/mon.smithi042/config 2023-11-16T17:44:00.443 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/mon.smithi042/config 2023-11-16T17:44:00.514 INFO:teuthology.orchestra.run.smithi042.stdout:197568495626 2023-11-16T17:44:00.514 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.6 2023-11-16T17:44:00.829 INFO:teuthology.orchestra.run.smithi042.stdout:133143986193 2023-11-16T17:44:00.830 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.4 2023-11-16T17:44:00.941 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/mon.smithi042/config 2023-11-16T17:44:01.446 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:01 smithi042 ceph-mon[107709]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T17:44:01.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:01 smithi143 ceph-mon[110525]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T17:44:02.446 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/mon.smithi042/config 2023-11-16T17:44:02.604 INFO:teuthology.orchestra.run.smithi042.stdout:111669149716 2023-11-16T17:44:02.786 INFO:teuthology.orchestra.run.smithi042.stdout:60129542172 2023-11-16T17:44:03.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:02 smithi143 ceph-mon[110525]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T17:44:03.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:02 smithi143 ceph-mon[110525]: from='client.? 172.21.15.42:0/1327506434' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-16T17:44:03.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:02 smithi143 ceph-mon[110525]: from='client.? 172.21.15.42:0/1676798814' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-16T17:44:03.235 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:02 smithi042 ceph-mon[107709]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T17:44:03.235 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:02 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/1327506434' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-16T17:44:03.235 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:02 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/1676798814' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-16T17:44:04.233 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542171 got 60129542172 for osd.1 2023-11-16T17:44:04.234 DEBUG:teuthology.parallel:result is None 2023-11-16T17:44:04.899 INFO:teuthology.orchestra.run.smithi042.stdout:167503724559 2023-11-16T17:44:05.102 INFO:teuthology.orchestra.run.smithi042.stdout:81604378649 2023-11-16T17:44:05.181 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149715 got 111669149716 for osd.3 2023-11-16T17:44:05.181 DEBUG:teuthology.parallel:result is None 2023-11-16T17:44:05.543 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:05 smithi042 ceph-mon[107709]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T17:44:05.543 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:05 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/1677356650' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-16T17:44:05.543 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:05 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/1168264653' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-16T17:44:05.544 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378647 got 81604378649 for osd.2 2023-11-16T17:44:05.544 DEBUG:teuthology.parallel:result is None 2023-11-16T17:44:05.547 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/mon.smithi042/config 2023-11-16T17:44:05.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:05 smithi143 ceph-mon[110525]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T17:44:05.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:05 smithi143 ceph-mon[110525]: from='client.? 172.21.15.42:0/1677356650' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-16T17:44:05.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:05 smithi143 ceph-mon[110525]: from='client.? 172.21.15.42:0/1168264653' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-16T17:44:05.891 INFO:tasks.cephadm.ceph_manager.ceph:need seq 167503724558 got 167503724559 for osd.5 2023-11-16T17:44:05.891 DEBUG:teuthology.parallel:result is None 2023-11-16T17:44:06.371 INFO:teuthology.orchestra.run.smithi042.stdout:38654705697 2023-11-16T17:44:07.011 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705695 got 38654705697 for osd.0 2023-11-16T17:44:07.011 INFO:teuthology.orchestra.run.smithi042.stdout:197568495628 2023-11-16T17:44:07.011 DEBUG:teuthology.parallel:result is None 2023-11-16T17:44:07.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:07 smithi143 ceph-mon[110525]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T17:44:07.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:07 smithi143 ceph-mon[110525]: from='client.? 172.21.15.42:0/3531763535' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-16T17:44:07.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:07 smithi143 ceph-mon[110525]: from='client.? 172.21.15.42:0/3001996237' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-16T17:44:07.745 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:07 smithi042 ceph-mon[107709]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T17:44:07.745 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:07 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/3531763535' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-16T17:44:07.745 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:07 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/3001996237' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-16T17:44:07.946 INFO:tasks.cephadm.ceph_manager.ceph:need seq 197568495626 got 197568495628 for osd.6 2023-11-16T17:44:07.946 DEBUG:teuthology.parallel:result is None 2023-11-16T17:44:07.975 INFO:teuthology.orchestra.run.smithi042.stdout:231928233992 2023-11-16T17:44:08.473 INFO:tasks.cephadm.ceph_manager.ceph:need seq 231928233991 got 231928233992 for osd.7 2023-11-16T17:44:08.473 DEBUG:teuthology.parallel:result is None 2023-11-16T17:44:08.588 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:08 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/3384154954' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-16T17:44:08.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:08 smithi143 ceph-mon[110525]: from='client.? 172.21.15.42:0/3384154954' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-16T17:44:08.694 INFO:teuthology.orchestra.run.smithi042.stdout:133143986195 2023-11-16T17:44:09.199 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986193 got 133143986195 for osd.4 2023-11-16T17:44:09.199 DEBUG:teuthology.parallel:result is None 2023-11-16T17:44:09.199 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-11-16T17:44:09.199 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph pg dump --format=json 2023-11-16T17:44:09.458 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/mon.smithi042/config 2023-11-16T17:44:09.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:09 smithi042 ceph-mon[107709]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T17:44:09.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:09 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/3426777157' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-16T17:44:09.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:09 smithi143 ceph-mon[110525]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T17:44:09.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:09 smithi143 ceph-mon[110525]: from='client.? 172.21.15.42:0/3426777157' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-16T17:44:10.862 INFO:teuthology.orchestra.run.smithi042.stdout: 2023-11-16T17:44:10.863 INFO:teuthology.orchestra.run.smithi042.stderr:dumped all 2023-11-16T17:44:11.281 INFO:teuthology.orchestra.run.smithi042.stdout:{"pg_ready":true,"pg_map":{"version":149,"stamp":"2023-11-16T17:44:10.313479+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":48632,"kb_used_data":6200,"kb_used_omap":0,"kb_used_meta":42368,"kb_avail":749912584,"statfs":{"total":767960285184,"available":767910486016,"internally_reserved":0,"allocated":6348800,"data_stored":3513730,"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.002290"},"pg_stats":[{"pgid":"1.0","version":"23'117","reported_seq":228,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-11-16T17:43:40.907287+0000","last_change":"2023-11-16T17:43:40.907287+0000","last_active":"2023-11-16T17:43:40.907287+0000","last_peered":"2023-11-16T17:43:40.907287+0000","last_clean":"2023-11-16T17:43:40.907287+0000","last_became_active":"2023-11-16T17:43:40.906782+0000","last_became_peered":"2023-11-16T17:43:40.906782+0000","last_unstale":"2023-11-16T17:43:40.907287+0000","last_undegraded":"2023-11-16T17:43:40.907287+0000","last_fullsized":"2023-11-16T17:43:40.907287+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-16T17:42:12.867970+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-16T17:42:12.867970+0000","last_clean_scrub_stamp":"2023-11-16T17:42:12.867970+0000","objects_scrubbed":0,"log_size":117,"ondisk_log_size":117,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-11-18T03:52:02.688854+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":2662400,"data_stored":2644640,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":54,"seq":231928233993,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6036,"kb_used_data":1100,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739116,"statfs":{"total":95995035648,"available":95988854784,"internally_reserved":0,"allocated":1126400,"data_stored":769760,"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.49099999999999999}]},{"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.48499999999999999}]},{"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.55200000000000005}]},{"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.502}]},{"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.40300000000000002}]},{"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.372}]},{"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.42399999999999999}]}]},{"osd":6,"up_from":46,"seq":197568495628,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6100,"kb_used_data":1100,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739052,"statfs":{"total":95995035648,"available":95988789248,"internally_reserved":0,"allocated":1126400,"data_stored":769818,"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.70799999999999996}]},{"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.623}]},{"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.54600000000000004}]},{"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.65100000000000002}]},{"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.67100000000000004}]},{"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.61599999999999999}]},{"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.64400000000000002}]}]},{"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":6352,"kb_used_data":584,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738800,"statfs":{"total":95995035648,"available":95988531200,"internally_reserved":0,"allocated":598016,"data_stored":241155,"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":"Thu Nov 16 17:43:56 2023","interfaces":[{"interface":"back","average":{"1min":0.46899999999999997,"5min":0.40100000000000002,"15min":0.38900000000000001},"min":{"1min":0.313,"5min":0.216,"15min":0.216},"max":{"1min":0.61799999999999999,"5min":0.68799999999999994,"15min":0.68799999999999994},"last":0.434},{"interface":"front","average":{"1min":0.45800000000000002,"5min":0.39500000000000002,"15min":0.38500000000000001},"min":{"1min":0.313,"5min":0.19800000000000001,"15min":0.19800000000000001},"max":{"1min":0.623,"5min":0.623,"15min":0.623},"last":0.35599999999999998}]},{"osd":2,"last update":"Thu Nov 16 17:43:16 2023","interfaces":[{"interface":"back","average":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"min":{"1min":0.316,"5min":0.316,"15min":0.316},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.38700000000000001},{"interface":"front","average":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"last":0.41999999999999998}]},{"osd":3,"last update":"Thu Nov 16 17:43:34 2023","interfaces":[{"interface":"back","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"last":0.46400000000000002},{"interface":"front","average":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.624,"5min":0.624,"15min":0.624},"last":0.33800000000000002}]},{"osd":4,"last update":"Thu Nov 16 17:43:50 2023","interfaces":[{"interface":"back","average":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"min":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"max":{"1min":0.82099999999999995,"5min":0.82099999999999995,"15min":0.82099999999999995},"last":0.65100000000000002},{"interface":"front","average":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"min":{"1min":0.503,"5min":0.503,"15min":0.503},"max":{"1min":0.79400000000000004,"5min":0.79400000000000004,"15min":0.79400000000000004},"last":0.54200000000000004}]},{"osd":5,"last update":"Thu Nov 16 17:44:04 2023","interfaces":[{"interface":"back","average":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"min":{"1min":0.497,"5min":0.497,"15min":0.497},"max":{"1min":0.84599999999999997,"5min":0.84599999999999997,"15min":0.84599999999999997},"last":0.59399999999999997},{"interface":"front","average":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"min":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"max":{"1min":0.82799999999999996,"5min":0.82799999999999996,"15min":0.82799999999999996},"last":0.60799999999999998}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.66600000000000004}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.71399999999999997}]}]},{"osd":0,"up_from":9,"seq":38654705698,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6868,"kb_used_data":1100,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738284,"statfs":{"total":95995035648,"available":95988002816,"internally_reserved":0,"allocated":1126400,"data_stored":769818,"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":"Thu Nov 16 17:43:58 2023","interfaces":[{"interface":"back","average":{"1min":0.39000000000000001,"5min":0.42999999999999999,"15min":0.436},"min":{"1min":0.30199999999999999,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.47499999999999998,"5min":1.284,"15min":1.284},"last":0.30399999999999999},{"interface":"front","average":{"1min":0.42799999999999999,"5min":0.63500000000000001,"15min":0.66900000000000004},"min":{"1min":0.29199999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.56200000000000006,"5min":3.605,"15min":3.605},"last":0.46800000000000003}]},{"osd":2,"last update":"Thu Nov 16 17:43:12 2023","interfaces":[{"interface":"back","average":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":4.133,"5min":4.133,"15min":4.133},"last":0.39000000000000001},{"interface":"front","average":{"1min":0.79900000000000004,"5min":0.79900000000000004,"15min":0.79900000000000004},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":7.3159999999999998,"5min":7.3159999999999998,"15min":7.3159999999999998},"last":0.375}]},{"osd":3,"last update":"Thu Nov 16 17:43:33 2023","interfaces":[{"interface":"back","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.626,"5min":0.626,"15min":0.626},"last":0.41599999999999998},{"interface":"front","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"last":0.36399999999999999}]},{"osd":4,"last update":"Thu Nov 16 17:43:52 2023","interfaces":[{"interface":"back","average":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"min":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"max":{"1min":0.83199999999999996,"5min":0.83199999999999996,"15min":0.83199999999999996},"last":0.53700000000000003},{"interface":"front","average":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"min":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"max":{"1min":0.88200000000000001,"5min":0.88200000000000001,"15min":0.88200000000000001},"last":0.54400000000000004}]},{"osd":5,"last update":"Thu Nov 16 17:44:06 2023","interfaces":[{"interface":"back","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.51400000000000001},{"interface":"front","average":{"1min":0.623,"5min":0.623,"15min":0.623},"min":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"max":{"1min":0.79500000000000004,"5min":0.79500000000000004,"15min":0.79500000000000004},"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.50900000000000001}]},{"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.67200000000000004}]}]},{"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":6220,"kb_used_data":580,"kb_used_omap":0,"kb_used_meta":5632,"kb_avail":93738932,"statfs":{"total":95995035648,"available":95988666368,"internally_reserved":0,"allocated":593920,"data_stored":240890,"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":"Thu Nov 16 17:43:12 2023","interfaces":[{"interface":"back","average":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"last":0.34999999999999998},{"interface":"front","average":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.628,"5min":0.628,"15min":0.628},"last":0.496}]},{"osd":1,"last update":"Thu Nov 16 17:43:12 2023","interfaces":[{"interface":"back","average":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"min":{"1min":0.316,"5min":0.316,"15min":0.316},"max":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"last":0.51800000000000002},{"interface":"front","average":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.41199999999999998}]},{"osd":3,"last update":"Thu Nov 16 17:43:33 2023","interfaces":[{"interface":"back","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.875,"5min":0.875,"15min":0.875},"last":0.63900000000000001},{"interface":"front","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.81999999999999995,"5min":0.81999999999999995,"15min":0.81999999999999995},"last":0.45100000000000001}]},{"osd":4,"last update":"Thu Nov 16 17:43:51 2023","interfaces":[{"interface":"back","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"max":{"1min":0.97299999999999998,"5min":0.97299999999999998,"15min":0.97299999999999998},"last":0.62},{"interface":"front","average":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"min":{"1min":0.496,"5min":0.496,"15min":0.496},"max":{"1min":0.98799999999999999,"5min":0.98799999999999999,"15min":0.98799999999999999},"last":0.69099999999999995}]},{"osd":5,"last update":"Thu Nov 16 17:44:07 2023","interfaces":[{"interface":"back","average":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"min":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"max":{"1min":1.0009999999999999,"5min":1.0009999999999999,"15min":1.0009999999999999},"last":0.73799999999999999},{"interface":"front","average":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"min":{"1min":0.502,"5min":0.502,"15min":0.502},"max":{"1min":1.03,"5min":1.03,"15min":1.03},"last":0.55700000000000005}]},{"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.58699999999999997}]},{"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.60499999999999998}]}]},{"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":5708,"kb_used_data":580,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739444,"statfs":{"total":95995035648,"available":95989190656,"internally_reserved":0,"allocated":593920,"data_stored":240890,"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":"Thu Nov 16 17:43:33 2023","interfaces":[{"interface":"back","average":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"last":0.45100000000000001},{"interface":"front","average":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.80200000000000005,"5min":0.80200000000000005,"15min":0.80200000000000005},"last":0.44}]},{"osd":1,"last update":"Thu Nov 16 17:43:33 2023","interfaces":[{"interface":"back","average":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.84099999999999997,"5min":0.84099999999999997,"15min":0.84099999999999997},"last":0.47799999999999998},{"interface":"front","average":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"last":0.35399999999999998}]},{"osd":2,"last update":"Thu Nov 16 17:43:33 2023","interfaces":[{"interface":"back","average":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.70299999999999996,"5min":0.70299999999999996,"15min":0.70299999999999996},"last":0.40200000000000002},{"interface":"front","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.48799999999999999}]},{"osd":4,"last update":"Thu Nov 16 17:43:54 2023","interfaces":[{"interface":"back","average":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"min":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"max":{"1min":0.80600000000000005,"5min":0.80600000000000005,"15min":0.80600000000000005},"last":0.55300000000000005},{"interface":"front","average":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"min":{"1min":0.495,"5min":0.495,"15min":0.495},"max":{"1min":0.79400000000000004,"5min":0.79400000000000004,"15min":0.79400000000000004},"last":0.57399999999999995}]},{"osd":5,"last update":"Thu Nov 16 17:44:07 2023","interfaces":[{"interface":"back","average":{"1min":0.626,"5min":0.626,"15min":0.626},"min":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"max":{"1min":0.82399999999999995,"5min":0.82399999999999995,"15min":0.82399999999999995},"last":0.68000000000000005},{"interface":"front","average":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"min":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.65600000000000003}]},{"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.70999999999999996}]},{"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.61299999999999999}]}]},{"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":5704,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739448,"statfs":{"total":95995035648,"available":95989194752,"internally_reserved":0,"allocated":589824,"data_stored":240567,"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":"Thu Nov 16 17:43:50 2023","interfaces":[{"interface":"back","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.84799999999999998,"5min":0.84799999999999998,"15min":0.84799999999999998},"last":0.52100000000000002},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.79600000000000004,"5min":0.79600000000000004,"15min":0.79600000000000004},"last":0.70299999999999996}]},{"osd":1,"last update":"Thu Nov 16 17:43:50 2023","interfaces":[{"interface":"back","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":0.81599999999999995,"5min":0.81599999999999995,"15min":0.81599999999999995},"last":0.56999999999999995},{"interface":"front","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.61499999999999999}]},{"osd":2,"last update":"Thu Nov 16 17:43:50 2023","interfaces":[{"interface":"back","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.82799999999999996,"5min":0.82799999999999996,"15min":0.82799999999999996},"last":0.48299999999999998},{"interface":"front","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.74099999999999999,"5min":0.74099999999999999,"15min":0.74099999999999999},"last":0.59799999999999998}]},{"osd":3,"last update":"Thu Nov 16 17:43:50 2023","interfaces":[{"interface":"back","average":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"min":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":0.82699999999999996,"5min":0.82699999999999996,"15min":0.82699999999999996},"last":0.53500000000000003},{"interface":"front","average":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"min":{"1min":0.438,"5min":0.438,"15min":0.438},"max":{"1min":0.92300000000000004,"5min":0.92300000000000004,"15min":0.92300000000000004},"last":0.66600000000000004}]},{"osd":5,"last update":"Thu Nov 16 17:44:07 2023","interfaces":[{"interface":"back","average":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.45800000000000002},{"interface":"front","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.64300000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.504}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54400000000000004}]}]},{"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":5644,"kb_used_data":580,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739508,"statfs":{"total":95995035648,"available":95989256192,"internally_reserved":0,"allocated":593920,"data_stored":240832,"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.65300000000000002}]},{"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.61799999999999999}]},{"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.57199999999999995}]},{"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.54900000000000004}]},{"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.42999999999999999}]},{"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.44700000000000001}]},{"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.5}]}]}],"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":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-11-16T17:44:11.283 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph pg dump --format=json 2023-11-16T17:44:11.538 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/mon.smithi042/config 2023-11-16T17:44:11.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:11 smithi042 ceph-mon[107709]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T17:44:11.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:11 smithi042 ceph-mon[107709]: from='client.14444 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T17:44:11.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:11 smithi143 ceph-mon[110525]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T17:44:11.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:11 smithi143 ceph-mon[110525]: from='client.14444 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T17:44:12.955 INFO:teuthology.orchestra.run.smithi042.stdout: 2023-11-16T17:44:12.956 INFO:teuthology.orchestra.run.smithi042.stderr:dumped all 2023-11-16T17:44:13.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:12 smithi143 ceph-mon[110525]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T17:44:13.186 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:12 smithi042 ceph-mon[107709]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T17:44:13.414 INFO:teuthology.orchestra.run.smithi042.stdout:{"pg_ready":true,"pg_map":{"version":150,"stamp":"2023-11-16T17:44:12.313855+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":48632,"kb_used_data":6200,"kb_used_omap":0,"kb_used_meta":42368,"kb_avail":749912584,"statfs":{"total":767960285184,"available":767910486016,"internally_reserved":0,"allocated":6348800,"data_stored":3513730,"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.002261"},"pg_stats":[{"pgid":"1.0","version":"23'117","reported_seq":228,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-11-16T17:43:40.907287+0000","last_change":"2023-11-16T17:43:40.907287+0000","last_active":"2023-11-16T17:43:40.907287+0000","last_peered":"2023-11-16T17:43:40.907287+0000","last_clean":"2023-11-16T17:43:40.907287+0000","last_became_active":"2023-11-16T17:43:40.906782+0000","last_became_peered":"2023-11-16T17:43:40.906782+0000","last_unstale":"2023-11-16T17:43:40.907287+0000","last_undegraded":"2023-11-16T17:43:40.907287+0000","last_fullsized":"2023-11-16T17:43:40.907287+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-16T17:42:12.867970+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-16T17:42:12.867970+0000","last_clean_scrub_stamp":"2023-11-16T17:42:12.867970+0000","objects_scrubbed":0,"log_size":117,"ondisk_log_size":117,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-11-18T03:52:02.688854+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":2662400,"data_stored":2644640,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":54,"seq":231928233993,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6036,"kb_used_data":1100,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739116,"statfs":{"total":95995035648,"available":95988854784,"internally_reserved":0,"allocated":1126400,"data_stored":769760,"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.49099999999999999}]},{"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.48499999999999999}]},{"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.55200000000000005}]},{"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.502}]},{"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.40300000000000002}]},{"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.372}]},{"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.42399999999999999}]}]},{"osd":6,"up_from":46,"seq":197568495629,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6100,"kb_used_data":1100,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739052,"statfs":{"total":95995035648,"available":95988789248,"internally_reserved":0,"allocated":1126400,"data_stored":769818,"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.47499999999999998}]},{"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.62}]},{"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.56899999999999995}]},{"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.58399999999999996}]},{"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.48499999999999999}]},{"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.42599999999999999}]},{"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.55800000000000005}]}]},{"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":6352,"kb_used_data":584,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738800,"statfs":{"total":95995035648,"available":95988531200,"internally_reserved":0,"allocated":598016,"data_stored":241155,"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":"Thu Nov 16 17:43:56 2023","interfaces":[{"interface":"back","average":{"1min":0.46899999999999997,"5min":0.40100000000000002,"15min":0.38900000000000001},"min":{"1min":0.313,"5min":0.216,"15min":0.216},"max":{"1min":0.61799999999999999,"5min":0.68799999999999994,"15min":0.68799999999999994},"last":0.434},{"interface":"front","average":{"1min":0.45800000000000002,"5min":0.39500000000000002,"15min":0.38500000000000001},"min":{"1min":0.313,"5min":0.19800000000000001,"15min":0.19800000000000001},"max":{"1min":0.623,"5min":0.623,"15min":0.623},"last":0.35599999999999998}]},{"osd":2,"last update":"Thu Nov 16 17:43:16 2023","interfaces":[{"interface":"back","average":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"min":{"1min":0.316,"5min":0.316,"15min":0.316},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.38700000000000001},{"interface":"front","average":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"last":0.41999999999999998}]},{"osd":3,"last update":"Thu Nov 16 17:43:34 2023","interfaces":[{"interface":"back","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"last":0.46400000000000002},{"interface":"front","average":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.624,"5min":0.624,"15min":0.624},"last":0.33800000000000002}]},{"osd":4,"last update":"Thu Nov 16 17:43:50 2023","interfaces":[{"interface":"back","average":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"min":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"max":{"1min":0.82099999999999995,"5min":0.82099999999999995,"15min":0.82099999999999995},"last":0.65100000000000002},{"interface":"front","average":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"min":{"1min":0.503,"5min":0.503,"15min":0.503},"max":{"1min":0.79400000000000004,"5min":0.79400000000000004,"15min":0.79400000000000004},"last":0.54200000000000004}]},{"osd":5,"last update":"Thu Nov 16 17:44:04 2023","interfaces":[{"interface":"back","average":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"min":{"1min":0.497,"5min":0.497,"15min":0.497},"max":{"1min":0.84599999999999997,"5min":0.84599999999999997,"15min":0.84599999999999997},"last":0.59399999999999997},{"interface":"front","average":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"min":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"max":{"1min":0.82799999999999996,"5min":0.82799999999999996,"15min":0.82799999999999996},"last":0.60799999999999998}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.66600000000000004}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.71399999999999997}]}]},{"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":6868,"kb_used_data":1100,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738284,"statfs":{"total":95995035648,"available":95988002816,"internally_reserved":0,"allocated":1126400,"data_stored":769818,"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":"Thu Nov 16 17:43:58 2023","interfaces":[{"interface":"back","average":{"1min":0.39000000000000001,"5min":0.42999999999999999,"15min":0.436},"min":{"1min":0.30199999999999999,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.47499999999999998,"5min":1.284,"15min":1.284},"last":0.30399999999999999},{"interface":"front","average":{"1min":0.42799999999999999,"5min":0.63500000000000001,"15min":0.66900000000000004},"min":{"1min":0.29199999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.56200000000000006,"5min":3.605,"15min":3.605},"last":0.46800000000000003}]},{"osd":2,"last update":"Thu Nov 16 17:43:12 2023","interfaces":[{"interface":"back","average":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":4.133,"5min":4.133,"15min":4.133},"last":0.39000000000000001},{"interface":"front","average":{"1min":0.79900000000000004,"5min":0.79900000000000004,"15min":0.79900000000000004},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":7.3159999999999998,"5min":7.3159999999999998,"15min":7.3159999999999998},"last":0.375}]},{"osd":3,"last update":"Thu Nov 16 17:43:33 2023","interfaces":[{"interface":"back","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.626,"5min":0.626,"15min":0.626},"last":0.41599999999999998},{"interface":"front","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"last":0.36399999999999999}]},{"osd":4,"last update":"Thu Nov 16 17:43:52 2023","interfaces":[{"interface":"back","average":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"min":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"max":{"1min":0.83199999999999996,"5min":0.83199999999999996,"15min":0.83199999999999996},"last":0.53700000000000003},{"interface":"front","average":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"min":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"max":{"1min":0.88200000000000001,"5min":0.88200000000000001,"15min":0.88200000000000001},"last":0.54400000000000004}]},{"osd":5,"last update":"Thu Nov 16 17:44:06 2023","interfaces":[{"interface":"back","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.51400000000000001},{"interface":"front","average":{"1min":0.623,"5min":0.623,"15min":0.623},"min":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"max":{"1min":0.79500000000000004,"5min":0.79500000000000004,"15min":0.79500000000000004},"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.50900000000000001}]},{"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.67200000000000004}]}]},{"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":6220,"kb_used_data":580,"kb_used_omap":0,"kb_used_meta":5632,"kb_avail":93738932,"statfs":{"total":95995035648,"available":95988666368,"internally_reserved":0,"allocated":593920,"data_stored":240890,"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":"Thu Nov 16 17:43:12 2023","interfaces":[{"interface":"back","average":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"last":0.34999999999999998},{"interface":"front","average":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.628,"5min":0.628,"15min":0.628},"last":0.496}]},{"osd":1,"last update":"Thu Nov 16 17:43:12 2023","interfaces":[{"interface":"back","average":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"min":{"1min":0.316,"5min":0.316,"15min":0.316},"max":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"last":0.51800000000000002},{"interface":"front","average":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.41199999999999998}]},{"osd":3,"last update":"Thu Nov 16 17:43:33 2023","interfaces":[{"interface":"back","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.875,"5min":0.875,"15min":0.875},"last":0.63900000000000001},{"interface":"front","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.81999999999999995,"5min":0.81999999999999995,"15min":0.81999999999999995},"last":0.45100000000000001}]},{"osd":4,"last update":"Thu Nov 16 17:43:51 2023","interfaces":[{"interface":"back","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"max":{"1min":0.97299999999999998,"5min":0.97299999999999998,"15min":0.97299999999999998},"last":0.62},{"interface":"front","average":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"min":{"1min":0.496,"5min":0.496,"15min":0.496},"max":{"1min":0.98799999999999999,"5min":0.98799999999999999,"15min":0.98799999999999999},"last":0.69099999999999995}]},{"osd":5,"last update":"Thu Nov 16 17:44:07 2023","interfaces":[{"interface":"back","average":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"min":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"max":{"1min":1.0009999999999999,"5min":1.0009999999999999,"15min":1.0009999999999999},"last":0.73799999999999999},{"interface":"front","average":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"min":{"1min":0.502,"5min":0.502,"15min":0.502},"max":{"1min":1.03,"5min":1.03,"15min":1.03},"last":0.55700000000000005}]},{"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.58699999999999997}]},{"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.60499999999999998}]}]},{"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":5708,"kb_used_data":580,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739444,"statfs":{"total":95995035648,"available":95989190656,"internally_reserved":0,"allocated":593920,"data_stored":240890,"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":"Thu Nov 16 17:43:33 2023","interfaces":[{"interface":"back","average":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"last":0.45100000000000001},{"interface":"front","average":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.80200000000000005,"5min":0.80200000000000005,"15min":0.80200000000000005},"last":0.44}]},{"osd":1,"last update":"Thu Nov 16 17:43:33 2023","interfaces":[{"interface":"back","average":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.84099999999999997,"5min":0.84099999999999997,"15min":0.84099999999999997},"last":0.47799999999999998},{"interface":"front","average":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"last":0.35399999999999998}]},{"osd":2,"last update":"Thu Nov 16 17:43:33 2023","interfaces":[{"interface":"back","average":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.70299999999999996,"5min":0.70299999999999996,"15min":0.70299999999999996},"last":0.40200000000000002},{"interface":"front","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.48799999999999999}]},{"osd":4,"last update":"Thu Nov 16 17:43:54 2023","interfaces":[{"interface":"back","average":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"min":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"max":{"1min":0.80600000000000005,"5min":0.80600000000000005,"15min":0.80600000000000005},"last":0.55300000000000005},{"interface":"front","average":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"min":{"1min":0.495,"5min":0.495,"15min":0.495},"max":{"1min":0.79400000000000004,"5min":0.79400000000000004,"15min":0.79400000000000004},"last":0.57399999999999995}]},{"osd":5,"last update":"Thu Nov 16 17:44:07 2023","interfaces":[{"interface":"back","average":{"1min":0.626,"5min":0.626,"15min":0.626},"min":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"max":{"1min":0.82399999999999995,"5min":0.82399999999999995,"15min":0.82399999999999995},"last":0.68000000000000005},{"interface":"front","average":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"min":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.65600000000000003}]},{"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.70999999999999996}]},{"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.61299999999999999}]}]},{"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":5704,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739448,"statfs":{"total":95995035648,"available":95989194752,"internally_reserved":0,"allocated":589824,"data_stored":240567,"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":"Thu Nov 16 17:43:50 2023","interfaces":[{"interface":"back","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.84799999999999998,"5min":0.84799999999999998,"15min":0.84799999999999998},"last":0.52100000000000002},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.79600000000000004,"5min":0.79600000000000004,"15min":0.79600000000000004},"last":0.70299999999999996}]},{"osd":1,"last update":"Thu Nov 16 17:43:50 2023","interfaces":[{"interface":"back","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":0.81599999999999995,"5min":0.81599999999999995,"15min":0.81599999999999995},"last":0.56999999999999995},{"interface":"front","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.61499999999999999}]},{"osd":2,"last update":"Thu Nov 16 17:43:50 2023","interfaces":[{"interface":"back","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.82799999999999996,"5min":0.82799999999999996,"15min":0.82799999999999996},"last":0.48299999999999998},{"interface":"front","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.74099999999999999,"5min":0.74099999999999999,"15min":0.74099999999999999},"last":0.59799999999999998}]},{"osd":3,"last update":"Thu Nov 16 17:43:50 2023","interfaces":[{"interface":"back","average":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"min":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":0.82699999999999996,"5min":0.82699999999999996,"15min":0.82699999999999996},"last":0.53500000000000003},{"interface":"front","average":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"min":{"1min":0.438,"5min":0.438,"15min":0.438},"max":{"1min":0.92300000000000004,"5min":0.92300000000000004,"15min":0.92300000000000004},"last":0.66600000000000004}]},{"osd":5,"last update":"Thu Nov 16 17:44:07 2023","interfaces":[{"interface":"back","average":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.45800000000000002},{"interface":"front","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.64300000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.504}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54400000000000004}]}]},{"osd":5,"up_from":39,"seq":167503724561,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5644,"kb_used_data":580,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739508,"statfs":{"total":95995035648,"available":95989256192,"internally_reserved":0,"allocated":593920,"data_stored":240832,"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 Nov 16 17:44:08 2023","interfaces":[{"interface":"back","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.81899999999999995,"5min":0.81899999999999995,"15min":0.81899999999999995},"last":0.54300000000000004},{"interface":"front","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.79200000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.52100000000000002}]},{"osd":1,"last update":"Thu Nov 16 17:44:08 2023","interfaces":[{"interface":"back","average":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"min":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":0.82899999999999996,"5min":0.82899999999999996,"15min":0.82899999999999996},"last":0.433},{"interface":"front","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.441,"5min":0.441,"15min":0.441},"max":{"1min":0.76800000000000002,"5min":0.76800000000000002,"15min":0.76800000000000002},"last":0.56200000000000006}]},{"osd":2,"last update":"Thu Nov 16 17:44:08 2023","interfaces":[{"interface":"back","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.85699999999999998,"5min":0.85699999999999998,"15min":0.85699999999999998},"last":0.42299999999999999},{"interface":"front","average":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.80600000000000005,"5min":0.80600000000000005,"15min":0.80600000000000005},"last":0.622}]},{"osd":3,"last update":"Thu Nov 16 17:44:08 2023","interfaces":[{"interface":"back","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.46999999999999997},{"interface":"front","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.83199999999999996,"5min":0.83199999999999996,"15min":0.83199999999999996},"last":0.47599999999999998}]},{"osd":4,"last update":"Thu Nov 16 17:44:08 2023","interfaces":[{"interface":"back","average":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.38800000000000001},{"interface":"front","average":{"1min":0.443,"5min":0.443,"15min":0.443},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.79600000000000004,"5min":0.79600000000000004,"15min":0.79600000000000004},"last":0.501}]},{"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.58599999999999997}]},{"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.64800000000000002}]}]}],"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":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-11-16T17:44:13.416 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-11-16T17:44:13.416 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-11-16T17:44:13.416 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-11-16T17:44:13.417 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph health --format=json 2023-11-16T17:44:13.671 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/mon.smithi042/config 2023-11-16T17:44:14.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:13 smithi042 ceph-mon[107709]: from='client.14448 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T17:44:14.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:13 smithi143 ceph-mon[110525]: from='client.14448 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T17:44:15.000 INFO:teuthology.orchestra.run.smithi042.stdout: 2023-11-16T17:44:15.000 INFO:teuthology.orchestra.run.smithi042.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-11-16T17:44:15.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:14 smithi143 ceph-mon[110525]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T17:44:15.177 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:14 smithi042 ceph-mon[107709]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T17:44:15.380 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-11-16T17:44:15.381 INFO:tasks.cephadm:Setup complete, yielding 2023-11-16T17:44:15.381 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-16T17:44:15.391 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi042.front.sepia.ceph.com 2023-11-16T17:44:15.392 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch status' 2023-11-16T17:44:16.090 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:15 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/2989888791' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-16T17:44:16.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:15 smithi143 ceph-mon[110525]: from='client.? 172.21.15.42:0/2989888791' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-16T17:44:16.913 INFO:teuthology.orchestra.run.smithi042.stdout:Backend: cephadm 2023-11-16T17:44:16.914 INFO:teuthology.orchestra.run.smithi042.stdout:Available: Yes 2023-11-16T17:44:16.914 INFO:teuthology.orchestra.run.smithi042.stdout:Paused: No 2023-11-16T17:44:17.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:16 smithi143 ceph-mon[110525]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T17:44:17.324 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:16 smithi042 ceph-mon[107709]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T17:44:17.348 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch ps' 2023-11-16T17:44:18.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:17 smithi042 ceph-mon[107709]: from='client.14456 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:44:18.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:17 smithi143 ceph-mon[110525]: from='client.14456 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:44:18.937 INFO:teuthology.orchestra.run.smithi042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-16T17:44:18.937 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager.smithi042 smithi042 *:9093,9094 running (2m) 103s ago 3m 16.7M - ba2b418f427c 5033a211ac36 2023-11-16T17:44:18.937 INFO:teuthology.orchestra.run.smithi042.stdout:crash.smithi042 smithi042 running (3m) 103s ago 3m 7004k - 17.2.0 e1d6a67b021e f9cf0682c94f 2023-11-16T17:44:18.937 INFO:teuthology.orchestra.run.smithi042.stdout:crash.smithi143 smithi143 running (3m) 45s ago 3m - - 17.2.0 e1d6a67b021e 2fd26e55c7be 2023-11-16T17:44:18.938 INFO:teuthology.orchestra.run.smithi042.stdout:grafana.smithi042 smithi042 *:3000 running (2m) 103s ago 3m 48.2M - 8.3.5 dad864ee21e9 31dd365aa9b3 2023-11-16T17:44:18.938 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.smithi042.ozybzf smithi042 *:9283 running (5m) 103s ago 5m 462M - 17.2.0 e1d6a67b021e 346b5c7f968c 2023-11-16T17:44:18.938 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.smithi143.uyynqu smithi143 *:8443,9283 running (3m) 45s ago 3m - - 17.2.0 e1d6a67b021e c2a17fdb3490 2023-11-16T17:44:18.938 INFO:teuthology.orchestra.run.smithi042.stdout:mon.smithi042 smithi042 running (5m) 103s ago 5m 60.0M 2048M 17.2.0 e1d6a67b021e c49729ff160b 2023-11-16T17:44:18.938 INFO:teuthology.orchestra.run.smithi042.stdout:mon.smithi143 smithi143 running (3m) 45s ago 3m - 2048M 17.2.0 e1d6a67b021e 6a2abe4eaba0 2023-11-16T17:44:18.938 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.smithi042 smithi042 *:9100 running (3m) 103s ago 3m 25.4M - 1dbe0e931976 a2b63f36e9af 2023-11-16T17:44:18.938 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.smithi143 smithi143 *:9100 running (3m) 45s ago 3m - - 1dbe0e931976 4866534625ea 2023-11-16T17:44:18.938 INFO:teuthology.orchestra.run.smithi042.stdout:osd.0 smithi042 running (2m) 103s ago 2m 38.8M 3225M 17.2.0 e1d6a67b021e c3d1dda19b1b 2023-11-16T17:44:18.938 INFO:teuthology.orchestra.run.smithi042.stdout:osd.1 smithi042 running (2m) 103s ago 2m 42.7M 3225M 17.2.0 e1d6a67b021e 2fb5b74416ca 2023-11-16T17:44:18.938 INFO:teuthology.orchestra.run.smithi042.stdout:osd.2 smithi042 running (2m) 103s ago 2m 36.8M 3225M 17.2.0 e1d6a67b021e f679e77ec002 2023-11-16T17:44:18.938 INFO:teuthology.orchestra.run.smithi042.stdout:osd.3 smithi042 running (113s) 103s ago 113s 32.9M 3225M 17.2.0 e1d6a67b021e 873ada24a155 2023-11-16T17:44:18.939 INFO:teuthology.orchestra.run.smithi042.stdout:osd.4 smithi143 running (96s) 45s ago 96s - 3992M 17.2.0 e1d6a67b021e 9eb042840814 2023-11-16T17:44:18.939 INFO:teuthology.orchestra.run.smithi042.stdout:osd.5 smithi143 running (80s) 45s ago 80s - 3992M 17.2.0 e1d6a67b021e b200897543b4 2023-11-16T17:44:18.939 INFO:teuthology.orchestra.run.smithi042.stdout:osd.6 smithi143 running (64s) 45s ago 64s - 3992M 17.2.0 e1d6a67b021e ee1c10cd52d1 2023-11-16T17:44:18.939 INFO:teuthology.orchestra.run.smithi042.stdout:osd.7 smithi143 running (47s) 45s ago 47s - 3992M 17.2.0 e1d6a67b021e a4bc11e7edba 2023-11-16T17:44:18.939 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus.smithi042 smithi042 *:9095 running (3m) 103s ago 3m 51.2M - 514e6a882f6e 5f8bf31a628c 2023-11-16T17:44:19.211 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:18 smithi042 ceph-mon[107709]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T17:44:19.413 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch ls' 2023-11-16T17:44:19.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:18 smithi143 ceph-mon[110525]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T17:44:20.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:19 smithi042 ceph-mon[107709]: from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:44:20.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:19 smithi143 ceph-mon[110525]: from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:44:21.010 INFO:teuthology.orchestra.run.smithi042.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-11-16T17:44:21.011 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager ?:9093,9094 1/1 105s ago 4m count:1 2023-11-16T17:44:21.011 INFO:teuthology.orchestra.run.smithi042.stdout:crash 2/2 105s ago 4m * 2023-11-16T17:44:21.011 INFO:teuthology.orchestra.run.smithi042.stdout:grafana ?:3000 1/1 105s ago 4m count:1 2023-11-16T17:44:21.011 INFO:teuthology.orchestra.run.smithi042.stdout:mgr 2/2 105s ago 4m count:2 2023-11-16T17:44:21.011 INFO:teuthology.orchestra.run.smithi042.stdout:mon 2/2 105s ago 3m smithi042:172.21.15.42=smithi042;smithi143:172.21.15.143=smithi143;count:2 2023-11-16T17:44:21.011 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter ?:9100 2/2 105s ago 4m * 2023-11-16T17:44:21.011 INFO:teuthology.orchestra.run.smithi042.stdout:osd 8 105s ago - 2023-11-16T17:44:21.011 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus ?:9095 1/1 105s ago 4m count:1 2023-11-16T17:44:21.260 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:20 smithi042 ceph-mon[107709]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T17:44:21.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:20 smithi143 ceph-mon[110525]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T17:44:21.429 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch host ls' 2023-11-16T17:44:22.090 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:21 smithi042 ceph-mon[107709]: from='client.14464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:44:22.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:21 smithi143 ceph-mon[110525]: from='client.14464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:44:22.999 INFO:teuthology.orchestra.run.smithi042.stdout:HOST ADDR LABELS STATUS 2023-11-16T17:44:23.000 INFO:teuthology.orchestra.run.smithi042.stdout:smithi042 172.21.15.42 2023-11-16T17:44:23.000 INFO:teuthology.orchestra.run.smithi042.stdout:smithi143 172.21.15.143 2023-11-16T17:44:23.000 INFO:teuthology.orchestra.run.smithi042.stdout:2 hosts in cluster 2023-11-16T17:44:23.218 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:22 smithi042 ceph-mon[107709]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T17:44:23.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:22 smithi143 ceph-mon[110525]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T17:44:23.430 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch device ls' 2023-11-16T17:44:24.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:23 smithi042 ceph-mon[107709]: from='client.14468 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:44:24.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:23 smithi143 ceph-mon[110525]: from='client.14468 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:44:24.967 INFO:teuthology.orchestra.run.smithi042.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REJECT REASONS 2023-11-16T17:44:24.967 INFO:teuthology.orchestra.run.smithi042.stdout:smithi042 /dev/nvme0n1 ssd INTEL_SSDPED1D480GA_PHMB75130021480DGN 480G LVM detected, locked 2023-11-16T17:44:24.967 INFO:teuthology.orchestra.run.smithi042.stdout:smithi143 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT62330073400BGN 400G LVM detected, locked 2023-11-16T17:44:25.314 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:24 smithi042 ceph-mon[107709]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T17:44:25.363 INFO:teuthology.run_tasks:Running task vip.exec... 2023-11-16T17:44:25.373 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi042.front.sepia.ceph.com 2023-11-16T17:44:25.373 DEBUG:teuthology.orchestra.run.smithi042:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-11-16T17:44:25.411 INFO:teuthology.orchestra.run.smithi042.stderr:+ systemctl stop nfs-server 2023-11-16T17:44:25.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:24 smithi143 ceph-mon[110525]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T17:44:25.420 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi143.front.sepia.ceph.com 2023-11-16T17:44:25.420 DEBUG:teuthology.orchestra.run.smithi143:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-11-16T17:44:25.458 INFO:teuthology.orchestra.run.smithi143.stderr:+ systemctl stop nfs-server 2023-11-16T17:44:25.466 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-16T17:44:25.475 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi042.front.sepia.ceph.com 2023-11-16T17:44:25.475 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph fs volume create foofs' 2023-11-16T17:44:26.227 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:25 smithi042 ceph-mon[107709]: from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:44:26.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:25 smithi143 ceph-mon[110525]: from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:44:27.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:26 smithi042 ceph-mon[107709]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T17:44:27.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:26 smithi143 ceph-mon[110525]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T17:44:28.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:27 smithi042 ceph-mon[107709]: from='client.14476 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:44:28.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:27 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-11-16T17:44:28.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:27 smithi143 ceph-mon[110525]: from='client.14476 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:44:28.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:27 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-11-16T17:44:29.333 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:28 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-11-16T17:44:29.333 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:28 smithi143 ceph-mon[110525]: osdmap e59: 8 total, 8 up, 8 in 2023-11-16T17:44:29.333 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:28 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-11-16T17:44:29.333 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:28 smithi143 ceph-mon[110525]: pgmap v159: 33 pgs: 1 creating+peering, 1 active+clean, 31 unknown; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T17:44:29.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:28 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-11-16T17:44:29.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:28 smithi042 ceph-mon[107709]: osdmap e59: 8 total, 8 up, 8 in 2023-11-16T17:44:29.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:28 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-11-16T17:44:29.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:28 smithi042 ceph-mon[107709]: pgmap v159: 33 pgs: 1 creating+peering, 1 active+clean, 31 unknown; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T17:44:29.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:28 smithi042 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-mon-smithi042[107686]: 2023-11-16T17:44:28.960+0000 7f811b87b700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-11-16T17:44:29.499 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-11-16T17:44:29.509 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2023-11-16T17:44:29.509 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T17:44:30.142 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:29 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-11-16T17:44:30.143 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:29 smithi042 ceph-mon[107709]: osdmap e60: 8 total, 8 up, 8 in 2023-11-16T17:44:30.143 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:29 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-11-16T17:44:30.143 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:29 smithi042 ceph-mon[107709]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-11-16T17:44:30.143 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:29 smithi042 ceph-mon[107709]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-11-16T17:44:30.144 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:29 smithi042 ceph-mon[107709]: osdmap e61: 8 total, 8 up, 8 in 2023-11-16T17:44:30.144 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:29 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-11-16T17:44:30.144 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:29 smithi042 ceph-mon[107709]: fsmap foofs:0 2023-11-16T17:44:30.144 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:29 smithi042 ceph-mon[107709]: Saving service mds.foofs spec with placement count:2 2023-11-16T17:44:30.144 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:29 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:44:30.144 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:29 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:44:30.145 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:29 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:44:30.145 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:29 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T17:44:30.145 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:29 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:44:30.145 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:29 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:44:30.145 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:29 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:44:30.145 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:29 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi042.xewouy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-16T17:44:30.146 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:29 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi042.xewouy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-16T17:44:30.146 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:29 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:44:30.146 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:29 smithi042 ceph-mon[107709]: Deploying daemon mds.foofs.smithi042.xewouy on smithi042 2023-11-16T17:44:30.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:29 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-11-16T17:44:30.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:29 smithi143 ceph-mon[110525]: osdmap e60: 8 total, 8 up, 8 in 2023-11-16T17:44:30.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:29 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-11-16T17:44:30.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:29 smithi143 ceph-mon[110525]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-11-16T17:44:30.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:29 smithi143 ceph-mon[110525]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-11-16T17:44:30.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:29 smithi143 ceph-mon[110525]: osdmap e61: 8 total, 8 up, 8 in 2023-11-16T17:44:30.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:29 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-11-16T17:44:30.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:29 smithi143 ceph-mon[110525]: fsmap foofs:0 2023-11-16T17:44:30.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:29 smithi143 ceph-mon[110525]: Saving service mds.foofs spec with placement count:2 2023-11-16T17:44:30.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:29 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:44:30.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:29 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:44:30.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:29 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:44:30.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:29 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T17:44:30.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:29 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:44:30.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:29 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:44:30.420 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:29 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:44:30.420 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:29 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi042.xewouy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-16T17:44:30.420 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:29 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi042.xewouy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-16T17:44:30.420 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:29 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:44:30.420 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:29 smithi143 ceph-mon[110525]: Deploying daemon mds.foofs.smithi042.xewouy on smithi042 2023-11-16T17:44:31.254 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:30 smithi042 ceph-mon[107709]: osdmap e62: 8 total, 8 up, 8 in 2023-11-16T17:44:31.254 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:30 smithi042 ceph-mon[107709]: pgmap v163: 65 pgs: 1 creating+peering, 1 active+clean, 63 unknown; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T17:44:31.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:30 smithi143 ceph-mon[110525]: osdmap e62: 8 total, 8 up, 8 in 2023-11-16T17:44:31.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:30 smithi143 ceph-mon[110525]: pgmap v163: 65 pgs: 1 creating+peering, 1 active+clean, 63 unknown; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T17:44:31.679 INFO:teuthology.orchestra.run.smithi042.stdout: 2023-11-16T17:44:31.679 INFO:teuthology.orchestra.run.smithi042.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T17:39:52.180697Z", "last_refresh": "2023-11-16T17:42:35.349696Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T17:39:48.131409Z", "last_refresh": "2023-11-16T17:42:35.349768Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T17:39:50.264702Z", "last_refresh": "2023-11-16T17:42:35.349838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T17:44:28.987934Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T17:44:28.984601Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T17:39:47.098460Z", "last_refresh": "2023-11-16T17:42:35.349616Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi042:172.21.15.42=smithi042", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T17:40:24.603400Z", "last_refresh": "2023-11-16T17:42:35.349454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T17:39:51.263354Z", "last_refresh": "2023-11-16T17:42:35.349906Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", "container_image_name": "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", "last_refresh": "2023-11-16T17:42:35.350049Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T17:39:49.234638Z", "last_refresh": "2023-11-16T17:42:35.349978Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T17:44:32.112 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-16T17:44:32.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:31 smithi143 ceph-mon[110525]: osdmap e63: 8 total, 8 up, 8 in 2023-11-16T17:44:32.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:31 smithi143 ceph-mon[110525]: from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T17:44:32.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:31 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:44:32.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:31 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi143.mjklhf", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-16T17:44:32.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:31 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi143.mjklhf", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-16T17:44:32.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:31 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:44:32.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:31 smithi143 ceph-mon[110525]: Deploying daemon mds.foofs.smithi143.mjklhf on smithi143 2023-11-16T17:44:32.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:31 smithi143 ceph-mon[110525]: daemon mds.foofs.smithi042.xewouy assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-11-16T17:44:32.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:31 smithi143 ceph-mon[110525]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-11-16T17:44:32.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:31 smithi143 ceph-mon[110525]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-11-16T17:44:32.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:31 smithi143 ceph-mon[110525]: Cluster is now healthy 2023-11-16T17:44:32.170 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:31 smithi143 ceph-mon[110525]: mds.? [v2:172.21.15.42:6834/877533747,v1:172.21.15.42:6835/877533747] up:boot 2023-11-16T17:44:32.170 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:31 smithi143 ceph-mon[110525]: fsmap foofs:1 {0=foofs.smithi042.xewouy=up:creating} 2023-11-16T17:44:32.170 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:31 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi042.xewouy"}]: dispatch 2023-11-16T17:44:32.170 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:31 smithi143 ceph-mon[110525]: daemon mds.foofs.smithi042.xewouy is now active in filesystem foofs as rank 0 2023-11-16T17:44:32.340 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:31 smithi042 ceph-mon[107709]: osdmap e63: 8 total, 8 up, 8 in 2023-11-16T17:44:32.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:31 smithi042 ceph-mon[107709]: from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T17:44:32.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:31 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:44:32.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:31 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi143.mjklhf", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-16T17:44:32.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:31 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi143.mjklhf", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-16T17:44:32.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:31 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:44:32.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:31 smithi042 ceph-mon[107709]: Deploying daemon mds.foofs.smithi143.mjklhf on smithi143 2023-11-16T17:44:32.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:31 smithi042 ceph-mon[107709]: daemon mds.foofs.smithi042.xewouy assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-11-16T17:44:32.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:31 smithi042 ceph-mon[107709]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-11-16T17:44:32.342 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:31 smithi042 ceph-mon[107709]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-11-16T17:44:32.342 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:31 smithi042 ceph-mon[107709]: Cluster is now healthy 2023-11-16T17:44:32.342 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:31 smithi042 ceph-mon[107709]: mds.? [v2:172.21.15.42:6834/877533747,v1:172.21.15.42:6835/877533747] up:boot 2023-11-16T17:44:32.342 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:31 smithi042 ceph-mon[107709]: fsmap foofs:1 {0=foofs.smithi042.xewouy=up:creating} 2023-11-16T17:44:32.342 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:31 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi042.xewouy"}]: dispatch 2023-11-16T17:44:32.342 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:31 smithi042 ceph-mon[107709]: daemon mds.foofs.smithi042.xewouy is now active in filesystem foofs as rank 0 2023-11-16T17:44:33.113 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T17:44:33.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:32 smithi143 ceph-mon[110525]: pgmap v165: 65 pgs: 1 creating+peering, 26 active+clean, 38 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s wr, 1 op/s 2023-11-16T17:44:33.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:32 smithi143 ceph-mon[110525]: mds.? [v2:172.21.15.42:6834/877533747,v1:172.21.15.42:6835/877533747] up:active 2023-11-16T17:44:33.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:32 smithi143 ceph-mon[110525]: fsmap foofs:1 {0=foofs.smithi042.xewouy=up:active} 2023-11-16T17:44:33.340 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:32 smithi042 ceph-mon[107709]: pgmap v165: 65 pgs: 1 creating+peering, 26 active+clean, 38 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s wr, 1 op/s 2023-11-16T17:44:33.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:32 smithi042 ceph-mon[107709]: mds.? [v2:172.21.15.42:6834/877533747,v1:172.21.15.42:6835/877533747] up:active 2023-11-16T17:44:33.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:32 smithi042 ceph-mon[107709]: fsmap foofs:1 {0=foofs.smithi042.xewouy=up:active} 2023-11-16T17:44:34.450 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:34 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:44:34.450 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:34 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:44:34.450 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:34 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:44:34.450 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:34 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T17:44:34.450 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:34 smithi042 ceph-mon[107709]: mds.? [v2:172.21.15.143:6832/3379063975,v1:172.21.15.143:6833/3379063975] up:boot 2023-11-16T17:44:34.450 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:34 smithi042 ceph-mon[107709]: fsmap foofs:1 {0=foofs.smithi042.xewouy=up:active} 1 up:standby 2023-11-16T17:44:34.451 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:34 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi143.mjklhf"}]: dispatch 2023-11-16T17:44:34.451 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:34 smithi042 ceph-mon[107709]: fsmap foofs:1 {0=foofs.smithi042.xewouy=up:active} 1 up:standby 2023-11-16T17:44:34.451 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:34 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:44:34.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:34 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:44:34.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:34 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:44:34.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:34 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:44:34.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:34 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T17:44:34.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:34 smithi143 ceph-mon[110525]: mds.? [v2:172.21.15.143:6832/3379063975,v1:172.21.15.143:6833/3379063975] up:boot 2023-11-16T17:44:34.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:34 smithi143 ceph-mon[110525]: fsmap foofs:1 {0=foofs.smithi042.xewouy=up:active} 1 up:standby 2023-11-16T17:44:34.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:34 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi143.mjklhf"}]: dispatch 2023-11-16T17:44:34.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:34 smithi143 ceph-mon[110525]: fsmap foofs:1 {0=foofs.smithi042.xewouy=up:active} 1 up:standby 2023-11-16T17:44:34.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:34 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:44:35.079 INFO:teuthology.orchestra.run.smithi042.stdout: 2023-11-16T17:44:35.079 INFO:teuthology.orchestra.run.smithi042.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T17:39:52.180697Z", "last_refresh": "2023-11-16T17:42:35.349696Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T17:39:48.131409Z", "last_refresh": "2023-11-16T17:42:35.349768Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T17:39:50.264702Z", "last_refresh": "2023-11-16T17:42:35.349838Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T17:44:28.987934Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T17:44:28.984601Z", "last_refresh": "2023-11-16T17:44:34.862808Z", "running": 1, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T17:39:47.098460Z", "last_refresh": "2023-11-16T17:42:35.349616Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi042:172.21.15.42=smithi042", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T17:40:24.603400Z", "last_refresh": "2023-11-16T17:42:35.349454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T17:39:51.263354Z", "last_refresh": "2023-11-16T17:42:35.349906Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", "container_image_name": "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", "last_refresh": "2023-11-16T17:42:35.350049Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T17:39:49.234638Z", "last_refresh": "2023-11-16T17:42:35.349978Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T17:44:35.629 INFO:tasks.cephadm:mds.foofs has 1/2 2023-11-16T17:44:35.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:35 smithi143 ceph-mon[110525]: pgmap v166: 65 pgs: 65 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s wr, 6 op/s 2023-11-16T17:44:35.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:35 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:44:35.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:35 smithi042 ceph-mon[107709]: pgmap v166: 65 pgs: 65 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s wr, 6 op/s 2023-11-16T17:44:35.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:35 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:44:36.630 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T17:44:36.666 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:36 smithi042 ceph-mon[107709]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T17:44:36.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:36 smithi143 ceph-mon[110525]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T17:44:37.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:37 smithi143 ceph-mon[110525]: pgmap v167: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s wr, 5 op/s 2023-11-16T17:44:37.682 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:37 smithi042 ceph-mon[107709]: pgmap v167: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s wr, 5 op/s 2023-11-16T17:44:38.581 INFO:teuthology.orchestra.run.smithi042.stdout: 2023-11-16T17:44:38.581 INFO:teuthology.orchestra.run.smithi042.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T17:39:52.180697Z", "last_refresh": "2023-11-16T17:44:38.462854Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T17:39:48.131409Z", "last_refresh": "2023-11-16T17:44:34.862151Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T17:39:50.264702Z", "last_refresh": "2023-11-16T17:44:38.462997Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T17:44:28.987934Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T17:44:28.984601Z", "last_refresh": "2023-11-16T17:44:34.862808Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T17:39:47.098460Z", "last_refresh": "2023-11-16T17:44:34.862323Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi042:172.21.15.42=smithi042", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T17:40:24.603400Z", "last_refresh": "2023-11-16T17:44:34.862403Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T17:39:51.263354Z", "last_refresh": "2023-11-16T17:44:34.862473Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", "container_image_name": "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", "last_refresh": "2023-11-16T17:44:34.862542Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T17:39:49.234638Z", "last_refresh": "2023-11-16T17:44:38.463137Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T17:44:38.961 INFO:tasks.cephadm:mds.foofs has 2/2 2023-11-16T17:44:38.961 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-16T17:44:38.970 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi042.front.sepia.ceph.com 2023-11-16T17:44:38.970 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2023-11-16T17:44:39.823 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:39 smithi042 ceph-mon[107709]: pgmap v168: 65 pgs: 65 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s wr, 5 op/s 2023-11-16T17:44:39.823 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:39 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:44:39.823 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:39 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:44:39.824 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:39 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:44:39.824 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:39 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:44:39.824 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:39 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T17:44:39.824 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:39 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:44:39.824 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:39 smithi042 ceph-mon[107709]: from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T17:44:39.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:39 smithi143 ceph-mon[110525]: pgmap v168: 65 pgs: 65 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s wr, 5 op/s 2023-11-16T17:44:39.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:39 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:44:39.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:39 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:44:39.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:39 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:44:39.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:39 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:44:39.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:39 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T17:44:39.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:39 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:44:39.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:39 smithi143 ceph-mon[110525]: from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T17:44:41.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:41 smithi042 ceph-mon[107709]: pgmap v169: 65 pgs: 65 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 4 op/s 2023-11-16T17:44:41.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:41 smithi042 ceph-mon[107709]: from='client.14498 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:44:41.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:41 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-11-16T17:44:41.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:41 smithi143 ceph-mon[110525]: pgmap v169: 65 pgs: 65 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 4 op/s 2023-11-16T17:44:41.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:41 smithi143 ceph-mon[110525]: from='client.14498 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:44:41.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:41 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-11-16T17:44:42.516 INFO:teuthology.orchestra.run.smithi042.stdout:NFS Cluster Created Successfully 2023-11-16T17:44:42.840 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:42 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-11-16T17:44:42.840 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:42 smithi042 ceph-mon[107709]: osdmap e64: 8 total, 8 up, 8 in 2023-11-16T17:44:42.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:42 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-11-16T17:44:42.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:42 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-11-16T17:44:42.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:42 smithi143 ceph-mon[110525]: osdmap e64: 8 total, 8 up, 8 in 2023-11-16T17:44:42.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:42 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-11-16T17:44:43.011 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2023-11-16T17:44:43.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:43 smithi042 ceph-mon[107709]: pgmap v171: 97 pgs: 5 creating+peering, 27 unknown, 65 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 614 B/s wr, 3 op/s 2023-11-16T17:44:43.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:43 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-11-16T17:44:43.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:43 smithi042 ceph-mon[107709]: osdmap e65: 8 total, 8 up, 8 in 2023-11-16T17:44:43.842 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:43 smithi042 ceph-mon[107709]: Saving service nfs.foo spec with placement count:2 2023-11-16T17:44:43.842 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:43 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:44:43.842 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:43 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:44:43.842 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:43 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:44:43.842 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:43 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T17:44:43.842 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:43 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:44:43.842 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:43 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:44:43.843 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:43 smithi042 ceph-mon[107709]: Creating key for client.nfs.foo.0.0.smithi042.fuiunr 2023-11-16T17:44:43.843 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:43 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi042.fuiunr", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-16T17:44:43.843 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:43 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi042.fuiunr", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-16T17:44:43.843 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:43 smithi042 ceph-mon[107709]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-11-16T17:44:43.843 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:43 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-11-16T17:44:43.843 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:43 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-11-16T17:44:43.843 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:43 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:44:43.843 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:43 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-16T17:44:43.844 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:43 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-16T17:44:43.844 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:43 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi042.fuiunr-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-16T17:44:43.844 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:43 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi042.fuiunr-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-16T17:44:43.844 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:43 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:44:43.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:43 smithi143 ceph-mon[110525]: pgmap v171: 97 pgs: 5 creating+peering, 27 unknown, 65 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 614 B/s wr, 3 op/s 2023-11-16T17:44:43.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:43 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-11-16T17:44:43.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:43 smithi143 ceph-mon[110525]: osdmap e65: 8 total, 8 up, 8 in 2023-11-16T17:44:43.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:43 smithi143 ceph-mon[110525]: Saving service nfs.foo spec with placement count:2 2023-11-16T17:44:43.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:43 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:44:43.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:43 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:44:43.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:43 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:44:43.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:43 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T17:44:43.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:43 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:44:43.920 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:43 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:44:43.920 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:43 smithi143 ceph-mon[110525]: Creating key for client.nfs.foo.0.0.smithi042.fuiunr 2023-11-16T17:44:43.920 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:43 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi042.fuiunr", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-16T17:44:43.920 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:43 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi042.fuiunr", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-16T17:44:43.920 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:43 smithi143 ceph-mon[110525]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-11-16T17:44:43.920 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:43 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-11-16T17:44:43.920 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:43 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-11-16T17:44:43.920 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:43 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:44:43.921 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:43 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-16T17:44:43.921 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:43 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-16T17:44:43.921 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:43 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi042.fuiunr-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-16T17:44:43.921 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:43 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi042.fuiunr-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-16T17:44:43.921 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:43 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:44:44.540 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:44 smithi042 ceph-mon[107709]: Rados config object exists: conf-nfs.foo 2023-11-16T17:44:44.541 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:44 smithi042 ceph-mon[107709]: Creating key for client.nfs.foo.0.0.smithi042.fuiunr-rgw 2023-11-16T17:44:44.541 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:44 smithi042 ceph-mon[107709]: Deploying daemon nfs.foo.0.0.smithi042.fuiunr on smithi042 2023-11-16T17:44:44.541 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:44 smithi042 ceph-mon[107709]: osdmap e66: 8 total, 8 up, 8 in 2023-11-16T17:44:44.541 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:44 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:44:44.541 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:44 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi042.ozybzf/trash_purge_schedule"}]: dispatch 2023-11-16T17:44:44.541 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:44 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi042.ozybzf/mirror_snapshot_schedule"}]: dispatch 2023-11-16T17:44:44.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:44 smithi143 ceph-mon[110525]: Rados config object exists: conf-nfs.foo 2023-11-16T17:44:44.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:44 smithi143 ceph-mon[110525]: Creating key for client.nfs.foo.0.0.smithi042.fuiunr-rgw 2023-11-16T17:44:44.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:44 smithi143 ceph-mon[110525]: Deploying daemon nfs.foo.0.0.smithi042.fuiunr on smithi042 2023-11-16T17:44:44.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:44 smithi143 ceph-mon[110525]: osdmap e66: 8 total, 8 up, 8 in 2023-11-16T17:44:44.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:44 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:44:44.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:44 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi042.ozybzf/trash_purge_schedule"}]: dispatch 2023-11-16T17:44:44.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:44 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi042.ozybzf/mirror_snapshot_schedule"}]: dispatch 2023-11-16T17:44:45.456 INFO:teuthology.orchestra.run.smithi042.stderr:Invalid command: Unexpected argument '--clusterid' 2023-11-16T17:44:45.456 INFO:teuthology.orchestra.run.smithi042.stderr:nfs export create cephfs [] [--readonly] [--client_addr ...] [--squash ] : Create a CephFS export 2023-11-16T17:44:45.456 INFO:teuthology.orchestra.run.smithi042.stderr:Error EINVAL: invalid command 2023-11-16T17:44:45.715 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:45 smithi042 ceph-mon[107709]: pgmap v174: 97 pgs: 4 creating+activating, 5 creating+peering, 5 unknown, 83 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-11-16T17:44:45.876 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-11-16T17:44:45.876 INFO:teuthology.orchestra.run.smithi042.stdout: "bind": "/fake", 2023-11-16T17:44:45.876 INFO:teuthology.orchestra.run.smithi042.stdout: "fs": "foofs", 2023-11-16T17:44:45.877 INFO:teuthology.orchestra.run.smithi042.stdout: "path": "/", 2023-11-16T17:44:45.877 INFO:teuthology.orchestra.run.smithi042.stdout: "cluster": "foo", 2023-11-16T17:44:45.877 INFO:teuthology.orchestra.run.smithi042.stdout: "mode": "RW" 2023-11-16T17:44:45.877 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-11-16T17:44:45.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:45 smithi143 ceph-mon[110525]: pgmap v174: 97 pgs: 4 creating+activating, 5 creating+peering, 5 unknown, 83 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-11-16T17:44:46.344 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2023-11-16T17:44:46.707 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:46 smithi042 ceph-mon[107709]: mgrmap e20: smithi042.ozybzf(active, since 4m), standbys: smithi143.uyynqu 2023-11-16T17:44:46.707 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:46 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:44:46.707 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:46 smithi042 ceph-mon[107709]: Creating key for client.nfs.foo.1.0.smithi143.iaszss 2023-11-16T17:44:46.708 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:46 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi143.iaszss", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-16T17:44:46.708 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:46 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi143.iaszss", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-16T17:44:46.708 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:46 smithi042 ceph-mon[107709]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-11-16T17:44:46.708 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:46 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-11-16T17:44:46.708 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:46 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-11-16T17:44:46.708 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:46 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:44:46.708 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:46 smithi042 ceph-mon[107709]: from='client.14518 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:44:46.708 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:46 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2023-11-16T17:44:46.709 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:46 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2023-11-16T17:44:46.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:46 smithi143 ceph-mon[110525]: mgrmap e20: smithi042.ozybzf(active, since 4m), standbys: smithi143.uyynqu 2023-11-16T17:44:46.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:46 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:44:46.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:46 smithi143 ceph-mon[110525]: Creating key for client.nfs.foo.1.0.smithi143.iaszss 2023-11-16T17:44:46.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:46 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi143.iaszss", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-16T17:44:46.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:46 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi143.iaszss", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-16T17:44:46.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:46 smithi143 ceph-mon[110525]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-11-16T17:44:46.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:46 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-11-16T17:44:46.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:46 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-11-16T17:44:46.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:46 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:44:46.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:46 smithi143 ceph-mon[110525]: from='client.14518 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:44:46.920 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:46 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2023-11-16T17:44:46.920 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:46 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2023-11-16T17:44:47.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:47 smithi042 ceph-mon[107709]: pgmap v175: 97 pgs: 4 creating+activating, 5 creating+peering, 88 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-11-16T17:44:47.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:47 smithi143 ceph-mon[110525]: pgmap v175: 97 pgs: 4 creating+activating, 5 creating+peering, 88 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-11-16T17:44:49.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:49 smithi042 ceph-mon[107709]: from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:44:49.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:49 smithi042 ceph-mon[107709]: pgmap v176: 97 pgs: 97 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1.5 KiB/s wr, 3 op/s 2023-11-16T17:44:49.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:49 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-16T17:44:49.842 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:49 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-16T17:44:49.842 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:49 smithi042 ceph-mon[107709]: Rados config object exists: conf-nfs.foo 2023-11-16T17:44:49.842 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:49 smithi042 ceph-mon[107709]: Creating key for client.nfs.foo.1.0.smithi143.iaszss-rgw 2023-11-16T17:44:49.842 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:49 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi143.iaszss-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-16T17:44:49.842 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:49 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi143.iaszss-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-16T17:44:49.842 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:49 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:44:49.842 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:49 smithi042 ceph-mon[107709]: Deploying daemon nfs.foo.1.0.smithi143.iaszss on smithi143 2023-11-16T17:44:49.873 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:49 smithi143 ceph-mon[110525]: from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:44:49.874 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:49 smithi143 ceph-mon[110525]: pgmap v176: 97 pgs: 97 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1.5 KiB/s wr, 3 op/s 2023-11-16T17:44:49.874 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:49 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-16T17:44:49.874 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:49 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-16T17:44:49.874 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:49 smithi143 ceph-mon[110525]: Rados config object exists: conf-nfs.foo 2023-11-16T17:44:49.874 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:49 smithi143 ceph-mon[110525]: Creating key for client.nfs.foo.1.0.smithi143.iaszss-rgw 2023-11-16T17:44:49.874 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:49 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi143.iaszss-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-16T17:44:49.875 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:49 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi143.iaszss-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-16T17:44:49.875 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:49 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:44:49.875 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:49 smithi143 ceph-mon[110525]: Deploying daemon nfs.foo.1.0.smithi143.iaszss on smithi143 2023-11-16T17:44:50.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:50 smithi143 ceph-mon[110525]: from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:44:50.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:50 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:44:50.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:50 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:44:50.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:50 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:44:50.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:50 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T17:44:50.840 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:50 smithi042 ceph-mon[107709]: from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:44:50.840 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:50 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:44:50.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:50 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:44:50.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:50 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:44:50.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:50 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T17:44:51.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:51 smithi143 ceph-mon[110525]: pgmap v177: 97 pgs: 97 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.2 KiB/s wr, 2 op/s 2023-11-16T17:44:51.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:51 smithi143 ceph-mon[110525]: from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:44:51.840 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:51 smithi042 ceph-mon[107709]: pgmap v177: 97 pgs: 97 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.2 KiB/s wr, 2 op/s 2023-11-16T17:44:51.840 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:51 smithi042 ceph-mon[107709]: from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:44:53.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:53 smithi143 ceph-mon[110525]: from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:44:53.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:53 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:44:53.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:53 smithi143 ceph-mon[110525]: pgmap v178: 97 pgs: 97 active+clean; 581 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.9 KiB/s wr, 3 op/s 2023-11-16T17:44:53.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:53 smithi042 ceph-mon[107709]: from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:44:53.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:53 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:44:53.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:53 smithi042 ceph-mon[107709]: pgmap v178: 97 pgs: 97 active+clean; 581 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.9 KiB/s wr, 3 op/s 2023-11-16T17:44:54.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:54 smithi143 ceph-mon[110525]: from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:44:54.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:54 smithi042 ceph-mon[107709]: from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:44:54.647 INFO:teuthology.orchestra.run.smithi042.stdout:nfs.foo ?:2049 2/2 2s ago 12s count:2 2023-11-16T17:44:55.041 INFO:teuthology.run_tasks:Running task vip.exec... 2023-11-16T17:44:55.051 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi042.front.sepia.ceph.com 2023-11-16T17:44:55.051 DEBUG:teuthology.orchestra.run.smithi042:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2023-11-16T17:44:55.086 INFO:teuthology.orchestra.run.smithi042.stderr:+ mkdir /mnt/foo 2023-11-16T17:44:55.093 DEBUG:teuthology.orchestra.run.smithi042:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2023-11-16T17:44:55.167 INFO:teuthology.orchestra.run.smithi042.stderr:++ hostname 2023-11-16T17:44:55.168 INFO:teuthology.orchestra.run.smithi042.stderr:+ mount -t nfs smithi042:/fake /mnt/foo -o sync 2023-11-16T17:44:55.294 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:55 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:44:55.294 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:55 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:44:55.294 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:55 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:44:55.294 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:55 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:44:55.294 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:55 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:44:55.294 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:55 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T17:44:55.295 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:55 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:44:55.295 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:55 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:44:55.295 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:55 smithi042 ceph-mon[107709]: pgmap v179: 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-11-16T17:44:55.295 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:55 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:44:55.295 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:55 smithi042 ceph-mon[107709]: from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:44:55.616 DEBUG:teuthology.orchestra.run.smithi042:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2023-11-16T17:44:55.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:55 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:44:55.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:55 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:44:55.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:55 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:44:55.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:55 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:44:55.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:55 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:44:55.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:55 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T17:44:55.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:55 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:44:55.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:55 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:44:55.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:55 smithi143 ceph-mon[110525]: pgmap v179: 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-11-16T17:44:55.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:55 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:44:55.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:55 smithi143 ceph-mon[110525]: from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:44:55.689 INFO:teuthology.orchestra.run.smithi042.stderr:+ echo test 2023-11-16T17:44:55.739 DEBUG:teuthology.orchestra.run.smithi042:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2023-11-16T17:44:55.811 INFO:teuthology.orchestra.run.smithi042.stderr:+ sync 2023-11-16T17:44:56.098 INFO:teuthology.run_tasks:Running task parallel... 2023-11-16T17:44:56.108 INFO:teuthology.task.parallel:starting parallel... 2023-11-16T17:44:56.108 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-11-16T17:44:56.109 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-11-16T17:44:56.109 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi042.front.sepia.ceph.com 2023-11-16T17:44:56.109 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -e sha1=50bc6740f385afe4f36770e739358479a73d8add -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2023-11-16T17:44:56.109 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-11-16T17:44:56.110 INFO:teuthology.task.sequential:In sequential, running task exec... 2023-11-16T17:44:56.110 INFO:teuthology.task.exec:Executing custom commands... 2023-11-16T17:44:56.110 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi042.front.sepia.ceph.com 2023-11-16T17:44:56.111 DEBUG:teuthology.orchestra.run.smithi042:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2023-11-16T17:44:56.217 INFO:teuthology.orchestra.run.smithi042.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-11-16T17:44:56.217 INFO:teuthology.orchestra.run.smithi042.stdout: 2023-11-16T17:44:56.217 INFO:teuthology.orchestra.run.smithi042.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2023-11-16T17:44:56.223 INFO:teuthology.orchestra.run.smithi042.stdout:3 of 5 processes prepared for launch 0 sec 2023-11-16T17:44:56.323 INFO:teuthology.orchestra.run.smithi042.stdout:5 of 5 processes prepared for launch 0 sec 2023-11-16T17:44:56.323 INFO:teuthology.orchestra.run.smithi042.stdout:releasing clients 2023-11-16T17:44:57.324 INFO:teuthology.orchestra.run.smithi042.stdout: 5 97 22.35 MB/sec warmup 1 sec latency 188.166 ms 2023-11-16T17:44:57.408 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:57 smithi042 ceph-mon[107709]: pgmap v180: 97 pgs: 97 active+clean; 581 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 2.3 KiB/s wr, 6 op/s 2023-11-16T17:44:57.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:57 smithi143 ceph-mon[110525]: pgmap v180: 97 pgs: 97 active+clean; 581 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 2.3 KiB/s wr, 6 op/s 2023-11-16T17:44:58.328 INFO:teuthology.orchestra.run.smithi042.stdout: 5 193 19.08 MB/sec warmup 2 sec latency 132.014 ms 2023-11-16T17:44:58.955 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -e sha1=50bc6740f385afe4f36770e739358479a73d8add -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2023-11-16T17:44:59.328 INFO:teuthology.orchestra.run.smithi042.stdout: 5 299 18.31 MB/sec warmup 3 sec latency 143.416 ms 2023-11-16T17:44:59.470 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:44:59 smithi042 ceph-mon[107709]: pgmap v181: 97 pgs: 97 active+clean; 23 MiB data, 59 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 1.9 MiB/s wr, 39 op/s 2023-11-16T17:44:59.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:44:59 smithi143 ceph-mon[110525]: pgmap v181: 97 pgs: 97 active+clean; 23 MiB data, 59 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 1.9 MiB/s wr, 39 op/s 2023-11-16T17:45:00.328 INFO:teuthology.orchestra.run.smithi042.stdout: 5 402 17.78 MB/sec warmup 4 sec latency 141.858 ms 2023-11-16T17:45:01.329 INFO:teuthology.orchestra.run.smithi042.stdout: 5 517 18.07 MB/sec warmup 5 sec latency 133.862 ms 2023-11-16T17:45:01.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:01 smithi042 ceph-mon[107709]: pgmap v182: 97 pgs: 97 active+clean; 23 MiB data, 59 MiB used, 715 GiB / 715 GiB avail; 2.6 KiB/s rd, 1.9 MiB/s wr, 37 op/s 2023-11-16T17:45:01.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:01 smithi143 ceph-mon[110525]: pgmap v182: 97 pgs: 97 active+clean; 23 MiB data, 59 MiB used, 715 GiB / 715 GiB avail; 2.6 KiB/s rd, 1.9 MiB/s wr, 37 op/s 2023-11-16T17:45:01.921 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -e sha1=50bc6740f385afe4f36770e739358479a73d8add -- bash -c 'ceph config set global log_to_journald false --force' 2023-11-16T17:45:02.329 INFO:teuthology.orchestra.run.smithi042.stdout: 5 677 17.03 MB/sec warmup 6 sec latency 171.702 ms 2023-11-16T17:45:02.967 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:02 smithi042 ceph-mon[107709]: pgmap v183: 97 pgs: 97 active+clean; 59 MiB data, 106 MiB used, 715 GiB / 715 GiB avail; 2.6 KiB/s rd, 5.1 MiB/s wr, 220 op/s 2023-11-16T17:45:03.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:02 smithi143 ceph-mon[110525]: pgmap v183: 97 pgs: 97 active+clean; 59 MiB data, 106 MiB used, 715 GiB / 715 GiB avail; 2.6 KiB/s rd, 5.1 MiB/s wr, 220 op/s 2023-11-16T17:45:03.329 INFO:teuthology.orchestra.run.smithi042.stdout: 5 946 15.70 MB/sec warmup 7 sec latency 100.877 ms 2023-11-16T17:45:04.330 INFO:teuthology.orchestra.run.smithi042.stdout: 5 1288 15.13 MB/sec warmup 8 sec latency 92.790 ms 2023-11-16T17:45:04.899 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -e sha1=50bc6740f385afe4f36770e739358479a73d8add -- bash -c 'ceph mgr module enable nfs --force' 2023-11-16T17:45:05.340 INFO:teuthology.orchestra.run.smithi042.stdout: 5 1916 14.67 MB/sec warmup 9 sec latency 101.315 ms 2023-11-16T17:45:05.501 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:05 smithi042 ceph-mon[107709]: pgmap v184: 97 pgs: 97 active+clean; 101 MiB data, 154 MiB used, 715 GiB / 715 GiB avail; 2.6 KiB/s rd, 8.7 MiB/s wr, 364 op/s 2023-11-16T17:45:05.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:05 smithi143 ceph-mon[110525]: pgmap v184: 97 pgs: 97 active+clean; 101 MiB data, 154 MiB used, 715 GiB / 715 GiB avail; 2.6 KiB/s rd, 8.7 MiB/s wr, 364 op/s 2023-11-16T17:45:06.340 INFO:teuthology.orchestra.run.smithi042.stdout: 5 2428 14.08 MB/sec warmup 10 sec latency 128.492 ms 2023-11-16T17:45:07.344 INFO:teuthology.orchestra.run.smithi042.stdout: 5 2946 14.96 MB/sec warmup 11 sec latency 144.965 ms 2023-11-16T17:45:07.533 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:07 smithi042 ceph-mon[107709]: pgmap v185: 97 pgs: 97 active+clean; 106 MiB data, 178 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 9.2 MiB/s wr, 381 op/s 2023-11-16T17:45:07.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:07 smithi143 ceph-mon[110525]: pgmap v185: 97 pgs: 97 active+clean; 106 MiB data, 178 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 9.2 MiB/s wr, 381 op/s 2023-11-16T17:45:08.351 INFO:teuthology.orchestra.run.smithi042.stdout: 5 3353 14.87 MB/sec warmup 12 sec latency 125.147 ms 2023-11-16T17:45:08.461 INFO:teuthology.orchestra.run.smithi042.stderr:module 'nfs' is already enabled 2023-11-16T17:45:08.589 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:08 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/54294540' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-11-16T17:45:08.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:08 smithi143 ceph-mon[110525]: from='client.? 172.21.15.42:0/54294540' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-11-16T17:45:09.232 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -e sha1=50bc6740f385afe4f36770e739358479a73d8add -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2023-11-16T17:45:09.351 INFO:teuthology.orchestra.run.smithi042.stdout: 5 3690 14.99 MB/sec warmup 13 sec latency 129.060 ms 2023-11-16T17:45:09.630 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:09 smithi042 ceph-mon[107709]: pgmap v186: 97 pgs: 97 active+clean; 120 MiB data, 208 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 11 MiB/s wr, 607 op/s 2023-11-16T17:45:09.630 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:09 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/54294540' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2023-11-16T17:45:09.630 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:09 smithi042 ceph-mon[107709]: mgrmap e21: smithi042.ozybzf(active, since 4m), standbys: smithi143.uyynqu 2023-11-16T17:45:09.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:09 smithi143 ceph-mon[110525]: pgmap v186: 97 pgs: 97 active+clean; 120 MiB data, 208 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 11 MiB/s wr, 607 op/s 2023-11-16T17:45:09.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:09 smithi143 ceph-mon[110525]: from='client.? 172.21.15.42:0/54294540' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2023-11-16T17:45:09.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:09 smithi143 ceph-mon[110525]: mgrmap e21: smithi042.ozybzf(active, since 4m), standbys: smithi143.uyynqu 2023-11-16T17:45:10.352 INFO:teuthology.orchestra.run.smithi042.stdout: 5 3861 14.17 MB/sec warmup 14 sec latency 128.476 ms 2023-11-16T17:45:11.352 INFO:teuthology.orchestra.run.smithi042.stdout: 5 4132 13.37 MB/sec warmup 15 sec latency 134.490 ms 2023-11-16T17:45:11.653 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:11 smithi042 ceph-mon[107709]: pgmap v187: 97 pgs: 97 active+clean; 120 MiB data, 208 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 9.5 MiB/s wr, 573 op/s 2023-11-16T17:45:11.659 INFO:teuthology.orchestra.run.smithi042.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:50bc6740f385afe4f36770e739358479a73d8add 2023-11-16T17:45:11.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:11 smithi143 ceph-mon[110525]: pgmap v187: 97 pgs: 97 active+clean; 120 MiB data, 208 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 9.5 MiB/s wr, 573 op/s 2023-11-16T17:45:12.282 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-11-16T17:45:12.282 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi042.front.sepia.ceph.com 2023-11-16T17:45:12.283 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -e sha1=50bc6740f385afe4f36770e739358479a73d8add -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; ceph health detail ; sleep 30 ; done' 2023-11-16T17:45:12.352 INFO:teuthology.orchestra.run.smithi042.stdout: 5 4497 12.85 MB/sec warmup 16 sec latency 125.847 ms 2023-11-16T17:45:12.661 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:12 smithi042 ceph-mon[107709]: from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:50bc6740f385afe4f36770e739358479a73d8add", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:45:12.661 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:12 smithi042 ceph-mon[107709]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:50bc6740f385afe4f36770e739358479a73d8add 2023-11-16T17:45:12.661 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:12 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:45:12.661 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:12 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:45:12.661 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:12 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:45:12.662 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:12 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T17:45:12.662 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:12 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:45:12.662 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:12 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:45:12.662 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:12 smithi042 ceph-mon[107709]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:50bc6740f385afe4f36770e739358479a73d8add 2023-11-16T17:45:12.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:12 smithi143 ceph-mon[110525]: from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:50bc6740f385afe4f36770e739358479a73d8add", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:45:12.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:12 smithi143 ceph-mon[110525]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:50bc6740f385afe4f36770e739358479a73d8add 2023-11-16T17:45:12.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:12 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:45:12.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:12 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:45:12.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:12 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:45:12.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:12 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T17:45:12.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:12 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:45:12.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:12 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:45:12.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:12 smithi143 ceph-mon[110525]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:50bc6740f385afe4f36770e739358479a73d8add 2023-11-16T17:45:13.353 INFO:teuthology.orchestra.run.smithi042.stdout: 5 4773 12.64 MB/sec warmup 17 sec latency 166.110 ms 2023-11-16T17:45:13.680 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:13 smithi042 ceph-mon[107709]: pgmap v188: 97 pgs: 97 active+clean; 129 MiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 11 MiB/s wr, 679 op/s 2023-11-16T17:45:13.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:13 smithi143 ceph-mon[110525]: pgmap v188: 97 pgs: 97 active+clean; 129 MiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 11 MiB/s wr, 679 op/s 2023-11-16T17:45:14.353 INFO:teuthology.orchestra.run.smithi042.stdout: 5 5019 12.37 MB/sec warmup 18 sec latency 92.711 ms 2023-11-16T17:45:15.074 INFO:teuthology.orchestra.run.smithi042.stdout:true 2023-11-16T17:45:15.353 INFO:teuthology.orchestra.run.smithi042.stdout: 5 5286 11.78 MB/sec warmup 19 sec latency 137.123 ms 2023-11-16T17:45:15.729 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:15 smithi042 ceph-mon[107709]: pgmap v189: 97 pgs: 97 active+clean; 131 MiB data, 255 MiB used, 715 GiB / 715 GiB avail; 4.7 KiB/s rd, 8.5 MiB/s wr, 537 op/s 2023-11-16T17:45:16.104 INFO:teuthology.orchestra.run.smithi042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-16T17:45:16.104 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager.smithi042 smithi042 *:9093,9094 running (3m) 21s ago 4m 27.0M - ba2b418f427c 5033a211ac36 2023-11-16T17:45:16.104 INFO:teuthology.orchestra.run.smithi042.stdout:crash.smithi042 smithi042 running (4m) 21s ago 4m 7004k - 17.2.0 e1d6a67b021e f9cf0682c94f 2023-11-16T17:45:16.104 INFO:teuthology.orchestra.run.smithi042.stdout:crash.smithi143 smithi143 running (4m) 23s ago 4m 7172k - 17.2.0 e1d6a67b021e 2fd26e55c7be 2023-11-16T17:45:16.104 INFO:teuthology.orchestra.run.smithi042.stdout:grafana.smithi042 smithi042 *:3000 running (3m) 21s ago 4m 50.5M - 8.3.5 dad864ee21e9 31dd365aa9b3 2023-11-16T17:45:16.104 INFO:teuthology.orchestra.run.smithi042.stdout:mds.foofs.smithi042.xewouy smithi042 running (44s) 21s ago 44s 16.5M - 17.2.0 e1d6a67b021e 6d823b641212 2023-11-16T17:45:16.104 INFO:teuthology.orchestra.run.smithi042.stdout:mds.foofs.smithi143.mjklhf smithi143 running (42s) 23s ago 42s 13.2M - 17.2.0 e1d6a67b021e 1ba0e99b0b78 2023-11-16T17:45:16.104 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.smithi042.ozybzf smithi042 *:9283 running (6m) 21s ago 6m 477M - 17.2.0 e1d6a67b021e 346b5c7f968c 2023-11-16T17:45:16.105 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.smithi143.uyynqu smithi143 *:8443,9283 running (4m) 23s ago 4m 419M - 17.2.0 e1d6a67b021e c2a17fdb3490 2023-11-16T17:45:16.105 INFO:teuthology.orchestra.run.smithi042.stdout:mon.smithi042 smithi042 running (6m) 21s ago 6m 79.8M 2048M 17.2.0 e1d6a67b021e c49729ff160b 2023-11-16T17:45:16.105 INFO:teuthology.orchestra.run.smithi042.stdout:mon.smithi143 smithi143 running (4m) 23s ago 4m 62.7M 2048M 17.2.0 e1d6a67b021e 6a2abe4eaba0 2023-11-16T17:45:16.105 INFO:teuthology.orchestra.run.smithi042.stdout:nfs.foo.0.0.smithi042.fuiunr smithi042 *:2049 running (30s) 21s ago 30s 54.0M - 4.0 e1d6a67b021e d6641f4acbf6 2023-11-16T17:45:16.105 INFO:teuthology.orchestra.run.smithi042.stdout:nfs.foo.1.0.smithi143.iaszss smithi143 *:2049 running (25s) 23s ago 25s 53.6M - 4.0 e1d6a67b021e 211670dbba08 2023-11-16T17:45:16.105 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.smithi042 smithi042 *:9100 running (4m) 21s ago 4m 29.5M - 1dbe0e931976 a2b63f36e9af 2023-11-16T17:45:16.105 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.smithi143 smithi143 *:9100 running (4m) 23s ago 4m 25.5M - 1dbe0e931976 4866534625ea 2023-11-16T17:45:16.105 INFO:teuthology.orchestra.run.smithi042.stdout:osd.0 smithi042 running (3m) 21s ago 3m 55.6M 3225M 17.2.0 e1d6a67b021e c3d1dda19b1b 2023-11-16T17:45:16.105 INFO:teuthology.orchestra.run.smithi042.stdout:osd.1 smithi042 running (3m) 21s ago 3m 56.7M 3225M 17.2.0 e1d6a67b021e 2fb5b74416ca 2023-11-16T17:45:16.105 INFO:teuthology.orchestra.run.smithi042.stdout:osd.2 smithi042 running (3m) 21s ago 3m 48.5M 3225M 17.2.0 e1d6a67b021e f679e77ec002 2023-11-16T17:45:16.105 INFO:teuthology.orchestra.run.smithi042.stdout:osd.3 smithi042 running (2m) 21s ago 2m 53.7M 3225M 17.2.0 e1d6a67b021e 873ada24a155 2023-11-16T17:45:16.105 INFO:teuthology.orchestra.run.smithi042.stdout:osd.4 smithi143 running (2m) 23s ago 2m 48.9M 3992M 17.2.0 e1d6a67b021e 9eb042840814 2023-11-16T17:45:16.105 INFO:teuthology.orchestra.run.smithi042.stdout:osd.5 smithi143 running (2m) 23s ago 2m 49.0M 3992M 17.2.0 e1d6a67b021e b200897543b4 2023-11-16T17:45:16.106 INFO:teuthology.orchestra.run.smithi042.stdout:osd.6 smithi143 running (2m) 23s ago 2m 52.7M 3992M 17.2.0 e1d6a67b021e ee1c10cd52d1 2023-11-16T17:45:16.106 INFO:teuthology.orchestra.run.smithi042.stdout:osd.7 smithi143 running (104s) 23s ago 104s 50.5M 3992M 17.2.0 e1d6a67b021e a4bc11e7edba 2023-11-16T17:45:16.106 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus.smithi042 smithi042 *:9095 running (4m) 21s ago 4m 62.4M - 514e6a882f6e 5f8bf31a628c 2023-11-16T17:45:16.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:15 smithi143 ceph-mon[110525]: pgmap v189: 97 pgs: 97 active+clean; 131 MiB data, 255 MiB used, 715 GiB / 715 GiB avail; 4.7 KiB/s rd, 8.5 MiB/s wr, 537 op/s 2023-11-16T17:45:16.353 INFO:teuthology.orchestra.run.smithi042.stdout: 5 5556 11.44 MB/sec warmup 20 sec latency 105.034 ms 2023-11-16T17:45:16.725 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-11-16T17:45:16.725 INFO:teuthology.orchestra.run.smithi042.stdout: "mon": { 2023-11-16T17:45:16.726 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T17:45:16.726 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-11-16T17:45:16.726 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr": { 2023-11-16T17:45:16.726 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T17:45:16.726 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-11-16T17:45:16.727 INFO:teuthology.orchestra.run.smithi042.stdout: "osd": { 2023-11-16T17:45:16.727 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-16T17:45:16.727 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-11-16T17:45:16.727 INFO:teuthology.orchestra.run.smithi042.stdout: "mds": { 2023-11-16T17:45:16.727 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T17:45:16.727 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-11-16T17:45:16.727 INFO:teuthology.orchestra.run.smithi042.stdout: "overall": { 2023-11-16T17:45:16.728 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-11-16T17:45:16.728 INFO:teuthology.orchestra.run.smithi042.stdout: } 2023-11-16T17:45:16.728 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-11-16T17:45:16.808 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:16 smithi042 ceph-mon[107709]: from='client.24445 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:45:16.808 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:16 smithi042 ceph-mon[107709]: from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:45:17.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:16 smithi143 ceph-mon[110525]: from='client.24445 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:45:17.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:16 smithi143 ceph-mon[110525]: from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:45:17.231 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-11-16T17:45:17.231 INFO:teuthology.orchestra.run.smithi042.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:50bc6740f385afe4f36770e739358479a73d8add", 2023-11-16T17:45:17.231 INFO:teuthology.orchestra.run.smithi042.stdout: "in_progress": true, 2023-11-16T17:45:17.231 INFO:teuthology.orchestra.run.smithi042.stdout: "services_complete": [], 2023-11-16T17:45:17.231 INFO:teuthology.orchestra.run.smithi042.stdout: "progress": "", 2023-11-16T17:45:17.231 INFO:teuthology.orchestra.run.smithi042.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:50bc6740f385afe4f36770e739358479a73d8add image" 2023-11-16T17:45:17.232 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-11-16T17:45:17.353 INFO:teuthology.orchestra.run.smithi042.stdout: 5 5726 11.03 MB/sec warmup 21 sec latency 126.828 ms 2023-11-16T17:45:17.847 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:17 smithi042 ceph-mon[107709]: from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:45:17.847 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:17 smithi042 ceph-mon[107709]: pgmap v190: 97 pgs: 97 active+clean; 133 MiB data, 257 MiB used, 715 GiB / 715 GiB avail; 4.6 KiB/s rd, 5.4 MiB/s wr, 471 op/s 2023-11-16T17:45:17.847 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:17 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/3107760918' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-16T17:45:17.897 INFO:teuthology.orchestra.run.smithi042.stdout:HEALTH_OK 2023-11-16T17:45:18.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:17 smithi143 ceph-mon[110525]: from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:45:18.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:17 smithi143 ceph-mon[110525]: pgmap v190: 97 pgs: 97 active+clean; 133 MiB data, 257 MiB used, 715 GiB / 715 GiB avail; 4.6 KiB/s rd, 5.4 MiB/s wr, 471 op/s 2023-11-16T17:45:18.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:17 smithi143 ceph-mon[110525]: from='client.? 172.21.15.42:0/3107760918' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-16T17:45:18.353 INFO:teuthology.orchestra.run.smithi042.stdout: 5 5951 10.71 MB/sec warmup 22 sec latency 138.644 ms 2023-11-16T17:45:18.908 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:18 smithi042 ceph-mon[107709]: from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:45:18.909 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:18 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/1505486691' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-16T17:45:19.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:18 smithi143 ceph-mon[110525]: from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:45:19.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:18 smithi143 ceph-mon[110525]: from='client.? 172.21.15.42:0/1505486691' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-16T17:45:19.353 INFO:teuthology.orchestra.run.smithi042.stdout: 5 6147 10.64 MB/sec warmup 23 sec latency 117.355 ms 2023-11-16T17:45:19.938 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:19 smithi042 ceph-mon[107709]: pgmap v191: 97 pgs: 97 active+clean; 125 MiB data, 292 MiB used, 715 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.6 MiB/s wr, 572 op/s 2023-11-16T17:45:20.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:19 smithi143 ceph-mon[110525]: pgmap v191: 97 pgs: 97 active+clean; 125 MiB data, 292 MiB used, 715 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.6 MiB/s wr, 572 op/s 2023-11-16T17:45:20.353 INFO:teuthology.orchestra.run.smithi042.stdout: 5 6384 10.56 MB/sec warmup 24 sec latency 131.556 ms 2023-11-16T17:45:21.354 INFO:teuthology.orchestra.run.smithi042.stdout: 5 6669 10.56 MB/sec warmup 25 sec latency 123.285 ms 2023-11-16T17:45:21.753 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:21 smithi042 ceph-mon[107709]: pgmap v192: 97 pgs: 97 active+clean; 125 MiB data, 292 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.4 MiB/s wr, 347 op/s 2023-11-16T17:45:22.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:21 smithi143 ceph-mon[110525]: pgmap v192: 97 pgs: 97 active+clean; 125 MiB data, 292 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.4 MiB/s wr, 347 op/s 2023-11-16T17:45:22.354 INFO:teuthology.orchestra.run.smithi042.stdout: 5 7045 10.86 MB/sec warmup 26 sec latency 156.467 ms 2023-11-16T17:45:23.360 INFO:teuthology.orchestra.run.smithi042.stdout: 5 7330 10.83 MB/sec warmup 27 sec latency 134.865 ms 2023-11-16T17:45:24.060 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:23 smithi042 ceph-mon[107709]: pgmap v193: 97 pgs: 97 active+clean; 130 MiB data, 299 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 372 op/s 2023-11-16T17:45:24.354 INFO:teuthology.orchestra.run.smithi042.stdout: 5 7477 10.54 MB/sec warmup 28 sec latency 137.596 ms 2023-11-16T17:45:24.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:23 smithi143 ceph-mon[110525]: pgmap v193: 97 pgs: 97 active+clean; 130 MiB data, 299 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 372 op/s 2023-11-16T17:45:25.354 INFO:teuthology.orchestra.run.smithi042.stdout: 5 7692 10.23 MB/sec warmup 29 sec latency 123.223 ms 2023-11-16T17:45:26.127 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:25 smithi042 ceph-mon[107709]: pgmap v194: 97 pgs: 97 active+clean; 139 MiB data, 322 MiB used, 715 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.2 MiB/s wr, 391 op/s 2023-11-16T17:45:26.354 INFO:teuthology.orchestra.run.smithi042.stdout: 5 7957 10.01 MB/sec warmup 30 sec latency 122.930 ms 2023-11-16T17:45:26.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:25 smithi143 ceph-mon[110525]: pgmap v194: 97 pgs: 97 active+clean; 139 MiB data, 322 MiB used, 715 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.2 MiB/s wr, 391 op/s 2023-11-16T17:45:27.354 INFO:teuthology.orchestra.run.smithi042.stdout: 5 8205 9.87 MB/sec warmup 31 sec latency 122.120 ms 2023-11-16T17:45:28.155 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:27 smithi042 ceph-mon[107709]: pgmap v195: 97 pgs: 97 active+clean; 140 MiB data, 342 MiB used, 715 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.6 MiB/s wr, 360 op/s 2023-11-16T17:45:28.356 INFO:teuthology.orchestra.run.smithi042.stdout: 5 8474 9.82 MB/sec warmup 32 sec latency 131.746 ms 2023-11-16T17:45:28.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:27 smithi143 ceph-mon[110525]: pgmap v195: 97 pgs: 97 active+clean; 140 MiB data, 342 MiB used, 715 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.6 MiB/s wr, 360 op/s 2023-11-16T17:45:29.162 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:28 smithi042 ceph-mon[107709]: pgmap v196: 97 pgs: 97 active+clean; 142 MiB data, 372 MiB used, 715 GiB / 715 GiB avail; 8.5 KiB/s rd, 4.3 MiB/s wr, 425 op/s 2023-11-16T17:45:29.354 INFO:teuthology.orchestra.run.smithi042.stdout: 5 8785 9.68 MB/sec warmup 33 sec latency 126.399 ms 2023-11-16T17:45:29.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:28 smithi143 ceph-mon[110525]: pgmap v196: 97 pgs: 97 active+clean; 142 MiB data, 372 MiB used, 715 GiB / 715 GiB avail; 8.5 KiB/s rd, 4.3 MiB/s wr, 425 op/s 2023-11-16T17:45:30.354 INFO:teuthology.orchestra.run.smithi042.stdout: 5 9127 9.55 MB/sec warmup 34 sec latency 126.676 ms 2023-11-16T17:45:31.355 INFO:teuthology.orchestra.run.smithi042.stdout: 5 9311 9.36 MB/sec warmup 35 sec latency 268.756 ms 2023-11-16T17:45:31.469 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:31 smithi042 ceph-mon[107709]: pgmap v197: 97 pgs: 97 active+clean; 142 MiB data, 372 MiB used, 715 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 303 op/s 2023-11-16T17:45:31.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:31 smithi143 ceph-mon[110525]: pgmap v197: 97 pgs: 97 active+clean; 142 MiB data, 372 MiB used, 715 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 303 op/s 2023-11-16T17:45:32.355 INFO:teuthology.orchestra.run.smithi042.stdout: 5 9570 9.33 MB/sec warmup 36 sec latency 119.891 ms 2023-11-16T17:45:32.985 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:32 smithi042 ceph-mon[107709]: pgmap v198: 97 pgs: 97 active+clean; 138 MiB data, 401 MiB used, 715 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.8 MiB/s wr, 332 op/s 2023-11-16T17:45:33.355 INFO:teuthology.orchestra.run.smithi042.stdout: 5 9972 9.45 MB/sec warmup 37 sec latency 133.094 ms 2023-11-16T17:45:33.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:32 smithi143 ceph-mon[110525]: pgmap v198: 97 pgs: 97 active+clean; 138 MiB data, 401 MiB used, 715 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.8 MiB/s wr, 332 op/s 2023-11-16T17:45:34.355 INFO:teuthology.orchestra.run.smithi042.stdout: 5 10329 9.68 MB/sec warmup 38 sec latency 130.191 ms 2023-11-16T17:45:35.356 INFO:teuthology.orchestra.run.smithi042.stdout: 5 10576 9.63 MB/sec warmup 39 sec latency 132.802 ms 2023-11-16T17:45:35.555 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:35 smithi042 ceph-mon[107709]: pgmap v199: 97 pgs: 97 active+clean; 141 MiB data, 437 MiB used, 715 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.1 MiB/s wr, 426 op/s 2023-11-16T17:45:35.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:35 smithi143 ceph-mon[110525]: pgmap v199: 97 pgs: 97 active+clean; 141 MiB data, 437 MiB used, 715 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.1 MiB/s wr, 426 op/s 2023-11-16T17:45:36.356 INFO:teuthology.orchestra.run.smithi042.stdout: 5 10846 9.67 MB/sec warmup 40 sec latency 127.990 ms 2023-11-16T17:45:37.356 INFO:teuthology.orchestra.run.smithi042.stdout: 5 11048 9.53 MB/sec warmup 41 sec latency 131.720 ms 2023-11-16T17:45:37.604 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:37 smithi042 ceph-mon[107709]: pgmap v200: 97 pgs: 97 active+clean; 144 MiB data, 421 MiB used, 715 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.3 MiB/s wr, 319 op/s 2023-11-16T17:45:37.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:37 smithi143 ceph-mon[110525]: pgmap v200: 97 pgs: 97 active+clean; 144 MiB data, 421 MiB used, 715 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.3 MiB/s wr, 319 op/s 2023-11-16T17:45:38.357 INFO:teuthology.orchestra.run.smithi042.stdout: 5 11214 9.34 MB/sec warmup 42 sec latency 119.463 ms 2023-11-16T17:45:39.357 INFO:teuthology.orchestra.run.smithi042.stdout: 5 11433 9.17 MB/sec warmup 43 sec latency 129.593 ms 2023-11-16T17:45:39.668 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:39 smithi042 ceph-mon[107709]: pgmap v201: 97 pgs: 97 active+clean; 154 MiB data, 427 MiB used, 715 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.5 MiB/s wr, 435 op/s 2023-11-16T17:45:39.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:39 smithi143 ceph-mon[110525]: pgmap v201: 97 pgs: 97 active+clean; 154 MiB data, 427 MiB used, 715 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.5 MiB/s wr, 435 op/s 2023-11-16T17:45:40.367 INFO:teuthology.orchestra.run.smithi042.stdout: 5 11658 9.08 MB/sec warmup 44 sec latency 133.836 ms 2023-11-16T17:45:41.367 INFO:teuthology.orchestra.run.smithi042.stdout: 5 11912 9.00 MB/sec warmup 45 sec latency 125.841 ms 2023-11-16T17:45:41.703 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:41 smithi042 ceph-mon[107709]: pgmap v202: 97 pgs: 97 active+clean; 154 MiB data, 427 MiB used, 715 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.3 MiB/s wr, 290 op/s 2023-11-16T17:45:41.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:41 smithi143 ceph-mon[110525]: pgmap v202: 97 pgs: 97 active+clean; 154 MiB data, 427 MiB used, 715 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.3 MiB/s wr, 290 op/s 2023-11-16T17:45:42.367 INFO:teuthology.orchestra.run.smithi042.stdout: 5 12192 8.94 MB/sec warmup 46 sec latency 135.630 ms 2023-11-16T17:45:42.993 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:42 smithi042 ceph-mon[107709]: pgmap v203: 97 pgs: 97 active+clean; 156 MiB data, 461 MiB used, 715 GiB / 715 GiB avail; 4.2 KiB/s rd, 4.0 MiB/s wr, 381 op/s 2023-11-16T17:45:43.266 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:42 smithi143 ceph-mon[110525]: pgmap v203: 97 pgs: 97 active+clean; 156 MiB data, 461 MiB used, 715 GiB / 715 GiB avail; 4.2 KiB/s rd, 4.0 MiB/s wr, 381 op/s 2023-11-16T17:45:43.367 INFO:teuthology.orchestra.run.smithi042.stdout: 5 12533 8.93 MB/sec warmup 47 sec latency 129.096 ms 2023-11-16T17:45:44.015 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:43 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:45:44.015 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:43 smithi042 ceph-mon[107709]: Upgrade: Target is version 18.0.0-7421-g50bc6740 (unknown) 2023-11-16T17:45:44.015 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:43 smithi042 ceph-mon[107709]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:8f765c939880e1d45bee26612bbc2e770f7ce493e04525c7a5cce816e4cdafea, digests ['quay.ceph.io/ceph-ci/ceph@sha256:8f765c939880e1d45bee26612bbc2e770f7ce493e04525c7a5cce816e4cdafea'] 2023-11-16T17:45:44.015 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:43 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:45:44.015 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:43 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:45:44.015 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:43 smithi042 ceph-mon[107709]: Upgrade: Need to upgrade myself (mgr.smithi042.ozybzf) 2023-11-16T17:45:44.015 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:43 smithi042 ceph-mon[107709]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:8f765c939880e1d45bee26612bbc2e770f7ce493e04525c7a5cce816e4cdafea on smithi143 2023-11-16T17:45:44.372 INFO:teuthology.orchestra.run.smithi042.stdout: 5 12791 8.82 MB/sec warmup 48 sec latency 129.791 ms 2023-11-16T17:45:44.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:43 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:45:44.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:43 smithi143 ceph-mon[110525]: Upgrade: Target is version 18.0.0-7421-g50bc6740 (unknown) 2023-11-16T17:45:44.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:43 smithi143 ceph-mon[110525]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:8f765c939880e1d45bee26612bbc2e770f7ce493e04525c7a5cce816e4cdafea, digests ['quay.ceph.io/ceph-ci/ceph@sha256:8f765c939880e1d45bee26612bbc2e770f7ce493e04525c7a5cce816e4cdafea'] 2023-11-16T17:45:44.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:43 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:45:44.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:43 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:45:44.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:43 smithi143 ceph-mon[110525]: Upgrade: Need to upgrade myself (mgr.smithi042.ozybzf) 2023-11-16T17:45:44.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:43 smithi143 ceph-mon[110525]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:8f765c939880e1d45bee26612bbc2e770f7ce493e04525c7a5cce816e4cdafea on smithi143 2023-11-16T17:45:45.034 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:44 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 2]}]: dispatch 2023-11-16T17:45:45.034 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:44 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2023-11-16T17:45:45.034 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:44 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2023-11-16T17:45:45.034 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:44 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2023-11-16T17:45:45.034 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:44 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi042.ozybzf/mirror_snapshot_schedule"}]: dispatch 2023-11-16T17:45:45.034 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:44 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi042.ozybzf/trash_purge_schedule"}]: dispatch 2023-11-16T17:45:45.034 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:44 smithi042 ceph-mon[107709]: pgmap v204: 97 pgs: 97 active+clean; 151 MiB data, 476 MiB used, 715 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.4 MiB/s wr, 446 op/s 2023-11-16T17:45:45.372 INFO:teuthology.orchestra.run.smithi042.stdout: 5 13200 8.88 MB/sec warmup 49 sec latency 125.518 ms 2023-11-16T17:45:45.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:44 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 2]}]: dispatch 2023-11-16T17:45:45.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:44 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2023-11-16T17:45:45.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:44 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2023-11-16T17:45:45.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:44 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2023-11-16T17:45:45.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:44 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi042.ozybzf/mirror_snapshot_schedule"}]: dispatch 2023-11-16T17:45:45.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:44 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi042.ozybzf/trash_purge_schedule"}]: dispatch 2023-11-16T17:45:45.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:44 smithi143 ceph-mon[110525]: pgmap v204: 97 pgs: 97 active+clean; 151 MiB data, 476 MiB used, 715 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.4 MiB/s wr, 446 op/s 2023-11-16T17:45:46.077 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:45 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 2]}]': finished 2023-11-16T17:45:46.077 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:45 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]': finished 2023-11-16T17:45:46.077 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:45 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]': finished 2023-11-16T17:45:46.077 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:45 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]': finished 2023-11-16T17:45:46.077 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:45 smithi042 ceph-mon[107709]: osdmap e67: 8 total, 8 up, 8 in 2023-11-16T17:45:46.372 INFO:teuthology.orchestra.run.smithi042.stdout: 5 13607 8.96 MB/sec warmup 50 sec latency 126.456 ms 2023-11-16T17:45:46.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:45 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 2]}]': finished 2023-11-16T17:45:46.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:45 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]': finished 2023-11-16T17:45:46.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:45 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]': finished 2023-11-16T17:45:46.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:45 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]': finished 2023-11-16T17:45:46.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:45 smithi143 ceph-mon[110525]: osdmap e67: 8 total, 8 up, 8 in 2023-11-16T17:45:47.108 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:46 smithi042 ceph-mon[107709]: osdmap e68: 8 total, 8 up, 8 in 2023-11-16T17:45:47.109 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:46 smithi042 ceph-mon[107709]: pgmap v207: 97 pgs: 97 active+clean; 150 MiB data, 476 MiB used, 715 GiB / 715 GiB avail; 5.6 KiB/s rd, 2.5 MiB/s wr, 304 op/s 2023-11-16T17:45:47.372 INFO:teuthology.orchestra.run.smithi042.stdout: 5 13938 9.13 MB/sec warmup 51 sec latency 125.681 ms 2023-11-16T17:45:47.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:46 smithi143 ceph-mon[110525]: osdmap e68: 8 total, 8 up, 8 in 2023-11-16T17:45:47.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:46 smithi143 ceph-mon[110525]: pgmap v207: 97 pgs: 97 active+clean; 150 MiB data, 476 MiB used, 715 GiB / 715 GiB avail; 5.6 KiB/s rd, 2.5 MiB/s wr, 304 op/s 2023-11-16T17:45:48.115 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:47 smithi042 ceph-mon[107709]: osdmap e69: 8 total, 8 up, 8 in 2023-11-16T17:45:48.372 INFO:teuthology.orchestra.run.smithi042.stdout: 5 14272 9.14 MB/sec warmup 52 sec latency 140.900 ms 2023-11-16T17:45:48.386 INFO:teuthology.orchestra.run.smithi042.stdout:true 2023-11-16T17:45:48.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:47 smithi143 ceph-mon[110525]: osdmap e69: 8 total, 8 up, 8 in 2023-11-16T17:45:49.126 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:49 smithi042 ceph-mon[107709]: osdmap e70: 8 total, 8 up, 8 in 2023-11-16T17:45:49.126 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:49 smithi042 ceph-mon[107709]: from='client.24463 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:45:49.126 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:49 smithi042 ceph-mon[107709]: pgmap v210: 97 pgs: 1 active+undersized+remapped, 96 active+clean; 162 MiB data, 535 MiB used, 715 GiB / 715 GiB avail; 5.2 KiB/s rd, 6.5 MiB/s wr, 549 op/s; 1024 KiB/s, 0 objects/s recovering 2023-11-16T17:45:49.126 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:49 smithi042 ceph-mon[107709]: from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:45:49.360 INFO:teuthology.orchestra.run.smithi042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-16T17:45:49.361 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager.smithi042 smithi042 *:9093,9094 running (4m) 55s ago 5m 27.0M - ba2b418f427c 5033a211ac36 2023-11-16T17:45:49.361 INFO:teuthology.orchestra.run.smithi042.stdout:crash.smithi042 smithi042 running (5m) 55s ago 5m 7004k - 17.2.0 e1d6a67b021e f9cf0682c94f 2023-11-16T17:45:49.361 INFO:teuthology.orchestra.run.smithi042.stdout:crash.smithi143 smithi143 running (4m) 57s ago 4m 7172k - 17.2.0 e1d6a67b021e 2fd26e55c7be 2023-11-16T17:45:49.361 INFO:teuthology.orchestra.run.smithi042.stdout:grafana.smithi042 smithi042 *:3000 running (4m) 55s ago 5m 50.5M - 8.3.5 dad864ee21e9 31dd365aa9b3 2023-11-16T17:45:49.361 INFO:teuthology.orchestra.run.smithi042.stdout:mds.foofs.smithi042.xewouy smithi042 running (77s) 55s ago 77s 16.5M - 17.2.0 e1d6a67b021e 6d823b641212 2023-11-16T17:45:49.361 INFO:teuthology.orchestra.run.smithi042.stdout:mds.foofs.smithi143.mjklhf smithi143 running (76s) 57s ago 75s 13.2M - 17.2.0 e1d6a67b021e 1ba0e99b0b78 2023-11-16T17:45:49.361 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.smithi042.ozybzf smithi042 *:9283 running (6m) 55s ago 6m 477M - 17.2.0 e1d6a67b021e 346b5c7f968c 2023-11-16T17:45:49.361 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.smithi143.uyynqu smithi143 *:8443,9283 running (4m) 57s ago 4m 419M - 17.2.0 e1d6a67b021e c2a17fdb3490 2023-11-16T17:45:49.361 INFO:teuthology.orchestra.run.smithi042.stdout:mon.smithi042 smithi042 running (6m) 55s ago 6m 79.8M 2048M 17.2.0 e1d6a67b021e c49729ff160b 2023-11-16T17:45:49.361 INFO:teuthology.orchestra.run.smithi042.stdout:mon.smithi143 smithi143 running (4m) 57s ago 4m 62.7M 2048M 17.2.0 e1d6a67b021e 6a2abe4eaba0 2023-11-16T17:45:49.361 INFO:teuthology.orchestra.run.smithi042.stdout:nfs.foo.0.0.smithi042.fuiunr smithi042 *:2049 running (64s) 55s ago 63s 54.0M - 4.0 e1d6a67b021e d6641f4acbf6 2023-11-16T17:45:49.361 INFO:teuthology.orchestra.run.smithi042.stdout:nfs.foo.1.0.smithi143.iaszss smithi143 *:2049 running (59s) 57s ago 59s 53.6M - 4.0 e1d6a67b021e 211670dbba08 2023-11-16T17:45:49.361 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.smithi042 smithi042 *:9100 running (5m) 55s ago 5m 29.5M - 1dbe0e931976 a2b63f36e9af 2023-11-16T17:45:49.362 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.smithi143 smithi143 *:9100 running (4m) 57s ago 4m 25.5M - 1dbe0e931976 4866534625ea 2023-11-16T17:45:49.362 INFO:teuthology.orchestra.run.smithi042.stdout:osd.0 smithi042 running (4m) 55s ago 4m 55.6M 3225M 17.2.0 e1d6a67b021e c3d1dda19b1b 2023-11-16T17:45:49.362 INFO:teuthology.orchestra.run.smithi042.stdout:osd.1 smithi042 running (4m) 55s ago 4m 56.7M 3225M 17.2.0 e1d6a67b021e 2fb5b74416ca 2023-11-16T17:45:49.362 INFO:teuthology.orchestra.run.smithi042.stdout:osd.2 smithi042 running (3m) 55s ago 3m 48.5M 3225M 17.2.0 e1d6a67b021e f679e77ec002 2023-11-16T17:45:49.362 INFO:teuthology.orchestra.run.smithi042.stdout:osd.3 smithi042 running (3m) 55s ago 3m 53.7M 3225M 17.2.0 e1d6a67b021e 873ada24a155 2023-11-16T17:45:49.362 INFO:teuthology.orchestra.run.smithi042.stdout:osd.4 smithi143 running (3m) 57s ago 3m 48.9M 3992M 17.2.0 e1d6a67b021e 9eb042840814 2023-11-16T17:45:49.362 INFO:teuthology.orchestra.run.smithi042.stdout:osd.5 smithi143 running (2m) 57s ago 2m 49.0M 3992M 17.2.0 e1d6a67b021e b200897543b4 2023-11-16T17:45:49.362 INFO:teuthology.orchestra.run.smithi042.stdout:osd.6 smithi143 running (2m) 57s ago 2m 52.7M 3992M 17.2.0 e1d6a67b021e ee1c10cd52d1 2023-11-16T17:45:49.362 INFO:teuthology.orchestra.run.smithi042.stdout:osd.7 smithi143 running (2m) 57s ago 2m 50.5M 3992M 17.2.0 e1d6a67b021e a4bc11e7edba 2023-11-16T17:45:49.362 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus.smithi042 smithi042 *:9095 running (4m) 55s ago 4m 62.4M - 514e6a882f6e 5f8bf31a628c 2023-11-16T17:45:49.372 INFO:teuthology.orchestra.run.smithi042.stdout: 5 14688 9.17 MB/sec warmup 53 sec latency 107.967 ms 2023-11-16T17:45:49.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:49 smithi143 ceph-mon[110525]: osdmap e70: 8 total, 8 up, 8 in 2023-11-16T17:45:49.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:49 smithi143 ceph-mon[110525]: from='client.24463 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:45:49.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:49 smithi143 ceph-mon[110525]: pgmap v210: 97 pgs: 1 active+undersized+remapped, 96 active+clean; 162 MiB data, 535 MiB used, 715 GiB / 715 GiB avail; 5.2 KiB/s rd, 6.5 MiB/s wr, 549 op/s; 1024 KiB/s, 0 objects/s recovering 2023-11-16T17:45:49.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:49 smithi143 ceph-mon[110525]: from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:45:49.862 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-11-16T17:45:49.862 INFO:teuthology.orchestra.run.smithi042.stdout: "mon": { 2023-11-16T17:45:49.862 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T17:45:49.862 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-11-16T17:45:49.862 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr": { 2023-11-16T17:45:49.862 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T17:45:49.862 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-11-16T17:45:49.862 INFO:teuthology.orchestra.run.smithi042.stdout: "osd": { 2023-11-16T17:45:49.863 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-16T17:45:49.863 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-11-16T17:45:49.863 INFO:teuthology.orchestra.run.smithi042.stdout: "mds": { 2023-11-16T17:45:49.863 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T17:45:49.863 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-11-16T17:45:49.863 INFO:teuthology.orchestra.run.smithi042.stdout: "overall": { 2023-11-16T17:45:49.863 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-11-16T17:45:49.863 INFO:teuthology.orchestra.run.smithi042.stdout: } 2023-11-16T17:45:49.863 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-11-16T17:45:50.141 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:50 smithi042 ceph-mon[107709]: osdmap e71: 8 total, 8 up, 8 in 2023-11-16T17:45:50.141 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:50 smithi042 ceph-mon[107709]: from='client.24469 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:45:50.141 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:50 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/3879256868' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-16T17:45:50.341 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-11-16T17:45:50.341 INFO:teuthology.orchestra.run.smithi042.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8f765c939880e1d45bee26612bbc2e770f7ce493e04525c7a5cce816e4cdafea", 2023-11-16T17:45:50.341 INFO:teuthology.orchestra.run.smithi042.stdout: "in_progress": true, 2023-11-16T17:45:50.341 INFO:teuthology.orchestra.run.smithi042.stdout: "services_complete": [], 2023-11-16T17:45:50.341 INFO:teuthology.orchestra.run.smithi042.stdout: "progress": "0/23 daemons upgraded", 2023-11-16T17:45:50.341 INFO:teuthology.orchestra.run.smithi042.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:8f765c939880e1d45bee26612bbc2e770f7ce493e04525c7a5cce816e4cdafea image on host smithi143" 2023-11-16T17:45:50.341 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-11-16T17:45:50.372 INFO:teuthology.orchestra.run.smithi042.stdout: 5 14982 9.10 MB/sec warmup 54 sec latency 125.446 ms 2023-11-16T17:45:50.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:50 smithi143 ceph-mon[110525]: osdmap e71: 8 total, 8 up, 8 in 2023-11-16T17:45:50.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:50 smithi143 ceph-mon[110525]: from='client.24469 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:45:50.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:50 smithi143 ceph-mon[110525]: from='client.? 172.21.15.42:0/3879256868' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-16T17:45:50.879 INFO:teuthology.orchestra.run.smithi042.stdout:HEALTH_OK 2023-11-16T17:45:51.161 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:51 smithi042 ceph-mon[107709]: from='client.24477 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:45:51.161 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:51 smithi042 ceph-mon[107709]: pgmap v212: 97 pgs: 1 active+undersized+remapped, 96 active+clean; 162 MiB data, 535 MiB used, 715 GiB / 715 GiB avail; 4.7 KiB/s rd, 5.1 MiB/s wr, 447 op/s; 925 KiB/s, 0 objects/s recovering 2023-11-16T17:45:51.161 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:51 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/3674863641' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-16T17:45:51.372 INFO:teuthology.orchestra.run.smithi042.stdout: 5 15273 9.13 MB/sec warmup 55 sec latency 129.549 ms 2023-11-16T17:45:51.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:51 smithi143 ceph-mon[110525]: from='client.24477 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:45:51.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:51 smithi143 ceph-mon[110525]: pgmap v212: 97 pgs: 1 active+undersized+remapped, 96 active+clean; 162 MiB data, 535 MiB used, 715 GiB / 715 GiB avail; 4.7 KiB/s rd, 5.1 MiB/s wr, 447 op/s; 925 KiB/s, 0 objects/s recovering 2023-11-16T17:45:51.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:51 smithi143 ceph-mon[110525]: from='client.? 172.21.15.42:0/3674863641' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-16T17:45:52.382 INFO:teuthology.orchestra.run.smithi042.stdout: 5 15599 9.00 MB/sec warmup 56 sec latency 146.771 ms 2023-11-16T17:45:53.185 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:52 smithi042 ceph-mon[107709]: pgmap v213: 97 pgs: 1 active+undersized+remapped, 96 active+clean; 169 MiB data, 548 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 6.1 MiB/s wr, 577 op/s; 683 KiB/s, 0 objects/s recovering 2023-11-16T17:45:53.382 INFO:teuthology.orchestra.run.smithi042.stdout: 5 15918 8.90 MB/sec warmup 57 sec latency 123.124 ms 2023-11-16T17:45:53.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:52 smithi143 ceph-mon[110525]: pgmap v213: 97 pgs: 1 active+undersized+remapped, 96 active+clean; 169 MiB data, 548 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 6.1 MiB/s wr, 577 op/s; 683 KiB/s, 0 objects/s recovering 2023-11-16T17:45:54.382 INFO:teuthology.orchestra.run.smithi042.stdout: 5 16207 8.94 MB/sec warmup 58 sec latency 125.315 ms 2023-11-16T17:45:55.389 INFO:teuthology.orchestra.run.smithi042.stdout: 5 16625 9.01 MB/sec warmup 59 sec latency 129.006 ms 2023-11-16T17:45:55.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:55 smithi042 ceph-mon[107709]: pgmap v214: 97 pgs: 97 active+clean; 167 MiB data, 602 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.3 MiB/s wr, 616 op/s; 552 KiB/s, 0 objects/s recovering 2023-11-16T17:45:55.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:55 smithi143 ceph-mon[110525]: pgmap v214: 97 pgs: 97 active+clean; 167 MiB data, 602 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.3 MiB/s wr, 616 op/s; 552 KiB/s, 0 objects/s recovering 2023-11-16T17:45:56.395 INFO:teuthology.orchestra.run.smithi042.stdout: 5 17099 9.07 MB/sec warmup 60 sec latency 115.277 ms 2023-11-16T17:45:57.395 INFO:teuthology.orchestra.run.smithi042.stdout: 5 17411 9.11 MB/sec warmup 61 sec latency 131.372 ms 2023-11-16T17:45:57.632 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:57 smithi042 ceph-mon[107709]: pgmap v215: 97 pgs: 97 active+clean; 164 MiB data, 607 MiB used, 715 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.9 MiB/s wr, 351 op/s 2023-11-16T17:45:57.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:57 smithi143 ceph-mon[110525]: pgmap v215: 97 pgs: 97 active+clean; 164 MiB data, 607 MiB used, 715 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.9 MiB/s wr, 351 op/s 2023-11-16T17:45:58.402 INFO:teuthology.orchestra.run.smithi042.stdout: 5 17681 9.14 MB/sec warmup 62 sec latency 136.597 ms 2023-11-16T17:45:59.402 INFO:teuthology.orchestra.run.smithi042.stdout: 5 18024 9.10 MB/sec warmup 63 sec latency 129.542 ms 2023-11-16T17:45:59.683 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:45:59 smithi042 ceph-mon[107709]: pgmap v216: 97 pgs: 97 active+clean; 174 MiB data, 631 MiB used, 715 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.1 MiB/s wr, 513 op/s 2023-11-16T17:45:59.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:45:59 smithi143 ceph-mon[110525]: pgmap v216: 97 pgs: 97 active+clean; 174 MiB data, 631 MiB used, 715 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.1 MiB/s wr, 513 op/s 2023-11-16T17:46:00.403 INFO:teuthology.orchestra.run.smithi042.stdout: 5 18328 9.10 MB/sec warmup 64 sec latency 129.548 ms 2023-11-16T17:46:01.409 INFO:teuthology.orchestra.run.smithi042.stdout: 5 18685 9.13 MB/sec warmup 65 sec latency 205.590 ms 2023-11-16T17:46:01.491 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:01 smithi042 ceph-mon[107709]: pgmap v217: 97 pgs: 97 active+clean; 174 MiB data, 631 MiB used, 715 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.5 MiB/s wr, 452 op/s 2023-11-16T17:46:01.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:01 smithi143 ceph-mon[110525]: pgmap v217: 97 pgs: 97 active+clean; 174 MiB data, 631 MiB used, 715 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.5 MiB/s wr, 452 op/s 2023-11-16T17:46:02.413 INFO:teuthology.orchestra.run.smithi042.stdout: 5 19192 9.08 MB/sec warmup 66 sec latency 101.685 ms 2023-11-16T17:46:03.019 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:02 smithi042 ceph-mon[107709]: pgmap v218: 97 pgs: 97 active+clean; 179 MiB data, 653 MiB used, 715 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.4 MiB/s wr, 536 op/s 2023-11-16T17:46:03.413 INFO:teuthology.orchestra.run.smithi042.stdout: 5 19625 9.05 MB/sec warmup 67 sec latency 133.393 ms 2023-11-16T17:46:03.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:02 smithi143 ceph-mon[110525]: pgmap v218: 97 pgs: 97 active+clean; 179 MiB data, 653 MiB used, 715 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.4 MiB/s wr, 536 op/s 2023-11-16T17:46:04.413 INFO:teuthology.orchestra.run.smithi042.stdout: 5 19995 9.17 MB/sec warmup 68 sec latency 126.172 ms 2023-11-16T17:46:05.413 INFO:teuthology.orchestra.run.smithi042.stdout: 5 20510 9.24 MB/sec warmup 69 sec latency 129.216 ms 2023-11-16T17:46:05.542 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:05 smithi042 ceph-mon[107709]: pgmap v219: 97 pgs: 97 active+clean; 177 MiB data, 685 MiB used, 715 GiB / 715 GiB avail; 9.8 KiB/s rd, 5.0 MiB/s wr, 458 op/s 2023-11-16T17:46:05.542 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:05 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:46:05.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:05 smithi143 ceph-mon[110525]: pgmap v219: 97 pgs: 97 active+clean; 177 MiB data, 685 MiB used, 715 GiB / 715 GiB avail; 9.8 KiB/s rd, 5.0 MiB/s wr, 458 op/s 2023-11-16T17:46:05.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:05 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:46:06.413 INFO:teuthology.orchestra.run.smithi042.stdout: 5 20911 9.26 MB/sec warmup 70 sec latency 169.893 ms 2023-11-16T17:46:07.413 INFO:teuthology.orchestra.run.smithi042.stdout: 5 21184 9.26 MB/sec warmup 71 sec latency 138.308 ms 2023-11-16T17:46:07.579 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:07 smithi042 ceph-mon[107709]: pgmap v220: 97 pgs: 97 active+clean; 181 MiB data, 704 MiB used, 715 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.9 MiB/s wr, 467 op/s 2023-11-16T17:46:07.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:07 smithi143 ceph-mon[110525]: pgmap v220: 97 pgs: 97 active+clean; 181 MiB data, 704 MiB used, 715 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.9 MiB/s wr, 467 op/s 2023-11-16T17:46:08.413 INFO:teuthology.orchestra.run.smithi042.stdout: 5 21483 9.25 MB/sec warmup 72 sec latency 125.927 ms 2023-11-16T17:46:09.421 INFO:teuthology.orchestra.run.smithi042.stdout: 5 21812 9.25 MB/sec warmup 73 sec latency 128.750 ms 2023-11-16T17:46:09.604 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:09 smithi042 ceph-mon[107709]: pgmap v221: 97 pgs: 97 active+clean; 188 MiB data, 739 MiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.6 MiB/s wr, 634 op/s 2023-11-16T17:46:09.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:09 smithi143 ceph-mon[110525]: pgmap v221: 97 pgs: 97 active+clean; 188 MiB data, 739 MiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.6 MiB/s wr, 634 op/s 2023-11-16T17:46:10.426 INFO:teuthology.orchestra.run.smithi042.stdout: 5 22140 9.25 MB/sec warmup 74 sec latency 151.310 ms 2023-11-16T17:46:11.426 INFO:teuthology.orchestra.run.smithi042.stdout: 5 22443 9.21 MB/sec warmup 75 sec latency 142.184 ms 2023-11-16T17:46:11.639 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:11 smithi042 ceph-mon[107709]: pgmap v222: 97 pgs: 97 active+clean; 188 MiB data, 739 MiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.6 MiB/s wr, 440 op/s 2023-11-16T17:46:11.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:11 smithi143 ceph-mon[110525]: pgmap v222: 97 pgs: 97 active+clean; 188 MiB data, 739 MiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.6 MiB/s wr, 440 op/s 2023-11-16T17:46:12.426 INFO:teuthology.orchestra.run.smithi042.stdout: 5 22810 9.16 MB/sec warmup 76 sec latency 166.413 ms 2023-11-16T17:46:13.195 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:12 smithi042 ceph-mon[107709]: pgmap v223: 97 pgs: 97 active+clean; 187 MiB data, 736 MiB used, 715 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.2 MiB/s wr, 467 op/s 2023-11-16T17:46:13.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:13 smithi143 ceph-mon[110525]: pgmap v223: 97 pgs: 97 active+clean; 187 MiB data, 736 MiB used, 715 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.2 MiB/s wr, 467 op/s 2023-11-16T17:46:13.426 INFO:teuthology.orchestra.run.smithi042.stdout: 5 23069 9.10 MB/sec warmup 77 sec latency 149.356 ms 2023-11-16T17:46:14.429 INFO:teuthology.orchestra.run.smithi042.stdout: 5 23487 9.17 MB/sec warmup 78 sec latency 122.622 ms 2023-11-16T17:46:15.429 INFO:teuthology.orchestra.run.smithi042.stdout: 5 23864 9.20 MB/sec warmup 79 sec latency 120.206 ms 2023-11-16T17:46:15.740 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:15 smithi042 ceph-mon[107709]: pgmap v224: 97 pgs: 97 active+clean; 192 MiB data, 744 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.5 MiB/s wr, 541 op/s 2023-11-16T17:46:15.741 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:15 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:46:15.741 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:15 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi143.uyynqu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-16T17:46:15.741 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:15 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-16T17:46:15.741 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:15 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:46:15.837 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:15 smithi143 ceph-mon[110525]: pgmap v224: 97 pgs: 97 active+clean; 192 MiB data, 744 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.5 MiB/s wr, 541 op/s 2023-11-16T17:46:15.837 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:15 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:46:15.837 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:15 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi143.uyynqu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-16T17:46:15.837 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:15 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-16T17:46:15.837 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:15 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:46:16.433 INFO:teuthology.orchestra.run.smithi042.stdout: 5 24177 9.19 MB/sec warmup 80 sec latency 119.893 ms 2023-11-16T17:46:16.644 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:16 smithi143 ceph-mon[110525]: Upgrade: Updating mgr.smithi143.uyynqu 2023-11-16T17:46:16.644 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:16 smithi143 ceph-mon[110525]: Deploying daemon mgr.smithi143.uyynqu on smithi143 2023-11-16T17:46:16.767 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:16 smithi042 ceph-mon[107709]: Upgrade: Updating mgr.smithi143.uyynqu 2023-11-16T17:46:16.767 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:16 smithi042 ceph-mon[107709]: Deploying daemon mgr.smithi143.uyynqu on smithi143 2023-11-16T17:46:17.435 INFO:teuthology.orchestra.run.smithi042.stdout: 5 24541 9.21 MB/sec warmup 81 sec latency 116.789 ms 2023-11-16T17:46:17.539 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:17 smithi042 ceph-mon[107709]: pgmap v225: 97 pgs: 97 active+clean; 191 MiB data, 761 MiB used, 714 GiB / 715 GiB avail; 6.9 KiB/s rd, 5.0 MiB/s wr, 512 op/s 2023-11-16T17:46:17.539 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:17 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:46:17.539 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:17 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:46:17.539 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:17 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:46:17.539 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:17 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T17:46:17.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:17 smithi143 ceph-mon[110525]: pgmap v225: 97 pgs: 97 active+clean; 191 MiB data, 761 MiB used, 714 GiB / 715 GiB avail; 6.9 KiB/s rd, 5.0 MiB/s wr, 512 op/s 2023-11-16T17:46:17.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:17 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:46:17.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:17 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:46:17.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:17 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:46:17.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:17 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T17:46:18.433 INFO:teuthology.orchestra.run.smithi042.stdout: 5 24857 9.21 MB/sec warmup 82 sec latency 137.705 ms 2023-11-16T17:46:19.433 INFO:teuthology.orchestra.run.smithi042.stdout: 5 25195 9.24 MB/sec warmup 83 sec latency 123.019 ms 2023-11-16T17:46:19.589 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:19 smithi042 ceph-mon[107709]: pgmap v226: 97 pgs: 97 active+clean; 199 MiB data, 818 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.1 MiB/s wr, 590 op/s 2023-11-16T17:46:19.589 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:19 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:46:19.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:19 smithi143 ceph-mon[110525]: pgmap v226: 97 pgs: 97 active+clean; 199 MiB data, 818 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.1 MiB/s wr, 590 op/s 2023-11-16T17:46:19.842 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:19 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:46:20.433 INFO:teuthology.orchestra.run.smithi042.stdout: 5 25582 9.26 MB/sec warmup 84 sec latency 107.004 ms 2023-11-16T17:46:21.384 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:21 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:46:21.384 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:21 smithi042 ceph-mon[107709]: pgmap v227: 97 pgs: 97 active+clean; 199 MiB data, 818 MiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.1 MiB/s wr, 406 op/s 2023-11-16T17:46:21.385 INFO:teuthology.orchestra.run.smithi042.stdout:true 2023-11-16T17:46:21.438 INFO:teuthology.orchestra.run.smithi042.stdout: 5 25949 9.24 MB/sec warmup 85 sec latency 125.204 ms 2023-11-16T17:46:21.529 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:21 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:46:21.529 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:21 smithi143 ceph-mon[110525]: pgmap v227: 97 pgs: 97 active+clean; 199 MiB data, 818 MiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.1 MiB/s wr, 406 op/s 2023-11-16T17:46:22.247 INFO:teuthology.orchestra.run.smithi042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-16T17:46:22.247 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager.smithi042 smithi042 *:9093,9094 running (4m) 88s ago 6m 27.0M - ba2b418f427c 5033a211ac36 2023-11-16T17:46:22.247 INFO:teuthology.orchestra.run.smithi042.stdout:crash.smithi042 smithi042 running (6m) 88s ago 6m 7004k - 17.2.0 e1d6a67b021e f9cf0682c94f 2023-11-16T17:46:22.247 INFO:teuthology.orchestra.run.smithi042.stdout:crash.smithi143 smithi143 running (5m) 2s ago 5m 7172k - 17.2.0 e1d6a67b021e 2fd26e55c7be 2023-11-16T17:46:22.247 INFO:teuthology.orchestra.run.smithi042.stdout:grafana.smithi042 smithi042 *:3000 running (4m) 88s ago 5m 50.5M - 8.3.5 dad864ee21e9 31dd365aa9b3 2023-11-16T17:46:22.248 INFO:teuthology.orchestra.run.smithi042.stdout:mds.foofs.smithi042.xewouy smithi042 running (110s) 88s ago 110s 16.5M - 17.2.0 e1d6a67b021e 6d823b641212 2023-11-16T17:46:22.248 INFO:teuthology.orchestra.run.smithi042.stdout:mds.foofs.smithi143.mjklhf smithi143 running (109s) 2s ago 108s 13.6M - 17.2.0 e1d6a67b021e 1ba0e99b0b78 2023-11-16T17:46:22.248 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.smithi042.ozybzf smithi042 *:9283 running (7m) 88s ago 7m 477M - 17.2.0 e1d6a67b021e 346b5c7f968c 2023-11-16T17:46:22.248 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.smithi143.uyynqu smithi143 *:8443,9283 running (5s) 2s ago 5m 46.7M - 18.0.0-7421-g50bc6740 1cfb7613cdb7 68bf71cd0a00 2023-11-16T17:46:22.248 INFO:teuthology.orchestra.run.smithi042.stdout:mon.smithi042 smithi042 running (7m) 88s ago 7m 79.8M 2048M 17.2.0 e1d6a67b021e c49729ff160b 2023-11-16T17:46:22.248 INFO:teuthology.orchestra.run.smithi042.stdout:mon.smithi143 smithi143 running (5m) 2s ago 5m 55.2M 2048M 17.2.0 e1d6a67b021e 6a2abe4eaba0 2023-11-16T17:46:22.248 INFO:teuthology.orchestra.run.smithi042.stdout:nfs.foo.0.0.smithi042.fuiunr smithi042 *:2049 running (96s) 88s ago 96s 54.0M - 4.0 e1d6a67b021e d6641f4acbf6 2023-11-16T17:46:22.248 INFO:teuthology.orchestra.run.smithi042.stdout:nfs.foo.1.0.smithi143.iaszss smithi143 *:2049 running (92s) 2s ago 91s 77.5M - 4.0 e1d6a67b021e 211670dbba08 2023-11-16T17:46:22.248 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.smithi042 smithi042 *:9100 running (5m) 88s ago 5m 29.5M - 1dbe0e931976 a2b63f36e9af 2023-11-16T17:46:22.248 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.smithi143 smithi143 *:9100 running (5m) 2s ago 5m 27.9M - 1dbe0e931976 4866534625ea 2023-11-16T17:46:22.248 INFO:teuthology.orchestra.run.smithi042.stdout:osd.0 smithi042 running (4m) 88s ago 4m 55.6M 3225M 17.2.0 e1d6a67b021e c3d1dda19b1b 2023-11-16T17:46:22.248 INFO:teuthology.orchestra.run.smithi042.stdout:osd.1 smithi042 running (4m) 88s ago 4m 56.7M 3225M 17.2.0 e1d6a67b021e 2fb5b74416ca 2023-11-16T17:46:22.248 INFO:teuthology.orchestra.run.smithi042.stdout:osd.2 smithi042 running (4m) 88s ago 4m 48.5M 3225M 17.2.0 e1d6a67b021e f679e77ec002 2023-11-16T17:46:22.249 INFO:teuthology.orchestra.run.smithi042.stdout:osd.3 smithi042 running (3m) 88s ago 3m 53.7M 3225M 17.2.0 e1d6a67b021e 873ada24a155 2023-11-16T17:46:22.249 INFO:teuthology.orchestra.run.smithi042.stdout:osd.4 smithi143 running (3m) 2s ago 3m 407M 3992M 17.2.0 e1d6a67b021e 9eb042840814 2023-11-16T17:46:22.249 INFO:teuthology.orchestra.run.smithi042.stdout:osd.5 smithi143 running (3m) 2s ago 3m 400M 3992M 17.2.0 e1d6a67b021e b200897543b4 2023-11-16T17:46:22.249 INFO:teuthology.orchestra.run.smithi042.stdout:osd.6 smithi143 running (3m) 2s ago 3m 357M 3992M 17.2.0 e1d6a67b021e ee1c10cd52d1 2023-11-16T17:46:22.249 INFO:teuthology.orchestra.run.smithi042.stdout:osd.7 smithi143 running (2m) 2s ago 2m 679M 3992M 17.2.0 e1d6a67b021e a4bc11e7edba 2023-11-16T17:46:22.249 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus.smithi042 smithi042 *:9095 running (5m) 88s ago 5m 62.4M - 514e6a882f6e 5f8bf31a628c 2023-11-16T17:46:22.391 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:22 smithi042 ceph-mon[107709]: from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:46:22.391 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:22 smithi042 ceph-mon[107709]: from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:46:22.438 INFO:teuthology.orchestra.run.smithi042.stdout: 5 26311 9.20 MB/sec warmup 86 sec latency 129.607 ms 2023-11-16T17:46:22.501 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:22 smithi143 ceph-mon[110525]: from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:46:22.501 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:22 smithi143 ceph-mon[110525]: from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:46:22.826 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-11-16T17:46:22.826 INFO:teuthology.orchestra.run.smithi042.stdout: "mon": { 2023-11-16T17:46:22.826 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T17:46:22.826 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-11-16T17:46:22.827 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr": { 2023-11-16T17:46:22.827 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T17:46:22.827 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-11-16T17:46:22.827 INFO:teuthology.orchestra.run.smithi042.stdout: "osd": { 2023-11-16T17:46:22.827 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-16T17:46:22.827 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-11-16T17:46:22.827 INFO:teuthology.orchestra.run.smithi042.stdout: "mds": { 2023-11-16T17:46:22.827 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T17:46:22.827 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-11-16T17:46:22.827 INFO:teuthology.orchestra.run.smithi042.stdout: "overall": { 2023-11-16T17:46:22.827 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-11-16T17:46:22.828 INFO:teuthology.orchestra.run.smithi042.stdout: } 2023-11-16T17:46:22.828 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-11-16T17:46:23.287 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-11-16T17:46:23.288 INFO:teuthology.orchestra.run.smithi042.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8f765c939880e1d45bee26612bbc2e770f7ce493e04525c7a5cce816e4cdafea", 2023-11-16T17:46:23.288 INFO:teuthology.orchestra.run.smithi042.stdout: "in_progress": true, 2023-11-16T17:46:23.288 INFO:teuthology.orchestra.run.smithi042.stdout: "services_complete": [], 2023-11-16T17:46:23.288 INFO:teuthology.orchestra.run.smithi042.stdout: "progress": "1/23 daemons upgraded", 2023-11-16T17:46:23.288 INFO:teuthology.orchestra.run.smithi042.stdout: "message": "Currently upgrading mgr daemons" 2023-11-16T17:46:23.288 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-11-16T17:46:23.438 INFO:teuthology.orchestra.run.smithi042.stdout: 5 26746 9.19 MB/sec warmup 87 sec latency 126.319 ms 2023-11-16T17:46:23.655 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:23 smithi042 ceph-mon[107709]: from='client.24493 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:46:23.655 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:23 smithi042 ceph-mon[107709]: pgmap v228: 97 pgs: 97 active+clean; 201 MiB data, 829 MiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.9 MiB/s wr, 465 op/s 2023-11-16T17:46:23.655 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:23 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:46:23.655 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:23 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:46:23.655 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:23 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:46:23.655 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:23 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:46:23.655 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:23 smithi042 ceph-mon[107709]: Upgrade: Need to upgrade myself (mgr.smithi042.ozybzf) 2023-11-16T17:46:23.656 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:23 smithi042 ceph-mon[107709]: Failing over to other MGR 2023-11-16T17:46:23.656 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:23 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mgr fail", "who": "smithi042.ozybzf"}]: dispatch 2023-11-16T17:46:23.656 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:23 smithi042 ceph-mon[107709]: osdmap e72: 8 total, 8 up, 8 in 2023-11-16T17:46:23.656 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:23 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/56896411' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-16T17:46:23.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:23 smithi143 ceph-mon[110525]: from='client.24493 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:46:23.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:23 smithi143 ceph-mon[110525]: pgmap v228: 97 pgs: 97 active+clean; 201 MiB data, 829 MiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.9 MiB/s wr, 465 op/s 2023-11-16T17:46:23.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:23 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:46:23.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:23 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:46:23.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:23 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' 2023-11-16T17:46:23.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:23 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:46:23.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:23 smithi143 ceph-mon[110525]: Upgrade: Need to upgrade myself (mgr.smithi042.ozybzf) 2023-11-16T17:46:23.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:23 smithi143 ceph-mon[110525]: Failing over to other MGR 2023-11-16T17:46:23.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:23 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "mgr fail", "who": "smithi042.ozybzf"}]: dispatch 2023-11-16T17:46:23.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:23 smithi143 ceph-mon[110525]: osdmap e72: 8 total, 8 up, 8 in 2023-11-16T17:46:23.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:23 smithi143 ceph-mon[110525]: from='client.? 172.21.15.42:0/56896411' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-16T17:46:23.830 INFO:teuthology.orchestra.run.smithi042.stdout:HEALTH_OK 2023-11-16T17:46:24.439 INFO:teuthology.orchestra.run.smithi042.stdout: 5 27104 9.21 MB/sec warmup 88 sec latency 126.709 ms 2023-11-16T17:46:24.673 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:24 smithi042 ceph-mon[107709]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd='[{"prefix": "mgr fail", "who": "smithi042.ozybzf"}]': finished 2023-11-16T17:46:24.673 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:24 smithi042 ceph-mon[107709]: mgrmap e22: smithi143.uyynqu(active, starting, since 0.994503s) 2023-11-16T17:46:24.673 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:24 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/2321865832' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-16T17:46:24.853 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:24 smithi143 ceph-mon[110525]: from='mgr.14204 172.21.15.42:0/2263407852' entity='mgr.smithi042.ozybzf' cmd='[{"prefix": "mgr fail", "who": "smithi042.ozybzf"}]': finished 2023-11-16T17:46:24.853 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:24 smithi143 ceph-mon[110525]: mgrmap e22: smithi143.uyynqu(active, starting, since 0.994503s) 2023-11-16T17:46:24.853 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:24 smithi143 ceph-mon[110525]: from='client.? 172.21.15.42:0/2321865832' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-16T17:46:25.439 INFO:teuthology.orchestra.run.smithi042.stdout: 5 27598 9.30 MB/sec warmup 89 sec latency 129.200 ms 2023-11-16T17:46:25.691 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:25 smithi042 ceph-mon[107709]: Active manager daemon smithi143.uyynqu restarted 2023-11-16T17:46:25.692 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:25 smithi042 ceph-mon[107709]: Activating manager daemon smithi143.uyynqu 2023-11-16T17:46:25.692 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:25 smithi042 ceph-mon[107709]: osdmap e73: 8 total, 8 up, 8 in 2023-11-16T17:46:25.692 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:25 smithi042 ceph-mon[107709]: from='mgr.? 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi143.uyynqu/crt"}]: dispatch 2023-11-16T17:46:25.693 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:25 smithi042 ceph-mon[107709]: from='mgr.? 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-16T17:46:25.693 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:25 smithi042 ceph-mon[107709]: from='mgr.? 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi143.uyynqu/key"}]: dispatch 2023-11-16T17:46:25.693 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:25 smithi042 ceph-mon[107709]: from='mgr.? 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-16T17:46:25.836 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:25 smithi143 ceph-mon[110525]: Active manager daemon smithi143.uyynqu restarted 2023-11-16T17:46:25.837 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:25 smithi143 ceph-mon[110525]: Activating manager daemon smithi143.uyynqu 2023-11-16T17:46:25.837 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:25 smithi143 ceph-mon[110525]: osdmap e73: 8 total, 8 up, 8 in 2023-11-16T17:46:25.837 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:25 smithi143 ceph-mon[110525]: from='mgr.? 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi143.uyynqu/crt"}]: dispatch 2023-11-16T17:46:25.837 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:25 smithi143 ceph-mon[110525]: from='mgr.? 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-16T17:46:25.837 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:25 smithi143 ceph-mon[110525]: from='mgr.? 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi143.uyynqu/key"}]: dispatch 2023-11-16T17:46:25.837 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:25 smithi143 ceph-mon[110525]: from='mgr.? 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-16T17:46:26.439 INFO:teuthology.orchestra.run.smithi042.stdout: 5 27845 9.26 MB/sec warmup 90 sec latency 125.930 ms 2023-11-16T17:46:26.736 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:26 smithi042 ceph-mon[107709]: mgrmap e23: smithi143.uyynqu(active, starting, since 0.323927s) 2023-11-16T17:46:26.736 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:26 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "mon metadata", "id": "smithi042"}]: dispatch 2023-11-16T17:46:26.736 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:26 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-16T17:46:26.736 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:26 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi042.xewouy"}]: dispatch 2023-11-16T17:46:26.737 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:26 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi143.mjklhf"}]: dispatch 2023-11-16T17:46:26.737 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:26 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "mgr metadata", "who": "smithi143.uyynqu", "id": "smithi143.uyynqu"}]: dispatch 2023-11-16T17:46:26.737 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:26 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T17:46:26.737 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:26 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T17:46:26.737 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:26 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T17:46:26.737 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:26 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T17:46:26.737 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:26 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T17:46:26.737 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:26 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T17:46:26.737 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:26 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T17:46:26.737 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:26 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T17:46:26.738 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:26 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-16T17:46:26.738 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:26 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-16T17:46:26.738 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:26 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-16T17:46:26.738 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:26 smithi042 ceph-mon[107709]: Manager daemon smithi143.uyynqu is now available 2023-11-16T17:46:26.738 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:26 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:46:26.738 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:26 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:46:26.738 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:26 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:46:26.738 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:26 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:46:26.738 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:26 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi143.uyynqu/mirror_snapshot_schedule"}]: dispatch 2023-11-16T17:46:26.739 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:26 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi143.uyynqu/mirror_snapshot_schedule"}]: dispatch 2023-11-16T17:46:26.739 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:26 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi143.uyynqu/trash_purge_schedule"}]: dispatch 2023-11-16T17:46:26.739 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:26 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi143.uyynqu/trash_purge_schedule"}]: dispatch 2023-11-16T17:46:26.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:26 smithi143 ceph-mon[110525]: mgrmap e23: smithi143.uyynqu(active, starting, since 0.323927s) 2023-11-16T17:46:26.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:26 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "mon metadata", "id": "smithi042"}]: dispatch 2023-11-16T17:46:26.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:26 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-16T17:46:26.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:26 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi042.xewouy"}]: dispatch 2023-11-16T17:46:26.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:26 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi143.mjklhf"}]: dispatch 2023-11-16T17:46:26.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:26 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "mgr metadata", "who": "smithi143.uyynqu", "id": "smithi143.uyynqu"}]: dispatch 2023-11-16T17:46:26.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:26 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T17:46:26.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:26 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T17:46:26.920 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:26 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T17:46:26.920 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:26 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T17:46:26.920 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:26 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T17:46:26.920 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:26 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T17:46:26.920 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:26 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T17:46:26.920 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:26 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T17:46:26.920 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:26 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-16T17:46:26.920 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:26 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-16T17:46:26.921 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:26 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-16T17:46:26.921 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:26 smithi143 ceph-mon[110525]: Manager daemon smithi143.uyynqu is now available 2023-11-16T17:46:26.921 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:26 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:46:26.921 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:26 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:46:26.921 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:26 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:46:26.921 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:26 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:46:26.921 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:26 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi143.uyynqu/mirror_snapshot_schedule"}]: dispatch 2023-11-16T17:46:26.921 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:26 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi143.uyynqu/mirror_snapshot_schedule"}]: dispatch 2023-11-16T17:46:26.922 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:26 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi143.uyynqu/trash_purge_schedule"}]: dispatch 2023-11-16T17:46:26.922 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:26 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi143.uyynqu/trash_purge_schedule"}]: dispatch 2023-11-16T17:46:27.439 INFO:teuthology.orchestra.run.smithi042.stdout: 5 28211 9.31 MB/sec warmup 91 sec latency 126.887 ms 2023-11-16T17:46:27.743 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:27 smithi042 ceph-mon[107709]: Deploying cephadm binary to smithi143 2023-11-16T17:46:27.743 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:27 smithi042 ceph-mon[107709]: Deploying cephadm binary to smithi042 2023-11-16T17:46:27.744 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:27 smithi042 ceph-mon[107709]: mgrmap e24: smithi143.uyynqu(active, since 1.33061s) 2023-11-16T17:46:27.744 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:27 smithi042 ceph-mon[107709]: pgmap v3: 97 pgs: 97 active+clean; 211 MiB data, 921 MiB used, 714 GiB / 715 GiB avail 2023-11-16T17:46:27.744 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:27 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:46:27.744 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:27 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:46:27.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:27 smithi143 ceph-mon[110525]: Deploying cephadm binary to smithi143 2023-11-16T17:46:27.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:27 smithi143 ceph-mon[110525]: Deploying cephadm binary to smithi042 2023-11-16T17:46:27.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:27 smithi143 ceph-mon[110525]: mgrmap e24: smithi143.uyynqu(active, since 1.33061s) 2023-11-16T17:46:27.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:27 smithi143 ceph-mon[110525]: pgmap v3: 97 pgs: 97 active+clean; 211 MiB data, 921 MiB used, 714 GiB / 715 GiB avail 2023-11-16T17:46:27.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:27 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:46:27.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:27 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:46:28.439 INFO:teuthology.orchestra.run.smithi042.stdout: 5 28435 9.26 MB/sec warmup 92 sec latency 124.440 ms 2023-11-16T17:46:29.029 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:29 smithi042 ceph-mon[107709]: [16/Nov/2023:17:46:27] ENGINE Bus STARTING 2023-11-16T17:46:29.030 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:29 smithi042 ceph-mon[107709]: pgmap v4: 97 pgs: 97 active+clean; 211 MiB data, 921 MiB used, 714 GiB / 715 GiB avail 2023-11-16T17:46:29.030 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:29 smithi042 ceph-mon[107709]: [16/Nov/2023:17:46:27] ENGINE Serving on https://172.21.15.143:7150 2023-11-16T17:46:29.030 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:29 smithi042 ceph-mon[107709]: [16/Nov/2023:17:46:27] ENGINE Serving on http://172.21.15.143:8765 2023-11-16T17:46:29.030 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:29 smithi042 ceph-mon[107709]: [16/Nov/2023:17:46:27] ENGINE Bus STARTED 2023-11-16T17:46:29.030 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:29 smithi042 ceph-mon[107709]: mgrmap e25: smithi143.uyynqu(active, since 2s) 2023-11-16T17:46:29.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:29 smithi143 ceph-mon[110525]: [16/Nov/2023:17:46:27] ENGINE Bus STARTING 2023-11-16T17:46:29.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:29 smithi143 ceph-mon[110525]: pgmap v4: 97 pgs: 97 active+clean; 211 MiB data, 921 MiB used, 714 GiB / 715 GiB avail 2023-11-16T17:46:29.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:29 smithi143 ceph-mon[110525]: [16/Nov/2023:17:46:27] ENGINE Serving on https://172.21.15.143:7150 2023-11-16T17:46:29.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:29 smithi143 ceph-mon[110525]: [16/Nov/2023:17:46:27] ENGINE Serving on http://172.21.15.143:8765 2023-11-16T17:46:29.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:29 smithi143 ceph-mon[110525]: [16/Nov/2023:17:46:27] ENGINE Bus STARTED 2023-11-16T17:46:29.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:29 smithi143 ceph-mon[110525]: mgrmap e25: smithi143.uyynqu(active, since 2s) 2023-11-16T17:46:29.441 INFO:teuthology.orchestra.run.smithi042.stdout: 5 28652 9.23 MB/sec warmup 93 sec latency 205.537 ms 2023-11-16T17:46:30.455 INFO:teuthology.orchestra.run.smithi042.stdout: 5 29052 9.27 MB/sec warmup 94 sec latency 122.532 ms 2023-11-16T17:46:31.076 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:31 smithi042 ceph-mon[107709]: pgmap v5: 97 pgs: 97 active+clean; 211 MiB data, 921 MiB used, 714 GiB / 715 GiB avail 2023-11-16T17:46:31.076 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:31 smithi042 ceph-mon[107709]: mgrmap e26: smithi143.uyynqu(active, since 4s) 2023-11-16T17:46:31.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:31 smithi143 ceph-mon[110525]: pgmap v5: 97 pgs: 97 active+clean; 211 MiB data, 921 MiB used, 714 GiB / 715 GiB avail 2023-11-16T17:46:31.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:31 smithi143 ceph-mon[110525]: mgrmap e26: smithi143.uyynqu(active, since 4s) 2023-11-16T17:46:31.455 INFO:teuthology.orchestra.run.smithi042.stdout: 5 29278 9.24 MB/sec warmup 95 sec latency 113.488 ms 2023-11-16T17:46:32.456 INFO:teuthology.orchestra.run.smithi042.stdout: 5 29511 9.15 MB/sec warmup 96 sec latency 145.189 ms 2023-11-16T17:46:32.588 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:32 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:46:32.588 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:32 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:46:32.588 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:32 smithi042 ceph-mon[107709]: pgmap v6: 97 pgs: 97 active+clean; 211 MiB data, 925 MiB used, 714 GiB / 715 GiB avail; 360 KiB/s wr, 20 op/s 2023-11-16T17:46:32.588 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:32 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:46:32.588 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:32 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:46:32.833 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:32 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:46:32.834 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:32 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:46:32.834 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:32 smithi143 ceph-mon[110525]: pgmap v6: 97 pgs: 97 active+clean; 211 MiB data, 925 MiB used, 714 GiB / 715 GiB avail; 360 KiB/s wr, 20 op/s 2023-11-16T17:46:32.834 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:32 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:46:32.834 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:32 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:46:33.473 INFO:teuthology.orchestra.run.smithi042.stdout: 5 29835 9.13 MB/sec warmup 97 sec latency 129.448 ms 2023-11-16T17:46:33.603 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:33 smithi042 ceph-mon[107709]: Standby manager daemon smithi042.ozybzf started 2023-11-16T17:46:33.603 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:33 smithi042 ceph-mon[107709]: from='mgr.? 172.21.15.42:0/2524171403' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi042.ozybzf/crt"}]: dispatch 2023-11-16T17:46:33.603 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:33 smithi042 ceph-mon[107709]: from='mgr.? 172.21.15.42:0/2524171403' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-16T17:46:33.603 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:33 smithi042 ceph-mon[107709]: from='mgr.? 172.21.15.42:0/2524171403' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi042.ozybzf/key"}]: dispatch 2023-11-16T17:46:33.603 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:33 smithi042 ceph-mon[107709]: from='mgr.? 172.21.15.42:0/2524171403' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-16T17:46:33.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:33 smithi143 ceph-mon[110525]: Standby manager daemon smithi042.ozybzf started 2023-11-16T17:46:33.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:33 smithi143 ceph-mon[110525]: from='mgr.? 172.21.15.42:0/2524171403' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi042.ozybzf/crt"}]: dispatch 2023-11-16T17:46:33.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:33 smithi143 ceph-mon[110525]: from='mgr.? 172.21.15.42:0/2524171403' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-16T17:46:33.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:33 smithi143 ceph-mon[110525]: from='mgr.? 172.21.15.42:0/2524171403' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi042.ozybzf/key"}]: dispatch 2023-11-16T17:46:33.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:33 smithi143 ceph-mon[110525]: from='mgr.? 172.21.15.42:0/2524171403' entity='mgr.smithi042.ozybzf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-16T17:46:34.468 INFO:teuthology.orchestra.run.smithi042.stdout: 5 30147 9.08 MB/sec warmup 98 sec latency 125.870 ms 2023-11-16T17:46:34.625 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:34 smithi042 ceph-mon[107709]: pgmap v7: 97 pgs: 97 active+clean; 214 MiB data, 954 MiB used, 714 GiB / 715 GiB avail; 35 KiB/s rd, 3.4 MiB/s wr, 328 op/s 2023-11-16T17:46:34.625 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:34 smithi042 ceph-mon[107709]: mgrmap e27: smithi143.uyynqu(active, since 8s), standbys: smithi042.ozybzf 2023-11-16T17:46:34.625 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:34 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "mgr metadata", "who": "smithi042.ozybzf", "id": "smithi042.ozybzf"}]: dispatch 2023-11-16T17:46:34.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:34 smithi143 ceph-mon[110525]: pgmap v7: 97 pgs: 97 active+clean; 214 MiB data, 954 MiB used, 714 GiB / 715 GiB avail; 35 KiB/s rd, 3.4 MiB/s wr, 328 op/s 2023-11-16T17:46:34.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:34 smithi143 ceph-mon[110525]: mgrmap e27: smithi143.uyynqu(active, since 8s), standbys: smithi042.ozybzf 2023-11-16T17:46:34.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:34 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "mgr metadata", "who": "smithi042.ozybzf", "id": "smithi042.ozybzf"}]: dispatch 2023-11-16T17:46:35.468 INFO:teuthology.orchestra.run.smithi042.stdout: 5 30413 9.06 MB/sec warmup 99 sec latency 116.910 ms 2023-11-16T17:46:36.468 INFO:teuthology.orchestra.run.smithi042.stdout: 5 30784 9.11 MB/sec warmup 100 sec latency 187.929 ms 2023-11-16T17:46:37.149 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:36 smithi042 ceph-mon[107709]: pgmap v8: 97 pgs: 97 active+clean; 214 MiB data, 954 MiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 2.7 MiB/s wr, 255 op/s 2023-11-16T17:46:37.149 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:36 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:46:37.149 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:36 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:46:37.149 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:36 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:46:37.149 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:36 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:46:37.149 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:36 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:46:37.150 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:36 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:46:37.150 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:36 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:46:37.150 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:36 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:46:37.150 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:36 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:46:37.150 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:36 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:46:37.150 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:36 smithi042 ceph-mon[107709]: Adjusting osd_memory_target on smithi143 to 2712M 2023-11-16T17:46:37.150 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:36 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:46:37.150 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:36 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:46:37.150 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:36 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:46:37.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:36 smithi143 ceph-mon[110525]: pgmap v8: 97 pgs: 97 active+clean; 214 MiB data, 954 MiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 2.7 MiB/s wr, 255 op/s 2023-11-16T17:46:37.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:36 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:46:37.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:36 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:46:37.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:36 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:46:37.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:36 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:46:37.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:36 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:46:37.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:36 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:46:37.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:36 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:46:37.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:36 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:46:37.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:36 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:46:37.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:36 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:46:37.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:36 smithi143 ceph-mon[110525]: Adjusting osd_memory_target on smithi143 to 2712M 2023-11-16T17:46:37.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:36 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:46:37.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:36 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:46:37.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:36 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:46:37.467 INFO:teuthology.orchestra.run.smithi042.stdout: 5 31144 9.11 MB/sec warmup 101 sec latency 125.946 ms 2023-11-16T17:46:38.468 INFO:teuthology.orchestra.run.smithi042.stdout: 5 31506 9.15 MB/sec warmup 102 sec latency 128.583 ms 2023-11-16T17:46:38.956 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:38 smithi042 ceph-mon[107709]: pgmap v9: 97 pgs: 97 active+clean; 218 MiB data, 989 MiB used, 714 GiB / 715 GiB avail; 25 KiB/s rd, 3.8 MiB/s wr, 399 op/s 2023-11-16T17:46:38.956 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:38 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:46:38.957 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:38 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:46:38.957 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:38 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:46:38.957 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:38 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:46:38.957 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:38 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:46:38.957 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:38 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:46:38.957 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:38 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:46:38.957 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:38 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:46:38.957 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:38 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:46:38.958 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:38 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:46:38.958 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:38 smithi042 ceph-mon[107709]: Adjusting osd_memory_target on smithi042 to 1945M 2023-11-16T17:46:38.958 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:38 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:46:38.958 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:38 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:46:38.958 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:38 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T17:46:38.958 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:38 smithi042 ceph-mon[107709]: Updating smithi042:/etc/ceph/ceph.conf 2023-11-16T17:46:38.958 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:38 smithi042 ceph-mon[107709]: Updating smithi143:/etc/ceph/ceph.conf 2023-11-16T17:46:39.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:38 smithi143 ceph-mon[110525]: pgmap v9: 97 pgs: 97 active+clean; 218 MiB data, 989 MiB used, 714 GiB / 715 GiB avail; 25 KiB/s rd, 3.8 MiB/s wr, 399 op/s 2023-11-16T17:46:39.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:38 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:46:39.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:38 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:46:39.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:38 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:46:39.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:38 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:46:39.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:38 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:46:39.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:38 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:46:39.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:38 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:46:39.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:38 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:46:39.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:38 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:46:39.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:38 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-16T17:46:39.170 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:38 smithi143 ceph-mon[110525]: Adjusting osd_memory_target on smithi042 to 1945M 2023-11-16T17:46:39.170 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:38 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:46:39.170 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:38 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:46:39.170 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:38 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T17:46:39.170 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:38 smithi143 ceph-mon[110525]: Updating smithi042:/etc/ceph/ceph.conf 2023-11-16T17:46:39.170 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:38 smithi143 ceph-mon[110525]: Updating smithi143:/etc/ceph/ceph.conf 2023-11-16T17:46:39.468 INFO:teuthology.orchestra.run.smithi042.stdout: 5 31813 9.19 MB/sec warmup 103 sec latency 147.788 ms 2023-11-16T17:46:39.994 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:39 smithi042 ceph-mon[107709]: Updating smithi143:/var/lib/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/config/ceph.conf 2023-11-16T17:46:39.995 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:39 smithi042 ceph-mon[107709]: Updating smithi042:/var/lib/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/config/ceph.conf 2023-11-16T17:46:39.995 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:39 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:46:39.995 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:39 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:46:40.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:39 smithi143 ceph-mon[110525]: Updating smithi143:/var/lib/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/config/ceph.conf 2023-11-16T17:46:40.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:39 smithi143 ceph-mon[110525]: Updating smithi042:/var/lib/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/config/ceph.conf 2023-11-16T17:46:40.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:39 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:46:40.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:39 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:46:40.468 INFO:teuthology.orchestra.run.smithi042.stdout: 5 32086 9.16 MB/sec warmup 104 sec latency 120.282 ms 2023-11-16T17:46:41.280 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:41 smithi042 ceph-mon[107709]: Updating smithi143:/etc/ceph/ceph.client.admin.keyring 2023-11-16T17:46:41.280 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:41 smithi042 ceph-mon[107709]: Updating smithi042:/etc/ceph/ceph.client.admin.keyring 2023-11-16T17:46:41.280 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:41 smithi042 ceph-mon[107709]: Updating smithi143:/var/lib/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/config/ceph.client.admin.keyring 2023-11-16T17:46:41.280 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:41 smithi042 ceph-mon[107709]: pgmap v10: 97 pgs: 97 active+clean; 218 MiB data, 989 MiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 3.5 MiB/s wr, 365 op/s 2023-11-16T17:46:41.280 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:41 smithi042 ceph-mon[107709]: Updating smithi042:/var/lib/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/config/ceph.client.admin.keyring 2023-11-16T17:46:41.280 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:41 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:46:41.281 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:41 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:46:41.281 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:41 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:46:41.281 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:41 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:46:41.281 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:41 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:46:41.281 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:41 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:46:41.281 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:41 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:46:41.281 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:41 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:46:41.281 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:41 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:46:41.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:41 smithi143 ceph-mon[110525]: Updating smithi143:/etc/ceph/ceph.client.admin.keyring 2023-11-16T17:46:41.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:41 smithi143 ceph-mon[110525]: Updating smithi042:/etc/ceph/ceph.client.admin.keyring 2023-11-16T17:46:41.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:41 smithi143 ceph-mon[110525]: Updating smithi143:/var/lib/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/config/ceph.client.admin.keyring 2023-11-16T17:46:41.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:41 smithi143 ceph-mon[110525]: pgmap v10: 97 pgs: 97 active+clean; 218 MiB data, 989 MiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 3.5 MiB/s wr, 365 op/s 2023-11-16T17:46:41.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:41 smithi143 ceph-mon[110525]: Updating smithi042:/var/lib/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/config/ceph.client.admin.keyring 2023-11-16T17:46:41.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:41 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:46:41.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:41 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:46:41.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:41 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:46:41.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:41 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:46:41.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:41 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:46:41.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:41 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:46:41.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:41 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:46:41.420 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:41 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:46:41.420 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:41 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:46:41.468 INFO:teuthology.orchestra.run.smithi042.stdout: 5 32456 9.19 MB/sec warmup 105 sec latency 125.352 ms 2023-11-16T17:46:42.039 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:42 smithi042 ceph-mon[107709]: Reconfiguring alertmanager.smithi042 (dependencies changed)... 2023-11-16T17:46:42.039 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:42 smithi042 ceph-mon[107709]: Reconfiguring daemon alertmanager.smithi042 on smithi042 2023-11-16T17:46:42.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:42 smithi143 ceph-mon[110525]: Reconfiguring alertmanager.smithi042 (dependencies changed)... 2023-11-16T17:46:42.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:42 smithi143 ceph-mon[110525]: Reconfiguring daemon alertmanager.smithi042 on smithi042 2023-11-16T17:46:42.472 INFO:teuthology.orchestra.run.smithi042.stdout: 5 32799 9.16 MB/sec warmup 106 sec latency 129.048 ms 2023-11-16T17:46:43.075 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:43 smithi042 ceph-mon[107709]: pgmap v11: 97 pgs: 97 active+clean; 218 MiB data, 989 MiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 3.5 MiB/s wr, 365 op/s 2023-11-16T17:46:43.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:43 smithi143 ceph-mon[110525]: pgmap v11: 97 pgs: 97 active+clean; 218 MiB data, 989 MiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 3.5 MiB/s wr, 365 op/s 2023-11-16T17:46:43.473 INFO:teuthology.orchestra.run.smithi042.stdout: 5 33155 9.13 MB/sec warmup 107 sec latency 128.815 ms 2023-11-16T17:46:44.479 INFO:teuthology.orchestra.run.smithi042.stdout: 5 33479 9.11 MB/sec warmup 108 sec latency 116.595 ms 2023-11-16T17:46:45.118 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:45 smithi042 ceph-mon[107709]: pgmap v12: 97 pgs: 97 active+clean; 233 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 25 KiB/s rd, 5.7 MiB/s wr, 551 op/s 2023-11-16T17:46:45.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:45 smithi143 ceph-mon[110525]: pgmap v12: 97 pgs: 97 active+clean; 233 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 25 KiB/s rd, 5.7 MiB/s wr, 551 op/s 2023-11-16T17:46:45.479 INFO:teuthology.orchestra.run.smithi042.stdout: 5 33743 9.07 MB/sec warmup 109 sec latency 130.410 ms 2023-11-16T17:46:46.479 INFO:teuthology.orchestra.run.smithi042.stdout: 5 34048 9.06 MB/sec warmup 110 sec latency 125.079 ms 2023-11-16T17:46:47.179 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:47 smithi042 ceph-mon[107709]: pgmap v13: 97 pgs: 97 active+clean; 233 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.9 MiB/s wr, 368 op/s 2023-11-16T17:46:47.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:47 smithi143 ceph-mon[110525]: pgmap v13: 97 pgs: 97 active+clean; 233 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.9 MiB/s wr, 368 op/s 2023-11-16T17:46:47.479 INFO:teuthology.orchestra.run.smithi042.stdout: 5 34422 9.08 MB/sec warmup 111 sec latency 130.321 ms 2023-11-16T17:46:48.198 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:48 smithi042 ceph-mon[107709]: pgmap v14: 97 pgs: 97 active+clean; 228 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.5 MiB/s wr, 566 op/s 2023-11-16T17:46:48.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:48 smithi143 ceph-mon[110525]: pgmap v14: 97 pgs: 97 active+clean; 228 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.5 MiB/s wr, 566 op/s 2023-11-16T17:46:48.479 INFO:teuthology.orchestra.run.smithi042.stdout: 5 34841 9.11 MB/sec warmup 112 sec latency 87.284 ms 2023-11-16T17:46:49.479 INFO:teuthology.orchestra.run.smithi042.stdout: 5 35216 9.16 MB/sec warmup 113 sec latency 126.319 ms 2023-11-16T17:46:50.479 INFO:teuthology.orchestra.run.smithi042.stdout: 5 35630 9.21 MB/sec warmup 114 sec latency 128.237 ms 2023-11-16T17:46:50.649 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:50 smithi042 ceph-mon[107709]: pgmap v15: 97 pgs: 97 active+clean; 228 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 391 op/s 2023-11-16T17:46:50.666 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:50 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:46:50.666 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:50 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:46:50.666 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:50 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:46:50.666 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:50 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:46:50.666 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:50 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-16T17:46:50.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:50 smithi143 ceph-mon[110525]: pgmap v15: 97 pgs: 97 active+clean; 228 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 391 op/s 2023-11-16T17:46:50.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:50 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:46:50.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:50 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:46:50.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:50 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:46:50.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:50 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:46:50.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:50 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-16T17:46:51.479 INFO:teuthology.orchestra.run.smithi042.stdout: 5 35940 9.21 MB/sec warmup 115 sec latency 128.905 ms 2023-11-16T17:46:51.817 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:51 smithi042 ceph-mon[107709]: Reconfiguring grafana.smithi042 (dependencies changed)... 2023-11-16T17:46:51.817 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:51 smithi042 ceph-mon[107709]: Regenerating cephadm self-signed grafana TLS certificates 2023-11-16T17:46:51.817 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:51 smithi042 ceph-mon[107709]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-16T17:46:51.817 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:51 smithi042 ceph-mon[107709]: Reconfiguring daemon grafana.smithi042 on smithi042 2023-11-16T17:46:51.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:51 smithi143 ceph-mon[110525]: Reconfiguring grafana.smithi042 (dependencies changed)... 2023-11-16T17:46:51.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:51 smithi143 ceph-mon[110525]: Regenerating cephadm self-signed grafana TLS certificates 2023-11-16T17:46:51.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:51 smithi143 ceph-mon[110525]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-16T17:46:51.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:51 smithi143 ceph-mon[110525]: Reconfiguring daemon grafana.smithi042 on smithi042 2023-11-16T17:46:52.479 INFO:teuthology.orchestra.run.smithi042.stdout: 5 36154 9.16 MB/sec warmup 116 sec latency 136.042 ms 2023-11-16T17:46:53.096 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:53 smithi042 ceph-mon[107709]: pgmap v16: 97 pgs: 97 active+clean; 231 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.7 MiB/s wr, 414 op/s 2023-11-16T17:46:53.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:53 smithi143 ceph-mon[110525]: pgmap v16: 97 pgs: 97 active+clean; 231 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.7 MiB/s wr, 414 op/s 2023-11-16T17:46:53.479 INFO:teuthology.orchestra.run.smithi042.stdout: 5 36414 9.12 MB/sec warmup 117 sec latency 91.881 ms 2023-11-16T17:46:54.439 INFO:teuthology.orchestra.run.smithi042.stdout:true 2023-11-16T17:46:54.485 INFO:teuthology.orchestra.run.smithi042.stdout: 5 36628 9.08 MB/sec warmup 118 sec latency 137.376 ms 2023-11-16T17:46:55.134 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:55 smithi042 ceph-mon[107709]: pgmap v17: 97 pgs: 97 active+clean; 245 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 8.4 KiB/s rd, 6.7 MiB/s wr, 607 op/s 2023-11-16T17:46:55.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:55 smithi143 ceph-mon[110525]: pgmap v17: 97 pgs: 97 active+clean; 245 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 8.4 KiB/s rd, 6.7 MiB/s wr, 607 op/s 2023-11-16T17:46:55.489 INFO:teuthology.orchestra.run.smithi042.stdout: 5 36823 9.03 MB/sec warmup 119 sec latency 93.913 ms 2023-11-16T17:46:55.554 INFO:teuthology.orchestra.run.smithi042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-16T17:46:55.554 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager.smithi042 smithi042 *:9093,9094 starting - - - - 2023-11-16T17:46:55.554 INFO:teuthology.orchestra.run.smithi042.stdout:crash.smithi042 smithi042 running (6m) 18s ago 6m 7004k - 17.2.0 e1d6a67b021e f9cf0682c94f 2023-11-16T17:46:55.554 INFO:teuthology.orchestra.run.smithi042.stdout:crash.smithi143 smithi143 running (6m) 24s ago 6m 7176k - 17.2.0 e1d6a67b021e 2fd26e55c7be 2023-11-16T17:46:55.555 INFO:teuthology.orchestra.run.smithi042.stdout:grafana.smithi042 smithi042 *:3000 running (5m) 18s ago 6m 59.9M - 8.3.5 dad864ee21e9 31dd365aa9b3 2023-11-16T17:46:55.555 INFO:teuthology.orchestra.run.smithi042.stdout:mds.foofs.smithi042.xewouy smithi042 running (2m) 18s ago 2m 33.9M - 17.2.0 e1d6a67b021e 6d823b641212 2023-11-16T17:46:55.555 INFO:teuthology.orchestra.run.smithi042.stdout:mds.foofs.smithi143.mjklhf smithi143 running (2m) 24s ago 2m 13.8M - 17.2.0 e1d6a67b021e 1ba0e99b0b78 2023-11-16T17:46:55.555 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.smithi042.ozybzf smithi042 *:9283 running (7m) 18s ago 7m 404M - 17.2.0 e1d6a67b021e 346b5c7f968c 2023-11-16T17:46:55.555 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.smithi143.uyynqu smithi143 *:8443,9283 running (38s) 24s ago 6m 494M - 18.0.0-7421-g50bc6740 1cfb7613cdb7 68bf71cd0a00 2023-11-16T17:46:55.555 INFO:teuthology.orchestra.run.smithi042.stdout:mon.smithi042 smithi042 running (7m) 18s ago 7m 88.0M 2048M 17.2.0 e1d6a67b021e c49729ff160b 2023-11-16T17:46:55.555 INFO:teuthology.orchestra.run.smithi042.stdout:mon.smithi143 smithi143 running (6m) 24s ago 6m 59.3M 2048M 17.2.0 e1d6a67b021e 6a2abe4eaba0 2023-11-16T17:46:55.555 INFO:teuthology.orchestra.run.smithi042.stdout:nfs.foo.0.0.smithi042.fuiunr smithi042 *:2049 running (2m) 18s ago 2m 259M - 4.0 e1d6a67b021e d6641f4acbf6 2023-11-16T17:46:55.555 INFO:teuthology.orchestra.run.smithi042.stdout:nfs.foo.1.0.smithi143.iaszss smithi143 *:2049 running (2m) 24s ago 2m 77.6M - 4.0 e1d6a67b021e 211670dbba08 2023-11-16T17:46:55.555 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.smithi042 smithi042 *:9100 running (6m) 18s ago 6m 29.2M - 1.3.1 1dbe0e931976 a2b63f36e9af 2023-11-16T17:46:55.555 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.smithi143 smithi143 *:9100 running (5m) 24s ago 5m 28.0M - 1.3.1 1dbe0e931976 4866534625ea 2023-11-16T17:46:55.555 INFO:teuthology.orchestra.run.smithi042.stdout:osd.0 smithi042 running (5m) 18s ago 5m 519M 1945M 17.2.0 e1d6a67b021e c3d1dda19b1b 2023-11-16T17:46:55.556 INFO:teuthology.orchestra.run.smithi042.stdout:osd.1 smithi042 running (5m) 18s ago 5m 357M 1945M 17.2.0 e1d6a67b021e 2fb5b74416ca 2023-11-16T17:46:55.556 INFO:teuthology.orchestra.run.smithi042.stdout:osd.2 smithi042 running (4m) 18s ago 4m 194M 1945M 17.2.0 e1d6a67b021e f679e77ec002 2023-11-16T17:46:55.556 INFO:teuthology.orchestra.run.smithi042.stdout:osd.3 smithi042 running (4m) 18s ago 4m 502M 1945M 17.2.0 e1d6a67b021e 873ada24a155 2023-11-16T17:46:55.556 INFO:teuthology.orchestra.run.smithi042.stdout:osd.4 smithi143 running (4m) 24s ago 4m 468M 2712M 17.2.0 e1d6a67b021e 9eb042840814 2023-11-16T17:46:55.556 INFO:teuthology.orchestra.run.smithi042.stdout:osd.5 smithi143 running (3m) 24s ago 3m 459M 2712M 17.2.0 e1d6a67b021e b200897543b4 2023-11-16T17:46:55.556 INFO:teuthology.orchestra.run.smithi042.stdout:osd.6 smithi143 running (3m) 24s ago 3m 444M 2712M 17.2.0 e1d6a67b021e ee1c10cd52d1 2023-11-16T17:46:55.556 INFO:teuthology.orchestra.run.smithi042.stdout:osd.7 smithi143 running (3m) 24s ago 3m 774M 2712M 17.2.0 e1d6a67b021e a4bc11e7edba 2023-11-16T17:46:55.556 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus.smithi042 smithi042 *:9095 running (5m) 18s ago 5m 64.9M - 2.33.4 514e6a882f6e 5f8bf31a628c 2023-11-16T17:46:56.171 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:56 smithi042 ceph-mon[107709]: from='client.24533 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:46:56.171 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:56 smithi042 ceph-mon[107709]: from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:46:56.171 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:56 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:46:56.281 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-11-16T17:46:56.282 INFO:teuthology.orchestra.run.smithi042.stdout: "mon": { 2023-11-16T17:46:56.282 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T17:46:56.282 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-11-16T17:46:56.282 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr": { 2023-11-16T17:46:56.282 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-16T17:46:56.282 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 18.0.0-7421-g50bc6740 (50bc6740f385afe4f36770e739358479a73d8add) reef (dev)": 1 2023-11-16T17:46:56.282 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-11-16T17:46:56.282 INFO:teuthology.orchestra.run.smithi042.stdout: "osd": { 2023-11-16T17:46:56.282 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-16T17:46:56.282 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-11-16T17:46:56.282 INFO:teuthology.orchestra.run.smithi042.stdout: "mds": { 2023-11-16T17:46:56.282 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T17:46:56.283 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-11-16T17:46:56.283 INFO:teuthology.orchestra.run.smithi042.stdout: "overall": { 2023-11-16T17:46:56.283 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-16T17:46:56.283 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 18.0.0-7421-g50bc6740 (50bc6740f385afe4f36770e739358479a73d8add) reef (dev)": 1 2023-11-16T17:46:56.283 INFO:teuthology.orchestra.run.smithi042.stdout: } 2023-11-16T17:46:56.283 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-11-16T17:46:56.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:56 smithi143 ceph-mon[110525]: from='client.24533 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:46:56.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:56 smithi143 ceph-mon[110525]: from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:46:56.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:56 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:46:56.892 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-11-16T17:46:56.892 INFO:teuthology.orchestra.run.smithi042.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8f765c939880e1d45bee26612bbc2e770f7ce493e04525c7a5cce816e4cdafea", 2023-11-16T17:46:56.892 INFO:teuthology.orchestra.run.smithi042.stdout: "in_progress": true, 2023-11-16T17:46:56.893 INFO:teuthology.orchestra.run.smithi042.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-16T17:46:56.893 INFO:teuthology.orchestra.run.smithi042.stdout: "services_complete": [], 2023-11-16T17:46:56.893 INFO:teuthology.orchestra.run.smithi042.stdout: "progress": "1/23 daemons upgraded", 2023-11-16T17:46:56.893 INFO:teuthology.orchestra.run.smithi042.stdout: "message": "", 2023-11-16T17:46:56.893 INFO:teuthology.orchestra.run.smithi042.stdout: "is_paused": false 2023-11-16T17:46:56.893 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-11-16T17:46:57.234 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:57 smithi042 ceph-mon[107709]: from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:46:57.234 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:57 smithi042 ceph-mon[107709]: pgmap v18: 97 pgs: 97 active+clean; 245 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.3 MiB/s wr, 413 op/s 2023-11-16T17:46:57.234 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:57 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/445038427' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-16T17:46:57.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:57 smithi143 ceph-mon[110525]: from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:46:57.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:57 smithi143 ceph-mon[110525]: pgmap v18: 97 pgs: 97 active+clean; 245 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.3 MiB/s wr, 413 op/s 2023-11-16T17:46:57.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:57 smithi143 ceph-mon[110525]: from='client.? 172.21.15.42:0/445038427' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-16T17:46:57.489 INFO:teuthology.orchestra.run.smithi042.stdout: 5 37200 7.24 MB/sec execute 1 sec latency 149.953 ms 2023-11-16T17:46:57.569 INFO:teuthology.orchestra.run.smithi042.stdout:HEALTH_OK 2023-11-16T17:46:58.255 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:58 smithi042 ceph-mon[107709]: from='client.24545 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:46:58.256 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:58 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/1433830891' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-16T17:46:58.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:58 smithi143 ceph-mon[110525]: from='client.24545 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:46:58.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:58 smithi143 ceph-mon[110525]: from='client.? 172.21.15.42:0/1433830891' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-16T17:46:58.489 INFO:teuthology.orchestra.run.smithi042.stdout: 5 37462 6.88 MB/sec execute 2 sec latency 93.430 ms 2023-11-16T17:46:59.307 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:46:59 smithi042 ceph-mon[107709]: pgmap v19: 97 pgs: 97 active+clean; 240 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.4 MiB/s wr, 552 op/s 2023-11-16T17:46:59.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:46:59 smithi143 ceph-mon[110525]: pgmap v19: 97 pgs: 97 active+clean; 240 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.4 MiB/s wr, 552 op/s 2023-11-16T17:46:59.489 INFO:teuthology.orchestra.run.smithi042.stdout: 5 37744 6.80 MB/sec execute 3 sec latency 126.024 ms 2023-11-16T17:47:00.324 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:00 smithi042 ceph-mon[107709]: pgmap v20: 97 pgs: 97 active+clean; 240 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 354 op/s 2023-11-16T17:47:00.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:00 smithi143 ceph-mon[110525]: pgmap v20: 97 pgs: 97 active+clean; 240 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 354 op/s 2023-11-16T17:47:00.491 INFO:teuthology.orchestra.run.smithi042.stdout: 5 38092 8.01 MB/sec execute 4 sec latency 123.393 ms 2023-11-16T17:47:01.491 INFO:teuthology.orchestra.run.smithi042.stdout: 5 38357 7.39 MB/sec execute 5 sec latency 102.646 ms 2023-11-16T17:47:02.492 INFO:teuthology.orchestra.run.smithi042.stdout: 5 38687 8.63 MB/sec execute 6 sec latency 136.271 ms 2023-11-16T17:47:03.139 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:03 smithi042 ceph-mon[107709]: pgmap v21: 97 pgs: 97 active+clean; 241 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.2 MiB/s wr, 374 op/s 2023-11-16T17:47:03.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:03 smithi143 ceph-mon[110525]: pgmap v21: 97 pgs: 97 active+clean; 241 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.2 MiB/s wr, 374 op/s 2023-11-16T17:47:03.492 INFO:teuthology.orchestra.run.smithi042.stdout: 5 39049 9.14 MB/sec execute 7 sec latency 136.852 ms 2023-11-16T17:47:04.492 INFO:teuthology.orchestra.run.smithi042.stdout: 5 39350 9.10 MB/sec execute 8 sec latency 124.905 ms 2023-11-16T17:47:05.181 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:05 smithi042 ceph-mon[107709]: pgmap v22: 97 pgs: 97 active+clean; 247 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.7 MiB/s wr, 490 op/s 2023-11-16T17:47:05.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:05 smithi143 ceph-mon[110525]: pgmap v22: 97 pgs: 97 active+clean; 247 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.7 MiB/s wr, 490 op/s 2023-11-16T17:47:05.491 INFO:teuthology.orchestra.run.smithi042.stdout: 5 39640 9.13 MB/sec execute 9 sec latency 101.473 ms 2023-11-16T17:47:06.492 INFO:teuthology.orchestra.run.smithi042.stdout: 5 39906 8.48 MB/sec execute 10 sec latency 118.538 ms 2023-11-16T17:47:07.217 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:07 smithi042 ceph-mon[107709]: pgmap v23: 97 pgs: 97 active+clean; 247 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 5.5 KiB/s rd, 2.7 MiB/s wr, 297 op/s 2023-11-16T17:47:07.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:07 smithi143 ceph-mon[110525]: pgmap v23: 97 pgs: 97 active+clean; 247 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 5.5 KiB/s rd, 2.7 MiB/s wr, 297 op/s 2023-11-16T17:47:07.492 INFO:teuthology.orchestra.run.smithi042.stdout: 5 40116 7.95 MB/sec execute 11 sec latency 122.731 ms 2023-11-16T17:47:08.492 INFO:teuthology.orchestra.run.smithi042.stdout: 5 40394 7.78 MB/sec execute 12 sec latency 126.678 ms 2023-11-16T17:47:09.244 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:09 smithi042 ceph-mon[107709]: pgmap v24: 97 pgs: 97 active+clean; 256 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 8.4 KiB/s rd, 4.8 MiB/s wr, 478 op/s 2023-11-16T17:47:09.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:09 smithi143 ceph-mon[110525]: pgmap v24: 97 pgs: 97 active+clean; 256 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 8.4 KiB/s rd, 4.8 MiB/s wr, 478 op/s 2023-11-16T17:47:09.494 INFO:teuthology.orchestra.run.smithi042.stdout: 5 40626 7.61 MB/sec execute 13 sec latency 122.662 ms 2023-11-16T17:47:10.493 INFO:teuthology.orchestra.run.smithi042.stdout: 5 40920 7.70 MB/sec execute 14 sec latency 123.432 ms 2023-11-16T17:47:11.300 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:11 smithi042 ceph-mon[107709]: pgmap v25: 97 pgs: 97 active+clean; 256 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.7 MiB/s wr, 339 op/s 2023-11-16T17:47:11.300 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:11 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:47:11.300 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:11 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:47:11.300 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:11 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:47:11.300 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:11 smithi042 ceph-mon[107709]: Reconfiguring node-exporter.smithi042 (dependencies changed)... 2023-11-16T17:47:11.301 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:11 smithi042 ceph-mon[107709]: Reconfiguring daemon node-exporter.smithi042 on smithi042 2023-11-16T17:47:11.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:11 smithi143 ceph-mon[110525]: pgmap v25: 97 pgs: 97 active+clean; 256 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.7 MiB/s wr, 339 op/s 2023-11-16T17:47:11.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:11 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:47:11.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:11 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:47:11.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:11 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:47:11.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:11 smithi143 ceph-mon[110525]: Reconfiguring node-exporter.smithi042 (dependencies changed)... 2023-11-16T17:47:11.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:11 smithi143 ceph-mon[110525]: Reconfiguring daemon node-exporter.smithi042 on smithi042 2023-11-16T17:47:11.493 INFO:teuthology.orchestra.run.smithi042.stdout: 5 41267 7.66 MB/sec execute 15 sec latency 117.051 ms 2023-11-16T17:47:12.493 INFO:teuthology.orchestra.run.smithi042.stdout: 5 41561 7.65 MB/sec execute 16 sec latency 128.796 ms 2023-11-16T17:47:13.087 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:13 smithi042 ceph-mon[107709]: pgmap v26: 97 pgs: 97 active+clean; 257 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 4.7 KiB/s rd, 4.3 MiB/s wr, 440 op/s 2023-11-16T17:47:13.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:13 smithi143 ceph-mon[110525]: pgmap v26: 97 pgs: 97 active+clean; 257 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 4.7 KiB/s rd, 4.3 MiB/s wr, 440 op/s 2023-11-16T17:47:13.502 INFO:teuthology.orchestra.run.smithi042.stdout: 5 41827 7.71 MB/sec execute 17 sec latency 131.584 ms 2023-11-16T17:47:14.131 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:14 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:47:14.131 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:14 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:47:14.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:14 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:47:14.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:14 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:47:14.502 INFO:teuthology.orchestra.run.smithi042.stdout: 5 42182 7.97 MB/sec execute 18 sec latency 209.542 ms 2023-11-16T17:47:15.151 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:15 smithi042 ceph-mon[107709]: Reconfiguring prometheus.smithi042 (dependencies changed)... 2023-11-16T17:47:15.152 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:15 smithi042 ceph-mon[107709]: Reconfiguring daemon prometheus.smithi042 on smithi042 2023-11-16T17:47:15.152 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:15 smithi042 ceph-mon[107709]: pgmap v27: 97 pgs: 97 active+clean; 254 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.6 MiB/s wr, 486 op/s 2023-11-16T17:47:15.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:15 smithi143 ceph-mon[110525]: Reconfiguring prometheus.smithi042 (dependencies changed)... 2023-11-16T17:47:15.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:15 smithi143 ceph-mon[110525]: Reconfiguring daemon prometheus.smithi042 on smithi042 2023-11-16T17:47:15.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:15 smithi143 ceph-mon[110525]: pgmap v27: 97 pgs: 97 active+clean; 254 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.6 MiB/s wr, 486 op/s 2023-11-16T17:47:15.502 INFO:teuthology.orchestra.run.smithi042.stdout: 5 42407 7.90 MB/sec execute 19 sec latency 206.216 ms 2023-11-16T17:47:16.200 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:16 smithi042 ceph-mon[107709]: pgmap v28: 97 pgs: 97 active+clean; 254 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.4 MiB/s wr, 347 op/s 2023-11-16T17:47:16.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:16 smithi143 ceph-mon[110525]: pgmap v28: 97 pgs: 97 active+clean; 254 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.4 MiB/s wr, 347 op/s 2023-11-16T17:47:16.502 INFO:teuthology.orchestra.run.smithi042.stdout: 5 42688 8.03 MB/sec execute 20 sec latency 119.069 ms 2023-11-16T17:47:17.508 INFO:teuthology.orchestra.run.smithi042.stdout: 5 42950 8.08 MB/sec execute 21 sec latency 138.427 ms 2023-11-16T17:47:18.508 INFO:teuthology.orchestra.run.smithi042.stdout: 5 43220 8.08 MB/sec execute 22 sec latency 129.030 ms 2023-11-16T17:47:19.266 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:19 smithi042 ceph-mon[107709]: pgmap v29: 97 pgs: 97 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.5 MiB/s wr, 513 op/s 2023-11-16T17:47:19.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:19 smithi143 ceph-mon[110525]: pgmap v29: 97 pgs: 97 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.5 MiB/s wr, 513 op/s 2023-11-16T17:47:19.508 INFO:teuthology.orchestra.run.smithi042.stdout: 5 43496 7.84 MB/sec execute 23 sec latency 159.541 ms 2023-11-16T17:47:20.508 INFO:teuthology.orchestra.run.smithi042.stdout: 5 43839 7.81 MB/sec execute 24 sec latency 108.172 ms 2023-11-16T17:47:21.291 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:21 smithi042 ceph-mon[107709]: pgmap v30: 97 pgs: 97 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.4 MiB/s wr, 332 op/s 2023-11-16T17:47:21.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:21 smithi143 ceph-mon[110525]: pgmap v30: 97 pgs: 97 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.4 MiB/s wr, 332 op/s 2023-11-16T17:47:21.508 INFO:teuthology.orchestra.run.smithi042.stdout: 5 44151 7.81 MB/sec execute 25 sec latency 127.928 ms 2023-11-16T17:47:22.508 INFO:teuthology.orchestra.run.smithi042.stdout: 5 44556 8.04 MB/sec execute 26 sec latency 127.592 ms 2023-11-16T17:47:23.068 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:23 smithi042 ceph-mon[107709]: pgmap v31: 97 pgs: 97 active+clean; 268 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.0 KiB/s rd, 4.1 MiB/s wr, 406 op/s 2023-11-16T17:47:23.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:23 smithi143 ceph-mon[110525]: pgmap v31: 97 pgs: 97 active+clean; 268 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.0 KiB/s rd, 4.1 MiB/s wr, 406 op/s 2023-11-16T17:47:23.508 INFO:teuthology.orchestra.run.smithi042.stdout: 5 44926 7.97 MB/sec execute 27 sec latency 123.403 ms 2023-11-16T17:47:24.508 INFO:teuthology.orchestra.run.smithi042.stdout: 5 45267 7.98 MB/sec execute 28 sec latency 127.412 ms 2023-11-16T17:47:25.105 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:25 smithi042 ceph-mon[107709]: pgmap v32: 97 pgs: 97 active+clean; 267 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.6 KiB/s rd, 4.6 MiB/s wr, 425 op/s 2023-11-16T17:47:25.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:25 smithi143 ceph-mon[110525]: pgmap v32: 97 pgs: 97 active+clean; 267 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.6 KiB/s rd, 4.6 MiB/s wr, 425 op/s 2023-11-16T17:47:25.509 INFO:teuthology.orchestra.run.smithi042.stdout: 5 45515 7.93 MB/sec execute 29 sec latency 127.037 ms 2023-11-16T17:47:26.117 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:26 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:47:26.118 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:26 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:47:26.118 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:26 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:47:26.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:26 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:47:26.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:26 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:47:26.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:26 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:47:26.518 INFO:teuthology.orchestra.run.smithi042.stdout: 5 45904 8.17 MB/sec execute 30 sec latency 130.271 ms 2023-11-16T17:47:27.138 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:27 smithi042 ceph-mon[107709]: pgmap v33: 97 pgs: 97 active+clean; 267 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.9 MiB/s wr, 359 op/s 2023-11-16T17:47:27.138 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:27 smithi042 ceph-mon[107709]: Reconfiguring node-exporter.smithi143 (dependencies changed)... 2023-11-16T17:47:27.138 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:27 smithi042 ceph-mon[107709]: Reconfiguring daemon node-exporter.smithi143 on smithi143 2023-11-16T17:47:27.284 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:27 smithi143 ceph-mon[110525]: pgmap v33: 97 pgs: 97 active+clean; 267 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.9 MiB/s wr, 359 op/s 2023-11-16T17:47:27.285 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:27 smithi143 ceph-mon[110525]: Reconfiguring node-exporter.smithi143 (dependencies changed)... 2023-11-16T17:47:27.285 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:27 smithi143 ceph-mon[110525]: Reconfiguring daemon node-exporter.smithi143 on smithi143 2023-11-16T17:47:27.519 INFO:teuthology.orchestra.run.smithi042.stdout: 5 46312 8.44 MB/sec execute 31 sec latency 107.391 ms 2023-11-16T17:47:28.117 INFO:teuthology.orchestra.run.smithi042.stdout:true 2023-11-16T17:47:28.406 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:28 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:47:28.406 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:28 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:47:28.406 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:28 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-16T17:47:28.407 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:28 smithi042 ceph-mon[107709]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-16T17:47:28.407 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:28 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi042.front.sepia.ceph.com:9093"}]: dispatch 2023-11-16T17:47:28.407 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:28 smithi042 ceph-mon[107709]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi042.front.sepia.ceph.com:9093"}]: dispatch 2023-11-16T17:47:28.407 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:28 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:47:28.407 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:28 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-16T17:47:28.407 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:28 smithi042 ceph-mon[107709]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-16T17:47:28.407 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:28 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi042.front.sepia.ceph.com:3000"}]: dispatch 2023-11-16T17:47:28.407 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:28 smithi042 ceph-mon[107709]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi042.front.sepia.ceph.com:3000"}]: dispatch 2023-11-16T17:47:28.407 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:28 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:47:28.407 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:28 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-16T17:47:28.407 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:28 smithi042 ceph-mon[107709]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-16T17:47:28.407 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:28 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi042.front.sepia.ceph.com:9095"}]: dispatch 2023-11-16T17:47:28.408 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:28 smithi042 ceph-mon[107709]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi042.front.sepia.ceph.com:9095"}]: dispatch 2023-11-16T17:47:28.408 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:28 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:47:28.408 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:28 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:47:28.408 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:28 smithi042 ceph-mon[107709]: Upgrade: Need to upgrade myself (mgr.smithi143.uyynqu) 2023-11-16T17:47:28.408 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:28 smithi042 ceph-mon[107709]: Upgrade: Need to upgrade myself (mgr.smithi143.uyynqu) 2023-11-16T17:47:28.408 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:28 smithi042 ceph-mon[107709]: pgmap v34: 97 pgs: 97 active+clean; 278 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 7.8 KiB/s rd, 6.0 MiB/s wr, 553 op/s 2023-11-16T17:47:28.519 INFO:teuthology.orchestra.run.smithi042.stdout: 5 46604 8.42 MB/sec execute 32 sec latency 130.126 ms 2023-11-16T17:47:28.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:28 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:47:28.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:28 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:47:28.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:28 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-16T17:47:28.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:28 smithi143 ceph-mon[110525]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-16T17:47:28.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:28 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi042.front.sepia.ceph.com:9093"}]: dispatch 2023-11-16T17:47:28.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:28 smithi143 ceph-mon[110525]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi042.front.sepia.ceph.com:9093"}]: dispatch 2023-11-16T17:47:28.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:28 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:47:28.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:28 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-16T17:47:28.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:28 smithi143 ceph-mon[110525]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-16T17:47:28.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:28 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi042.front.sepia.ceph.com:3000"}]: dispatch 2023-11-16T17:47:28.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:28 smithi143 ceph-mon[110525]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi042.front.sepia.ceph.com:3000"}]: dispatch 2023-11-16T17:47:28.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:28 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:47:28.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:28 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-16T17:47:28.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:28 smithi143 ceph-mon[110525]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-16T17:47:28.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:28 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi042.front.sepia.ceph.com:9095"}]: dispatch 2023-11-16T17:47:28.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:28 smithi143 ceph-mon[110525]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi042.front.sepia.ceph.com:9095"}]: dispatch 2023-11-16T17:47:28.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:28 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:47:28.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:28 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:47:28.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:28 smithi143 ceph-mon[110525]: Upgrade: Need to upgrade myself (mgr.smithi143.uyynqu) 2023-11-16T17:47:28.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:28 smithi143 ceph-mon[110525]: Upgrade: Need to upgrade myself (mgr.smithi143.uyynqu) 2023-11-16T17:47:28.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:28 smithi143 ceph-mon[110525]: pgmap v34: 97 pgs: 97 active+clean; 278 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 7.8 KiB/s rd, 6.0 MiB/s wr, 553 op/s 2023-11-16T17:47:29.194 INFO:teuthology.orchestra.run.smithi042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-16T17:47:29.194 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager.smithi042 smithi042 *:9093,9094 starting - - - - 2023-11-16T17:47:29.195 INFO:teuthology.orchestra.run.smithi042.stdout:crash.smithi042 smithi042 running (7m) 52s ago 7m 7004k - 17.2.0 e1d6a67b021e f9cf0682c94f 2023-11-16T17:47:29.195 INFO:teuthology.orchestra.run.smithi042.stdout:crash.smithi143 smithi143 running (6m) 57s ago 6m 7176k - 17.2.0 e1d6a67b021e 2fd26e55c7be 2023-11-16T17:47:29.195 INFO:teuthology.orchestra.run.smithi042.stdout:grafana.smithi042 smithi042 *:3000 starting - - - - 2023-11-16T17:47:29.195 INFO:teuthology.orchestra.run.smithi042.stdout:mds.foofs.smithi042.xewouy smithi042 running (2m) 52s ago 2m 33.9M - 17.2.0 e1d6a67b021e 6d823b641212 2023-11-16T17:47:29.195 INFO:teuthology.orchestra.run.smithi042.stdout:mds.foofs.smithi143.mjklhf smithi143 running (2m) 57s ago 2m 13.8M - 17.2.0 e1d6a67b021e 1ba0e99b0b78 2023-11-16T17:47:29.195 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.smithi042.ozybzf smithi042 *:9283 running (8m) 52s ago 8m 404M - 17.2.0 e1d6a67b021e 346b5c7f968c 2023-11-16T17:47:29.195 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.smithi143.uyynqu smithi143 *:8443,9283 running (72s) 57s ago 6m 494M - 18.0.0-7421-g50bc6740 1cfb7613cdb7 68bf71cd0a00 2023-11-16T17:47:29.195 INFO:teuthology.orchestra.run.smithi042.stdout:mon.smithi042 smithi042 running (8m) 52s ago 8m 88.0M 2048M 17.2.0 e1d6a67b021e c49729ff160b 2023-11-16T17:47:29.195 INFO:teuthology.orchestra.run.smithi042.stdout:mon.smithi143 smithi143 running (6m) 57s ago 6m 59.3M 2048M 17.2.0 e1d6a67b021e 6a2abe4eaba0 2023-11-16T17:47:29.195 INFO:teuthology.orchestra.run.smithi042.stdout:nfs.foo.0.0.smithi042.fuiunr smithi042 *:2049 running (2m) 52s ago 2m 259M - 4.0 e1d6a67b021e d6641f4acbf6 2023-11-16T17:47:29.195 INFO:teuthology.orchestra.run.smithi042.stdout:nfs.foo.1.0.smithi143.iaszss smithi143 *:2049 running (2m) 57s ago 2m 77.6M - 4.0 e1d6a67b021e 211670dbba08 2023-11-16T17:47:29.195 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.smithi042 smithi042 *:9100 starting - - - - 2023-11-16T17:47:29.195 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.smithi143 smithi143 *:9100 starting - - - - 2023-11-16T17:47:29.195 INFO:teuthology.orchestra.run.smithi042.stdout:osd.0 smithi042 running (6m) 52s ago 6m 519M 1945M 17.2.0 e1d6a67b021e c3d1dda19b1b 2023-11-16T17:47:29.195 INFO:teuthology.orchestra.run.smithi042.stdout:osd.1 smithi042 running (5m) 52s ago 5m 357M 1945M 17.2.0 e1d6a67b021e 2fb5b74416ca 2023-11-16T17:47:29.196 INFO:teuthology.orchestra.run.smithi042.stdout:osd.2 smithi042 running (5m) 52s ago 5m 194M 1945M 17.2.0 e1d6a67b021e f679e77ec002 2023-11-16T17:47:29.196 INFO:teuthology.orchestra.run.smithi042.stdout:osd.3 smithi042 running (5m) 52s ago 5m 502M 1945M 17.2.0 e1d6a67b021e 873ada24a155 2023-11-16T17:47:29.196 INFO:teuthology.orchestra.run.smithi042.stdout:osd.4 smithi143 running (4m) 57s ago 4m 468M 2712M 17.2.0 e1d6a67b021e 9eb042840814 2023-11-16T17:47:29.196 INFO:teuthology.orchestra.run.smithi042.stdout:osd.5 smithi143 running (4m) 57s ago 4m 459M 2712M 17.2.0 e1d6a67b021e b200897543b4 2023-11-16T17:47:29.196 INFO:teuthology.orchestra.run.smithi042.stdout:osd.6 smithi143 running (4m) 57s ago 4m 444M 2712M 17.2.0 e1d6a67b021e ee1c10cd52d1 2023-11-16T17:47:29.196 INFO:teuthology.orchestra.run.smithi042.stdout:osd.7 smithi143 running (3m) 57s ago 3m 774M 2712M 17.2.0 e1d6a67b021e a4bc11e7edba 2023-11-16T17:47:29.196 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus.smithi042 smithi042 *:9095 starting - - - - 2023-11-16T17:47:29.418 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:29 smithi042 ceph-mon[107709]: from='client.24551 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:47:29.418 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:29 smithi042 ceph-mon[107709]: from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:47:29.519 INFO:teuthology.orchestra.run.smithi042.stdout: 5 46921 8.30 MB/sec execute 33 sec latency 143.390 ms 2023-11-16T17:47:29.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:29 smithi143 ceph-mon[110525]: from='client.24551 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:47:29.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:29 smithi143 ceph-mon[110525]: from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:47:29.870 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-11-16T17:47:29.870 INFO:teuthology.orchestra.run.smithi042.stdout: "mon": { 2023-11-16T17:47:29.870 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T17:47:29.870 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-11-16T17:47:29.870 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr": { 2023-11-16T17:47:29.870 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-16T17:47:29.870 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 18.0.0-7421-g50bc6740 (50bc6740f385afe4f36770e739358479a73d8add) reef (dev)": 1 2023-11-16T17:47:29.870 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-11-16T17:47:29.871 INFO:teuthology.orchestra.run.smithi042.stdout: "osd": { 2023-11-16T17:47:29.871 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-16T17:47:29.871 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-11-16T17:47:29.871 INFO:teuthology.orchestra.run.smithi042.stdout: "mds": { 2023-11-16T17:47:29.871 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T17:47:29.871 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-11-16T17:47:29.871 INFO:teuthology.orchestra.run.smithi042.stdout: "overall": { 2023-11-16T17:47:29.871 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-16T17:47:29.871 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 18.0.0-7421-g50bc6740 (50bc6740f385afe4f36770e739358479a73d8add) reef (dev)": 1 2023-11-16T17:47:29.871 INFO:teuthology.orchestra.run.smithi042.stdout: } 2023-11-16T17:47:29.871 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-11-16T17:47:30.439 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-11-16T17:47:30.439 INFO:teuthology.orchestra.run.smithi042.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8f765c939880e1d45bee26612bbc2e770f7ce493e04525c7a5cce816e4cdafea", 2023-11-16T17:47:30.439 INFO:teuthology.orchestra.run.smithi042.stdout: "in_progress": true, 2023-11-16T17:47:30.440 INFO:teuthology.orchestra.run.smithi042.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-16T17:47:30.440 INFO:teuthology.orchestra.run.smithi042.stdout: "services_complete": [], 2023-11-16T17:47:30.440 INFO:teuthology.orchestra.run.smithi042.stdout: "progress": "1/23 daemons upgraded", 2023-11-16T17:47:30.440 INFO:teuthology.orchestra.run.smithi042.stdout: "message": "Currently upgrading mgr daemons", 2023-11-16T17:47:30.440 INFO:teuthology.orchestra.run.smithi042.stdout: "is_paused": false 2023-11-16T17:47:30.440 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-11-16T17:47:30.519 INFO:teuthology.orchestra.run.smithi042.stdout: 5 47174 8.15 MB/sec execute 34 sec latency 122.222 ms 2023-11-16T17:47:30.683 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:30 smithi042 ceph-mon[107709]: from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:47:30.683 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:30 smithi042 ceph-mon[107709]: Upgrade: Updating mgr.smithi042.ozybzf 2023-11-16T17:47:30.683 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:30 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:47:30.683 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:30 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi042.ozybzf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-16T17:47:30.683 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:30 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi042.ozybzf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-16T17:47:30.683 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:30 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-16T17:47:30.683 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:30 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:47:30.683 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:30 smithi042 ceph-mon[107709]: Deploying daemon mgr.smithi042.ozybzf on smithi042 2023-11-16T17:47:30.683 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:30 smithi042 ceph-mon[107709]: pgmap v35: 97 pgs: 97 active+clean; 278 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 388 op/s 2023-11-16T17:47:30.683 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:30 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/1679557871' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-16T17:47:30.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:30 smithi143 ceph-mon[110525]: from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:47:30.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:30 smithi143 ceph-mon[110525]: Upgrade: Updating mgr.smithi042.ozybzf 2023-11-16T17:47:30.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:30 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:47:30.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:30 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi042.ozybzf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-16T17:47:30.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:30 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi042.ozybzf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-16T17:47:30.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:30 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-16T17:47:30.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:30 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:47:30.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:30 smithi143 ceph-mon[110525]: Deploying daemon mgr.smithi042.ozybzf on smithi042 2023-11-16T17:47:30.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:30 smithi143 ceph-mon[110525]: pgmap v35: 97 pgs: 97 active+clean; 278 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 388 op/s 2023-11-16T17:47:30.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:30 smithi143 ceph-mon[110525]: from='client.? 172.21.15.42:0/1679557871' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-16T17:47:31.072 INFO:teuthology.orchestra.run.smithi042.stdout:HEALTH_OK 2023-11-16T17:47:31.527 INFO:teuthology.orchestra.run.smithi042.stdout: 5 47474 8.17 MB/sec execute 35 sec latency 119.369 ms 2023-11-16T17:47:31.698 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:31 smithi042 ceph-mon[107709]: from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:47:31.698 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:31 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/4066461335' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-16T17:47:31.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:31 smithi143 ceph-mon[110525]: from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:47:31.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:31 smithi143 ceph-mon[110525]: from='client.? 172.21.15.42:0/4066461335' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-16T17:47:32.528 INFO:teuthology.orchestra.run.smithi042.stdout: 5 47887 8.27 MB/sec execute 36 sec latency 119.802 ms 2023-11-16T17:47:33.215 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:33 smithi042 ceph-mon[107709]: pgmap v36: 97 pgs: 97 active+clean; 279 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.8 MiB/s wr, 477 op/s 2023-11-16T17:47:33.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:33 smithi143 ceph-mon[110525]: pgmap v36: 97 pgs: 97 active+clean; 279 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.8 MiB/s wr, 477 op/s 2023-11-16T17:47:33.528 INFO:teuthology.orchestra.run.smithi042.stdout: 5 48310 8.29 MB/sec execute 37 sec latency 129.807 ms 2023-11-16T17:47:34.528 INFO:teuthology.orchestra.run.smithi042.stdout: 5 48774 8.41 MB/sec execute 38 sec latency 130.220 ms 2023-11-16T17:47:35.241 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:35 smithi042 ceph-mon[107709]: pgmap v37: 97 pgs: 97 active+clean; 278 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.3 MiB/s wr, 517 op/s 2023-11-16T17:47:35.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:35 smithi143 ceph-mon[110525]: pgmap v37: 97 pgs: 97 active+clean; 278 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.3 MiB/s wr, 517 op/s 2023-11-16T17:47:35.528 INFO:teuthology.orchestra.run.smithi042.stdout: 5 49201 8.50 MB/sec execute 39 sec latency 107.284 ms 2023-11-16T17:47:36.528 INFO:teuthology.orchestra.run.smithi042.stdout: 5 49562 8.59 MB/sec execute 40 sec latency 131.050 ms 2023-11-16T17:47:37.279 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:37 smithi042 ceph-mon[107709]: pgmap v38: 97 pgs: 97 active+clean; 278 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 397 op/s 2023-11-16T17:47:37.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:37 smithi143 ceph-mon[110525]: pgmap v38: 97 pgs: 97 active+clean; 278 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 397 op/s 2023-11-16T17:47:37.528 INFO:teuthology.orchestra.run.smithi042.stdout: 5 49895 8.70 MB/sec execute 41 sec latency 122.557 ms 2023-11-16T17:47:38.528 INFO:teuthology.orchestra.run.smithi042.stdout: 5 50160 8.63 MB/sec execute 42 sec latency 125.425 ms 2023-11-16T17:47:39.322 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:39 smithi042 ceph-mon[107709]: pgmap v39: 97 pgs: 97 active+clean; 290 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.7 MiB/s wr, 630 op/s 2023-11-16T17:47:39.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:39 smithi143 ceph-mon[110525]: pgmap v39: 97 pgs: 97 active+clean; 290 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.7 MiB/s wr, 630 op/s 2023-11-16T17:47:39.531 INFO:teuthology.orchestra.run.smithi042.stdout: 5 50517 8.61 MB/sec execute 43 sec latency 133.354 ms 2023-11-16T17:47:40.531 INFO:teuthology.orchestra.run.smithi042.stdout: 5 50803 8.50 MB/sec execute 44 sec latency 116.995 ms 2023-11-16T17:47:41.105 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:41 smithi042 ceph-mon[107709]: pgmap v40: 97 pgs: 97 active+clean; 290 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.5 MiB/s wr, 436 op/s 2023-11-16T17:47:41.105 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:41 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:47:41.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:41 smithi143 ceph-mon[110525]: pgmap v40: 97 pgs: 97 active+clean; 290 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.5 MiB/s wr, 436 op/s 2023-11-16T17:47:41.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:41 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:47:41.539 INFO:teuthology.orchestra.run.smithi042.stdout: 5 51139 8.54 MB/sec execute 45 sec latency 115.802 ms 2023-11-16T17:47:42.539 INFO:teuthology.orchestra.run.smithi042.stdout: 5 51693 8.60 MB/sec execute 46 sec latency 126.318 ms 2023-11-16T17:47:43.140 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:43 smithi042 ceph-mon[107709]: pgmap v41: 97 pgs: 97 active+clean; 285 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 5.0 MiB/s wr, 462 op/s 2023-11-16T17:47:43.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:43 smithi143 ceph-mon[110525]: pgmap v41: 97 pgs: 97 active+clean; 285 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 5.0 MiB/s wr, 462 op/s 2023-11-16T17:47:43.539 INFO:teuthology.orchestra.run.smithi042.stdout: 5 52102 8.63 MB/sec execute 47 sec latency 126.010 ms 2023-11-16T17:47:44.145 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:44 smithi042 ceph-mon[107709]: pgmap v42: 97 pgs: 97 active+clean; 290 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.6 MiB/s wr, 550 op/s 2023-11-16T17:47:44.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:44 smithi143 ceph-mon[110525]: pgmap v42: 97 pgs: 97 active+clean; 290 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.6 MiB/s wr, 550 op/s 2023-11-16T17:47:44.545 INFO:teuthology.orchestra.run.smithi042.stdout: 5 52525 8.81 MB/sec execute 48 sec latency 136.342 ms 2023-11-16T17:47:45.545 INFO:teuthology.orchestra.run.smithi042.stdout: 5 52878 8.86 MB/sec execute 49 sec latency 127.198 ms 2023-11-16T17:47:46.545 INFO:teuthology.orchestra.run.smithi042.stdout: 5 53172 8.87 MB/sec execute 50 sec latency 122.706 ms 2023-11-16T17:47:46.835 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:46 smithi042 ceph-mon[107709]: pgmap v43: 97 pgs: 97 active+clean; 290 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.4 MiB/s wr, 436 op/s 2023-11-16T17:47:46.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:46 smithi143 ceph-mon[110525]: pgmap v43: 97 pgs: 97 active+clean; 290 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.4 MiB/s wr, 436 op/s 2023-11-16T17:47:47.545 INFO:teuthology.orchestra.run.smithi042.stdout: 5 53495 8.88 MB/sec execute 51 sec latency 127.452 ms 2023-11-16T17:47:48.545 INFO:teuthology.orchestra.run.smithi042.stdout: 5 53726 8.79 MB/sec execute 52 sec latency 127.463 ms 2023-11-16T17:47:49.113 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:49 smithi042 ceph-mon[107709]: pgmap v44: 97 pgs: 97 active+clean; 303 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.9 MiB/s wr, 664 op/s 2023-11-16T17:47:49.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:49 smithi143 ceph-mon[110525]: pgmap v44: 97 pgs: 97 active+clean; 303 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.9 MiB/s wr, 664 op/s 2023-11-16T17:47:49.545 INFO:teuthology.orchestra.run.smithi042.stdout: 5 54001 8.75 MB/sec execute 53 sec latency 125.757 ms 2023-11-16T17:47:50.545 INFO:teuthology.orchestra.run.smithi042.stdout: 5 54276 8.74 MB/sec execute 54 sec latency 126.033 ms 2023-11-16T17:47:51.161 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:51 smithi042 ceph-mon[107709]: pgmap v45: 97 pgs: 97 active+clean; 303 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.5 MiB/s wr, 431 op/s 2023-11-16T17:47:51.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:51 smithi143 ceph-mon[110525]: pgmap v45: 97 pgs: 97 active+clean; 303 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.5 MiB/s wr, 431 op/s 2023-11-16T17:47:51.545 INFO:teuthology.orchestra.run.smithi042.stdout: 5 54604 8.70 MB/sec execute 55 sec latency 136.449 ms 2023-11-16T17:47:52.545 INFO:teuthology.orchestra.run.smithi042.stdout: 5 54989 8.67 MB/sec execute 56 sec latency 130.191 ms 2023-11-16T17:47:53.186 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:53 smithi042 ceph-mon[107709]: pgmap v46: 97 pgs: 97 active+clean; 305 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 5.8 MiB/s wr, 576 op/s 2023-11-16T17:47:53.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:53 smithi143 ceph-mon[110525]: pgmap v46: 97 pgs: 97 active+clean; 305 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 5.8 MiB/s wr, 576 op/s 2023-11-16T17:47:53.546 INFO:teuthology.orchestra.run.smithi042.stdout: 5 55324 8.64 MB/sec execute 57 sec latency 97.679 ms 2023-11-16T17:47:54.206 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:54 smithi042 ceph-mon[107709]: pgmap v47: 97 pgs: 97 active+clean; 302 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.7 MiB/s wr, 590 op/s 2023-11-16T17:47:54.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:54 smithi143 ceph-mon[110525]: pgmap v47: 97 pgs: 97 active+clean; 302 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.7 MiB/s wr, 590 op/s 2023-11-16T17:47:54.546 INFO:teuthology.orchestra.run.smithi042.stdout: 5 55744 8.72 MB/sec execute 58 sec latency 132.018 ms 2023-11-16T17:47:55.546 INFO:teuthology.orchestra.run.smithi042.stdout: 5 56099 8.77 MB/sec execute 59 sec latency 214.027 ms 2023-11-16T17:47:56.546 INFO:teuthology.orchestra.run.smithi042.stdout: 5 56421 8.81 MB/sec execute 60 sec latency 128.625 ms 2023-11-16T17:47:56.775 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:56 smithi042 ceph-mon[107709]: pgmap v48: 97 pgs: 97 active+clean; 302 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.2 MiB/s wr, 412 op/s 2023-11-16T17:47:56.776 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:56 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:47:56.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:56 smithi143 ceph-mon[110525]: pgmap v48: 97 pgs: 97 active+clean; 302 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.2 MiB/s wr, 412 op/s 2023-11-16T17:47:56.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:56 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:47:57.553 INFO:teuthology.orchestra.run.smithi042.stdout: 5 56684 8.78 MB/sec execute 61 sec latency 168.777 ms 2023-11-16T17:47:57.787 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:57 smithi042 ceph-mon[107709]: mgrmap e28: smithi143.uyynqu(active, since 91s), standbys: smithi042.ozybzf 2023-11-16T17:47:57.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:57 smithi143 ceph-mon[110525]: mgrmap e28: smithi143.uyynqu(active, since 91s), standbys: smithi042.ozybzf 2023-11-16T17:47:58.553 INFO:teuthology.orchestra.run.smithi042.stdout: 5 57032 8.84 MB/sec execute 62 sec latency 120.078 ms 2023-11-16T17:47:59.059 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:47:59 smithi042 ceph-mon[107709]: pgmap v49: 97 pgs: 97 active+clean; 312 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.4 MiB/s wr, 617 op/s 2023-11-16T17:47:59.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:47:59 smithi143 ceph-mon[110525]: pgmap v49: 97 pgs: 97 active+clean; 312 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.4 MiB/s wr, 617 op/s 2023-11-16T17:47:59.553 INFO:teuthology.orchestra.run.smithi042.stdout: 5 57274 8.78 MB/sec execute 63 sec latency 121.974 ms 2023-11-16T17:48:00.553 INFO:teuthology.orchestra.run.smithi042.stdout: 5 57508 8.77 MB/sec execute 64 sec latency 130.909 ms 2023-11-16T17:48:01.098 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:48:01 smithi042 ceph-mon[107709]: pgmap v50: 97 pgs: 97 active+clean; 312 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.8 MiB/s wr, 390 op/s 2023-11-16T17:48:01.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:48:01 smithi143 ceph-mon[110525]: pgmap v50: 97 pgs: 97 active+clean; 312 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.8 MiB/s wr, 390 op/s 2023-11-16T17:48:01.553 INFO:teuthology.orchestra.run.smithi042.stdout: 5 57821 8.73 MB/sec execute 65 sec latency 107.518 ms 2023-11-16T17:48:01.608 INFO:teuthology.orchestra.run.smithi042.stdout:true 2023-11-16T17:48:02.553 INFO:teuthology.orchestra.run.smithi042.stdout: 5 58114 8.64 MB/sec execute 66 sec latency 88.825 ms 2023-11-16T17:48:02.673 INFO:teuthology.orchestra.run.smithi042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-16T17:48:02.674 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager.smithi042 smithi042 *:9093,9094 starting - - - - 2023-11-16T17:48:02.674 INFO:teuthology.orchestra.run.smithi042.stdout:crash.smithi042 smithi042 running (7m) 85s ago 7m 7004k - 17.2.0 e1d6a67b021e f9cf0682c94f 2023-11-16T17:48:02.674 INFO:teuthology.orchestra.run.smithi042.stdout:crash.smithi143 smithi143 running (7m) 91s ago 7m 7176k - 17.2.0 e1d6a67b021e 2fd26e55c7be 2023-11-16T17:48:02.674 INFO:teuthology.orchestra.run.smithi042.stdout:grafana.smithi042 smithi042 *:3000 starting - - - - 2023-11-16T17:48:02.674 INFO:teuthology.orchestra.run.smithi042.stdout:mds.foofs.smithi042.xewouy smithi042 running (3m) 85s ago 3m 33.9M - 17.2.0 e1d6a67b021e 6d823b641212 2023-11-16T17:48:02.674 INFO:teuthology.orchestra.run.smithi042.stdout:mds.foofs.smithi143.mjklhf smithi143 running (3m) 91s ago 3m 13.8M - 17.2.0 e1d6a67b021e 1ba0e99b0b78 2023-11-16T17:48:02.674 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.smithi042.ozybzf smithi042 *:9283 running (8m) 85s ago 8m 404M - 17.2.0 e1d6a67b021e 346b5c7f968c 2023-11-16T17:48:02.674 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.smithi143.uyynqu smithi143 *:8443,9283 running (105s) 91s ago 7m 494M - 18.0.0-7421-g50bc6740 1cfb7613cdb7 68bf71cd0a00 2023-11-16T17:48:02.674 INFO:teuthology.orchestra.run.smithi042.stdout:mon.smithi042 smithi042 running (8m) 85s ago 8m 88.0M 2048M 17.2.0 e1d6a67b021e c49729ff160b 2023-11-16T17:48:02.674 INFO:teuthology.orchestra.run.smithi042.stdout:mon.smithi143 smithi143 running (7m) 91s ago 7m 59.3M 2048M 17.2.0 e1d6a67b021e 6a2abe4eaba0 2023-11-16T17:48:02.674 INFO:teuthology.orchestra.run.smithi042.stdout:nfs.foo.0.0.smithi042.fuiunr smithi042 *:2049 running (3m) 85s ago 3m 259M - 4.0 e1d6a67b021e d6641f4acbf6 2023-11-16T17:48:02.675 INFO:teuthology.orchestra.run.smithi042.stdout:nfs.foo.1.0.smithi143.iaszss smithi143 *:2049 running (3m) 91s ago 3m 77.6M - 4.0 e1d6a67b021e 211670dbba08 2023-11-16T17:48:02.675 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.smithi042 smithi042 *:9100 starting - - - - 2023-11-16T17:48:02.675 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.smithi143 smithi143 *:9100 starting - - - - 2023-11-16T17:48:02.675 INFO:teuthology.orchestra.run.smithi042.stdout:osd.0 smithi042 running (6m) 85s ago 6m 519M 1945M 17.2.0 e1d6a67b021e c3d1dda19b1b 2023-11-16T17:48:02.675 INFO:teuthology.orchestra.run.smithi042.stdout:osd.1 smithi042 running (6m) 85s ago 6m 357M 1945M 17.2.0 e1d6a67b021e 2fb5b74416ca 2023-11-16T17:48:02.675 INFO:teuthology.orchestra.run.smithi042.stdout:osd.2 smithi042 running (5m) 85s ago 5m 194M 1945M 17.2.0 e1d6a67b021e f679e77ec002 2023-11-16T17:48:02.675 INFO:teuthology.orchestra.run.smithi042.stdout:osd.3 smithi042 running (5m) 85s ago 5m 502M 1945M 17.2.0 e1d6a67b021e 873ada24a155 2023-11-16T17:48:02.675 INFO:teuthology.orchestra.run.smithi042.stdout:osd.4 smithi143 running (5m) 91s ago 5m 468M 2712M 17.2.0 e1d6a67b021e 9eb042840814 2023-11-16T17:48:02.675 INFO:teuthology.orchestra.run.smithi042.stdout:osd.5 smithi143 running (5m) 91s ago 5m 459M 2712M 17.2.0 e1d6a67b021e b200897543b4 2023-11-16T17:48:02.675 INFO:teuthology.orchestra.run.smithi042.stdout:osd.6 smithi143 running (4m) 91s ago 4m 444M 2712M 17.2.0 e1d6a67b021e ee1c10cd52d1 2023-11-16T17:48:02.675 INFO:teuthology.orchestra.run.smithi042.stdout:osd.7 smithi143 running (4m) 91s ago 4m 774M 2712M 17.2.0 e1d6a67b021e a4bc11e7edba 2023-11-16T17:48:02.675 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus.smithi042 smithi042 *:9095 starting - - - - 2023-11-16T17:48:03.144 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:48:03 smithi042 ceph-mon[107709]: from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:48:03.144 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:48:03 smithi042 ceph-mon[107709]: pgmap v51: 97 pgs: 97 active+clean; 318 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.3 MiB/s wr, 541 op/s 2023-11-16T17:48:03.297 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-11-16T17:48:03.297 INFO:teuthology.orchestra.run.smithi042.stdout: "mon": { 2023-11-16T17:48:03.297 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T17:48:03.297 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-11-16T17:48:03.297 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr": { 2023-11-16T17:48:03.297 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-16T17:48:03.297 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 18.0.0-7421-g50bc6740 (50bc6740f385afe4f36770e739358479a73d8add) reef (dev)": 1 2023-11-16T17:48:03.297 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-11-16T17:48:03.297 INFO:teuthology.orchestra.run.smithi042.stdout: "osd": { 2023-11-16T17:48:03.297 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-16T17:48:03.298 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-11-16T17:48:03.298 INFO:teuthology.orchestra.run.smithi042.stdout: "mds": { 2023-11-16T17:48:03.298 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T17:48:03.298 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-11-16T17:48:03.298 INFO:teuthology.orchestra.run.smithi042.stdout: "overall": { 2023-11-16T17:48:03.298 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-16T17:48:03.298 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 18.0.0-7421-g50bc6740 (50bc6740f385afe4f36770e739358479a73d8add) reef (dev)": 1 2023-11-16T17:48:03.298 INFO:teuthology.orchestra.run.smithi042.stdout: } 2023-11-16T17:48:03.298 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-11-16T17:48:03.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:48:03 smithi143 ceph-mon[110525]: from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:48:03.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:48:03 smithi143 ceph-mon[110525]: pgmap v51: 97 pgs: 97 active+clean; 318 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.3 MiB/s wr, 541 op/s 2023-11-16T17:48:03.553 INFO:teuthology.orchestra.run.smithi042.stdout: 5 58391 8.62 MB/sec execute 67 sec latency 127.095 ms 2023-11-16T17:48:03.830 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-11-16T17:48:03.831 INFO:teuthology.orchestra.run.smithi042.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8f765c939880e1d45bee26612bbc2e770f7ce493e04525c7a5cce816e4cdafea", 2023-11-16T17:48:03.831 INFO:teuthology.orchestra.run.smithi042.stdout: "in_progress": true, 2023-11-16T17:48:03.831 INFO:teuthology.orchestra.run.smithi042.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-16T17:48:03.831 INFO:teuthology.orchestra.run.smithi042.stdout: "services_complete": [], 2023-11-16T17:48:03.831 INFO:teuthology.orchestra.run.smithi042.stdout: "progress": "1/23 daemons upgraded", 2023-11-16T17:48:03.831 INFO:teuthology.orchestra.run.smithi042.stdout: "message": "Currently upgrading mgr daemons", 2023-11-16T17:48:03.831 INFO:teuthology.orchestra.run.smithi042.stdout: "is_paused": false 2023-11-16T17:48:03.831 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-11-16T17:48:04.162 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:48:04 smithi042 ceph-mon[107709]: from='client.24569 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:48:04.162 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:48:04 smithi042 ceph-mon[107709]: from='client.24571 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:48:04.162 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:48:04 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/3697372470' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-16T17:48:04.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:48:04 smithi143 ceph-mon[110525]: from='client.24569 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:48:04.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:48:04 smithi143 ceph-mon[110525]: from='client.24571 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:48:04.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:48:04 smithi143 ceph-mon[110525]: from='client.? 172.21.15.42:0/3697372470' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-16T17:48:04.463 INFO:teuthology.orchestra.run.smithi042.stdout:HEALTH_OK 2023-11-16T17:48:04.553 INFO:teuthology.orchestra.run.smithi042.stdout: 5 58697 8.63 MB/sec execute 68 sec latency 124.726 ms 2023-11-16T17:48:05.181 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:48:05 smithi042 ceph-mon[107709]: pgmap v52: 97 pgs: 97 active+clean; 319 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.3 KiB/s rd, 4.4 MiB/s wr, 424 op/s 2023-11-16T17:48:05.181 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:48:05 smithi042 ceph-mon[107709]: from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:48:05.181 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:48:05 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/2495554874' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-16T17:48:05.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:48:05 smithi143 ceph-mon[110525]: pgmap v52: 97 pgs: 97 active+clean; 319 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.3 KiB/s rd, 4.4 MiB/s wr, 424 op/s 2023-11-16T17:48:05.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:48:05 smithi143 ceph-mon[110525]: from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:48:05.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:48:05 smithi143 ceph-mon[110525]: from='client.? 172.21.15.42:0/2495554874' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-16T17:48:05.554 INFO:teuthology.orchestra.run.smithi042.stdout: 5 59063 8.68 MB/sec execute 69 sec latency 125.596 ms 2023-11-16T17:48:06.204 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:48:06 smithi042 ceph-mon[107709]: pgmap v53: 97 pgs: 97 active+clean; 319 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.0 MiB/s wr, 384 op/s 2023-11-16T17:48:06.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:48:06 smithi143 ceph-mon[110525]: pgmap v53: 97 pgs: 97 active+clean; 319 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.0 MiB/s wr, 384 op/s 2023-11-16T17:48:06.554 INFO:teuthology.orchestra.run.smithi042.stdout: 5 59433 8.68 MB/sec execute 70 sec latency 174.197 ms 2023-11-16T17:48:07.554 INFO:teuthology.orchestra.run.smithi042.stdout: 5 59766 8.71 MB/sec execute 71 sec latency 178.058 ms 2023-11-16T17:48:08.554 INFO:teuthology.orchestra.run.smithi042.stdout: 5 60178 8.73 MB/sec execute 72 sec latency 129.099 ms 2023-11-16T17:48:09.268 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:48:09 smithi042 ceph-mon[107709]: pgmap v54: 97 pgs: 97 active+clean; 321 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.8 MiB/s wr, 570 op/s 2023-11-16T17:48:09.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:48:09 smithi143 ceph-mon[110525]: pgmap v54: 97 pgs: 97 active+clean; 321 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.8 MiB/s wr, 570 op/s 2023-11-16T17:48:09.562 INFO:teuthology.orchestra.run.smithi042.stdout: 5 60544 8.75 MB/sec execute 73 sec latency 125.202 ms 2023-11-16T17:48:10.566 INFO:teuthology.orchestra.run.smithi042.stdout: 5 60781 8.74 MB/sec execute 74 sec latency 125.510 ms 2023-11-16T17:48:11.305 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:48:11 smithi042 ceph-mon[107709]: pgmap v55: 97 pgs: 97 active+clean; 321 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.7 MiB/s wr, 365 op/s 2023-11-16T17:48:11.306 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:48:11 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:48:11.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:48:11 smithi143 ceph-mon[110525]: pgmap v55: 97 pgs: 97 active+clean; 321 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.7 MiB/s wr, 365 op/s 2023-11-16T17:48:11.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:48:11 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:48:11.568 INFO:teuthology.orchestra.run.smithi042.stdout: 5 61128 8.74 MB/sec execute 75 sec latency 130.529 ms 2023-11-16T17:48:12.568 INFO:teuthology.orchestra.run.smithi042.stdout: 5 61534 8.73 MB/sec execute 76 sec latency 129.364 ms 2023-11-16T17:48:13.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:48:13 smithi042 ceph-mon[107709]: pgmap v56: 97 pgs: 97 active+clean; 325 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 5.2 MiB/s wr, 473 op/s 2023-11-16T17:48:13.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:48:13 smithi143 ceph-mon[110525]: pgmap v56: 97 pgs: 97 active+clean; 325 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 5.2 MiB/s wr, 473 op/s 2023-11-16T17:48:13.568 INFO:teuthology.orchestra.run.smithi042.stdout: 5 61852 8.73 MB/sec execute 77 sec latency 136.560 ms 2023-11-16T17:48:14.568 INFO:teuthology.orchestra.run.smithi042.stdout: 5 62194 8.77 MB/sec execute 78 sec latency 129.535 ms 2023-11-16T17:48:15.127 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:48:15 smithi042 ceph-mon[107709]: pgmap v57: 97 pgs: 97 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 4.4 MiB/s wr, 425 op/s 2023-11-16T17:48:15.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:48:15 smithi143 ceph-mon[110525]: pgmap v57: 97 pgs: 97 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 4.4 MiB/s wr, 425 op/s 2023-11-16T17:48:15.568 INFO:teuthology.orchestra.run.smithi042.stdout: 5 62600 8.80 MB/sec execute 79 sec latency 132.348 ms 2023-11-16T17:48:16.568 INFO:teuthology.orchestra.run.smithi042.stdout: 5 62966 8.80 MB/sec execute 80 sec latency 122.964 ms 2023-11-16T17:48:17.157 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:48:17 smithi042 ceph-mon[107709]: pgmap v58: 97 pgs: 97 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 396 op/s 2023-11-16T17:48:17.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:48:17 smithi143 ceph-mon[110525]: pgmap v58: 97 pgs: 97 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 396 op/s 2023-11-16T17:48:17.568 INFO:teuthology.orchestra.run.smithi042.stdout: 5 63308 8.81 MB/sec execute 81 sec latency 130.885 ms 2023-11-16T17:48:18.568 INFO:teuthology.orchestra.run.smithi042.stdout: 5 63675 8.81 MB/sec execute 82 sec latency 125.791 ms 2023-11-16T17:48:19.182 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:48:19 smithi042 ceph-mon[107709]: pgmap v59: 97 pgs: 97 active+clean; 334 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.3 MiB/s wr, 613 op/s 2023-11-16T17:48:19.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:48:19 smithi143 ceph-mon[110525]: pgmap v59: 97 pgs: 97 active+clean; 334 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.3 MiB/s wr, 613 op/s 2023-11-16T17:48:19.568 INFO:teuthology.orchestra.run.smithi042.stdout: 5 64006 8.81 MB/sec execute 83 sec latency 128.782 ms 2023-11-16T17:48:20.199 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:48:20 smithi042 ceph-mon[107709]: pgmap v60: 97 pgs: 97 active+clean; 334 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.5 MiB/s wr, 427 op/s 2023-11-16T17:48:20.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:48:20 smithi143 ceph-mon[110525]: pgmap v60: 97 pgs: 97 active+clean; 334 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.5 MiB/s wr, 427 op/s 2023-11-16T17:48:20.568 INFO:teuthology.orchestra.run.smithi042.stdout: 5 64268 8.83 MB/sec execute 84 sec latency 128.917 ms 2023-11-16T17:48:21.568 INFO:teuthology.orchestra.run.smithi042.stdout: 5 64540 8.83 MB/sec execute 85 sec latency 133.510 ms 2023-11-16T17:48:22.568 INFO:teuthology.orchestra.run.smithi042.stdout: 5 64959 8.81 MB/sec execute 86 sec latency 128.789 ms 2023-11-16T17:48:23.250 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:48:23 smithi042 ceph-mon[107709]: pgmap v61: 97 pgs: 97 active+clean; 340 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 6.0 MiB/s wr, 586 op/s 2023-11-16T17:48:23.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:48:23 smithi143 ceph-mon[110525]: pgmap v61: 97 pgs: 97 active+clean; 340 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 6.0 MiB/s wr, 586 op/s 2023-11-16T17:48:23.574 INFO:teuthology.orchestra.run.smithi042.stdout: 5 65251 8.77 MB/sec execute 87 sec latency 168.094 ms 2023-11-16T17:48:24.581 INFO:teuthology.orchestra.run.smithi042.stdout: 5 65526 8.76 MB/sec execute 88 sec latency 140.794 ms 2023-11-16T17:48:25.296 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:48:25 smithi042 ceph-mon[107709]: pgmap v62: 97 pgs: 97 active+clean; 341 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 4.9 MiB/s wr, 511 op/s 2023-11-16T17:48:25.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:48:25 smithi143 ceph-mon[110525]: pgmap v62: 97 pgs: 97 active+clean; 341 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 4.9 MiB/s wr, 511 op/s 2023-11-16T17:48:25.581 INFO:teuthology.orchestra.run.smithi042.stdout: 5 65890 8.79 MB/sec execute 89 sec latency 125.466 ms 2023-11-16T17:48:26.304 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:48:26 smithi042 ceph-mon[107709]: pgmap v63: 97 pgs: 97 active+clean; 341 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 408 op/s 2023-11-16T17:48:26.304 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:48:26 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:48:26.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:48:26 smithi143 ceph-mon[110525]: pgmap v63: 97 pgs: 97 active+clean; 341 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 408 op/s 2023-11-16T17:48:26.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:48:26 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:48:26.581 INFO:teuthology.orchestra.run.smithi042.stdout: 5 66279 8.80 MB/sec execute 90 sec latency 104.542 ms 2023-11-16T17:48:27.588 INFO:teuthology.orchestra.run.smithi042.stdout: 5 66619 8.82 MB/sec execute 91 sec latency 125.871 ms 2023-11-16T17:48:28.588 INFO:teuthology.orchestra.run.smithi042.stdout: 5 66930 8.81 MB/sec execute 92 sec latency 188.223 ms 2023-11-16T17:48:29.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:48:29 smithi042 ceph-mon[107709]: pgmap v64: 97 pgs: 97 active+clean; 345 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.3 MiB/s wr, 615 op/s 2023-11-16T17:48:29.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:48:29 smithi143 ceph-mon[110525]: pgmap v64: 97 pgs: 97 active+clean; 345 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.3 MiB/s wr, 615 op/s 2023-11-16T17:48:29.588 INFO:teuthology.orchestra.run.smithi042.stdout: 5 67361 8.82 MB/sec execute 93 sec latency 107.133 ms 2023-11-16T17:48:30.588 INFO:teuthology.orchestra.run.smithi042.stdout: 5 67782 8.89 MB/sec execute 94 sec latency 125.587 ms 2023-11-16T17:48:31.135 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:48:31 smithi042 ceph-mon[107709]: pgmap v65: 97 pgs: 97 active+clean; 345 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 398 op/s 2023-11-16T17:48:31.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:48:31 smithi143 ceph-mon[110525]: pgmap v65: 97 pgs: 97 active+clean; 345 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 398 op/s 2023-11-16T17:48:31.588 INFO:teuthology.orchestra.run.smithi042.stdout: 5 68144 8.90 MB/sec execute 95 sec latency 128.351 ms 2023-11-16T17:48:32.588 INFO:teuthology.orchestra.run.smithi042.stdout: 5 68520 8.86 MB/sec execute 96 sec latency 127.358 ms 2023-11-16T17:48:33.175 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:48:33 smithi042 ceph-mon[107709]: pgmap v66: 97 pgs: 97 active+clean; 351 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.6 MiB/s wr, 531 op/s 2023-11-16T17:48:33.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:48:33 smithi143 ceph-mon[110525]: pgmap v66: 97 pgs: 97 active+clean; 351 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.6 MiB/s wr, 531 op/s 2023-11-16T17:48:33.595 INFO:teuthology.orchestra.run.smithi042.stdout: 5 68873 8.89 MB/sec execute 97 sec latency 125.278 ms 2023-11-16T17:48:34.213 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:48:34 smithi042 ceph-mon[107709]: pgmap v67: 97 pgs: 97 active+clean; 354 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 4.8 MiB/s wr, 460 op/s 2023-11-16T17:48:34.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:48:34 smithi143 ceph-mon[110525]: pgmap v67: 97 pgs: 97 active+clean; 354 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 4.8 MiB/s wr, 460 op/s 2023-11-16T17:48:34.595 INFO:teuthology.orchestra.run.smithi042.stdout: 5 69181 8.90 MB/sec execute 98 sec latency 162.482 ms 2023-11-16T17:48:35.005 INFO:teuthology.orchestra.run.smithi042.stdout:true 2023-11-16T17:48:35.244 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:48:35 smithi042 ceph-mon[107709]: from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:48:35.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:48:35 smithi143 ceph-mon[110525]: from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:48:35.595 INFO:teuthology.orchestra.run.smithi042.stdout: 5 69540 8.94 MB/sec execute 99 sec latency 108.657 ms 2023-11-16T17:48:36.114 INFO:teuthology.orchestra.run.smithi042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-16T17:48:36.115 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager.smithi042 smithi042 *:9093,9094 starting - - - - 2023-11-16T17:48:36.115 INFO:teuthology.orchestra.run.smithi042.stdout:crash.smithi042 smithi042 running (8m) 119s ago 8m 7004k - 17.2.0 e1d6a67b021e f9cf0682c94f 2023-11-16T17:48:36.115 INFO:teuthology.orchestra.run.smithi042.stdout:crash.smithi143 smithi143 running (7m) 2m ago 7m 7176k - 17.2.0 e1d6a67b021e 2fd26e55c7be 2023-11-16T17:48:36.115 INFO:teuthology.orchestra.run.smithi042.stdout:grafana.smithi042 smithi042 *:3000 starting - - - - 2023-11-16T17:48:36.115 INFO:teuthology.orchestra.run.smithi042.stdout:mds.foofs.smithi042.xewouy smithi042 running (4m) 119s ago 4m 33.9M - 17.2.0 e1d6a67b021e 6d823b641212 2023-11-16T17:48:36.115 INFO:teuthology.orchestra.run.smithi042.stdout:mds.foofs.smithi143.mjklhf smithi143 running (4m) 2m ago 4m 13.8M - 17.2.0 e1d6a67b021e 1ba0e99b0b78 2023-11-16T17:48:36.115 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.smithi042.ozybzf smithi042 *:9283 running (9m) 119s ago 9m 404M - 17.2.0 e1d6a67b021e 346b5c7f968c 2023-11-16T17:48:36.115 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.smithi143.uyynqu smithi143 *:8443,9283 running (2m) 2m ago 7m 494M - 18.0.0-7421-g50bc6740 1cfb7613cdb7 68bf71cd0a00 2023-11-16T17:48:36.115 INFO:teuthology.orchestra.run.smithi042.stdout:mon.smithi042 smithi042 running (9m) 119s ago 9m 88.0M 2048M 17.2.0 e1d6a67b021e c49729ff160b 2023-11-16T17:48:36.115 INFO:teuthology.orchestra.run.smithi042.stdout:mon.smithi143 smithi143 running (7m) 2m ago 7m 59.3M 2048M 17.2.0 e1d6a67b021e 6a2abe4eaba0 2023-11-16T17:48:36.115 INFO:teuthology.orchestra.run.smithi042.stdout:nfs.foo.0.0.smithi042.fuiunr smithi042 *:2049 running (3m) 119s ago 3m 259M - 4.0 e1d6a67b021e d6641f4acbf6 2023-11-16T17:48:36.115 INFO:teuthology.orchestra.run.smithi042.stdout:nfs.foo.1.0.smithi143.iaszss smithi143 *:2049 running (3m) 2m ago 3m 77.6M - 4.0 e1d6a67b021e 211670dbba08 2023-11-16T17:48:36.116 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.smithi042 smithi042 *:9100 starting - - - - 2023-11-16T17:48:36.116 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.smithi143 smithi143 *:9100 starting - - - - 2023-11-16T17:48:36.116 INFO:teuthology.orchestra.run.smithi042.stdout:osd.0 smithi042 running (7m) 119s ago 7m 519M 1945M 17.2.0 e1d6a67b021e c3d1dda19b1b 2023-11-16T17:48:36.116 INFO:teuthology.orchestra.run.smithi042.stdout:osd.1 smithi042 running (6m) 119s ago 6m 357M 1945M 17.2.0 e1d6a67b021e 2fb5b74416ca 2023-11-16T17:48:36.116 INFO:teuthology.orchestra.run.smithi042.stdout:osd.2 smithi042 running (6m) 119s ago 6m 194M 1945M 17.2.0 e1d6a67b021e f679e77ec002 2023-11-16T17:48:36.116 INFO:teuthology.orchestra.run.smithi042.stdout:osd.3 smithi042 running (6m) 119s ago 6m 502M 1945M 17.2.0 e1d6a67b021e 873ada24a155 2023-11-16T17:48:36.116 INFO:teuthology.orchestra.run.smithi042.stdout:osd.4 smithi143 running (5m) 2m ago 5m 468M 2712M 17.2.0 e1d6a67b021e 9eb042840814 2023-11-16T17:48:36.116 INFO:teuthology.orchestra.run.smithi042.stdout:osd.5 smithi143 running (5m) 2m ago 5m 459M 2712M 17.2.0 e1d6a67b021e b200897543b4 2023-11-16T17:48:36.116 INFO:teuthology.orchestra.run.smithi042.stdout:osd.6 smithi143 running (5m) 2m ago 5m 444M 2712M 17.2.0 e1d6a67b021e ee1c10cd52d1 2023-11-16T17:48:36.116 INFO:teuthology.orchestra.run.smithi042.stdout:osd.7 smithi143 running (5m) 2m ago 5m 774M 2712M 17.2.0 e1d6a67b021e a4bc11e7edba 2023-11-16T17:48:36.116 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus.smithi042 smithi042 *:9095 starting - - - - 2023-11-16T17:48:36.249 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:48:36 smithi042 ceph-mon[107709]: from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:48:36.249 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:48:36 smithi042 ceph-mon[107709]: pgmap v68: 97 pgs: 97 active+clean; 354 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.3 MiB/s wr, 428 op/s 2023-11-16T17:48:36.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:48:36 smithi143 ceph-mon[110525]: from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:48:36.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:48:36 smithi143 ceph-mon[110525]: pgmap v68: 97 pgs: 97 active+clean; 354 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.3 MiB/s wr, 428 op/s 2023-11-16T17:48:36.596 INFO:teuthology.orchestra.run.smithi042.stdout: 5 69893 8.91 MB/sec execute 100 sec latency 91.809 ms 2023-11-16T17:48:36.824 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-11-16T17:48:36.824 INFO:teuthology.orchestra.run.smithi042.stdout: "mon": { 2023-11-16T17:48:36.825 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T17:48:36.825 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-11-16T17:48:36.825 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr": { 2023-11-16T17:48:36.825 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-16T17:48:36.825 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 18.0.0-7421-g50bc6740 (50bc6740f385afe4f36770e739358479a73d8add) reef (dev)": 1 2023-11-16T17:48:36.825 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-11-16T17:48:36.826 INFO:teuthology.orchestra.run.smithi042.stdout: "osd": { 2023-11-16T17:48:36.826 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-16T17:48:36.826 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-11-16T17:48:36.826 INFO:teuthology.orchestra.run.smithi042.stdout: "mds": { 2023-11-16T17:48:36.826 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T17:48:36.827 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-11-16T17:48:36.827 INFO:teuthology.orchestra.run.smithi042.stdout: "overall": { 2023-11-16T17:48:36.827 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-16T17:48:36.827 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 18.0.0-7421-g50bc6740 (50bc6740f385afe4f36770e739358479a73d8add) reef (dev)": 1 2023-11-16T17:48:36.827 INFO:teuthology.orchestra.run.smithi042.stdout: } 2023-11-16T17:48:36.827 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-11-16T17:48:37.285 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:48:37 smithi042 ceph-mon[107709]: from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:48:37.285 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:48:37 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/525144199' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-16T17:48:37.390 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-11-16T17:48:37.391 INFO:teuthology.orchestra.run.smithi042.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8f765c939880e1d45bee26612bbc2e770f7ce493e04525c7a5cce816e4cdafea", 2023-11-16T17:48:37.391 INFO:teuthology.orchestra.run.smithi042.stdout: "in_progress": true, 2023-11-16T17:48:37.391 INFO:teuthology.orchestra.run.smithi042.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-16T17:48:37.391 INFO:teuthology.orchestra.run.smithi042.stdout: "services_complete": [], 2023-11-16T17:48:37.391 INFO:teuthology.orchestra.run.smithi042.stdout: "progress": "1/23 daemons upgraded", 2023-11-16T17:48:37.391 INFO:teuthology.orchestra.run.smithi042.stdout: "message": "Currently upgrading mgr daemons", 2023-11-16T17:48:37.391 INFO:teuthology.orchestra.run.smithi042.stdout: "is_paused": false 2023-11-16T17:48:37.391 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-11-16T17:48:37.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:48:37 smithi143 ceph-mon[110525]: from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:48:37.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:48:37 smithi143 ceph-mon[110525]: from='client.? 172.21.15.42:0/525144199' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-16T17:48:37.597 INFO:teuthology.orchestra.run.smithi042.stdout: 5 70156 8.87 MB/sec execute 101 sec latency 105.394 ms 2023-11-16T17:48:38.043 INFO:teuthology.orchestra.run.smithi042.stdout:HEALTH_OK 2023-11-16T17:48:38.285 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:48:38 smithi042 ceph-mon[107709]: from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:48:38.285 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:48:38 smithi042 ceph-mon[107709]: pgmap v69: 97 pgs: 97 active+clean; 361 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.4 MiB/s wr, 685 op/s 2023-11-16T17:48:38.285 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:48:38 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/166572074' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-16T17:48:38.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:48:38 smithi143 ceph-mon[110525]: from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:48:38.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:48:38 smithi143 ceph-mon[110525]: pgmap v69: 97 pgs: 97 active+clean; 361 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.4 MiB/s wr, 685 op/s 2023-11-16T17:48:38.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:48:38 smithi143 ceph-mon[110525]: from='client.? 172.21.15.42:0/166572074' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-16T17:48:38.597 INFO:teuthology.orchestra.run.smithi042.stdout: 5 70452 8.89 MB/sec execute 102 sec latency 139.325 ms 2023-11-16T17:48:39.597 INFO:teuthology.orchestra.run.smithi042.stdout: 5 70785 8.88 MB/sec execute 103 sec latency 122.992 ms 2023-11-16T17:48:40.597 INFO:teuthology.orchestra.run.smithi042.stdout: 5 71091 8.86 MB/sec execute 104 sec latency 132.082 ms 2023-11-16T17:48:40.850 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:48:40 smithi042 ceph-mon[107709]: pgmap v70: 97 pgs: 97 active+clean; 361 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.4 MiB/s wr, 479 op/s 2023-11-16T17:48:40.850 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:48:40 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:48:41.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:48:40 smithi143 ceph-mon[110525]: pgmap v70: 97 pgs: 97 active+clean; 361 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.4 MiB/s wr, 479 op/s 2023-11-16T17:48:41.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:48:40 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:48:41.597 INFO:teuthology.orchestra.run.smithi042.stdout: 5 71370 8.87 MB/sec execute 105 sec latency 107.580 ms 2023-11-16T17:48:42.597 INFO:teuthology.orchestra.run.smithi042.stdout: 5 71718 8.88 MB/sec execute 106 sec latency 129.153 ms 2023-11-16T17:48:43.128 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:48:43 smithi042 ceph-mon[107709]: pgmap v71: 97 pgs: 97 active+clean; 356 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.5 MiB/s wr, 532 op/s 2023-11-16T17:48:43.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:48:43 smithi143 ceph-mon[110525]: pgmap v71: 97 pgs: 97 active+clean; 356 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.5 MiB/s wr, 532 op/s 2023-11-16T17:48:43.597 INFO:teuthology.orchestra.run.smithi042.stdout: 5 72021 8.84 MB/sec execute 107 sec latency 135.471 ms 2023-11-16T17:48:44.597 INFO:teuthology.orchestra.run.smithi042.stdout: 5 72347 8.84 MB/sec execute 108 sec latency 130.689 ms 2023-11-16T17:48:45.161 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:48:45 smithi042 ceph-mon[107709]: pgmap v72: 97 pgs: 97 active+clean; 360 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 4.8 MiB/s wr, 552 op/s 2023-11-16T17:48:45.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:48:45 smithi143 ceph-mon[110525]: pgmap v72: 97 pgs: 97 active+clean; 360 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 4.8 MiB/s wr, 552 op/s 2023-11-16T17:48:45.597 INFO:teuthology.orchestra.run.smithi042.stdout: 5 72631 8.85 MB/sec execute 109 sec latency 128.906 ms 2023-11-16T17:48:46.597 INFO:teuthology.orchestra.run.smithi042.stdout: 5 73011 8.85 MB/sec execute 110 sec latency 129.390 ms 2023-11-16T17:48:47.211 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:48:47 smithi042 ceph-mon[107709]: pgmap v73: 97 pgs: 97 active+clean; 360 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 463 op/s 2023-11-16T17:48:47.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:48:47 smithi143 ceph-mon[110525]: pgmap v73: 97 pgs: 97 active+clean; 360 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 463 op/s 2023-11-16T17:48:47.597 INFO:teuthology.orchestra.run.smithi042.stdout: 5 73344 8.85 MB/sec execute 111 sec latency 138.228 ms 2023-11-16T17:48:48.233 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:48:48 smithi042 ceph-mon[107709]: pgmap v74: 97 pgs: 97 active+clean; 364 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.1 MiB/s wr, 654 op/s 2023-11-16T17:48:48.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:48:48 smithi143 ceph-mon[110525]: pgmap v74: 97 pgs: 97 active+clean; 364 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.1 MiB/s wr, 654 op/s 2023-11-16T17:48:48.597 INFO:teuthology.orchestra.run.smithi042.stdout: 5 73615 8.84 MB/sec execute 112 sec latency 131.996 ms 2023-11-16T17:48:49.597 INFO:teuthology.orchestra.run.smithi042.stdout: 5 73945 8.85 MB/sec execute 113 sec latency 139.258 ms 2023-11-16T17:48:50.598 INFO:teuthology.orchestra.run.smithi042.stdout: 5 74287 8.84 MB/sec execute 114 sec latency 138.047 ms 2023-11-16T17:48:50.779 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:48:50 smithi042 ceph-mon[107709]: pgmap v75: 97 pgs: 97 active+clean; 364 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 397 op/s 2023-11-16T17:48:51.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:48:50 smithi143 ceph-mon[110525]: pgmap v75: 97 pgs: 97 active+clean; 364 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 397 op/s 2023-11-16T17:48:51.602 INFO:teuthology.orchestra.run.smithi042.stdout: 5 74647 8.84 MB/sec execute 115 sec latency 154.056 ms 2023-11-16T17:48:52.608 INFO:teuthology.orchestra.run.smithi042.stdout: 5 74916 8.84 MB/sec execute 116 sec latency 125.728 ms 2023-11-16T17:48:53.087 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:48:53 smithi042 ceph-mon[107709]: pgmap v76: 97 pgs: 97 active+clean; 362 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 5.2 MiB/s wr, 495 op/s 2023-11-16T17:48:53.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:48:53 smithi143 ceph-mon[110525]: pgmap v76: 97 pgs: 97 active+clean; 362 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 5.2 MiB/s wr, 495 op/s 2023-11-16T17:48:53.608 INFO:teuthology.orchestra.run.smithi042.stdout: 5 75337 8.87 MB/sec execute 117 sec latency 133.741 ms 2023-11-16T17:48:54.608 INFO:teuthology.orchestra.run.smithi042.stdout: 5 75696 8.87 MB/sec execute 118 sec latency 125.760 ms 2023-11-16T17:48:55.120 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:48:55 smithi042 ceph-mon[107709]: pgmap v77: 97 pgs: 97 active+clean; 362 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 4.8 MiB/s wr, 536 op/s 2023-11-16T17:48:55.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:48:55 smithi143 ceph-mon[110525]: pgmap v77: 97 pgs: 97 active+clean; 362 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 4.8 MiB/s wr, 536 op/s 2023-11-16T17:48:55.609 INFO:teuthology.orchestra.run.smithi042.stdout: 5 76005 8.86 MB/sec execute 119 sec latency 139.087 ms 2023-11-16T17:48:56.137 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:48:56 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:48:56.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:48:56 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:48:56.608 INFO:teuthology.orchestra.run.smithi042.stdout: 5 76334 8.87 MB/sec execute 120 sec latency 139.207 ms 2023-11-16T17:48:57.164 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:48:57 smithi042 ceph-mon[107709]: pgmap v78: 97 pgs: 97 active+clean; 362 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 384 op/s 2023-11-16T17:48:57.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:48:57 smithi143 ceph-mon[110525]: pgmap v78: 97 pgs: 97 active+clean; 362 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 384 op/s 2023-11-16T17:48:57.609 INFO:teuthology.orchestra.run.smithi042.stdout: 5 76633 8.86 MB/sec execute 121 sec latency 131.121 ms 2023-11-16T17:48:58.199 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:48:58 smithi042 ceph-mon[107709]: pgmap v79: 97 pgs: 97 active+clean; 368 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.0 MiB/s wr, 587 op/s 2023-11-16T17:48:58.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:48:58 smithi143 ceph-mon[110525]: pgmap v79: 97 pgs: 97 active+clean; 368 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.0 MiB/s wr, 587 op/s 2023-11-16T17:48:58.608 INFO:teuthology.orchestra.run.smithi042.stdout: 5 76910 8.85 MB/sec execute 122 sec latency 122.813 ms 2023-11-16T17:48:59.608 INFO:teuthology.orchestra.run.smithi042.stdout: 5 77214 8.85 MB/sec execute 123 sec latency 128.612 ms 2023-11-16T17:49:00.609 INFO:teuthology.orchestra.run.smithi042.stdout: 5 77566 8.84 MB/sec execute 124 sec latency 130.047 ms 2023-11-16T17:49:00.760 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:49:00 smithi042 ceph-mon[107709]: pgmap v80: 97 pgs: 97 active+clean; 368 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 395 op/s 2023-11-16T17:49:01.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:49:00 smithi143 ceph-mon[110525]: pgmap v80: 97 pgs: 97 active+clean; 368 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 395 op/s 2023-11-16T17:49:01.609 INFO:teuthology.orchestra.run.smithi042.stdout: 5 77827 8.81 MB/sec execute 125 sec latency 140.495 ms 2023-11-16T17:49:02.609 INFO:teuthology.orchestra.run.smithi042.stdout: 5 78135 8.83 MB/sec execute 126 sec latency 133.674 ms 2023-11-16T17:49:03.301 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:49:03 smithi042 ceph-mon[107709]: pgmap v81: 97 pgs: 97 active+clean; 361 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 5.1 MiB/s wr, 494 op/s 2023-11-16T17:49:03.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:49:03 smithi143 ceph-mon[110525]: pgmap v81: 97 pgs: 97 active+clean; 361 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 5.1 MiB/s wr, 494 op/s 2023-11-16T17:49:03.618 INFO:teuthology.orchestra.run.smithi042.stdout: 5 78506 8.86 MB/sec execute 127 sec latency 124.422 ms 2023-11-16T17:49:04.308 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:49:04 smithi042 ceph-mon[107709]: pgmap v82: 97 pgs: 97 active+clean; 360 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 4.6 MiB/s wr, 483 op/s 2023-11-16T17:49:04.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:49:04 smithi143 ceph-mon[110525]: pgmap v82: 97 pgs: 97 active+clean; 360 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 4.6 MiB/s wr, 483 op/s 2023-11-16T17:49:04.618 INFO:teuthology.orchestra.run.smithi042.stdout: 5 78822 8.84 MB/sec execute 128 sec latency 122.675 ms 2023-11-16T17:49:05.619 INFO:teuthology.orchestra.run.smithi042.stdout: 5 79164 8.84 MB/sec execute 129 sec latency 131.879 ms 2023-11-16T17:49:06.619 INFO:teuthology.orchestra.run.smithi042.stdout: 5 79461 8.81 MB/sec execute 130 sec latency 128.283 ms 2023-11-16T17:49:06.847 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:49:06 smithi042 ceph-mon[107709]: pgmap v83: 97 pgs: 97 active+clean; 360 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.9 MiB/s wr, 388 op/s 2023-11-16T17:49:07.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:49:06 smithi143 ceph-mon[110525]: pgmap v83: 97 pgs: 97 active+clean; 360 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.9 MiB/s wr, 388 op/s 2023-11-16T17:49:07.627 INFO:teuthology.orchestra.run.smithi042.stdout: 5 79877 8.83 MB/sec execute 131 sec latency 95.524 ms 2023-11-16T17:49:08.617 INFO:teuthology.orchestra.run.smithi042.stdout:true 2023-11-16T17:49:08.627 INFO:teuthology.orchestra.run.smithi042.stdout: 5 80182 8.84 MB/sec execute 132 sec latency 86.772 ms 2023-11-16T17:49:09.128 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:49:09 smithi042 ceph-mon[107709]: pgmap v84: 97 pgs: 97 active+clean; 362 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 6.0 MiB/s wr, 587 op/s 2023-11-16T17:49:09.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:49:09 smithi143 ceph-mon[110525]: pgmap v84: 97 pgs: 97 active+clean; 362 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 6.0 MiB/s wr, 587 op/s 2023-11-16T17:49:09.627 INFO:teuthology.orchestra.run.smithi042.stdout: 5 80477 8.82 MB/sec execute 133 sec latency 93.794 ms 2023-11-16T17:49:09.681 INFO:teuthology.orchestra.run.smithi042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-16T17:49:09.682 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager.smithi042 smithi042 *:9093,9094 starting - - - - 2023-11-16T17:49:09.682 INFO:teuthology.orchestra.run.smithi042.stdout:crash.smithi042 smithi042 running (8m) 2m ago 8m 7004k - 17.2.0 e1d6a67b021e f9cf0682c94f 2023-11-16T17:49:09.682 INFO:teuthology.orchestra.run.smithi042.stdout:crash.smithi143 smithi143 running (8m) 2m ago 8m 7176k - 17.2.0 e1d6a67b021e 2fd26e55c7be 2023-11-16T17:49:09.682 INFO:teuthology.orchestra.run.smithi042.stdout:grafana.smithi042 smithi042 *:3000 starting - - - - 2023-11-16T17:49:09.682 INFO:teuthology.orchestra.run.smithi042.stdout:mds.foofs.smithi042.xewouy smithi042 running (4m) 2m ago 4m 33.9M - 17.2.0 e1d6a67b021e 6d823b641212 2023-11-16T17:49:09.682 INFO:teuthology.orchestra.run.smithi042.stdout:mds.foofs.smithi143.mjklhf smithi143 running (4m) 2m ago 4m 13.8M - 17.2.0 e1d6a67b021e 1ba0e99b0b78 2023-11-16T17:49:09.682 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.smithi042.ozybzf smithi042 *:9283 running (9m) 2m ago 9m 404M - 17.2.0 e1d6a67b021e 346b5c7f968c 2023-11-16T17:49:09.682 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.smithi143.uyynqu smithi143 *:8443,9283 running (2m) 2m ago 8m 494M - 18.0.0-7421-g50bc6740 1cfb7613cdb7 68bf71cd0a00 2023-11-16T17:49:09.682 INFO:teuthology.orchestra.run.smithi042.stdout:mon.smithi042 smithi042 running (9m) 2m ago 10m 88.0M 2048M 17.2.0 e1d6a67b021e c49729ff160b 2023-11-16T17:49:09.682 INFO:teuthology.orchestra.run.smithi042.stdout:mon.smithi143 smithi143 running (8m) 2m ago 8m 59.3M 2048M 17.2.0 e1d6a67b021e 6a2abe4eaba0 2023-11-16T17:49:09.682 INFO:teuthology.orchestra.run.smithi042.stdout:nfs.foo.0.0.smithi042.fuiunr smithi042 *:2049 running (4m) 2m ago 4m 259M - 4.0 e1d6a67b021e d6641f4acbf6 2023-11-16T17:49:09.682 INFO:teuthology.orchestra.run.smithi042.stdout:nfs.foo.1.0.smithi143.iaszss smithi143 *:2049 running (4m) 2m ago 4m 77.6M - 4.0 e1d6a67b021e 211670dbba08 2023-11-16T17:49:09.682 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.smithi042 smithi042 *:9100 starting - - - - 2023-11-16T17:49:09.683 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.smithi143 smithi143 *:9100 starting - - - - 2023-11-16T17:49:09.683 INFO:teuthology.orchestra.run.smithi042.stdout:osd.0 smithi042 running (7m) 2m ago 7m 519M 1945M 17.2.0 e1d6a67b021e c3d1dda19b1b 2023-11-16T17:49:09.683 INFO:teuthology.orchestra.run.smithi042.stdout:osd.1 smithi042 running (7m) 2m ago 7m 357M 1945M 17.2.0 e1d6a67b021e 2fb5b74416ca 2023-11-16T17:49:09.683 INFO:teuthology.orchestra.run.smithi042.stdout:osd.2 smithi042 running (7m) 2m ago 7m 194M 1945M 17.2.0 e1d6a67b021e f679e77ec002 2023-11-16T17:49:09.683 INFO:teuthology.orchestra.run.smithi042.stdout:osd.3 smithi042 running (6m) 2m ago 6m 502M 1945M 17.2.0 e1d6a67b021e 873ada24a155 2023-11-16T17:49:09.683 INFO:teuthology.orchestra.run.smithi042.stdout:osd.4 smithi143 running (6m) 2m ago 6m 468M 2712M 17.2.0 e1d6a67b021e 9eb042840814 2023-11-16T17:49:09.683 INFO:teuthology.orchestra.run.smithi042.stdout:osd.5 smithi143 running (6m) 2m ago 6m 459M 2712M 17.2.0 e1d6a67b021e b200897543b4 2023-11-16T17:49:09.683 INFO:teuthology.orchestra.run.smithi042.stdout:osd.6 smithi143 running (5m) 2m ago 5m 444M 2712M 17.2.0 e1d6a67b021e ee1c10cd52d1 2023-11-16T17:49:09.683 INFO:teuthology.orchestra.run.smithi042.stdout:osd.7 smithi143 running (5m) 2m ago 5m 774M 2712M 17.2.0 e1d6a67b021e a4bc11e7edba 2023-11-16T17:49:09.683 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus.smithi042 smithi042 *:9095 starting - - - - 2023-11-16T17:49:10.153 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:49:10 smithi042 ceph-mon[107709]: from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:49:10.263 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-11-16T17:49:10.263 INFO:teuthology.orchestra.run.smithi042.stdout: "mon": { 2023-11-16T17:49:10.263 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T17:49:10.263 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-11-16T17:49:10.263 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr": { 2023-11-16T17:49:10.263 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-16T17:49:10.263 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 18.0.0-7421-g50bc6740 (50bc6740f385afe4f36770e739358479a73d8add) reef (dev)": 1 2023-11-16T17:49:10.263 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-11-16T17:49:10.263 INFO:teuthology.orchestra.run.smithi042.stdout: "osd": { 2023-11-16T17:49:10.264 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-16T17:49:10.264 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-11-16T17:49:10.264 INFO:teuthology.orchestra.run.smithi042.stdout: "mds": { 2023-11-16T17:49:10.264 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T17:49:10.264 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-11-16T17:49:10.264 INFO:teuthology.orchestra.run.smithi042.stdout: "overall": { 2023-11-16T17:49:10.264 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-16T17:49:10.264 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 18.0.0-7421-g50bc6740 (50bc6740f385afe4f36770e739358479a73d8add) reef (dev)": 1 2023-11-16T17:49:10.264 INFO:teuthology.orchestra.run.smithi042.stdout: } 2023-11-16T17:49:10.264 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-11-16T17:49:10.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:49:10 smithi143 ceph-mon[110525]: from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:49:10.627 INFO:teuthology.orchestra.run.smithi042.stdout: 5 80766 8.82 MB/sec execute 134 sec latency 132.718 ms 2023-11-16T17:49:10.763 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-11-16T17:49:10.764 INFO:teuthology.orchestra.run.smithi042.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8f765c939880e1d45bee26612bbc2e770f7ce493e04525c7a5cce816e4cdafea", 2023-11-16T17:49:10.764 INFO:teuthology.orchestra.run.smithi042.stdout: "in_progress": true, 2023-11-16T17:49:10.764 INFO:teuthology.orchestra.run.smithi042.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-16T17:49:10.764 INFO:teuthology.orchestra.run.smithi042.stdout: "services_complete": [], 2023-11-16T17:49:10.764 INFO:teuthology.orchestra.run.smithi042.stdout: "progress": "1/23 daemons upgraded", 2023-11-16T17:49:10.764 INFO:teuthology.orchestra.run.smithi042.stdout: "message": "Currently upgrading mgr daemons", 2023-11-16T17:49:10.764 INFO:teuthology.orchestra.run.smithi042.stdout: "is_paused": false 2023-11-16T17:49:10.764 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-11-16T17:49:11.166 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:49:11 smithi042 ceph-mon[107709]: from='client.24603 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:49:11.166 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:49:11 smithi042 ceph-mon[107709]: pgmap v85: 97 pgs: 97 active+clean; 362 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 383 op/s 2023-11-16T17:49:11.166 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:49:11 smithi042 ceph-mon[107709]: from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:49:11.166 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:49:11 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/1452885632' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-16T17:49:11.166 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:49:11 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:49:11.373 INFO:teuthology.orchestra.run.smithi042.stdout:HEALTH_OK 2023-11-16T17:49:11.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:49:11 smithi143 ceph-mon[110525]: from='client.24603 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:49:11.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:49:11 smithi143 ceph-mon[110525]: pgmap v85: 97 pgs: 97 active+clean; 362 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 383 op/s 2023-11-16T17:49:11.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:49:11 smithi143 ceph-mon[110525]: from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:49:11.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:49:11 smithi143 ceph-mon[110525]: from='client.? 172.21.15.42:0/1452885632' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-16T17:49:11.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:49:11 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:49:11.627 INFO:teuthology.orchestra.run.smithi042.stdout: 5 81032 8.81 MB/sec execute 135 sec latency 134.632 ms 2023-11-16T17:49:12.197 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:49:12 smithi042 ceph-mon[107709]: from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:49:12.197 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:49:12 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/1365346178' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-16T17:49:12.197 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:49:12 smithi042 ceph-mon[107709]: pgmap v86: 97 pgs: 97 active+clean; 361 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 5.0 MiB/s wr, 460 op/s 2023-11-16T17:49:12.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:49:12 smithi143 ceph-mon[110525]: from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:49:12.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:49:12 smithi143 ceph-mon[110525]: from='client.? 172.21.15.42:0/1365346178' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-16T17:49:12.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:49:12 smithi143 ceph-mon[110525]: pgmap v86: 97 pgs: 97 active+clean; 361 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 5.0 MiB/s wr, 460 op/s 2023-11-16T17:49:12.627 INFO:teuthology.orchestra.run.smithi042.stdout: 5 81360 8.81 MB/sec execute 136 sec latency 199.623 ms 2023-11-16T17:49:13.627 INFO:teuthology.orchestra.run.smithi042.stdout: 5 81619 8.80 MB/sec execute 137 sec latency 134.671 ms 2023-11-16T17:49:14.637 INFO:teuthology.orchestra.run.smithi042.stdout: 5 82023 8.84 MB/sec execute 138 sec latency 127.409 ms 2023-11-16T17:49:14.753 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:49:14 smithi042 ceph-mon[107709]: pgmap v87: 97 pgs: 97 active+clean; 359 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 4.6 MiB/s wr, 466 op/s 2023-11-16T17:49:15.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:49:14 smithi143 ceph-mon[110525]: pgmap v87: 97 pgs: 97 active+clean; 359 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 4.6 MiB/s wr, 466 op/s 2023-11-16T17:49:15.637 INFO:teuthology.orchestra.run.smithi042.stdout: 5 82312 8.81 MB/sec execute 139 sec latency 133.761 ms 2023-11-16T17:49:16.645 INFO:teuthology.orchestra.run.smithi042.stdout: 5 82608 8.80 MB/sec execute 140 sec latency 121.926 ms 2023-11-16T17:49:16.782 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:49:16 smithi042 ceph-mon[107709]: pgmap v88: 97 pgs: 97 active+clean; 359 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 379 op/s 2023-11-16T17:49:17.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:49:16 smithi143 ceph-mon[110525]: pgmap v88: 97 pgs: 97 active+clean; 359 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 379 op/s 2023-11-16T17:49:17.645 INFO:teuthology.orchestra.run.smithi042.stdout: 5 82914 8.81 MB/sec execute 141 sec latency 113.327 ms 2023-11-16T17:49:18.645 INFO:teuthology.orchestra.run.smithi042.stdout: 5 83226 8.79 MB/sec execute 142 sec latency 91.429 ms 2023-11-16T17:49:19.080 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:49:19 smithi042 ceph-mon[107709]: pgmap v89: 97 pgs: 97 active+clean; 363 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 6.0 MiB/s wr, 565 op/s 2023-11-16T17:49:19.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:49:19 smithi143 ceph-mon[110525]: pgmap v89: 97 pgs: 97 active+clean; 363 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 6.0 MiB/s wr, 565 op/s 2023-11-16T17:49:19.645 INFO:teuthology.orchestra.run.smithi042.stdout: 5 83563 8.81 MB/sec execute 143 sec latency 136.521 ms 2023-11-16T17:49:20.645 INFO:teuthology.orchestra.run.smithi042.stdout: 5 83859 8.77 MB/sec execute 144 sec latency 96.127 ms 2023-11-16T17:49:21.112 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:49:21 smithi042 ceph-mon[107709]: pgmap v90: 97 pgs: 97 active+clean; 363 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.9 MiB/s wr, 367 op/s 2023-11-16T17:49:21.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:49:21 smithi143 ceph-mon[110525]: pgmap v90: 97 pgs: 97 active+clean; 363 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.9 MiB/s wr, 367 op/s 2023-11-16T17:49:21.645 INFO:teuthology.orchestra.run.smithi042.stdout: 5 84218 8.78 MB/sec execute 145 sec latency 119.910 ms 2023-11-16T17:49:22.645 INFO:teuthology.orchestra.run.smithi042.stdout: 5 84526 8.79 MB/sec execute 146 sec latency 125.384 ms 2023-11-16T17:49:23.141 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:49:23 smithi042 ceph-mon[107709]: pgmap v91: 97 pgs: 97 active+clean; 359 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.9 MiB/s wr, 432 op/s 2023-11-16T17:49:23.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:49:23 smithi143 ceph-mon[110525]: pgmap v91: 97 pgs: 97 active+clean; 359 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.9 MiB/s wr, 432 op/s 2023-11-16T17:49:23.645 INFO:teuthology.orchestra.run.smithi042.stdout: 5 84804 8.79 MB/sec execute 147 sec latency 143.988 ms 2023-11-16T17:49:24.157 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:49:24 smithi042 ceph-mon[107709]: pgmap v92: 97 pgs: 97 active+clean; 361 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 4.7 MiB/s wr, 486 op/s 2023-11-16T17:49:24.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:49:24 smithi143 ceph-mon[110525]: pgmap v92: 97 pgs: 97 active+clean; 361 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 4.7 MiB/s wr, 486 op/s 2023-11-16T17:49:24.646 INFO:teuthology.orchestra.run.smithi042.stdout: 5 85157 8.78 MB/sec execute 148 sec latency 137.918 ms 2023-11-16T17:49:25.645 INFO:teuthology.orchestra.run.smithi042.stdout: 5 85494 8.81 MB/sec execute 149 sec latency 104.814 ms 2023-11-16T17:49:25.942 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:49:25 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:49:26.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:49:25 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:49:26.645 INFO:teuthology.orchestra.run.smithi042.stdout: 5 85783 8.80 MB/sec execute 150 sec latency 133.346 ms 2023-11-16T17:49:26.953 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:49:26 smithi042 ceph-mon[107709]: pgmap v93: 97 pgs: 97 active+clean; 361 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 381 op/s 2023-11-16T17:49:27.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:49:26 smithi143 ceph-mon[110525]: pgmap v93: 97 pgs: 97 active+clean; 361 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 381 op/s 2023-11-16T17:49:27.645 INFO:teuthology.orchestra.run.smithi042.stdout: 5 86114 8.79 MB/sec execute 151 sec latency 129.008 ms 2023-11-16T17:49:28.645 INFO:teuthology.orchestra.run.smithi042.stdout: 5 86432 8.77 MB/sec execute 152 sec latency 123.463 ms 2023-11-16T17:49:29.236 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:49:29 smithi042 ceph-mon[107709]: pgmap v94: 97 pgs: 97 active+clean; 360 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.0 MiB/s wr, 570 op/s 2023-11-16T17:49:29.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:49:29 smithi143 ceph-mon[110525]: pgmap v94: 97 pgs: 97 active+clean; 360 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.0 MiB/s wr, 570 op/s 2023-11-16T17:49:29.645 INFO:teuthology.orchestra.run.smithi042.stdout: 5 86756 8.77 MB/sec execute 153 sec latency 125.476 ms 2023-11-16T17:49:30.645 INFO:teuthology.orchestra.run.smithi042.stdout: 5 87032 8.78 MB/sec execute 154 sec latency 128.670 ms 2023-11-16T17:49:31.294 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:49:31 smithi042 ceph-mon[107709]: pgmap v95: 97 pgs: 97 active+clean; 360 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 384 op/s 2023-11-16T17:49:31.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:49:31 smithi143 ceph-mon[110525]: pgmap v95: 97 pgs: 97 active+clean; 360 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 384 op/s 2023-11-16T17:49:31.646 INFO:teuthology.orchestra.run.smithi042.stdout: 5 87397 8.79 MB/sec execute 155 sec latency 126.098 ms 2023-11-16T17:49:32.646 INFO:teuthology.orchestra.run.smithi042.stdout: 5 87700 8.77 MB/sec execute 156 sec latency 122.696 ms 2023-11-16T17:49:33.090 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:49:33 smithi042 ceph-mon[107709]: pgmap v96: 97 pgs: 97 active+clean; 357 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.8 MiB/s wr, 434 op/s 2023-11-16T17:49:33.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:49:33 smithi143 ceph-mon[110525]: pgmap v96: 97 pgs: 97 active+clean; 357 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.8 MiB/s wr, 434 op/s 2023-11-16T17:49:33.646 INFO:teuthology.orchestra.run.smithi042.stdout: 5 88058 8.79 MB/sec execute 157 sec latency 128.198 ms 2023-11-16T17:49:34.646 INFO:teuthology.orchestra.run.smithi042.stdout: 5 88341 8.77 MB/sec execute 158 sec latency 129.908 ms 2023-11-16T17:49:35.120 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:49:35 smithi042 ceph-mon[107709]: pgmap v97: 97 pgs: 97 active+clean; 363 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 4.7 MiB/s wr, 511 op/s 2023-11-16T17:49:35.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:49:35 smithi143 ceph-mon[110525]: pgmap v97: 97 pgs: 97 active+clean; 363 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 4.7 MiB/s wr, 511 op/s 2023-11-16T17:49:35.655 INFO:teuthology.orchestra.run.smithi042.stdout: 5 88675 8.77 MB/sec execute 159 sec latency 119.980 ms 2023-11-16T17:49:36.655 INFO:teuthology.orchestra.run.smithi042.stdout: 5 89016 8.79 MB/sec execute 160 sec latency 103.945 ms 2023-11-16T17:49:37.140 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:49:37 smithi042 ceph-mon[107709]: pgmap v98: 97 pgs: 97 active+clean; 363 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 381 op/s 2023-11-16T17:49:37.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:49:37 smithi143 ceph-mon[110525]: pgmap v98: 97 pgs: 97 active+clean; 363 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 381 op/s 2023-11-16T17:49:37.655 INFO:teuthology.orchestra.run.smithi042.stdout: 5 89212 8.76 MB/sec execute 161 sec latency 122.958 ms 2023-11-16T17:49:38.655 INFO:teuthology.orchestra.run.smithi042.stdout: 5 89483 8.75 MB/sec execute 162 sec latency 134.380 ms 2023-11-16T17:49:39.201 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:49:39 smithi042 ceph-mon[107709]: pgmap v99: 97 pgs: 97 active+clean; 361 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.9 MiB/s wr, 571 op/s 2023-11-16T17:49:39.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:49:39 smithi143 ceph-mon[110525]: pgmap v99: 97 pgs: 97 active+clean; 361 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.9 MiB/s wr, 571 op/s 2023-11-16T17:49:39.655 INFO:teuthology.orchestra.run.smithi042.stdout: 5 89720 8.74 MB/sec execute 163 sec latency 122.288 ms 2023-11-16T17:49:40.245 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:49:40 smithi042 ceph-mon[107709]: pgmap v100: 97 pgs: 97 active+clean; 361 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 382 op/s 2023-11-16T17:49:40.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:49:40 smithi143 ceph-mon[110525]: pgmap v100: 97 pgs: 97 active+clean; 361 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 382 op/s 2023-11-16T17:49:40.660 INFO:teuthology.orchestra.run.smithi042.stdout: 5 90001 8.73 MB/sec execute 164 sec latency 125.826 ms 2023-11-16T17:49:41.282 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:49:41 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:49:41.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:49:41 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:49:41.660 INFO:teuthology.orchestra.run.smithi042.stdout: 5 90355 8.75 MB/sec execute 165 sec latency 128.753 ms 2023-11-16T17:49:41.931 INFO:teuthology.orchestra.run.smithi042.stdout:true 2023-11-16T17:49:42.660 INFO:teuthology.orchestra.run.smithi042.stdout: 5 90554 8.72 MB/sec execute 166 sec latency 119.959 ms 2023-11-16T17:49:42.894 INFO:teuthology.orchestra.run.smithi042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-16T17:49:42.895 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager.smithi042 smithi042 *:9093,9094 starting - - - - 2023-11-16T17:49:42.895 INFO:teuthology.orchestra.run.smithi042.stdout:crash.smithi042 smithi042 running (9m) 3m ago 9m 7004k - 17.2.0 e1d6a67b021e f9cf0682c94f 2023-11-16T17:49:42.895 INFO:teuthology.orchestra.run.smithi042.stdout:crash.smithi143 smithi143 running (8m) 3m ago 8m 7176k - 17.2.0 e1d6a67b021e 2fd26e55c7be 2023-11-16T17:49:42.895 INFO:teuthology.orchestra.run.smithi042.stdout:grafana.smithi042 smithi042 *:3000 starting - - - - 2023-11-16T17:49:42.895 INFO:teuthology.orchestra.run.smithi042.stdout:mds.foofs.smithi042.xewouy smithi042 running (5m) 3m ago 5m 33.9M - 17.2.0 e1d6a67b021e 6d823b641212 2023-11-16T17:49:42.895 INFO:teuthology.orchestra.run.smithi042.stdout:mds.foofs.smithi143.mjklhf smithi143 running (5m) 3m ago 5m 13.8M - 17.2.0 e1d6a67b021e 1ba0e99b0b78 2023-11-16T17:49:42.895 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.smithi042.ozybzf smithi042 *:9283 running (10m) 3m ago 10m 404M - 17.2.0 e1d6a67b021e 346b5c7f968c 2023-11-16T17:49:42.895 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.smithi143.uyynqu smithi143 *:8443,9283 running (3m) 3m ago 8m 494M - 18.0.0-7421-g50bc6740 1cfb7613cdb7 68bf71cd0a00 2023-11-16T17:49:42.895 INFO:teuthology.orchestra.run.smithi042.stdout:mon.smithi042 smithi042 running (10m) 3m ago 10m 88.0M 2048M 17.2.0 e1d6a67b021e c49729ff160b 2023-11-16T17:49:42.895 INFO:teuthology.orchestra.run.smithi042.stdout:mon.smithi143 smithi143 running (8m) 3m ago 8m 59.3M 2048M 17.2.0 e1d6a67b021e 6a2abe4eaba0 2023-11-16T17:49:42.895 INFO:teuthology.orchestra.run.smithi042.stdout:nfs.foo.0.0.smithi042.fuiunr smithi042 *:2049 running (4m) 3m ago 4m 259M - 4.0 e1d6a67b021e d6641f4acbf6 2023-11-16T17:49:42.895 INFO:teuthology.orchestra.run.smithi042.stdout:nfs.foo.1.0.smithi143.iaszss smithi143 *:2049 running (4m) 3m ago 4m 77.6M - 4.0 e1d6a67b021e 211670dbba08 2023-11-16T17:49:42.896 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.smithi042 smithi042 *:9100 starting - - - - 2023-11-16T17:49:42.896 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.smithi143 smithi143 *:9100 starting - - - - 2023-11-16T17:49:42.896 INFO:teuthology.orchestra.run.smithi042.stdout:osd.0 smithi042 running (8m) 3m ago 8m 519M 1945M 17.2.0 e1d6a67b021e c3d1dda19b1b 2023-11-16T17:49:42.896 INFO:teuthology.orchestra.run.smithi042.stdout:osd.1 smithi042 running (7m) 3m ago 7m 357M 1945M 17.2.0 e1d6a67b021e 2fb5b74416ca 2023-11-16T17:49:42.896 INFO:teuthology.orchestra.run.smithi042.stdout:osd.2 smithi042 running (7m) 3m ago 7m 194M 1945M 17.2.0 e1d6a67b021e f679e77ec002 2023-11-16T17:49:42.896 INFO:teuthology.orchestra.run.smithi042.stdout:osd.3 smithi042 running (7m) 3m ago 7m 502M 1945M 17.2.0 e1d6a67b021e 873ada24a155 2023-11-16T17:49:42.896 INFO:teuthology.orchestra.run.smithi042.stdout:osd.4 smithi143 running (7m) 3m ago 7m 468M 2712M 17.2.0 e1d6a67b021e 9eb042840814 2023-11-16T17:49:42.896 INFO:teuthology.orchestra.run.smithi042.stdout:osd.5 smithi143 running (6m) 3m ago 6m 459M 2712M 17.2.0 e1d6a67b021e b200897543b4 2023-11-16T17:49:42.896 INFO:teuthology.orchestra.run.smithi042.stdout:osd.6 smithi143 running (6m) 3m ago 6m 444M 2712M 17.2.0 e1d6a67b021e ee1c10cd52d1 2023-11-16T17:49:42.896 INFO:teuthology.orchestra.run.smithi042.stdout:osd.7 smithi143 running (6m) 3m ago 6m 774M 2712M 17.2.0 e1d6a67b021e a4bc11e7edba 2023-11-16T17:49:42.896 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus.smithi042 smithi042 *:9095 starting - - - - 2023-11-16T17:49:43.325 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:49:43 smithi042 ceph-mon[107709]: pgmap v101: 97 pgs: 97 active+clean; 362 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 5.3 MiB/s wr, 523 op/s 2023-11-16T17:49:43.326 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:49:43 smithi042 ceph-mon[107709]: from='client.24617 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:49:43.326 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:49:43 smithi042 ceph-mon[107709]: from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:49:43.326 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:49:43 smithi042 ceph-mon[107709]: from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:49:43.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:49:43 smithi143 ceph-mon[110525]: pgmap v101: 97 pgs: 97 active+clean; 362 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 5.3 MiB/s wr, 523 op/s 2023-11-16T17:49:43.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:49:43 smithi143 ceph-mon[110525]: from='client.24617 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:49:43.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:49:43 smithi143 ceph-mon[110525]: from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:49:43.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:49:43 smithi143 ceph-mon[110525]: from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:49:43.448 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-11-16T17:49:43.448 INFO:teuthology.orchestra.run.smithi042.stdout: "mon": { 2023-11-16T17:49:43.448 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T17:49:43.448 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-11-16T17:49:43.448 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr": { 2023-11-16T17:49:43.449 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-16T17:49:43.449 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 18.0.0-7421-g50bc6740 (50bc6740f385afe4f36770e739358479a73d8add) reef (dev)": 1 2023-11-16T17:49:43.449 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-11-16T17:49:43.449 INFO:teuthology.orchestra.run.smithi042.stdout: "osd": { 2023-11-16T17:49:43.449 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-16T17:49:43.450 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-11-16T17:49:43.450 INFO:teuthology.orchestra.run.smithi042.stdout: "mds": { 2023-11-16T17:49:43.450 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T17:49:43.450 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-11-16T17:49:43.450 INFO:teuthology.orchestra.run.smithi042.stdout: "overall": { 2023-11-16T17:49:43.450 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-16T17:49:43.451 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 18.0.0-7421-g50bc6740 (50bc6740f385afe4f36770e739358479a73d8add) reef (dev)": 1 2023-11-16T17:49:43.451 INFO:teuthology.orchestra.run.smithi042.stdout: } 2023-11-16T17:49:43.451 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-11-16T17:49:43.661 INFO:teuthology.orchestra.run.smithi042.stdout: 5 90768 8.70 MB/sec execute 167 sec latency 134.428 ms 2023-11-16T17:49:43.956 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-11-16T17:49:43.956 INFO:teuthology.orchestra.run.smithi042.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8f765c939880e1d45bee26612bbc2e770f7ce493e04525c7a5cce816e4cdafea", 2023-11-16T17:49:43.956 INFO:teuthology.orchestra.run.smithi042.stdout: "in_progress": true, 2023-11-16T17:49:43.956 INFO:teuthology.orchestra.run.smithi042.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-16T17:49:43.956 INFO:teuthology.orchestra.run.smithi042.stdout: "services_complete": [], 2023-11-16T17:49:43.956 INFO:teuthology.orchestra.run.smithi042.stdout: "progress": "1/23 daemons upgraded", 2023-11-16T17:49:43.956 INFO:teuthology.orchestra.run.smithi042.stdout: "message": "Currently upgrading mgr daemons", 2023-11-16T17:49:43.956 INFO:teuthology.orchestra.run.smithi042.stdout: "is_paused": false 2023-11-16T17:49:43.956 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-11-16T17:49:44.379 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:49:44 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/293456341' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-16T17:49:44.380 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:49:44 smithi042 ceph-mon[107709]: pgmap v102: 97 pgs: 97 active+clean; 361 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 4.7 MiB/s wr, 499 op/s 2023-11-16T17:49:44.380 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:49:44 smithi042 ceph-mon[107709]: from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:49:44.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:49:44 smithi143 ceph-mon[110525]: from='client.? 172.21.15.42:0/293456341' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-16T17:49:44.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:49:44 smithi143 ceph-mon[110525]: pgmap v102: 97 pgs: 97 active+clean; 361 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 4.7 MiB/s wr, 499 op/s 2023-11-16T17:49:44.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:49:44 smithi143 ceph-mon[110525]: from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:49:44.535 INFO:teuthology.orchestra.run.smithi042.stdout:HEALTH_OK 2023-11-16T17:49:44.661 INFO:teuthology.orchestra.run.smithi042.stdout: 5 91062 8.69 MB/sec execute 168 sec latency 135.653 ms 2023-11-16T17:49:45.181 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:49:45 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/3875343698' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-16T17:49:45.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:49:45 smithi143 ceph-mon[110525]: from='client.? 172.21.15.42:0/3875343698' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-16T17:49:45.669 INFO:teuthology.orchestra.run.smithi042.stdout: 5 91340 8.67 MB/sec execute 169 sec latency 119.627 ms 2023-11-16T17:49:46.192 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:49:46 smithi042 ceph-mon[107709]: pgmap v103: 97 pgs: 97 active+clean; 361 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.7 MiB/s wr, 356 op/s 2023-11-16T17:49:46.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:49:46 smithi143 ceph-mon[110525]: pgmap v103: 97 pgs: 97 active+clean; 361 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.7 MiB/s wr, 356 op/s 2023-11-16T17:49:46.670 INFO:teuthology.orchestra.run.smithi042.stdout: 5 91687 8.69 MB/sec execute 170 sec latency 123.193 ms 2023-11-16T17:49:47.670 INFO:teuthology.orchestra.run.smithi042.stdout: 5 91959 8.68 MB/sec execute 171 sec latency 137.830 ms 2023-11-16T17:49:51.775 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:49:48 smithi042 ceph-mon[107709]: pgmap v104: 97 pgs: 97 active+clean; 362 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.3 MiB/s wr, 517 op/s 2023-11-16T17:49:51.776 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:49:48 smithi143 ceph-mon[110525]: pgmap v104: 97 pgs: 97 active+clean; 362 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.3 MiB/s wr, 517 op/s 2023-11-16T17:49:51.776 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:49:50 smithi143 ceph-mon[110525]: pgmap v105: 97 pgs: 97 active+clean; 362 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 327 op/s 2023-11-16T17:49:51.776 INFO:teuthology.orchestra.run.smithi042.stdout: 5 92259 8.68 MB/sec execute 172 sec latency 85.717 ms 2023-11-16T17:49:51.776 INFO:teuthology.orchestra.run.smithi042.stdout: 5 92563 8.67 MB/sec execute 173 sec latency 128.792 ms 2023-11-16T17:49:51.776 INFO:teuthology.orchestra.run.smithi042.stdout: 5 92882 8.68 MB/sec execute 174 sec latency 119.440 ms 2023-11-16T17:49:51.776 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:49:50 smithi042 ceph-mon[107709]: pgmap v105: 97 pgs: 97 active+clean; 362 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 327 op/s 2023-11-16T17:49:51.777 INFO:teuthology.orchestra.run.smithi042.stdout: 5 93175 8.67 MB/sec execute 175 sec latency 115.781 ms 2023-11-16T17:49:52.682 INFO:teuthology.orchestra.run.smithi042.stdout: 5 93424 8.66 MB/sec execute 176 sec latency 188.789 ms 2023-11-16T17:49:52.796 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:49:52 smithi042 ceph-mon[107709]: pgmap v106: 97 pgs: 97 active+clean; 357 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.2 MiB/s wr, 371 op/s 2023-11-16T17:49:53.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:49:52 smithi143 ceph-mon[110525]: pgmap v106: 97 pgs: 97 active+clean; 357 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.2 MiB/s wr, 371 op/s 2023-11-16T17:49:53.682 INFO:teuthology.orchestra.run.smithi042.stdout: 5 93684 8.66 MB/sec execute 177 sec latency 138.435 ms 2023-11-16T17:49:54.682 INFO:teuthology.orchestra.run.smithi042.stdout: 5 93994 8.64 MB/sec execute 178 sec latency 104.537 ms 2023-11-16T17:49:54.833 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:49:54 smithi042 ceph-mon[107709]: pgmap v107: 97 pgs: 97 active+clean; 365 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 3.8 MiB/s wr, 364 op/s 2023-11-16T17:49:55.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:49:54 smithi143 ceph-mon[110525]: pgmap v107: 97 pgs: 97 active+clean; 365 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 3.8 MiB/s wr, 364 op/s 2023-11-16T17:49:55.682 INFO:teuthology.orchestra.run.smithi042.stdout: 5 94294 8.63 MB/sec execute 179 sec latency 132.109 ms 2023-11-16T17:49:55.857 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:49:55 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:49:56.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:49:55 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:49:56.682 INFO:teuthology.orchestra.run.smithi042.stdout: 5 94551 8.62 MB/sec execute 180 sec latency 149.166 ms 2023-11-16T17:49:56.887 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:49:56 smithi042 ceph-mon[107709]: pgmap v108: 97 pgs: 97 active+clean; 365 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.5 MiB/s wr, 339 op/s 2023-11-16T17:49:57.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:49:56 smithi143 ceph-mon[110525]: pgmap v108: 97 pgs: 97 active+clean; 365 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.5 MiB/s wr, 339 op/s 2023-11-16T17:49:57.682 INFO:teuthology.orchestra.run.smithi042.stdout: 5 94827 8.62 MB/sec execute 181 sec latency 131.943 ms 2023-11-16T17:49:58.152 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:49:58 smithi042 ceph-mon[107709]: pgmap v109: 97 pgs: 97 active+clean; 361 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 513 op/s 2023-11-16T17:49:58.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:49:58 smithi143 ceph-mon[110525]: pgmap v109: 97 pgs: 97 active+clean; 361 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 513 op/s 2023-11-16T17:49:58.682 INFO:teuthology.orchestra.run.smithi042.stdout: 5 95125 8.62 MB/sec execute 182 sec latency 117.643 ms 2023-11-16T17:49:59.682 INFO:teuthology.orchestra.run.smithi042.stdout: 5 95425 8.61 MB/sec execute 183 sec latency 119.145 ms 2023-11-16T17:50:00.682 INFO:teuthology.orchestra.run.smithi042.stdout: 5 95705 8.62 MB/sec execute 184 sec latency 122.880 ms 2023-11-16T17:50:00.701 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:50:00 smithi042 ceph-mon[107709]: pgmap v110: 97 pgs: 97 active+clean; 361 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 352 op/s 2023-11-16T17:50:00.701 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:50:00 smithi042 ceph-mon[107709]: overall HEALTH_OK 2023-11-16T17:50:01.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:50:00 smithi143 ceph-mon[110525]: pgmap v110: 97 pgs: 97 active+clean; 361 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 352 op/s 2023-11-16T17:50:01.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:50:00 smithi143 ceph-mon[110525]: overall HEALTH_OK 2023-11-16T17:50:01.682 INFO:teuthology.orchestra.run.smithi042.stdout: 5 95928 8.62 MB/sec execute 185 sec latency 111.958 ms 2023-11-16T17:50:02.682 INFO:teuthology.orchestra.run.smithi042.stdout: 5 96129 8.60 MB/sec execute 186 sec latency 125.280 ms 2023-11-16T17:50:02.770 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:50:02 smithi042 ceph-mon[107709]: pgmap v111: 97 pgs: 97 active+clean; 360 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.5 MiB/s wr, 425 op/s 2023-11-16T17:50:03.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:50:02 smithi143 ceph-mon[110525]: pgmap v111: 97 pgs: 97 active+clean; 360 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.5 MiB/s wr, 425 op/s 2023-11-16T17:50:03.688 INFO:teuthology.orchestra.run.smithi042.stdout: 5 96432 8.59 MB/sec execute 187 sec latency 125.775 ms 2023-11-16T17:50:04.688 INFO:teuthology.orchestra.run.smithi042.stdout: 5 96654 8.57 MB/sec execute 188 sec latency 131.984 ms 2023-11-16T17:50:04.799 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:50:04 smithi042 ceph-mon[107709]: pgmap v112: 97 pgs: 97 active+clean; 362 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 4.4 MiB/s wr, 471 op/s 2023-11-16T17:50:05.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:50:04 smithi143 ceph-mon[110525]: pgmap v112: 97 pgs: 97 active+clean; 362 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 4.4 MiB/s wr, 471 op/s 2023-11-16T17:50:05.688 INFO:teuthology.orchestra.run.smithi042.stdout: 5 96883 8.56 MB/sec execute 189 sec latency 200.609 ms 2023-11-16T17:50:06.688 INFO:teuthology.orchestra.run.smithi042.stdout: 5 97141 8.56 MB/sec execute 190 sec latency 137.266 ms 2023-11-16T17:50:06.844 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:50:06 smithi042 ceph-mon[107709]: pgmap v113: 97 pgs: 97 active+clean; 362 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 336 op/s 2023-11-16T17:50:07.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:50:06 smithi143 ceph-mon[110525]: pgmap v113: 97 pgs: 97 active+clean; 362 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 336 op/s 2023-11-16T17:50:07.688 INFO:teuthology.orchestra.run.smithi042.stdout: 5 97351 8.55 MB/sec execute 191 sec latency 132.785 ms 2023-11-16T17:50:08.304 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:50:08 smithi042 ceph-mon[107709]: pgmap v114: 97 pgs: 97 active+clean; 362 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 481 op/s 2023-11-16T17:50:08.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:50:08 smithi143 ceph-mon[110525]: pgmap v114: 97 pgs: 97 active+clean; 362 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 481 op/s 2023-11-16T17:50:08.688 INFO:teuthology.orchestra.run.smithi042.stdout: 5 97647 8.54 MB/sec execute 192 sec latency 116.392 ms 2023-11-16T17:50:09.688 INFO:teuthology.orchestra.run.smithi042.stdout: 5 97907 8.52 MB/sec execute 193 sec latency 122.565 ms 2023-11-16T17:50:10.688 INFO:teuthology.orchestra.run.smithi042.stdout: 5 98155 8.49 MB/sec execute 194 sec latency 127.730 ms 2023-11-16T17:50:10.928 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:50:10 smithi042 ceph-mon[107709]: pgmap v115: 97 pgs: 97 active+clean; 362 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.3 MiB/s wr, 307 op/s 2023-11-16T17:50:11.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:50:10 smithi143 ceph-mon[110525]: pgmap v115: 97 pgs: 97 active+clean; 362 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.3 MiB/s wr, 307 op/s 2023-11-16T17:50:11.688 INFO:teuthology.orchestra.run.smithi042.stdout: 5 98434 8.49 MB/sec execute 195 sec latency 132.547 ms 2023-11-16T17:50:11.728 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:50:11 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:50:12.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:50:11 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:50:12.688 INFO:teuthology.orchestra.run.smithi042.stdout: 5 98787 8.52 MB/sec execute 196 sec latency 130.824 ms 2023-11-16T17:50:12.746 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:50:12 smithi042 ceph-mon[107709]: pgmap v116: 97 pgs: 97 active+clean; 363 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.9 KiB/s rd, 4.5 MiB/s wr, 444 op/s 2023-11-16T17:50:13.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:50:12 smithi143 ceph-mon[110525]: pgmap v116: 97 pgs: 97 active+clean; 363 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.9 KiB/s rd, 4.5 MiB/s wr, 444 op/s 2023-11-16T17:50:13.688 INFO:teuthology.orchestra.run.smithi042.stdout: 5 99136 8.52 MB/sec execute 197 sec latency 128.873 ms 2023-11-16T17:50:14.688 INFO:teuthology.orchestra.run.smithi042.stdout: 5 99432 8.53 MB/sec execute 198 sec latency 130.488 ms 2023-11-16T17:50:14.775 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:50:14 smithi042 ceph-mon[107709]: pgmap v117: 97 pgs: 97 active+clean; 361 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.6 KiB/s rd, 3.8 MiB/s wr, 395 op/s 2023-11-16T17:50:15.125 INFO:teuthology.orchestra.run.smithi042.stdout:true 2023-11-16T17:50:15.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:50:14 smithi143 ceph-mon[110525]: pgmap v117: 97 pgs: 97 active+clean; 361 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.6 KiB/s rd, 3.8 MiB/s wr, 395 op/s 2023-11-16T17:50:15.689 INFO:teuthology.orchestra.run.smithi042.stdout: 5 99629 8.52 MB/sec execute 199 sec latency 128.085 ms 2023-11-16T17:50:15.798 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:50:15 smithi042 ceph-mon[107709]: from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:50:16.161 INFO:teuthology.orchestra.run.smithi042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-16T17:50:16.161 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager.smithi042 smithi042 *:9093,9094 starting - - - - 2023-11-16T17:50:16.161 INFO:teuthology.orchestra.run.smithi042.stdout:crash.smithi042 smithi042 running (9m) 3m ago 9m 7004k - 17.2.0 e1d6a67b021e f9cf0682c94f 2023-11-16T17:50:16.161 INFO:teuthology.orchestra.run.smithi042.stdout:crash.smithi143 smithi143 running (9m) 3m ago 9m 7176k - 17.2.0 e1d6a67b021e 2fd26e55c7be 2023-11-16T17:50:16.161 INFO:teuthology.orchestra.run.smithi042.stdout:grafana.smithi042 smithi042 *:3000 starting - - - - 2023-11-16T17:50:16.161 INFO:teuthology.orchestra.run.smithi042.stdout:mds.foofs.smithi042.xewouy smithi042 running (5m) 3m ago 5m 33.9M - 17.2.0 e1d6a67b021e 6d823b641212 2023-11-16T17:50:16.161 INFO:teuthology.orchestra.run.smithi042.stdout:mds.foofs.smithi143.mjklhf smithi143 running (5m) 3m ago 5m 13.8M - 17.2.0 e1d6a67b021e 1ba0e99b0b78 2023-11-16T17:50:16.161 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.smithi042.ozybzf smithi042 *:9283 running (11m) 3m ago 11m 404M - 17.2.0 e1d6a67b021e 346b5c7f968c 2023-11-16T17:50:16.161 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.smithi143.uyynqu smithi143 *:8443,9283 running (3m) 3m ago 9m 494M - 18.0.0-7421-g50bc6740 1cfb7613cdb7 68bf71cd0a00 2023-11-16T17:50:16.161 INFO:teuthology.orchestra.run.smithi042.stdout:mon.smithi042 smithi042 running (11m) 3m ago 11m 88.0M 2048M 17.2.0 e1d6a67b021e c49729ff160b 2023-11-16T17:50:16.162 INFO:teuthology.orchestra.run.smithi042.stdout:mon.smithi143 smithi143 running (9m) 3m ago 9m 59.3M 2048M 17.2.0 e1d6a67b021e 6a2abe4eaba0 2023-11-16T17:50:16.162 INFO:teuthology.orchestra.run.smithi042.stdout:nfs.foo.0.0.smithi042.fuiunr smithi042 *:2049 running (5m) 3m ago 5m 259M - 4.0 e1d6a67b021e d6641f4acbf6 2023-11-16T17:50:16.162 INFO:teuthology.orchestra.run.smithi042.stdout:nfs.foo.1.0.smithi143.iaszss smithi143 *:2049 running (5m) 3m ago 5m 77.6M - 4.0 e1d6a67b021e 211670dbba08 2023-11-16T17:50:16.162 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.smithi042 smithi042 *:9100 starting - - - - 2023-11-16T17:50:16.162 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.smithi143 smithi143 *:9100 starting - - - - 2023-11-16T17:50:16.162 INFO:teuthology.orchestra.run.smithi042.stdout:osd.0 smithi042 running (8m) 3m ago 8m 519M 1945M 17.2.0 e1d6a67b021e c3d1dda19b1b 2023-11-16T17:50:16.162 INFO:teuthology.orchestra.run.smithi042.stdout:osd.1 smithi042 running (8m) 3m ago 8m 357M 1945M 17.2.0 e1d6a67b021e 2fb5b74416ca 2023-11-16T17:50:16.162 INFO:teuthology.orchestra.run.smithi042.stdout:osd.2 smithi042 running (8m) 3m ago 8m 194M 1945M 17.2.0 e1d6a67b021e f679e77ec002 2023-11-16T17:50:16.162 INFO:teuthology.orchestra.run.smithi042.stdout:osd.3 smithi042 running (7m) 3m ago 7m 502M 1945M 17.2.0 e1d6a67b021e 873ada24a155 2023-11-16T17:50:16.162 INFO:teuthology.orchestra.run.smithi042.stdout:osd.4 smithi143 running (7m) 3m ago 7m 468M 2712M 17.2.0 e1d6a67b021e 9eb042840814 2023-11-16T17:50:16.162 INFO:teuthology.orchestra.run.smithi042.stdout:osd.5 smithi143 running (7m) 3m ago 7m 459M 2712M 17.2.0 e1d6a67b021e b200897543b4 2023-11-16T17:50:16.163 INFO:teuthology.orchestra.run.smithi042.stdout:osd.6 smithi143 running (7m) 3m ago 7m 444M 2712M 17.2.0 e1d6a67b021e ee1c10cd52d1 2023-11-16T17:50:16.163 INFO:teuthology.orchestra.run.smithi042.stdout:osd.7 smithi143 running (6m) 3m ago 6m 774M 2712M 17.2.0 e1d6a67b021e a4bc11e7edba 2023-11-16T17:50:16.163 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus.smithi042 smithi042 *:9095 starting - - - - 2023-11-16T17:50:16.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:50:15 smithi143 ceph-mon[110525]: from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:50:16.705 INFO:teuthology.orchestra.run.smithi042.stdout: 5 99845 8.48 MB/sec execute 200 sec latency 132.547 ms 2023-11-16T17:50:16.822 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-11-16T17:50:16.822 INFO:teuthology.orchestra.run.smithi042.stdout: "mon": { 2023-11-16T17:50:16.822 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T17:50:16.822 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-11-16T17:50:16.822 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr": { 2023-11-16T17:50:16.822 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-16T17:50:16.823 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 18.0.0-7421-g50bc6740 (50bc6740f385afe4f36770e739358479a73d8add) reef (dev)": 1 2023-11-16T17:50:16.823 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-11-16T17:50:16.823 INFO:teuthology.orchestra.run.smithi042.stdout: "osd": { 2023-11-16T17:50:16.823 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-16T17:50:16.823 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-11-16T17:50:16.823 INFO:teuthology.orchestra.run.smithi042.stdout: "mds": { 2023-11-16T17:50:16.823 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T17:50:16.823 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-11-16T17:50:16.823 INFO:teuthology.orchestra.run.smithi042.stdout: "overall": { 2023-11-16T17:50:16.823 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-16T17:50:16.823 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 18.0.0-7421-g50bc6740 (50bc6740f385afe4f36770e739358479a73d8add) reef (dev)": 1 2023-11-16T17:50:16.823 INFO:teuthology.orchestra.run.smithi042.stdout: } 2023-11-16T17:50:16.824 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-11-16T17:50:16.828 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:50:16 smithi042 ceph-mon[107709]: from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:50:16.828 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:50:16 smithi042 ceph-mon[107709]: pgmap v118: 97 pgs: 97 active+clean; 361 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 305 op/s 2023-11-16T17:50:17.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:50:16 smithi143 ceph-mon[110525]: from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:50:17.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:50:16 smithi143 ceph-mon[110525]: pgmap v118: 97 pgs: 97 active+clean; 361 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 305 op/s 2023-11-16T17:50:17.346 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-11-16T17:50:17.346 INFO:teuthology.orchestra.run.smithi042.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8f765c939880e1d45bee26612bbc2e770f7ce493e04525c7a5cce816e4cdafea", 2023-11-16T17:50:17.346 INFO:teuthology.orchestra.run.smithi042.stdout: "in_progress": true, 2023-11-16T17:50:17.346 INFO:teuthology.orchestra.run.smithi042.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-16T17:50:17.346 INFO:teuthology.orchestra.run.smithi042.stdout: "services_complete": [], 2023-11-16T17:50:17.347 INFO:teuthology.orchestra.run.smithi042.stdout: "progress": "1/23 daemons upgraded", 2023-11-16T17:50:17.347 INFO:teuthology.orchestra.run.smithi042.stdout: "message": "Currently upgrading mgr daemons", 2023-11-16T17:50:17.347 INFO:teuthology.orchestra.run.smithi042.stdout: "is_paused": false 2023-11-16T17:50:17.347 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-11-16T17:50:17.705 INFO:teuthology.orchestra.run.smithi042.stdout: 5 100074 8.47 MB/sec execute 201 sec latency 132.819 ms 2023-11-16T17:50:17.862 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:50:17 smithi042 ceph-mon[107709]: from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:50:17.862 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:50:17 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/3165319374' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-16T17:50:17.992 INFO:teuthology.orchestra.run.smithi042.stdout:HEALTH_OK 2023-11-16T17:50:18.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:50:17 smithi143 ceph-mon[110525]: from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:50:18.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:50:17 smithi143 ceph-mon[110525]: from='client.? 172.21.15.42:0/3165319374' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-16T17:50:18.705 INFO:teuthology.orchestra.run.smithi042.stdout: 5 100334 8.45 MB/sec execute 202 sec latency 142.304 ms 2023-11-16T17:50:18.885 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:50:18 smithi042 ceph-mon[107709]: from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:50:18.885 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:50:18 smithi042 ceph-mon[107709]: pgmap v119: 97 pgs: 97 active+clean; 365 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.8 MiB/s wr, 473 op/s 2023-11-16T17:50:18.885 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:50:18 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/218947426' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-16T17:50:19.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:50:18 smithi143 ceph-mon[110525]: from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:50:19.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:50:18 smithi143 ceph-mon[110525]: pgmap v119: 97 pgs: 97 active+clean; 365 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.8 MiB/s wr, 473 op/s 2023-11-16T17:50:19.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:50:18 smithi143 ceph-mon[110525]: from='client.? 172.21.15.42:0/218947426' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-16T17:50:19.705 INFO:teuthology.orchestra.run.smithi042.stdout: 5 100565 8.44 MB/sec execute 203 sec latency 122.512 ms 2023-11-16T17:50:20.706 INFO:teuthology.orchestra.run.smithi042.stdout: 5 100875 8.48 MB/sec execute 204 sec latency 89.430 ms 2023-11-16T17:50:20.959 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:50:20 smithi042 ceph-mon[107709]: pgmap v120: 97 pgs: 97 active+clean; 365 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.3 MiB/s wr, 329 op/s 2023-11-16T17:50:21.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:50:20 smithi143 ceph-mon[110525]: pgmap v120: 97 pgs: 97 active+clean; 365 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.3 MiB/s wr, 329 op/s 2023-11-16T17:50:21.706 INFO:teuthology.orchestra.run.smithi042.stdout: 5 101129 8.45 MB/sec execute 205 sec latency 128.996 ms 2023-11-16T17:50:22.708 INFO:teuthology.orchestra.run.smithi042.stdout: 5 101481 8.44 MB/sec execute 206 sec latency 150.706 ms 2023-11-16T17:50:22.992 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:50:22 smithi042 ceph-mon[107709]: pgmap v121: 97 pgs: 97 active+clean; 365 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 4.5 KiB/s rd, 4.1 MiB/s wr, 364 op/s 2023-11-16T17:50:23.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:50:22 smithi143 ceph-mon[110525]: pgmap v121: 97 pgs: 97 active+clean; 365 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 4.5 KiB/s rd, 4.1 MiB/s wr, 364 op/s 2023-11-16T17:50:23.708 INFO:teuthology.orchestra.run.smithi042.stdout: 5 101691 8.42 MB/sec execute 207 sec latency 136.193 ms 2023-11-16T17:50:24.708 INFO:teuthology.orchestra.run.smithi042.stdout: 5 101973 8.41 MB/sec execute 208 sec latency 125.822 ms 2023-11-16T17:50:25.039 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:50:24 smithi042 ceph-mon[107709]: pgmap v122: 97 pgs: 97 active+clean; 362 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.5 KiB/s rd, 3.7 MiB/s wr, 353 op/s 2023-11-16T17:50:25.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:50:24 smithi143 ceph-mon[110525]: pgmap v122: 97 pgs: 97 active+clean; 362 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.5 KiB/s rd, 3.7 MiB/s wr, 353 op/s 2023-11-16T17:50:25.708 INFO:teuthology.orchestra.run.smithi042.stdout: 5 102374 8.45 MB/sec execute 209 sec latency 128.474 ms 2023-11-16T17:50:26.058 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:50:25 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:50:26.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:50:25 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:50:26.708 INFO:teuthology.orchestra.run.smithi042.stdout: 5 102773 8.46 MB/sec execute 210 sec latency 134.428 ms 2023-11-16T17:50:27.080 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:50:26 smithi042 ceph-mon[107709]: pgmap v123: 97 pgs: 97 active+clean; 362 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.4 MiB/s wr, 330 op/s 2023-11-16T17:50:27.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:50:26 smithi143 ceph-mon[110525]: pgmap v123: 97 pgs: 97 active+clean; 362 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.4 MiB/s wr, 330 op/s 2023-11-16T17:50:27.708 INFO:teuthology.orchestra.run.smithi042.stdout: 5 103126 8.48 MB/sec execute 211 sec latency 131.870 ms 2023-11-16T17:50:28.355 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:50:28 smithi042 ceph-mon[107709]: pgmap v124: 97 pgs: 97 active+clean; 365 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.1 KiB/s rd, 5.5 MiB/s wr, 517 op/s 2023-11-16T17:50:28.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:50:28 smithi143 ceph-mon[110525]: pgmap v124: 97 pgs: 97 active+clean; 365 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.1 KiB/s rd, 5.5 MiB/s wr, 517 op/s 2023-11-16T17:50:28.712 INFO:teuthology.orchestra.run.smithi042.stdout: 5 103371 8.47 MB/sec execute 212 sec latency 122.407 ms 2023-11-16T17:50:29.712 INFO:teuthology.orchestra.run.smithi042.stdout: 5 103726 8.45 MB/sec execute 213 sec latency 126.084 ms 2023-11-16T17:50:30.713 INFO:teuthology.orchestra.run.smithi042.stdout: 5 104018 8.45 MB/sec execute 214 sec latency 135.109 ms 2023-11-16T17:50:30.913 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:50:30 smithi042 ceph-mon[107709]: pgmap v125: 97 pgs: 97 active+clean; 365 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 348 op/s 2023-11-16T17:50:31.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:50:30 smithi143 ceph-mon[110525]: pgmap v125: 97 pgs: 97 active+clean; 365 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 348 op/s 2023-11-16T17:50:31.713 INFO:teuthology.orchestra.run.smithi042.stdout: 5 104346 8.48 MB/sec execute 215 sec latency 122.899 ms 2023-11-16T17:50:32.720 INFO:teuthology.orchestra.run.smithi042.stdout: 5 104657 8.46 MB/sec execute 216 sec latency 126.414 ms 2023-11-16T17:50:33.220 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:50:32 smithi042 ceph-mon[107709]: pgmap v126: 97 pgs: 97 active+clean; 362 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 5.0 MiB/s wr, 468 op/s 2023-11-16T17:50:33.220 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:50:32 smithi042 ceph-mon[107709]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi042.ozybzf on host smithi042 failed. 2023-11-16T17:50:33.220 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:50:32 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:50:33.220 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:50:32 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:50:33.220 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:50:32 smithi042 ceph-mon[107709]: pgmap v127: 97 pgs: 97 active+clean; 365 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 5.6 MiB/s wr, 593 op/s 2023-11-16T17:50:33.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:50:33 smithi143 ceph-mon[110525]: pgmap v126: 97 pgs: 97 active+clean; 362 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 5.0 MiB/s wr, 468 op/s 2023-11-16T17:50:33.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:50:33 smithi143 ceph-mon[110525]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi042.ozybzf on host smithi042 failed. 2023-11-16T17:50:33.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:50:33 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:50:33.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:50:33 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:50:33.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:50:33 smithi143 ceph-mon[110525]: pgmap v127: 97 pgs: 97 active+clean; 365 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 5.6 MiB/s wr, 593 op/s 2023-11-16T17:50:33.720 INFO:teuthology.orchestra.run.smithi042.stdout: 5 105032 8.45 MB/sec execute 217 sec latency 140.541 ms 2023-11-16T17:50:34.101 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:50:34 smithi143 ceph-mon[110525]: Health check failed: Upgrading daemon mgr.smithi042.ozybzf on host smithi042 failed. (UPGRADE_REDEPLOY_DAEMON) 2023-11-16T17:50:34.228 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:50:34 smithi042 ceph-mon[107709]: Health check failed: Upgrading daemon mgr.smithi042.ozybzf on host smithi042 failed. (UPGRADE_REDEPLOY_DAEMON) 2023-11-16T17:50:34.721 INFO:teuthology.orchestra.run.smithi042.stdout: 5 105307 8.43 MB/sec execute 218 sec latency 122.460 ms 2023-11-16T17:50:35.266 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:50:35 smithi042 ceph-mon[107709]: pgmap v128: 97 pgs: 97 active+clean; 365 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.7 MiB/s wr, 447 op/s 2023-11-16T17:50:35.266 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:50:35 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:50:35.266 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:50:35 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:50:35.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:50:35 smithi143 ceph-mon[110525]: pgmap v128: 97 pgs: 97 active+clean; 365 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.7 MiB/s wr, 447 op/s 2023-11-16T17:50:35.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:50:35 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:50:35.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:50:35 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:50:35.722 INFO:teuthology.orchestra.run.smithi042.stdout: 5 105614 8.46 MB/sec execute 219 sec latency 125.614 ms 2023-11-16T17:50:36.722 INFO:teuthology.orchestra.run.smithi042.stdout: 5 105994 8.46 MB/sec execute 220 sec latency 139.103 ms 2023-11-16T17:50:37.298 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:50:37 smithi042 ceph-mon[107709]: pgmap v129: 97 pgs: 97 active+clean; 365 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.7 MiB/s wr, 447 op/s 2023-11-16T17:50:37.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:50:37 smithi143 ceph-mon[110525]: pgmap v129: 97 pgs: 97 active+clean; 365 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.7 MiB/s wr, 447 op/s 2023-11-16T17:50:37.721 INFO:teuthology.orchestra.run.smithi042.stdout: 5 106284 8.46 MB/sec execute 221 sec latency 135.844 ms 2023-11-16T17:50:38.315 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:50:38 smithi042 ceph-mon[107709]: pgmap v130: 97 pgs: 97 active+clean; 367 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.5 MiB/s wr, 447 op/s 2023-11-16T17:50:38.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:50:38 smithi143 ceph-mon[110525]: pgmap v130: 97 pgs: 97 active+clean; 367 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.5 MiB/s wr, 447 op/s 2023-11-16T17:50:38.721 INFO:teuthology.orchestra.run.smithi042.stdout: 5 106554 8.47 MB/sec execute 222 sec latency 128.456 ms 2023-11-16T17:50:39.722 INFO:teuthology.orchestra.run.smithi042.stdout: 5 106721 8.46 MB/sec execute 223 sec latency 135.664 ms 2023-11-16T17:50:40.724 INFO:teuthology.orchestra.run.smithi042.stdout: 5 106965 8.45 MB/sec execute 224 sec latency 130.686 ms 2023-11-16T17:50:41.125 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:50:41 smithi042 ceph-mon[107709]: pgmap v131: 97 pgs: 97 active+clean; 367 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.5 MiB/s wr, 447 op/s 2023-11-16T17:50:41.125 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:50:41 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:50:41.125 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:50:41 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:50:41.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:50:41 smithi143 ceph-mon[110525]: pgmap v131: 97 pgs: 97 active+clean; 367 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.5 MiB/s wr, 447 op/s 2023-11-16T17:50:41.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:50:41 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:50:41.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:50:41 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:50:41.724 INFO:teuthology.orchestra.run.smithi042.stdout: 5 107248 8.42 MB/sec execute 225 sec latency 122.646 ms 2023-11-16T17:50:42.725 INFO:teuthology.orchestra.run.smithi042.stdout: 5 107487 8.42 MB/sec execute 226 sec latency 145.357 ms 2023-11-16T17:50:43.182 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:50:43 smithi042 ceph-mon[107709]: pgmap v132: 97 pgs: 97 active+clean; 366 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 4.7 MiB/s wr, 483 op/s 2023-11-16T17:50:43.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:50:43 smithi143 ceph-mon[110525]: pgmap v132: 97 pgs: 97 active+clean; 366 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 4.7 MiB/s wr, 483 op/s 2023-11-16T17:50:43.725 INFO:teuthology.orchestra.run.smithi042.stdout: 5 107788 8.42 MB/sec execute 227 sec latency 126.704 ms 2023-11-16T17:50:44.725 INFO:teuthology.orchestra.run.smithi042.stdout: 5 108045 8.42 MB/sec execute 228 sec latency 123.704 ms 2023-11-16T17:50:45.174 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:50:45 smithi042 ceph-mon[107709]: pgmap v133: 97 pgs: 97 active+clean; 366 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.4 MiB/s wr, 337 op/s 2023-11-16T17:50:45.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:50:45 smithi143 ceph-mon[110525]: pgmap v133: 97 pgs: 97 active+clean; 366 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.4 MiB/s wr, 337 op/s 2023-11-16T17:50:45.725 INFO:teuthology.orchestra.run.smithi042.stdout: 5 108364 8.42 MB/sec execute 229 sec latency 144.085 ms 2023-11-16T17:50:46.725 INFO:teuthology.orchestra.run.smithi042.stdout: 5 108667 8.40 MB/sec execute 230 sec latency 125.849 ms 2023-11-16T17:50:47.217 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:50:47 smithi042 ceph-mon[107709]: pgmap v134: 97 pgs: 97 active+clean; 366 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.4 MiB/s wr, 337 op/s 2023-11-16T17:50:47.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:50:47 smithi143 ceph-mon[110525]: pgmap v134: 97 pgs: 97 active+clean; 366 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.4 MiB/s wr, 337 op/s 2023-11-16T17:50:47.725 INFO:teuthology.orchestra.run.smithi042.stdout: 5 108883 8.38 MB/sec execute 231 sec latency 133.721 ms 2023-11-16T17:50:48.225 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:50:48 smithi042 ceph-mon[107709]: pgmap v135: 97 pgs: 97 active+clean; 357 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 514 op/s 2023-11-16T17:50:48.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:50:48 smithi143 ceph-mon[110525]: pgmap v135: 97 pgs: 97 active+clean; 357 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 514 op/s 2023-11-16T17:50:48.547 INFO:teuthology.orchestra.run.smithi042.stdout:true 2023-11-16T17:50:48.726 INFO:teuthology.orchestra.run.smithi042.stdout: 5 109108 8.37 MB/sec execute 232 sec latency 97.764 ms 2023-11-16T17:50:49.062 INFO:teuthology.orchestra.run.smithi042.stdout:"Error: UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi042.ozybzf on host smithi042 failed." 2023-11-16T17:50:49.249 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:50:49 smithi042 ceph-mon[107709]: from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:50:49.249 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:50:49 smithi042 ceph-mon[107709]: from='client.24641 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:50:49.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:50:49 smithi143 ceph-mon[110525]: from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:50:49.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:50:49 smithi143 ceph-mon[110525]: from='client.24641 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:50:49.726 INFO:teuthology.orchestra.run.smithi042.stdout: 5 109407 8.38 MB/sec execute 233 sec latency 141.214 ms 2023-11-16T17:50:50.280 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:50:50 smithi042 ceph-mon[107709]: pgmap v136: 97 pgs: 97 active+clean; 357 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.2 MiB/s wr, 327 op/s 2023-11-16T17:50:50.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:50:50 smithi143 ceph-mon[110525]: pgmap v136: 97 pgs: 97 active+clean; 357 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.2 MiB/s wr, 327 op/s 2023-11-16T17:50:50.735 INFO:teuthology.orchestra.run.smithi042.stdout: 5 109697 8.39 MB/sec execute 234 sec latency 122.447 ms 2023-11-16T17:50:51.736 INFO:teuthology.orchestra.run.smithi042.stdout: 5 109997 8.40 MB/sec execute 235 sec latency 143.869 ms 2023-11-16T17:50:52.736 INFO:teuthology.orchestra.run.smithi042.stdout: 5 110251 8.39 MB/sec execute 236 sec latency 129.706 ms 2023-11-16T17:50:53.083 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:50:53 smithi042 ceph-mon[107709]: pgmap v137: 97 pgs: 97 active+clean; 360 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.0 MiB/s wr, 486 op/s 2023-11-16T17:50:53.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:50:53 smithi143 ceph-mon[110525]: pgmap v137: 97 pgs: 97 active+clean; 360 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.0 MiB/s wr, 486 op/s 2023-11-16T17:50:53.743 INFO:teuthology.orchestra.run.smithi042.stdout: 5 110473 8.37 MB/sec execute 237 sec latency 133.118 ms 2023-11-16T17:50:54.743 INFO:teuthology.orchestra.run.smithi042.stdout: 5 110719 8.36 MB/sec execute 238 sec latency 128.456 ms 2023-11-16T17:50:55.095 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:50:55 smithi042 ceph-mon[107709]: pgmap v138: 97 pgs: 97 active+clean; 360 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.4 MiB/s wr, 335 op/s 2023-11-16T17:50:55.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:50:55 smithi143 ceph-mon[110525]: pgmap v138: 97 pgs: 97 active+clean; 360 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.4 MiB/s wr, 335 op/s 2023-11-16T17:50:55.743 INFO:teuthology.orchestra.run.smithi042.stdout: 5 111035 8.36 MB/sec execute 239 sec latency 136.184 ms 2023-11-16T17:50:56.126 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:50:56 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:50:56.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:50:56 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:50:56.743 INFO:teuthology.orchestra.run.smithi042.stdout: 5 111374 8.37 MB/sec execute 240 sec latency 123.502 ms 2023-11-16T17:50:57.138 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:50:57 smithi042 ceph-mon[107709]: pgmap v139: 97 pgs: 97 active+clean; 360 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.4 MiB/s wr, 335 op/s 2023-11-16T17:50:57.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:50:57 smithi143 ceph-mon[110525]: pgmap v139: 97 pgs: 97 active+clean; 360 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.4 MiB/s wr, 335 op/s 2023-11-16T17:50:57.743 INFO:teuthology.orchestra.run.smithi042.stdout: 5 111709 8.39 MB/sec execute 241 sec latency 131.108 ms 2023-11-16T17:50:58.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:50:58 smithi143 ceph-mon[110525]: pgmap v140: 97 pgs: 97 active+clean; 365 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.2 MiB/s wr, 507 op/s 2023-11-16T17:50:58.432 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:50:58 smithi042 ceph-mon[107709]: pgmap v140: 97 pgs: 97 active+clean; 365 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.2 MiB/s wr, 507 op/s 2023-11-16T17:50:58.743 INFO:teuthology.orchestra.run.smithi042.stdout: 5 111996 8.37 MB/sec execute 242 sec latency 134.613 ms 2023-11-16T17:50:59.744 INFO:teuthology.orchestra.run.smithi042.stdout: 5 112316 8.35 MB/sec execute 243 sec latency 93.755 ms 2023-11-16T17:51:00.743 INFO:teuthology.orchestra.run.smithi042.stdout: 5 112611 8.35 MB/sec execute 244 sec latency 137.801 ms 2023-11-16T17:51:01.260 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:51:01 smithi042 ceph-mon[107709]: pgmap v141: 97 pgs: 97 active+clean; 365 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.6 MiB/s wr, 329 op/s 2023-11-16T17:51:01.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:51:01 smithi143 ceph-mon[110525]: pgmap v141: 97 pgs: 97 active+clean; 365 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.6 MiB/s wr, 329 op/s 2023-11-16T17:51:01.744 INFO:teuthology.orchestra.run.smithi042.stdout: 5 112998 8.38 MB/sec execute 245 sec latency 126.299 ms 2023-11-16T17:51:02.744 INFO:teuthology.orchestra.run.smithi042.stdout: 5 113329 8.38 MB/sec execute 246 sec latency 119.917 ms 2023-11-16T17:51:03.317 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:51:03 smithi042 ceph-mon[107709]: pgmap v142: 97 pgs: 97 active+clean; 360 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.5 MiB/s wr, 518 op/s 2023-11-16T17:51:03.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:51:03 smithi143 ceph-mon[110525]: pgmap v142: 97 pgs: 97 active+clean; 360 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.5 MiB/s wr, 518 op/s 2023-11-16T17:51:03.744 INFO:teuthology.orchestra.run.smithi042.stdout: 5 113569 8.37 MB/sec execute 247 sec latency 122.731 ms 2023-11-16T17:51:04.744 INFO:teuthology.orchestra.run.smithi042.stdout: 5 113806 8.37 MB/sec execute 248 sec latency 128.297 ms 2023-11-16T17:51:05.124 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:51:05 smithi042 ceph-mon[107709]: pgmap v143: 97 pgs: 97 active+clean; 360 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 359 op/s 2023-11-16T17:51:05.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:51:05 smithi143 ceph-mon[110525]: pgmap v143: 97 pgs: 97 active+clean; 360 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 359 op/s 2023-11-16T17:51:05.751 INFO:teuthology.orchestra.run.smithi042.stdout: 5 114062 8.36 MB/sec execute 249 sec latency 122.753 ms 2023-11-16T17:51:06.401 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:51:06 smithi042 ceph-mon[107709]: pgmap v144: 97 pgs: 97 active+clean; 360 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 359 op/s 2023-11-16T17:51:06.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:51:06 smithi143 ceph-mon[110525]: pgmap v144: 97 pgs: 97 active+clean; 360 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 359 op/s 2023-11-16T17:51:06.751 INFO:teuthology.orchestra.run.smithi042.stdout: 5 114358 8.35 MB/sec execute 250 sec latency 122.502 ms 2023-11-16T17:51:07.751 INFO:teuthology.orchestra.run.smithi042.stdout: 5 114648 8.34 MB/sec execute 251 sec latency 122.686 ms 2023-11-16T17:51:08.186 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:51:08 smithi042 ceph-mon[107709]: pgmap v145: 97 pgs: 97 active+clean; 363 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.4 MiB/s wr, 522 op/s 2023-11-16T17:51:08.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:51:08 smithi143 ceph-mon[110525]: pgmap v145: 97 pgs: 97 active+clean; 363 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.4 MiB/s wr, 522 op/s 2023-11-16T17:51:08.759 INFO:teuthology.orchestra.run.smithi042.stdout: 5 114937 8.36 MB/sec execute 252 sec latency 130.905 ms 2023-11-16T17:51:09.759 INFO:teuthology.orchestra.run.smithi042.stdout: 5 115292 8.34 MB/sec execute 253 sec latency 134.730 ms 2023-11-16T17:51:10.759 INFO:teuthology.orchestra.run.smithi042.stdout: 5 115672 8.35 MB/sec execute 254 sec latency 122.984 ms 2023-11-16T17:51:11.245 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:51:11 smithi042 ceph-mon[107709]: pgmap v146: 97 pgs: 97 active+clean; 363 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.6 MiB/s wr, 351 op/s 2023-11-16T17:51:11.245 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:51:11 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:51:11.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:51:11 smithi143 ceph-mon[110525]: pgmap v146: 97 pgs: 97 active+clean; 363 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.6 MiB/s wr, 351 op/s 2023-11-16T17:51:11.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:51:11 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:51:11.760 INFO:teuthology.orchestra.run.smithi042.stdout: 5 115960 8.35 MB/sec execute 255 sec latency 141.369 ms 2023-11-16T17:51:12.761 INFO:teuthology.orchestra.run.smithi042.stdout: 5 116353 8.37 MB/sec execute 256 sec latency 125.932 ms 2023-11-16T17:51:13.282 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:51:13 smithi042 ceph-mon[107709]: pgmap v147: 97 pgs: 97 active+clean; 361 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.6 MiB/s wr, 555 op/s 2023-11-16T17:51:13.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:51:13 smithi143 ceph-mon[110525]: pgmap v147: 97 pgs: 97 active+clean; 361 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.6 MiB/s wr, 555 op/s 2023-11-16T17:51:13.761 INFO:teuthology.orchestra.run.smithi042.stdout: 5 116699 8.37 MB/sec execute 257 sec latency 138.139 ms 2023-11-16T17:51:14.766 INFO:teuthology.orchestra.run.smithi042.stdout: 5 117018 8.37 MB/sec execute 258 sec latency 135.323 ms 2023-11-16T17:51:15.316 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:51:15 smithi042 ceph-mon[107709]: pgmap v148: 97 pgs: 97 active+clean; 361 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.7 MiB/s wr, 366 op/s 2023-11-16T17:51:15.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:51:15 smithi143 ceph-mon[110525]: pgmap v148: 97 pgs: 97 active+clean; 361 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.7 MiB/s wr, 366 op/s 2023-11-16T17:51:15.767 INFO:teuthology.orchestra.run.smithi042.stdout: 5 117289 8.36 MB/sec execute 259 sec latency 137.337 ms 2023-11-16T17:51:16.774 INFO:teuthology.orchestra.run.smithi042.stdout: 5 117621 8.38 MB/sec execute 260 sec latency 122.492 ms 2023-11-16T17:51:17.129 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:51:17 smithi042 ceph-mon[107709]: pgmap v149: 97 pgs: 97 active+clean; 361 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.7 MiB/s wr, 366 op/s 2023-11-16T17:51:17.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:51:17 smithi143 ceph-mon[110525]: pgmap v149: 97 pgs: 97 active+clean; 361 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.7 MiB/s wr, 366 op/s 2023-11-16T17:51:17.781 INFO:teuthology.orchestra.run.smithi042.stdout: 5 117860 8.36 MB/sec execute 261 sec latency 129.754 ms 2023-11-16T17:51:18.415 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:51:18 smithi042 ceph-mon[107709]: pgmap v150: 97 pgs: 97 active+clean; 362 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.8 MiB/s wr, 558 op/s 2023-11-16T17:51:18.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:51:18 smithi143 ceph-mon[110525]: pgmap v150: 97 pgs: 97 active+clean; 362 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.8 MiB/s wr, 558 op/s 2023-11-16T17:51:18.781 INFO:teuthology.orchestra.run.smithi042.stdout: 5 118129 8.36 MB/sec execute 262 sec latency 128.362 ms 2023-11-16T17:51:19.786 INFO:teuthology.orchestra.run.smithi042.stdout: 5 118373 8.35 MB/sec execute 263 sec latency 127.616 ms 2023-11-16T17:51:20.785 INFO:teuthology.orchestra.run.smithi042.stdout: 5 118658 8.33 MB/sec execute 264 sec latency 99.631 ms 2023-11-16T17:51:21.217 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:51:21 smithi042 ceph-mon[107709]: pgmap v151: 97 pgs: 97 active+clean; 362 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 395 op/s 2023-11-16T17:51:21.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:51:21 smithi143 ceph-mon[110525]: pgmap v151: 97 pgs: 97 active+clean; 362 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 395 op/s 2023-11-16T17:51:21.792 INFO:teuthology.orchestra.run.smithi042.stdout: 5 118986 8.33 MB/sec execute 265 sec latency 125.918 ms 2023-11-16T17:51:22.797 INFO:teuthology.orchestra.run.smithi042.stdout: 5 119250 8.32 MB/sec execute 266 sec latency 125.530 ms 2023-11-16T17:51:23.292 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:51:23 smithi042 ceph-mon[107709]: pgmap v152: 97 pgs: 97 active+clean; 361 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.6 MiB/s wr, 559 op/s 2023-11-16T17:51:23.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:51:23 smithi143 ceph-mon[110525]: pgmap v152: 97 pgs: 97 active+clean; 361 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.6 MiB/s wr, 559 op/s 2023-11-16T17:51:23.801 INFO:teuthology.orchestra.run.smithi042.stdout: 5 119646 8.35 MB/sec execute 267 sec latency 114.238 ms 2023-11-16T17:51:24.801 INFO:teuthology.orchestra.run.smithi042.stdout: 5 120016 8.37 MB/sec execute 268 sec latency 139.432 ms 2023-11-16T17:51:25.291 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:51:25 smithi042 ceph-mon[107709]: pgmap v153: 97 pgs: 97 active+clean; 361 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 356 op/s 2023-11-16T17:51:25.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:51:25 smithi143 ceph-mon[110525]: pgmap v153: 97 pgs: 97 active+clean; 361 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 356 op/s 2023-11-16T17:51:25.801 INFO:teuthology.orchestra.run.smithi042.stdout: 5 120325 8.36 MB/sec execute 269 sec latency 138.010 ms 2023-11-16T17:51:26.123 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:51:26 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:51:26.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:51:26 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:51:26.801 INFO:teuthology.orchestra.run.smithi042.stdout: 5 120558 8.34 MB/sec execute 270 sec latency 125.467 ms 2023-11-16T17:51:27.129 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:51:27 smithi042 ceph-mon[107709]: pgmap v154: 97 pgs: 97 active+clean; 361 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 356 op/s 2023-11-16T17:51:27.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:51:27 smithi143 ceph-mon[110525]: pgmap v154: 97 pgs: 97 active+clean; 361 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 356 op/s 2023-11-16T17:51:27.801 INFO:teuthology.orchestra.run.smithi042.stdout: 5 120927 8.36 MB/sec execute 271 sec latency 125.455 ms 2023-11-16T17:51:28.394 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:51:28 smithi042 ceph-mon[107709]: pgmap v155: 97 pgs: 97 active+clean; 363 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.7 MiB/s wr, 548 op/s 2023-11-16T17:51:28.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:51:28 smithi143 ceph-mon[110525]: pgmap v155: 97 pgs: 97 active+clean; 363 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.7 MiB/s wr, 548 op/s 2023-11-16T17:51:28.808 INFO:teuthology.orchestra.run.smithi042.stdout: 5 121239 8.36 MB/sec execute 272 sec latency 129.020 ms 2023-11-16T17:51:29.808 INFO:teuthology.orchestra.run.smithi042.stdout: 5 121509 8.36 MB/sec execute 273 sec latency 125.636 ms 2023-11-16T17:51:30.808 INFO:teuthology.orchestra.run.smithi042.stdout: 5 121817 8.36 MB/sec execute 274 sec latency 134.217 ms 2023-11-16T17:51:31.169 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:51:31 smithi042 ceph-mon[107709]: pgmap v156: 97 pgs: 97 active+clean; 363 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.6 MiB/s wr, 356 op/s 2023-11-16T17:51:31.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:51:31 smithi143 ceph-mon[110525]: pgmap v156: 97 pgs: 97 active+clean; 363 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.6 MiB/s wr, 356 op/s 2023-11-16T17:51:31.808 INFO:teuthology.orchestra.run.smithi042.stdout: 5 122072 8.34 MB/sec execute 275 sec latency 128.803 ms 2023-11-16T17:51:32.809 INFO:teuthology.orchestra.run.smithi042.stdout: 5 122388 8.33 MB/sec execute 276 sec latency 86.671 ms 2023-11-16T17:51:33.237 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:51:33 smithi042 ceph-mon[107709]: pgmap v157: 97 pgs: 97 active+clean; 358 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.4 MiB/s wr, 541 op/s 2023-11-16T17:51:33.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:51:33 smithi143 ceph-mon[110525]: pgmap v157: 97 pgs: 97 active+clean; 358 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.4 MiB/s wr, 541 op/s 2023-11-16T17:51:33.809 INFO:teuthology.orchestra.run.smithi042.stdout: 5 122553 8.32 MB/sec execute 277 sec latency 131.494 ms 2023-11-16T17:51:34.809 INFO:teuthology.orchestra.run.smithi042.stdout: 5 122752 8.30 MB/sec execute 278 sec latency 114.527 ms 2023-11-16T17:51:35.333 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:51:35 smithi042 ceph-mon[107709]: pgmap v158: 97 pgs: 97 active+clean; 358 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 376 op/s 2023-11-16T17:51:35.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:51:35 smithi143 ceph-mon[110525]: pgmap v158: 97 pgs: 97 active+clean; 358 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 376 op/s 2023-11-16T17:51:35.809 INFO:teuthology.orchestra.run.smithi042.stdout: 5 123038 8.33 MB/sec execute 279 sec latency 135.531 ms 2023-11-16T17:51:36.809 INFO:teuthology.orchestra.run.smithi042.stdout: 5 123339 8.33 MB/sec execute 280 sec latency 138.674 ms 2023-11-16T17:51:37.153 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:51:37 smithi042 ceph-mon[107709]: pgmap v159: 97 pgs: 97 active+clean; 358 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 376 op/s 2023-11-16T17:51:37.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:51:37 smithi143 ceph-mon[110525]: pgmap v159: 97 pgs: 97 active+clean; 358 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 376 op/s 2023-11-16T17:51:37.809 INFO:teuthology.orchestra.run.smithi042.stdout: 5 123643 8.33 MB/sec execute 281 sec latency 119.509 ms 2023-11-16T17:51:38.206 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:51:38 smithi042 ceph-mon[107709]: pgmap v160: 97 pgs: 97 active+clean; 355 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.5 MiB/s wr, 527 op/s 2023-11-16T17:51:38.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:51:38 smithi143 ceph-mon[110525]: pgmap v160: 97 pgs: 97 active+clean; 355 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.5 MiB/s wr, 527 op/s 2023-11-16T17:51:38.809 INFO:teuthology.orchestra.run.smithi042.stdout: 5 123875 8.31 MB/sec execute 282 sec latency 125.664 ms 2023-11-16T17:51:39.809 INFO:teuthology.orchestra.run.smithi042.stdout: 5 124076 8.29 MB/sec execute 283 sec latency 133.183 ms 2023-11-16T17:51:40.809 INFO:teuthology.orchestra.run.smithi042.stdout: 5 124361 8.29 MB/sec execute 284 sec latency 120.587 ms 2023-11-16T17:51:41.260 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:51:41 smithi042 ceph-mon[107709]: pgmap v161: 97 pgs: 97 active+clean; 355 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 334 op/s 2023-11-16T17:51:41.261 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:51:41 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:51:41.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:51:41 smithi143 ceph-mon[110525]: pgmap v161: 97 pgs: 97 active+clean; 355 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 334 op/s 2023-11-16T17:51:41.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:51:41 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:51:41.809 INFO:teuthology.orchestra.run.smithi042.stdout: 5 124666 8.30 MB/sec execute 285 sec latency 115.883 ms 2023-11-16T17:51:42.810 INFO:teuthology.orchestra.run.smithi042.stdout: 5 124963 8.30 MB/sec execute 286 sec latency 138.188 ms 2023-11-16T17:51:43.317 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:51:43 smithi042 ceph-mon[107709]: pgmap v162: 97 pgs: 97 active+clean; 359 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.1 MiB/s wr, 498 op/s 2023-11-16T17:51:43.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:51:43 smithi143 ceph-mon[110525]: pgmap v162: 97 pgs: 97 active+clean; 359 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.1 MiB/s wr, 498 op/s 2023-11-16T17:51:43.810 INFO:teuthology.orchestra.run.smithi042.stdout: 5 125300 8.31 MB/sec execute 287 sec latency 134.987 ms 2023-11-16T17:51:44.818 INFO:teuthology.orchestra.run.smithi042.stdout: 5 125623 8.29 MB/sec execute 288 sec latency 118.106 ms 2023-11-16T17:51:45.120 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:51:45 smithi042 ceph-mon[107709]: pgmap v163: 97 pgs: 97 active+clean; 359 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.3 MiB/s wr, 314 op/s 2023-11-16T17:51:45.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:51:45 smithi143 ceph-mon[110525]: pgmap v163: 97 pgs: 97 active+clean; 359 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.3 MiB/s wr, 314 op/s 2023-11-16T17:51:45.818 INFO:teuthology.orchestra.run.smithi042.stdout: 5 125850 8.28 MB/sec execute 289 sec latency 130.603 ms 2023-11-16T17:51:46.818 INFO:teuthology.orchestra.run.smithi042.stdout: 5 126086 8.28 MB/sec execute 290 sec latency 125.403 ms 2023-11-16T17:51:47.100 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:51:47 smithi042 ceph-mon[107709]: pgmap v164: 97 pgs: 97 active+clean; 359 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.3 MiB/s wr, 314 op/s 2023-11-16T17:51:47.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:51:47 smithi143 ceph-mon[110525]: pgmap v164: 97 pgs: 97 active+clean; 359 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.3 MiB/s wr, 314 op/s 2023-11-16T17:51:47.818 INFO:teuthology.orchestra.run.smithi042.stdout: 5 126335 8.27 MB/sec execute 291 sec latency 125.480 ms 2023-11-16T17:51:48.394 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:51:48 smithi042 ceph-mon[107709]: pgmap v165: 97 pgs: 97 active+clean; 358 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 485 op/s 2023-11-16T17:51:48.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:51:48 smithi143 ceph-mon[110525]: pgmap v165: 97 pgs: 97 active+clean; 358 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 485 op/s 2023-11-16T17:51:48.818 INFO:teuthology.orchestra.run.smithi042.stdout: 5 126654 8.29 MB/sec execute 292 sec latency 140.294 ms 2023-11-16T17:51:49.819 INFO:teuthology.orchestra.run.smithi042.stdout: 5 126898 8.28 MB/sec execute 293 sec latency 144.787 ms 2023-11-16T17:51:50.819 INFO:teuthology.orchestra.run.smithi042.stdout: 5 127176 8.28 MB/sec execute 294 sec latency 184.675 ms 2023-11-16T17:51:51.224 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:51:51 smithi042 ceph-mon[107709]: pgmap v166: 97 pgs: 97 active+clean; 358 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 334 op/s 2023-11-16T17:51:51.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:51:51 smithi143 ceph-mon[110525]: pgmap v166: 97 pgs: 97 active+clean; 358 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 334 op/s 2023-11-16T17:51:51.819 INFO:teuthology.orchestra.run.smithi042.stdout: 5 127417 8.27 MB/sec execute 295 sec latency 134.332 ms 2023-11-16T17:51:52.819 INFO:teuthology.orchestra.run.smithi042.stdout: 5 127609 8.26 MB/sec execute 296 sec latency 187.921 ms 2023-11-16T17:51:53.271 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:51:53 smithi042 ceph-mon[107709]: pgmap v167: 97 pgs: 97 active+clean; 359 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.9 MiB/s wr, 492 op/s 2023-11-16T17:51:53.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:51:53 smithi143 ceph-mon[110525]: pgmap v167: 97 pgs: 97 active+clean; 359 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.9 MiB/s wr, 492 op/s 2023-11-16T17:51:53.819 INFO:teuthology.orchestra.run.smithi042.stdout: 5 127922 8.25 MB/sec execute 297 sec latency 122.860 ms 2023-11-16T17:51:54.819 INFO:teuthology.orchestra.run.smithi042.stdout: 5 128193 8.25 MB/sec execute 298 sec latency 129.591 ms 2023-11-16T17:51:55.327 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:51:55 smithi042 ceph-mon[107709]: pgmap v168: 97 pgs: 97 active+clean; 359 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 329 op/s 2023-11-16T17:51:55.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:51:55 smithi143 ceph-mon[110525]: pgmap v168: 97 pgs: 97 active+clean; 359 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 329 op/s 2023-11-16T17:51:55.819 INFO:teuthology.orchestra.run.smithi042.stdout: 5 128536 8.26 MB/sec execute 299 sec latency 96.716 ms 2023-11-16T17:51:56.347 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:51:56 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:51:56.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:51:56 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:51:56.819 INFO:teuthology.orchestra.run.smithi042.stdout: 5 128806 8.26 MB/sec execute 300 sec latency 150.661 ms 2023-11-16T17:51:57.133 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:51:57 smithi042 ceph-mon[107709]: pgmap v169: 97 pgs: 97 active+clean; 359 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 329 op/s 2023-11-16T17:51:57.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:51:57 smithi143 ceph-mon[110525]: pgmap v169: 97 pgs: 97 active+clean; 359 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 329 op/s 2023-11-16T17:51:57.821 INFO:teuthology.orchestra.run.smithi042.stdout: 5 128996 8.25 MB/sec execute 301 sec latency 122.729 ms 2023-11-16T17:51:58.420 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:51:58 smithi042 ceph-mon[107709]: pgmap v170: 97 pgs: 97 active+clean; 357 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.1 MiB/s wr, 498 op/s 2023-11-16T17:51:58.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:51:58 smithi143 ceph-mon[110525]: pgmap v170: 97 pgs: 97 active+clean; 357 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.1 MiB/s wr, 498 op/s 2023-11-16T17:51:58.821 INFO:teuthology.orchestra.run.smithi042.stdout: 5 129299 8.24 MB/sec execute 302 sec latency 128.351 ms 2023-11-16T17:51:59.829 INFO:teuthology.orchestra.run.smithi042.stdout: 5 129553 8.23 MB/sec execute 303 sec latency 137.521 ms 2023-11-16T17:52:00.829 INFO:teuthology.orchestra.run.smithi042.stdout: 5 129774 8.22 MB/sec execute 304 sec latency 119.627 ms 2023-11-16T17:52:01.236 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:52:01 smithi042 ceph-mon[107709]: pgmap v171: 97 pgs: 97 active+clean; 357 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.4 MiB/s wr, 327 op/s 2023-11-16T17:52:01.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:52:01 smithi143 ceph-mon[110525]: pgmap v171: 97 pgs: 97 active+clean; 357 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.4 MiB/s wr, 327 op/s 2023-11-16T17:52:01.838 INFO:teuthology.orchestra.run.smithi042.stdout: 5 130007 8.22 MB/sec execute 305 sec latency 135.936 ms 2023-11-16T17:52:02.841 INFO:teuthology.orchestra.run.smithi042.stdout: 5 130335 8.23 MB/sec execute 306 sec latency 178.965 ms 2023-11-16T17:52:03.276 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:52:03 smithi042 ceph-mon[107709]: pgmap v172: 97 pgs: 97 active+clean; 361 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.9 MiB/s wr, 476 op/s 2023-11-16T17:52:03.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:52:03 smithi143 ceph-mon[110525]: pgmap v172: 97 pgs: 97 active+clean; 361 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.9 MiB/s wr, 476 op/s 2023-11-16T17:52:03.841 INFO:teuthology.orchestra.run.smithi042.stdout: 5 130611 8.24 MB/sec execute 307 sec latency 129.979 ms 2023-11-16T17:52:04.841 INFO:teuthology.orchestra.run.smithi042.stdout: 5 130877 8.23 MB/sec execute 308 sec latency 140.759 ms 2023-11-16T17:52:05.314 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:52:05 smithi042 ceph-mon[107709]: pgmap v173: 97 pgs: 97 active+clean; 361 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.3 MiB/s wr, 318 op/s 2023-11-16T17:52:05.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:52:05 smithi143 ceph-mon[110525]: pgmap v173: 97 pgs: 97 active+clean; 361 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.3 MiB/s wr, 318 op/s 2023-11-16T17:52:05.851 INFO:teuthology.orchestra.run.smithi042.stdout: 5 131143 8.21 MB/sec execute 309 sec latency 123.717 ms 2023-11-16T17:52:06.853 INFO:teuthology.orchestra.run.smithi042.stdout: 5 131349 8.20 MB/sec execute 310 sec latency 122.603 ms 2023-11-16T17:52:07.118 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:52:07 smithi042 ceph-mon[107709]: pgmap v174: 97 pgs: 97 active+clean; 361 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.3 MiB/s wr, 318 op/s 2023-11-16T17:52:07.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:52:07 smithi143 ceph-mon[110525]: pgmap v174: 97 pgs: 97 active+clean; 361 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.3 MiB/s wr, 318 op/s 2023-11-16T17:52:07.852 INFO:teuthology.orchestra.run.smithi042.stdout: 5 131647 8.21 MB/sec execute 311 sec latency 119.763 ms 2023-11-16T17:52:08.418 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:52:08 smithi042 ceph-mon[107709]: pgmap v175: 97 pgs: 97 active+clean; 362 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.9 MiB/s wr, 480 op/s 2023-11-16T17:52:08.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:52:08 smithi143 ceph-mon[110525]: pgmap v175: 97 pgs: 97 active+clean; 362 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.9 MiB/s wr, 480 op/s 2023-11-16T17:52:08.852 INFO:teuthology.orchestra.run.smithi042.stdout: 5 131931 8.22 MB/sec execute 312 sec latency 141.277 ms 2023-11-16T17:52:09.860 INFO:teuthology.orchestra.run.smithi042.stdout: 5 132243 8.22 MB/sec execute 313 sec latency 128.077 ms 2023-11-16T17:52:10.860 INFO:teuthology.orchestra.run.smithi042.stdout: 5 132523 8.21 MB/sec execute 314 sec latency 131.290 ms 2023-11-16T17:52:11.221 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:52:11 smithi042 ceph-mon[107709]: pgmap v176: 97 pgs: 97 active+clean; 362 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.1 MiB/s wr, 311 op/s 2023-11-16T17:52:11.221 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:52:11 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:52:11.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:52:11 smithi143 ceph-mon[110525]: pgmap v176: 97 pgs: 97 active+clean; 362 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.1 MiB/s wr, 311 op/s 2023-11-16T17:52:11.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:52:11 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:52:11.860 INFO:teuthology.orchestra.run.smithi042.stdout: 5 132750 8.19 MB/sec execute 315 sec latency 125.535 ms 2023-11-16T17:52:12.860 INFO:teuthology.orchestra.run.smithi042.stdout: 5 133011 8.19 MB/sec execute 316 sec latency 132.234 ms 2023-11-16T17:52:13.298 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:52:13 smithi042 ceph-mon[107709]: pgmap v177: 97 pgs: 97 active+clean; 359 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.7 MiB/s wr, 479 op/s 2023-11-16T17:52:13.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:52:13 smithi143 ceph-mon[110525]: pgmap v177: 97 pgs: 97 active+clean; 359 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.7 MiB/s wr, 479 op/s 2023-11-16T17:52:13.861 INFO:teuthology.orchestra.run.smithi042.stdout: 5 133344 8.20 MB/sec execute 317 sec latency 129.920 ms 2023-11-16T17:52:14.864 INFO:teuthology.orchestra.run.smithi042.stdout: 5 133662 8.20 MB/sec execute 318 sec latency 128.626 ms 2023-11-16T17:52:15.356 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:52:15 smithi042 ceph-mon[107709]: pgmap v178: 97 pgs: 97 active+clean; 359 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 330 op/s 2023-11-16T17:52:15.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:52:15 smithi143 ceph-mon[110525]: pgmap v178: 97 pgs: 97 active+clean; 359 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 330 op/s 2023-11-16T17:52:15.872 INFO:teuthology.orchestra.run.smithi042.stdout: 5 133970 8.21 MB/sec execute 319 sec latency 142.338 ms 2023-11-16T17:52:16.366 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:52:16 smithi042 ceph-mon[107709]: pgmap v179: 97 pgs: 97 active+clean; 359 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 330 op/s 2023-11-16T17:52:16.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:52:16 smithi143 ceph-mon[110525]: pgmap v179: 97 pgs: 97 active+clean; 359 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 330 op/s 2023-11-16T17:52:16.873 INFO:teuthology.orchestra.run.smithi042.stdout: 5 134351 8.21 MB/sec execute 320 sec latency 128.594 ms 2023-11-16T17:52:17.874 INFO:teuthology.orchestra.run.smithi042.stdout: 5 134659 8.20 MB/sec execute 321 sec latency 209.046 ms 2023-11-16T17:52:18.433 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:52:18 smithi042 ceph-mon[107709]: pgmap v180: 97 pgs: 97 active+clean; 359 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.3 MiB/s wr, 516 op/s 2023-11-16T17:52:18.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:52:18 smithi143 ceph-mon[110525]: pgmap v180: 97 pgs: 97 active+clean; 359 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.3 MiB/s wr, 516 op/s 2023-11-16T17:52:18.875 INFO:teuthology.orchestra.run.smithi042.stdout: 5 134960 8.20 MB/sec execute 322 sec latency 125.898 ms 2023-11-16T17:52:19.878 INFO:teuthology.orchestra.run.smithi042.stdout: 5 135305 8.20 MB/sec execute 323 sec latency 125.838 ms 2023-11-16T17:52:20.879 INFO:teuthology.orchestra.run.smithi042.stdout: 5 135665 8.22 MB/sec execute 324 sec latency 121.364 ms 2023-11-16T17:52:21.257 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:52:21 smithi042 ceph-mon[107709]: pgmap v181: 97 pgs: 97 active+clean; 359 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.6 MiB/s wr, 354 op/s 2023-11-16T17:52:21.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:52:21 smithi143 ceph-mon[110525]: pgmap v181: 97 pgs: 97 active+clean; 359 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.6 MiB/s wr, 354 op/s 2023-11-16T17:52:21.879 INFO:teuthology.orchestra.run.smithi042.stdout: 5 136037 8.22 MB/sec execute 325 sec latency 92.771 ms 2023-11-16T17:52:22.880 INFO:teuthology.orchestra.run.smithi042.stdout: 5 136349 8.21 MB/sec execute 326 sec latency 123.336 ms 2023-11-16T17:52:23.305 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:52:23 smithi042 ceph-mon[107709]: pgmap v182: 97 pgs: 97 active+clean; 359 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.6 MiB/s wr, 561 op/s 2023-11-16T17:52:23.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:52:23 smithi143 ceph-mon[110525]: pgmap v182: 97 pgs: 97 active+clean; 359 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.6 MiB/s wr, 561 op/s 2023-11-16T17:52:23.880 INFO:teuthology.orchestra.run.smithi042.stdout: 5 136637 8.21 MB/sec execute 327 sec latency 125.124 ms 2023-11-16T17:52:24.883 INFO:teuthology.orchestra.run.smithi042.stdout: 5 136976 8.22 MB/sec execute 328 sec latency 126.783 ms 2023-11-16T17:52:25.337 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:52:25 smithi042 ceph-mon[107709]: pgmap v183: 97 pgs: 97 active+clean; 359 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.1 MiB/s wr, 393 op/s 2023-11-16T17:52:25.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:52:25 smithi143 ceph-mon[110525]: pgmap v183: 97 pgs: 97 active+clean; 359 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.1 MiB/s wr, 393 op/s 2023-11-16T17:52:25.884 INFO:teuthology.orchestra.run.smithi042.stdout: 5 137297 8.23 MB/sec execute 329 sec latency 125.388 ms 2023-11-16T17:52:26.350 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:52:26 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:52:26.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:52:26 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:52:26.883 INFO:teuthology.orchestra.run.smithi042.stdout: 5 137569 8.23 MB/sec execute 330 sec latency 202.562 ms 2023-11-16T17:52:27.136 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:52:27 smithi042 ceph-mon[107709]: pgmap v184: 97 pgs: 97 active+clean; 359 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.1 MiB/s wr, 393 op/s 2023-11-16T17:52:27.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:52:27 smithi143 ceph-mon[110525]: pgmap v184: 97 pgs: 97 active+clean; 359 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.1 MiB/s wr, 393 op/s 2023-11-16T17:52:27.885 INFO:teuthology.orchestra.run.smithi042.stdout: 5 137872 8.22 MB/sec execute 331 sec latency 125.685 ms 2023-11-16T17:52:28.416 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:52:28 smithi042 ceph-mon[107709]: pgmap v185: 97 pgs: 97 active+clean; 361 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 6.0 MiB/s wr, 574 op/s 2023-11-16T17:52:28.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:52:28 smithi143 ceph-mon[110525]: pgmap v185: 97 pgs: 97 active+clean; 361 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 6.0 MiB/s wr, 574 op/s 2023-11-16T17:52:28.885 INFO:teuthology.orchestra.run.smithi042.stdout: 5 138125 8.22 MB/sec execute 332 sec latency 128.740 ms 2023-11-16T17:52:29.886 INFO:teuthology.orchestra.run.smithi042.stdout: 5 138445 8.21 MB/sec execute 333 sec latency 122.583 ms 2023-11-16T17:52:30.886 INFO:teuthology.orchestra.run.smithi042.stdout: 5 138763 8.21 MB/sec execute 334 sec latency 125.522 ms 2023-11-16T17:52:31.209 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:52:31 smithi042 ceph-mon[107709]: pgmap v186: 97 pgs: 97 active+clean; 361 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 388 op/s 2023-11-16T17:52:31.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:52:31 smithi143 ceph-mon[110525]: pgmap v186: 97 pgs: 97 active+clean; 361 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 388 op/s 2023-11-16T17:52:31.887 INFO:teuthology.orchestra.run.smithi042.stdout: 5 139120 8.22 MB/sec execute 335 sec latency 125.890 ms 2023-11-16T17:52:32.887 INFO:teuthology.orchestra.run.smithi042.stdout: 5 139443 8.22 MB/sec execute 336 sec latency 131.830 ms 2023-11-16T17:52:33.263 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:52:33 smithi042 ceph-mon[107709]: pgmap v187: 97 pgs: 97 active+clean; 363 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.8 MiB/s wr, 578 op/s 2023-11-16T17:52:33.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:52:33 smithi143 ceph-mon[110525]: pgmap v187: 97 pgs: 97 active+clean; 363 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.8 MiB/s wr, 578 op/s 2023-11-16T17:52:33.889 INFO:teuthology.orchestra.run.smithi042.stdout: 5 139687 8.21 MB/sec execute 337 sec latency 125.887 ms 2023-11-16T17:52:34.889 INFO:teuthology.orchestra.run.smithi042.stdout: 5 139975 8.21 MB/sec execute 338 sec latency 134.050 ms 2023-11-16T17:52:35.294 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:52:35 smithi042 ceph-mon[107709]: pgmap v188: 97 pgs: 97 active+clean; 363 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 371 op/s 2023-11-16T17:52:35.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:52:35 smithi143 ceph-mon[110525]: pgmap v188: 97 pgs: 97 active+clean; 363 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 371 op/s 2023-11-16T17:52:35.889 INFO:teuthology.orchestra.run.smithi042.stdout: 5 140341 8.22 MB/sec execute 339 sec latency 201.734 ms 2023-11-16T17:52:36.889 INFO:teuthology.orchestra.run.smithi042.stdout: 5 140626 8.23 MB/sec execute 340 sec latency 215.758 ms 2023-11-16T17:52:37.342 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:52:37 smithi042 ceph-mon[107709]: pgmap v189: 97 pgs: 97 active+clean; 363 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 371 op/s 2023-11-16T17:52:37.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:52:37 smithi143 ceph-mon[110525]: pgmap v189: 97 pgs: 97 active+clean; 363 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 371 op/s 2023-11-16T17:52:37.889 INFO:teuthology.orchestra.run.smithi042.stdout: 5 140898 8.23 MB/sec execute 341 sec latency 131.624 ms 2023-11-16T17:52:38.362 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:52:38 smithi042 ceph-mon[107709]: pgmap v190: 97 pgs: 97 active+clean; 361 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.8 MiB/s wr, 551 op/s 2023-11-16T17:52:38.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:52:38 smithi143 ceph-mon[110525]: pgmap v190: 97 pgs: 97 active+clean; 361 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.8 MiB/s wr, 551 op/s 2023-11-16T17:52:38.889 INFO:teuthology.orchestra.run.smithi042.stdout: 5 141182 8.22 MB/sec execute 342 sec latency 131.494 ms 2023-11-16T17:52:39.889 INFO:teuthology.orchestra.run.smithi042.stdout: 5 141426 8.21 MB/sec execute 343 sec latency 116.708 ms 2023-11-16T17:52:40.889 INFO:teuthology.orchestra.run.smithi042.stdout: 5 141663 8.21 MB/sec execute 344 sec latency 134.828 ms 2023-11-16T17:52:41.240 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:52:41 smithi042 ceph-mon[107709]: pgmap v191: 97 pgs: 97 active+clean; 361 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 370 op/s 2023-11-16T17:52:41.240 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:52:41 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:52:41.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:52:41 smithi143 ceph-mon[110525]: pgmap v191: 97 pgs: 97 active+clean; 361 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 370 op/s 2023-11-16T17:52:41.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:52:41 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:52:41.889 INFO:teuthology.orchestra.run.smithi042.stdout: 5 141865 8.20 MB/sec execute 345 sec latency 130.280 ms 2023-11-16T17:52:42.889 INFO:teuthology.orchestra.run.smithi042.stdout: 5 142125 8.20 MB/sec execute 346 sec latency 129.983 ms 2023-11-16T17:52:43.295 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:52:43 smithi042 ceph-mon[107709]: pgmap v192: 97 pgs: 97 active+clean; 358 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.3 MiB/s wr, 526 op/s 2023-11-16T17:52:43.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:52:43 smithi143 ceph-mon[110525]: pgmap v192: 97 pgs: 97 active+clean; 358 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.3 MiB/s wr, 526 op/s 2023-11-16T17:52:43.889 INFO:teuthology.orchestra.run.smithi042.stdout: 5 142475 8.20 MB/sec execute 347 sec latency 107.679 ms 2023-11-16T17:52:44.889 INFO:teuthology.orchestra.run.smithi042.stdout: 5 142771 8.19 MB/sec execute 348 sec latency 122.959 ms 2023-11-16T17:52:45.325 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:52:45 smithi042 ceph-mon[107709]: pgmap v193: 97 pgs: 97 active+clean; 358 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.5 MiB/s wr, 336 op/s 2023-11-16T17:52:45.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:52:45 smithi143 ceph-mon[110525]: pgmap v193: 97 pgs: 97 active+clean; 358 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.5 MiB/s wr, 336 op/s 2023-11-16T17:52:45.889 INFO:teuthology.orchestra.run.smithi042.stdout: 5 143099 8.19 MB/sec execute 349 sec latency 128.716 ms 2023-11-16T17:52:46.890 INFO:teuthology.orchestra.run.smithi042.stdout: 5 143411 8.20 MB/sec execute 350 sec latency 142.705 ms 2023-11-16T17:52:47.139 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:52:47 smithi042 ceph-mon[107709]: pgmap v194: 97 pgs: 97 active+clean; 358 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.5 MiB/s wr, 336 op/s 2023-11-16T17:52:47.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:52:47 smithi143 ceph-mon[110525]: pgmap v194: 97 pgs: 97 active+clean; 358 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.5 MiB/s wr, 336 op/s 2023-11-16T17:52:47.892 INFO:teuthology.orchestra.run.smithi042.stdout: 5 143759 8.21 MB/sec execute 351 sec latency 94.109 ms 2023-11-16T17:52:48.421 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:52:48 smithi042 ceph-mon[107709]: pgmap v195: 97 pgs: 97 active+clean; 359 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.4 MiB/s wr, 520 op/s 2023-11-16T17:52:48.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:52:48 smithi143 ceph-mon[110525]: pgmap v195: 97 pgs: 97 active+clean; 359 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.4 MiB/s wr, 520 op/s 2023-11-16T17:52:48.892 INFO:teuthology.orchestra.run.smithi042.stdout: 5 144039 8.21 MB/sec execute 352 sec latency 140.952 ms 2023-11-16T17:52:49.892 INFO:teuthology.orchestra.run.smithi042.stdout: 5 144322 8.21 MB/sec execute 353 sec latency 128.850 ms 2023-11-16T17:52:50.894 INFO:teuthology.orchestra.run.smithi042.stdout: 5 144532 8.19 MB/sec execute 354 sec latency 129.877 ms 2023-11-16T17:52:51.120 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:52:51 smithi042 ceph-mon[107709]: pgmap v196: 97 pgs: 97 active+clean; 359 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.4 MiB/s wr, 340 op/s 2023-11-16T17:52:51.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:52:51 smithi143 ceph-mon[110525]: pgmap v196: 97 pgs: 97 active+clean; 359 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.4 MiB/s wr, 340 op/s 2023-11-16T17:52:51.894 INFO:teuthology.orchestra.run.smithi042.stdout: 5 144784 8.18 MB/sec execute 355 sec latency 149.878 ms 2023-11-16T17:52:52.898 INFO:teuthology.orchestra.run.smithi042.stdout: 5 144987 8.17 MB/sec execute 356 sec latency 131.734 ms 2023-11-16T17:52:53.221 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:52:53 smithi042 ceph-mon[107709]: pgmap v197: 97 pgs: 97 active+clean; 358 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.0 MiB/s wr, 500 op/s 2023-11-16T17:52:53.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:52:53 smithi143 ceph-mon[110525]: pgmap v197: 97 pgs: 97 active+clean; 358 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.0 MiB/s wr, 500 op/s 2023-11-16T17:52:53.898 INFO:teuthology.orchestra.run.smithi042.stdout: 5 145153 8.16 MB/sec execute 357 sec latency 199.418 ms 2023-11-16T17:52:54.898 INFO:teuthology.orchestra.run.smithi042.stdout: 5 145385 8.16 MB/sec execute 358 sec latency 132.770 ms 2023-11-16T17:52:55.256 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:52:55 smithi042 ceph-mon[107709]: pgmap v198: 97 pgs: 97 active+clean; 358 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.5 MiB/s wr, 344 op/s 2023-11-16T17:52:55.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:52:55 smithi143 ceph-mon[110525]: pgmap v198: 97 pgs: 97 active+clean; 358 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.5 MiB/s wr, 344 op/s 2023-11-16T17:52:55.898 INFO:teuthology.orchestra.run.smithi042.stdout: 5 145654 8.17 MB/sec execute 359 sec latency 122.704 ms 2023-11-16T17:52:56.265 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:52:56 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:52:56.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:52:56 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:52:56.912 INFO:teuthology.orchestra.run.smithi042.stdout: 5 145958 8.16 MB/sec execute 360 sec latency 158.530 ms 2023-11-16T17:52:57.283 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:52:57 smithi042 ceph-mon[107709]: pgmap v199: 97 pgs: 97 active+clean; 358 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.5 MiB/s wr, 344 op/s 2023-11-16T17:52:57.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:52:57 smithi143 ceph-mon[110525]: pgmap v199: 97 pgs: 97 active+clean; 358 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.5 MiB/s wr, 344 op/s 2023-11-16T17:52:57.912 INFO:teuthology.orchestra.run.smithi042.stdout: 5 146163 8.15 MB/sec execute 361 sec latency 122.475 ms 2023-11-16T17:52:58.335 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:52:58 smithi042 ceph-mon[107709]: pgmap v200: 97 pgs: 97 active+clean; 354 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.9 MiB/s wr, 490 op/s 2023-11-16T17:52:58.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:52:58 smithi143 ceph-mon[110525]: pgmap v200: 97 pgs: 97 active+clean; 354 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.9 MiB/s wr, 490 op/s 2023-11-16T17:52:58.917 INFO:teuthology.orchestra.run.smithi042.stdout: 5 146471 8.15 MB/sec execute 362 sec latency 128.773 ms 2023-11-16T17:52:59.917 INFO:teuthology.orchestra.run.smithi042.stdout: 5 146699 8.15 MB/sec execute 363 sec latency 136.644 ms 2023-11-16T17:53:00.917 INFO:teuthology.orchestra.run.smithi042.stdout: 5 147056 8.16 MB/sec execute 364 sec latency 131.058 ms 2023-11-16T17:53:01.171 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:53:01 smithi042 ceph-mon[107709]: pgmap v201: 97 pgs: 97 active+clean; 354 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 306 op/s 2023-11-16T17:53:01.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:53:01 smithi143 ceph-mon[110525]: pgmap v201: 97 pgs: 97 active+clean; 354 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 306 op/s 2023-11-16T17:53:01.917 INFO:teuthology.orchestra.run.smithi042.stdout: 5 147348 8.17 MB/sec execute 365 sec latency 126.134 ms 2023-11-16T17:53:02.917 INFO:teuthology.orchestra.run.smithi042.stdout: 5 147594 8.16 MB/sec execute 366 sec latency 113.870 ms 2023-11-16T17:53:03.242 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:53:03 smithi042 ceph-mon[107709]: pgmap v202: 97 pgs: 97 active+clean; 356 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.9 MiB/s wr, 471 op/s 2023-11-16T17:53:03.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:53:03 smithi143 ceph-mon[110525]: pgmap v202: 97 pgs: 97 active+clean; 356 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.9 MiB/s wr, 471 op/s 2023-11-16T17:53:03.923 INFO:teuthology.orchestra.run.smithi042.stdout: 5 147921 8.16 MB/sec execute 367 sec latency 163.752 ms 2023-11-16T17:53:04.926 INFO:teuthology.orchestra.run.smithi042.stdout: 5 148203 8.14 MB/sec execute 368 sec latency 86.459 ms 2023-11-16T17:53:05.270 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:53:05 smithi042 ceph-mon[107709]: pgmap v203: 97 pgs: 97 active+clean; 356 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.3 MiB/s wr, 310 op/s 2023-11-16T17:53:05.420 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:53:05 smithi143 ceph-mon[110525]: pgmap v203: 97 pgs: 97 active+clean; 356 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.3 MiB/s wr, 310 op/s 2023-11-16T17:53:05.926 INFO:teuthology.orchestra.run.smithi042.stdout: 5 148522 8.15 MB/sec execute 369 sec latency 93.457 ms 2023-11-16T17:53:06.930 INFO:teuthology.orchestra.run.smithi042.stdout: 5 148787 8.14 MB/sec execute 370 sec latency 125.451 ms 2023-11-16T17:53:07.342 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:53:07 smithi042 ceph-mon[107709]: pgmap v204: 97 pgs: 97 active+clean; 356 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.3 MiB/s wr, 310 op/s 2023-11-16T17:53:07.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:53:07 smithi143 ceph-mon[110525]: pgmap v204: 97 pgs: 97 active+clean; 356 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.3 MiB/s wr, 310 op/s 2023-11-16T17:53:07.930 INFO:teuthology.orchestra.run.smithi042.stdout: 5 149116 8.15 MB/sec execute 371 sec latency 107.533 ms 2023-11-16T17:53:08.355 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:53:08 smithi042 ceph-mon[107709]: pgmap v205: 97 pgs: 97 active+clean; 361 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 495 op/s 2023-11-16T17:53:08.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:53:08 smithi143 ceph-mon[110525]: pgmap v205: 97 pgs: 97 active+clean; 361 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 495 op/s 2023-11-16T17:53:08.930 INFO:teuthology.orchestra.run.smithi042.stdout: 5 149421 8.15 MB/sec execute 372 sec latency 116.577 ms 2023-11-16T17:53:09.930 INFO:teuthology.orchestra.run.smithi042.stdout: 5 149695 8.14 MB/sec execute 373 sec latency 128.173 ms 2023-11-16T17:53:10.930 INFO:teuthology.orchestra.run.smithi042.stdout: 5 149991 8.14 MB/sec execute 374 sec latency 128.838 ms 2023-11-16T17:53:11.184 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:53:11 smithi042 ceph-mon[107709]: pgmap v206: 97 pgs: 97 active+clean; 361 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 349 op/s 2023-11-16T17:53:11.184 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:53:11 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:53:11.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:53:11 smithi143 ceph-mon[110525]: pgmap v206: 97 pgs: 97 active+clean; 361 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 349 op/s 2023-11-16T17:53:11.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:53:11 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:53:11.930 INFO:teuthology.orchestra.run.smithi042.stdout: 5 150198 8.13 MB/sec execute 375 sec latency 128.622 ms 2023-11-16T17:53:12.930 INFO:teuthology.orchestra.run.smithi042.stdout: 5 150530 8.15 MB/sec execute 376 sec latency 130.029 ms 2023-11-16T17:53:13.244 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:53:13 smithi042 ceph-mon[107709]: pgmap v207: 97 pgs: 97 active+clean; 357 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.3 MiB/s wr, 516 op/s 2023-11-16T17:53:13.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:53:13 smithi143 ceph-mon[110525]: pgmap v207: 97 pgs: 97 active+clean; 357 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.3 MiB/s wr, 516 op/s 2023-11-16T17:53:13.930 INFO:teuthology.orchestra.run.smithi042.stdout: 5 150763 8.14 MB/sec execute 377 sec latency 143.314 ms 2023-11-16T17:53:14.930 INFO:teuthology.orchestra.run.smithi042.stdout: 5 151045 8.14 MB/sec execute 378 sec latency 142.293 ms 2023-11-16T17:53:15.311 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:53:15 smithi042 ceph-mon[107709]: pgmap v208: 97 pgs: 97 active+clean; 357 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.4 MiB/s wr, 351 op/s 2023-11-16T17:53:15.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:53:15 smithi143 ceph-mon[110525]: pgmap v208: 97 pgs: 97 active+clean; 357 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.4 MiB/s wr, 351 op/s 2023-11-16T17:53:15.930 INFO:teuthology.orchestra.run.smithi042.stdout: 5 151322 8.14 MB/sec execute 379 sec latency 144.476 ms 2023-11-16T17:53:16.930 INFO:teuthology.orchestra.run.smithi042.stdout: 5 151517 8.13 MB/sec execute 380 sec latency 146.568 ms 2023-11-16T17:53:17.368 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:53:17 smithi042 ceph-mon[107709]: pgmap v209: 97 pgs: 97 active+clean; 357 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.4 MiB/s wr, 351 op/s 2023-11-16T17:53:17.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:53:17 smithi143 ceph-mon[110525]: pgmap v209: 97 pgs: 97 active+clean; 357 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.4 MiB/s wr, 351 op/s 2023-11-16T17:53:17.930 INFO:teuthology.orchestra.run.smithi042.stdout: 5 151711 8.12 MB/sec execute 381 sec latency 117.047 ms 2023-11-16T17:53:18.406 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:53:18 smithi042 ceph-mon[107709]: pgmap v210: 97 pgs: 97 active+clean; 357 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.1 MiB/s wr, 511 op/s 2023-11-16T17:53:18.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:53:18 smithi143 ceph-mon[110525]: pgmap v210: 97 pgs: 97 active+clean; 357 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.1 MiB/s wr, 511 op/s 2023-11-16T17:53:18.930 INFO:teuthology.orchestra.run.smithi042.stdout: 5 151946 8.11 MB/sec execute 382 sec latency 122.613 ms 2023-11-16T17:53:19.930 INFO:teuthology.orchestra.run.smithi042.stdout: 5 152097 8.09 MB/sec execute 383 sec latency 113.831 ms 2023-11-16T17:53:20.934 INFO:teuthology.orchestra.run.smithi042.stdout: 5 152354 8.09 MB/sec execute 384 sec latency 128.350 ms 2023-11-16T17:53:21.158 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:53:21 smithi042 ceph-mon[107709]: pgmap v211: 97 pgs: 97 active+clean; 357 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.3 MiB/s wr, 326 op/s 2023-11-16T17:53:21.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:53:21 smithi143 ceph-mon[110525]: pgmap v211: 97 pgs: 97 active+clean; 357 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.3 MiB/s wr, 326 op/s 2023-11-16T17:53:21.934 INFO:teuthology.orchestra.run.smithi042.stdout: 5 152744 8.11 MB/sec execute 385 sec latency 128.396 ms 2023-11-16T17:53:22.934 INFO:teuthology.orchestra.run.smithi042.stdout: 5 153113 8.11 MB/sec execute 386 sec latency 119.639 ms 2023-11-16T17:53:23.241 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:53:23 smithi042 ceph-mon[107709]: pgmap v212: 97 pgs: 97 active+clean; 354 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.8 MiB/s wr, 481 op/s 2023-11-16T17:53:23.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:53:23 smithi143 ceph-mon[110525]: pgmap v212: 97 pgs: 97 active+clean; 354 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.8 MiB/s wr, 481 op/s 2023-11-16T17:53:23.938 INFO:teuthology.orchestra.run.smithi042.stdout: 5 153431 8.11 MB/sec execute 387 sec latency 107.640 ms 2023-11-16T17:53:24.938 INFO:teuthology.orchestra.run.smithi042.stdout: 5 153728 8.11 MB/sec execute 388 sec latency 128.773 ms 2023-11-16T17:53:25.294 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:53:25 smithi042 ceph-mon[107709]: pgmap v213: 97 pgs: 97 active+clean; 354 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.1 MiB/s wr, 314 op/s 2023-11-16T17:53:25.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:53:25 smithi143 ceph-mon[110525]: pgmap v213: 97 pgs: 97 active+clean; 354 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.1 MiB/s wr, 314 op/s 2023-11-16T17:53:25.943 INFO:teuthology.orchestra.run.smithi042.stdout: 5 154073 8.12 MB/sec execute 389 sec latency 190.857 ms 2023-11-16T17:53:26.309 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:53:26 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:53:26.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:53:26 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:53:26.943 INFO:teuthology.orchestra.run.smithi042.stdout: 5 154341 8.12 MB/sec execute 390 sec latency 116.783 ms 2023-11-16T17:53:27.344 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:53:27 smithi042 ceph-mon[107709]: pgmap v214: 97 pgs: 97 active+clean; 354 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.1 MiB/s wr, 314 op/s 2023-11-16T17:53:27.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:53:27 smithi143 ceph-mon[110525]: pgmap v214: 97 pgs: 97 active+clean; 354 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.1 MiB/s wr, 314 op/s 2023-11-16T17:53:27.944 INFO:teuthology.orchestra.run.smithi042.stdout: 5 154653 8.13 MB/sec execute 391 sec latency 125.728 ms 2023-11-16T17:53:28.374 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:53:28 smithi042 ceph-mon[107709]: pgmap v215: 97 pgs: 97 active+clean; 364 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.3 MiB/s wr, 502 op/s 2023-11-16T17:53:28.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:53:28 smithi143 ceph-mon[110525]: pgmap v215: 97 pgs: 97 active+clean; 364 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.3 MiB/s wr, 502 op/s 2023-11-16T17:53:28.946 INFO:teuthology.orchestra.run.smithi042.stdout: 5 154954 8.12 MB/sec execute 392 sec latency 101.413 ms 2023-11-16T17:53:29.950 INFO:teuthology.orchestra.run.smithi042.stdout: 5 155222 8.11 MB/sec execute 393 sec latency 129.892 ms 2023-11-16T17:53:30.950 INFO:teuthology.orchestra.run.smithi042.stdout: 5 155483 8.10 MB/sec execute 394 sec latency 113.704 ms 2023-11-16T17:53:31.176 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:53:31 smithi042 ceph-mon[107709]: pgmap v216: 97 pgs: 97 active+clean; 364 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 342 op/s 2023-11-16T17:53:31.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:53:31 smithi143 ceph-mon[110525]: pgmap v216: 97 pgs: 97 active+clean; 364 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 342 op/s 2023-11-16T17:53:31.950 INFO:teuthology.orchestra.run.smithi042.stdout: 5 155741 8.10 MB/sec execute 395 sec latency 138.186 ms 2023-11-16T17:53:32.950 INFO:teuthology.orchestra.run.smithi042.stdout: 5 156000 8.10 MB/sec execute 396 sec latency 122.824 ms 2023-11-16T17:53:33.211 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:53:33 smithi042 ceph-mon[107709]: pgmap v217: 97 pgs: 97 active+clean; 361 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.2 MiB/s wr, 517 op/s 2023-11-16T17:53:33.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:53:33 smithi143 ceph-mon[110525]: pgmap v217: 97 pgs: 97 active+clean; 361 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.2 MiB/s wr, 517 op/s 2023-11-16T17:53:33.950 INFO:teuthology.orchestra.run.smithi042.stdout: 5 156319 8.11 MB/sec execute 397 sec latency 148.463 ms 2023-11-16T17:53:34.241 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:53:34 smithi042 ceph-mon[107709]: pgmap v218: 97 pgs: 97 active+clean; 361 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.7 MiB/s wr, 362 op/s 2023-11-16T17:53:34.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:53:34 smithi143 ceph-mon[110525]: pgmap v218: 97 pgs: 97 active+clean; 361 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.7 MiB/s wr, 362 op/s 2023-11-16T17:53:34.950 INFO:teuthology.orchestra.run.smithi042.stdout: 5 156608 8.10 MB/sec execute 398 sec latency 123.002 ms 2023-11-16T17:53:35.950 INFO:teuthology.orchestra.run.smithi042.stdout: 5 156832 8.09 MB/sec execute 399 sec latency 132.527 ms 2023-11-16T17:53:36.958 INFO:teuthology.orchestra.run.smithi042.stdout: 5 157094 8.09 MB/sec execute 400 sec latency 103.552 ms 2023-11-16T17:53:37.301 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:53:37 smithi042 ceph-mon[107709]: pgmap v219: 97 pgs: 97 active+clean; 361 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.7 MiB/s wr, 362 op/s 2023-11-16T17:53:37.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:53:37 smithi143 ceph-mon[110525]: pgmap v219: 97 pgs: 97 active+clean; 361 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.7 MiB/s wr, 362 op/s 2023-11-16T17:53:37.958 INFO:teuthology.orchestra.run.smithi042.stdout: 5 157272 8.08 MB/sec execute 401 sec latency 128.133 ms 2023-11-16T17:53:38.318 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:53:38 smithi042 ceph-mon[107709]: pgmap v220: 97 pgs: 97 active+clean; 355 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.2 MiB/s wr, 513 op/s 2023-11-16T17:53:38.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:53:38 smithi143 ceph-mon[110525]: pgmap v220: 97 pgs: 97 active+clean; 355 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.2 MiB/s wr, 513 op/s 2023-11-16T17:53:38.958 INFO:teuthology.orchestra.run.smithi042.stdout: 5 157548 8.08 MB/sec execute 402 sec latency 128.292 ms 2023-11-16T17:53:39.958 INFO:teuthology.orchestra.run.smithi042.stdout: 5 157862 8.09 MB/sec execute 403 sec latency 128.115 ms 2023-11-16T17:53:40.960 INFO:teuthology.orchestra.run.smithi042.stdout: 5 158110 8.09 MB/sec execute 404 sec latency 125.523 ms 2023-11-16T17:53:41.139 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:53:41 smithi042 ceph-mon[107709]: pgmap v221: 97 pgs: 97 active+clean; 355 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.1 MiB/s wr, 326 op/s 2023-11-16T17:53:41.139 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:53:41 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:53:41.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:53:41 smithi143 ceph-mon[110525]: pgmap v221: 97 pgs: 97 active+clean; 355 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.1 MiB/s wr, 326 op/s 2023-11-16T17:53:41.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:53:41 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:53:41.960 INFO:teuthology.orchestra.run.smithi042.stdout: 5 158412 8.09 MB/sec execute 405 sec latency 138.209 ms 2023-11-16T17:53:42.960 INFO:teuthology.orchestra.run.smithi042.stdout: 5 158696 8.08 MB/sec execute 406 sec latency 129.465 ms 2023-11-16T17:53:43.179 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:53:43 smithi042 ceph-mon[107709]: pgmap v222: 97 pgs: 97 active+clean; 357 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.9 MiB/s wr, 485 op/s 2023-11-16T17:53:43.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:53:43 smithi143 ceph-mon[110525]: pgmap v222: 97 pgs: 97 active+clean; 357 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.9 MiB/s wr, 485 op/s 2023-11-16T17:53:43.960 INFO:teuthology.orchestra.run.smithi042.stdout: 5 158923 8.07 MB/sec execute 407 sec latency 126.847 ms 2023-11-16T17:53:44.199 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:53:44 smithi042 ceph-mon[107709]: pgmap v223: 97 pgs: 97 active+clean; 357 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.3 MiB/s wr, 310 op/s 2023-11-16T17:53:44.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:53:44 smithi143 ceph-mon[110525]: pgmap v223: 97 pgs: 97 active+clean; 357 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.3 MiB/s wr, 310 op/s 2023-11-16T17:53:44.961 INFO:teuthology.orchestra.run.smithi042.stdout: 5 159249 8.08 MB/sec execute 408 sec latency 116.574 ms 2023-11-16T17:53:45.961 INFO:teuthology.orchestra.run.smithi042.stdout: 5 159506 8.07 MB/sec execute 409 sec latency 145.164 ms 2023-11-16T17:53:46.961 INFO:teuthology.orchestra.run.smithi042.stdout: 5 159885 8.08 MB/sec execute 410 sec latency 124.676 ms 2023-11-16T17:53:47.280 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:53:47 smithi042 ceph-mon[107709]: pgmap v224: 97 pgs: 97 active+clean; 357 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.3 MiB/s wr, 310 op/s 2023-11-16T17:53:47.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:53:47 smithi143 ceph-mon[110525]: pgmap v224: 97 pgs: 97 active+clean; 357 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.3 MiB/s wr, 310 op/s 2023-11-16T17:53:47.969 INFO:teuthology.orchestra.run.smithi042.stdout: 5 160208 8.09 MB/sec execute 411 sec latency 122.849 ms 2023-11-16T17:53:48.301 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:53:48 smithi042 ceph-mon[107709]: pgmap v225: 97 pgs: 97 active+clean; 356 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 493 op/s 2023-11-16T17:53:48.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:53:48 smithi143 ceph-mon[110525]: pgmap v225: 97 pgs: 97 active+clean; 356 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 493 op/s 2023-11-16T17:53:48.969 INFO:teuthology.orchestra.run.smithi042.stdout: 5 160529 8.09 MB/sec execute 412 sec latency 127.943 ms 2023-11-16T17:53:49.974 INFO:teuthology.orchestra.run.smithi042.stdout: 5 160796 8.08 MB/sec execute 413 sec latency 142.456 ms 2023-11-16T17:53:50.974 INFO:teuthology.orchestra.run.smithi042.stdout: 5 161106 8.09 MB/sec execute 414 sec latency 127.054 ms 2023-11-16T17:53:51.361 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:53:51 smithi042 ceph-mon[107709]: pgmap v226: 97 pgs: 97 active+clean; 356 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.5 MiB/s wr, 342 op/s 2023-11-16T17:53:51.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:53:51 smithi143 ceph-mon[110525]: pgmap v226: 97 pgs: 97 active+clean; 356 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.5 MiB/s wr, 342 op/s 2023-11-16T17:53:51.974 INFO:teuthology.orchestra.run.smithi042.stdout: 5 161372 8.09 MB/sec execute 415 sec latency 110.152 ms 2023-11-16T17:53:52.974 INFO:teuthology.orchestra.run.smithi042.stdout: 5 161603 8.09 MB/sec execute 416 sec latency 129.880 ms 2023-11-16T17:53:53.156 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:53:53 smithi042 ceph-mon[107709]: pgmap v227: 97 pgs: 97 active+clean; 362 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.5 MiB/s wr, 517 op/s 2023-11-16T17:53:53.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:53:53 smithi143 ceph-mon[110525]: pgmap v227: 97 pgs: 97 active+clean; 362 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.5 MiB/s wr, 517 op/s 2023-11-16T17:53:53.983 INFO:teuthology.orchestra.run.smithi042.stdout: 5 161800 8.08 MB/sec execute 417 sec latency 139.636 ms 2023-11-16T17:53:54.987 INFO:teuthology.orchestra.run.smithi042.stdout: 5 162029 8.07 MB/sec execute 418 sec latency 170.315 ms 2023-11-16T17:53:55.225 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:53:55 smithi042 ceph-mon[107709]: pgmap v228: 97 pgs: 97 active+clean; 362 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 357 op/s 2023-11-16T17:53:55.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:53:55 smithi143 ceph-mon[110525]: pgmap v228: 97 pgs: 97 active+clean; 362 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 357 op/s 2023-11-16T17:53:55.997 INFO:teuthology.orchestra.run.smithi042.stdout: 5 162249 8.06 MB/sec execute 420 sec latency 112.344 ms 2023-11-16T17:53:56.250 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:53:56 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:53:56.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:53:56 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:53:57.008 INFO:teuthology.orchestra.run.smithi042.stdout: 5 162472 8.05 MB/sec execute 421 sec latency 137.819 ms 2023-11-16T17:53:57.291 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:53:57 smithi042 ceph-mon[107709]: pgmap v229: 97 pgs: 97 active+clean; 362 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 357 op/s 2023-11-16T17:53:57.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:53:57 smithi143 ceph-mon[110525]: pgmap v229: 97 pgs: 97 active+clean; 362 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 357 op/s 2023-11-16T17:53:58.008 INFO:teuthology.orchestra.run.smithi042.stdout: 5 162697 8.04 MB/sec execute 422 sec latency 119.767 ms 2023-11-16T17:53:58.331 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:53:58 smithi042 ceph-mon[107709]: pgmap v230: 97 pgs: 97 active+clean; 359 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.0 MiB/s wr, 500 op/s 2023-11-16T17:53:58.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:53:58 smithi143 ceph-mon[110525]: pgmap v230: 97 pgs: 97 active+clean; 359 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.0 MiB/s wr, 500 op/s 2023-11-16T17:53:59.009 INFO:teuthology.orchestra.run.smithi042.stdout: 5 162911 8.04 MB/sec execute 423 sec latency 137.263 ms 2023-11-16T17:54:00.009 INFO:teuthology.orchestra.run.smithi042.stdout: 5 163197 8.04 MB/sec execute 424 sec latency 136.577 ms 2023-11-16T17:54:01.014 INFO:teuthology.orchestra.run.smithi042.stdout: 5 163488 8.04 MB/sec execute 425 sec latency 127.532 ms 2023-11-16T17:54:01.310 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:54:01 smithi042 ceph-mon[107709]: pgmap v231: 97 pgs: 97 active+clean; 359 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 318 op/s 2023-11-16T17:54:01.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:54:01 smithi143 ceph-mon[110525]: pgmap v231: 97 pgs: 97 active+clean; 359 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 318 op/s 2023-11-16T17:54:02.014 INFO:teuthology.orchestra.run.smithi042.stdout: 5 163706 8.03 MB/sec execute 426 sec latency 148.479 ms 2023-11-16T17:54:02.360 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:54:02 smithi042 ceph-mon[107709]: pgmap v232: 97 pgs: 97 active+clean; 353 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.7 MiB/s wr, 464 op/s 2023-11-16T17:54:02.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:54:02 smithi143 ceph-mon[110525]: pgmap v232: 97 pgs: 97 active+clean; 353 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.7 MiB/s wr, 464 op/s 2023-11-16T17:54:03.019 INFO:teuthology.orchestra.run.smithi042.stdout: 5 163972 8.03 MB/sec execute 427 sec latency 139.501 ms 2023-11-16T17:54:04.019 INFO:teuthology.orchestra.run.smithi042.stdout: 5 164177 8.03 MB/sec execute 428 sec latency 127.252 ms 2023-11-16T17:54:05.019 INFO:teuthology.orchestra.run.smithi042.stdout: 5 164361 8.02 MB/sec execute 429 sec latency 141.877 ms 2023-11-16T17:54:05.167 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:54:05 smithi042 ceph-mon[107709]: pgmap v233: 97 pgs: 97 active+clean; 353 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.7 MiB/s wr, 289 op/s 2023-11-16T17:54:05.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:54:05 smithi143 ceph-mon[110525]: pgmap v233: 97 pgs: 97 active+clean; 353 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.7 MiB/s wr, 289 op/s 2023-11-16T17:54:06.025 INFO:teuthology.orchestra.run.smithi042.stdout: 5 164613 8.03 MB/sec execute 430 sec latency 129.548 ms 2023-11-16T17:54:07.026 INFO:teuthology.orchestra.run.smithi042.stdout: 5 164809 8.02 MB/sec execute 431 sec latency 128.729 ms 2023-11-16T17:54:07.212 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:54:07 smithi042 ceph-mon[107709]: pgmap v234: 97 pgs: 97 active+clean; 353 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.7 MiB/s wr, 289 op/s 2023-11-16T17:54:07.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:54:07 smithi143 ceph-mon[110525]: pgmap v234: 97 pgs: 97 active+clean; 353 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.7 MiB/s wr, 289 op/s 2023-11-16T17:54:08.026 INFO:teuthology.orchestra.run.smithi042.stdout: 5 165013 8.02 MB/sec execute 432 sec latency 124.403 ms 2023-11-16T17:54:08.513 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:54:08 smithi042 ceph-mon[107709]: pgmap v235: 97 pgs: 97 active+clean; 358 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.2 MiB/s wr, 420 op/s 2023-11-16T17:54:08.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:54:08 smithi143 ceph-mon[110525]: pgmap v235: 97 pgs: 97 active+clean; 358 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.2 MiB/s wr, 420 op/s 2023-11-16T17:54:09.026 INFO:teuthology.orchestra.run.smithi042.stdout: 5 165209 8.01 MB/sec execute 433 sec latency 180.007 ms 2023-11-16T17:54:10.026 INFO:teuthology.orchestra.run.smithi042.stdout: 5 165364 8.00 MB/sec execute 434 sec latency 113.384 ms 2023-11-16T17:54:11.035 INFO:teuthology.orchestra.run.smithi042.stdout: 5 165548 7.99 MB/sec execute 435 sec latency 116.794 ms 2023-11-16T17:54:11.332 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:54:11 smithi042 ceph-mon[107709]: pgmap v236: 97 pgs: 97 active+clean; 358 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.4 KiB/s rd, 2.9 MiB/s wr, 277 op/s 2023-11-16T17:54:11.332 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:54:11 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:54:11.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:54:11 smithi143 ceph-mon[110525]: pgmap v236: 97 pgs: 97 active+clean; 358 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.4 KiB/s rd, 2.9 MiB/s wr, 277 op/s 2023-11-16T17:54:11.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:54:11 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:54:12.035 INFO:teuthology.orchestra.run.smithi042.stdout: 5 165738 7.98 MB/sec execute 436 sec latency 135.235 ms 2023-11-16T17:54:13.041 INFO:teuthology.orchestra.run.smithi042.stdout: 5 166013 7.97 MB/sec execute 437 sec latency 119.423 ms 2023-11-16T17:54:13.385 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:54:13 smithi042 ceph-mon[107709]: pgmap v237: 97 pgs: 97 active+clean; 357 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.1 MiB/s wr, 394 op/s 2023-11-16T17:54:13.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:54:13 smithi143 ceph-mon[110525]: pgmap v237: 97 pgs: 97 active+clean; 357 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.1 MiB/s wr, 394 op/s 2023-11-16T17:54:14.041 INFO:teuthology.orchestra.run.smithi042.stdout: 5 166184 7.96 MB/sec execute 438 sec latency 132.020 ms 2023-11-16T17:54:14.159 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:54:14 smithi042 ceph-mon[107709]: pgmap v238: 97 pgs: 97 active+clean; 357 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 2.7 MiB/s wr, 248 op/s 2023-11-16T17:54:14.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:54:14 smithi143 ceph-mon[110525]: pgmap v238: 97 pgs: 97 active+clean; 357 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 2.7 MiB/s wr, 248 op/s 2023-11-16T17:54:15.041 INFO:teuthology.orchestra.run.smithi042.stdout: 5 166387 7.96 MB/sec execute 439 sec latency 121.890 ms 2023-11-16T17:54:16.041 INFO:teuthology.orchestra.run.smithi042.stdout: 5 166586 7.95 MB/sec execute 440 sec latency 190.720 ms 2023-11-16T17:54:17.041 INFO:teuthology.orchestra.run.smithi042.stdout: 5 166825 7.95 MB/sec execute 441 sec latency 156.917 ms 2023-11-16T17:54:17.274 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:54:17 smithi042 ceph-mon[107709]: pgmap v239: 97 pgs: 97 active+clean; 357 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 2.7 MiB/s wr, 248 op/s 2023-11-16T17:54:17.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:54:17 smithi143 ceph-mon[110525]: pgmap v239: 97 pgs: 97 active+clean; 357 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 2.7 MiB/s wr, 248 op/s 2023-11-16T17:54:18.047 INFO:teuthology.orchestra.run.smithi042.stdout: 5 167129 7.96 MB/sec execute 442 sec latency 122.805 ms 2023-11-16T17:54:18.310 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:54:18 smithi042 ceph-mon[107709]: pgmap v240: 97 pgs: 97 active+clean; 351 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 3.9 MiB/s wr, 383 op/s 2023-11-16T17:54:18.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:54:18 smithi143 ceph-mon[110525]: pgmap v240: 97 pgs: 97 active+clean; 351 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 3.9 MiB/s wr, 383 op/s 2023-11-16T17:54:19.048 INFO:teuthology.orchestra.run.smithi042.stdout: 5 167416 7.95 MB/sec execute 443 sec latency 88.330 ms 2023-11-16T17:54:20.050 INFO:teuthology.orchestra.run.smithi042.stdout: 5 167686 7.95 MB/sec execute 444 sec latency 103.074 ms 2023-11-16T17:54:21.050 INFO:teuthology.orchestra.run.smithi042.stdout: 5 167894 7.95 MB/sec execute 445 sec latency 128.702 ms 2023-11-16T17:54:21.375 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:54:21 smithi042 ceph-mon[107709]: pgmap v241: 97 pgs: 97 active+clean; 351 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.3 MiB/s wr, 252 op/s 2023-11-16T17:54:21.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:54:21 smithi143 ceph-mon[110525]: pgmap v241: 97 pgs: 97 active+clean; 351 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.3 MiB/s wr, 252 op/s 2023-11-16T17:54:22.050 INFO:teuthology.orchestra.run.smithi042.stdout: 5 168123 7.95 MB/sec execute 446 sec latency 140.255 ms 2023-11-16T17:54:22.137 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:54:22 smithi042 ceph-mon[107709]: pgmap v242: 97 pgs: 97 active+clean; 362 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.1 MiB/s wr, 403 op/s 2023-11-16T17:54:22.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:54:22 smithi143 ceph-mon[110525]: pgmap v242: 97 pgs: 97 active+clean; 362 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.1 MiB/s wr, 403 op/s 2023-11-16T17:54:23.050 INFO:teuthology.orchestra.run.smithi042.stdout: 5 168367 7.95 MB/sec execute 447 sec latency 135.405 ms 2023-11-16T17:54:24.050 INFO:teuthology.orchestra.run.smithi042.stdout: 5 168595 7.94 MB/sec execute 448 sec latency 131.224 ms 2023-11-16T17:54:25.050 INFO:teuthology.orchestra.run.smithi042.stdout: 5 168819 7.94 MB/sec execute 449 sec latency 131.390 ms 2023-11-16T17:54:25.204 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:54:25 smithi042 ceph-mon[107709]: pgmap v243: 97 pgs: 97 active+clean; 362 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.3 KiB/s rd, 2.9 MiB/s wr, 286 op/s 2023-11-16T17:54:25.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:54:25 smithi143 ceph-mon[110525]: pgmap v243: 97 pgs: 97 active+clean; 362 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.3 KiB/s rd, 2.9 MiB/s wr, 286 op/s 2023-11-16T17:54:26.050 INFO:teuthology.orchestra.run.smithi042.stdout: 5 169011 7.93 MB/sec execute 450 sec latency 155.330 ms 2023-11-16T17:54:26.218 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:54:26 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:54:26.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:54:26 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:54:27.050 INFO:teuthology.orchestra.run.smithi042.stdout: 5 169215 7.93 MB/sec execute 451 sec latency 125.729 ms 2023-11-16T17:54:27.225 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:54:27 smithi042 ceph-mon[107709]: pgmap v244: 97 pgs: 97 active+clean; 362 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.3 KiB/s rd, 2.9 MiB/s wr, 286 op/s 2023-11-16T17:54:27.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:54:27 smithi143 ceph-mon[110525]: pgmap v244: 97 pgs: 97 active+clean; 362 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.3 KiB/s rd, 2.9 MiB/s wr, 286 op/s 2023-11-16T17:54:28.055 INFO:teuthology.orchestra.run.smithi042.stdout: 5 169500 7.92 MB/sec execute 452 sec latency 86.263 ms 2023-11-16T17:54:28.494 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:54:28 smithi042 ceph-mon[107709]: pgmap v245: 97 pgs: 97 active+clean; 358 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.4 MiB/s wr, 425 op/s 2023-11-16T17:54:28.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:54:28 smithi143 ceph-mon[110525]: pgmap v245: 97 pgs: 97 active+clean; 358 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.4 MiB/s wr, 425 op/s 2023-11-16T17:54:29.054 INFO:teuthology.orchestra.run.smithi042.stdout: 5 169713 7.91 MB/sec execute 453 sec latency 125.975 ms 2023-11-16T17:54:30.061 INFO:teuthology.orchestra.run.smithi042.stdout: 5 169917 7.90 MB/sec execute 454 sec latency 126.762 ms 2023-11-16T17:54:31.061 INFO:teuthology.orchestra.run.smithi042.stdout: 5 170169 7.90 MB/sec execute 455 sec latency 120.051 ms 2023-11-16T17:54:31.340 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:54:31 smithi042 ceph-mon[107709]: pgmap v246: 97 pgs: 97 active+clean; 358 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.2 MiB/s wr, 290 op/s 2023-11-16T17:54:31.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:54:31 smithi143 ceph-mon[110525]: pgmap v246: 97 pgs: 97 active+clean; 358 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.2 MiB/s wr, 290 op/s 2023-11-16T17:54:32.061 INFO:teuthology.orchestra.run.smithi042.stdout: 5 170490 7.91 MB/sec execute 456 sec latency 201.490 ms 2023-11-16T17:54:33.061 INFO:teuthology.orchestra.run.smithi042.stdout: 5 170875 7.92 MB/sec execute 457 sec latency 122.008 ms 2023-11-16T17:54:33.123 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:54:33 smithi042 ceph-mon[107709]: pgmap v247: 97 pgs: 97 active+clean; 358 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.6 MiB/s wr, 440 op/s 2023-11-16T17:54:33.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:54:33 smithi143 ceph-mon[110525]: pgmap v247: 97 pgs: 97 active+clean; 358 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.6 MiB/s wr, 440 op/s 2023-11-16T17:54:34.061 INFO:teuthology.orchestra.run.smithi042.stdout: 5 171161 7.92 MB/sec execute 458 sec latency 125.804 ms 2023-11-16T17:54:35.061 INFO:teuthology.orchestra.run.smithi042.stdout: 5 171440 7.91 MB/sec execute 459 sec latency 137.996 ms 2023-11-16T17:54:35.139 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:54:35 smithi042 ceph-mon[107709]: pgmap v248: 97 pgs: 97 active+clean; 358 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 2.9 MiB/s wr, 289 op/s 2023-11-16T17:54:35.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:54:35 smithi143 ceph-mon[110525]: pgmap v248: 97 pgs: 97 active+clean; 358 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 2.9 MiB/s wr, 289 op/s 2023-11-16T17:54:36.061 INFO:teuthology.orchestra.run.smithi042.stdout: 5 171714 7.91 MB/sec execute 460 sec latency 130.682 ms 2023-11-16T17:54:37.061 INFO:teuthology.orchestra.run.smithi042.stdout: 5 171939 7.91 MB/sec execute 461 sec latency 135.843 ms 2023-11-16T17:54:37.245 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:54:37 smithi042 ceph-mon[107709]: pgmap v249: 97 pgs: 97 active+clean; 358 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 2.9 MiB/s wr, 289 op/s 2023-11-16T17:54:37.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:54:37 smithi143 ceph-mon[110525]: pgmap v249: 97 pgs: 97 active+clean; 358 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 2.9 MiB/s wr, 289 op/s 2023-11-16T17:54:38.062 INFO:teuthology.orchestra.run.smithi042.stdout: 5 172219 7.91 MB/sec execute 462 sec latency 121.420 ms 2023-11-16T17:54:38.346 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:54:38 smithi042 ceph-mon[107709]: pgmap v250: 97 pgs: 97 active+clean; 366 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.8 MiB/s wr, 463 op/s 2023-11-16T17:54:38.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:54:38 smithi143 ceph-mon[110525]: pgmap v250: 97 pgs: 97 active+clean; 366 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.8 MiB/s wr, 463 op/s 2023-11-16T17:54:39.062 INFO:teuthology.orchestra.run.smithi042.stdout: 5 172519 7.91 MB/sec execute 463 sec latency 119.473 ms 2023-11-16T17:54:40.064 INFO:teuthology.orchestra.run.smithi042.stdout: 5 172864 7.91 MB/sec execute 464 sec latency 125.965 ms 2023-11-16T17:54:41.065 INFO:teuthology.orchestra.run.smithi042.stdout: 5 173164 7.91 MB/sec execute 465 sec latency 129.000 ms 2023-11-16T17:54:41.338 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:54:41 smithi042 ceph-mon[107709]: pgmap v251: 97 pgs: 97 active+clean; 366 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.3 MiB/s wr, 323 op/s 2023-11-16T17:54:41.338 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:54:41 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:54:41.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:54:41 smithi143 ceph-mon[110525]: pgmap v251: 97 pgs: 97 active+clean; 366 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.3 MiB/s wr, 323 op/s 2023-11-16T17:54:41.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:54:41 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:54:42.068 INFO:teuthology.orchestra.run.smithi042.stdout: 5 173369 7.90 MB/sec execute 466 sec latency 131.058 ms 2023-11-16T17:54:43.069 INFO:teuthology.orchestra.run.smithi042.stdout: 5 173716 7.91 MB/sec execute 467 sec latency 129.113 ms 2023-11-16T17:54:43.375 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:54:43 smithi042 ceph-mon[107709]: pgmap v252: 97 pgs: 97 active+clean; 358 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 503 op/s 2023-11-16T17:54:43.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:54:43 smithi143 ceph-mon[110525]: pgmap v252: 97 pgs: 97 active+clean; 358 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 503 op/s 2023-11-16T17:54:44.069 INFO:teuthology.orchestra.run.smithi042.stdout: 5 174026 7.90 MB/sec execute 468 sec latency 125.391 ms 2023-11-16T17:54:44.390 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:54:44 smithi042 ceph-mon[107709]: pgmap v253: 97 pgs: 97 active+clean; 358 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 353 op/s 2023-11-16T17:54:44.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:54:44 smithi143 ceph-mon[110525]: pgmap v253: 97 pgs: 97 active+clean; 358 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 353 op/s 2023-11-16T17:54:45.069 INFO:teuthology.orchestra.run.smithi042.stdout: 5 174385 7.92 MB/sec execute 469 sec latency 139.906 ms 2023-11-16T17:54:46.069 INFO:teuthology.orchestra.run.smithi042.stdout: 5 174624 7.92 MB/sec execute 470 sec latency 138.721 ms 2023-11-16T17:54:47.069 INFO:teuthology.orchestra.run.smithi042.stdout: 5 174884 7.92 MB/sec execute 471 sec latency 125.732 ms 2023-11-16T17:54:47.186 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:54:47 smithi042 ceph-mon[107709]: pgmap v254: 97 pgs: 97 active+clean; 358 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 353 op/s 2023-11-16T17:54:47.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:54:47 smithi143 ceph-mon[110525]: pgmap v254: 97 pgs: 97 active+clean; 358 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 353 op/s 2023-11-16T17:54:48.071 INFO:teuthology.orchestra.run.smithi042.stdout: 5 175124 7.91 MB/sec execute 472 sec latency 101.406 ms 2023-11-16T17:54:48.459 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:54:48 smithi042 ceph-mon[107709]: pgmap v255: 97 pgs: 97 active+clean; 365 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.5 MiB/s wr, 526 op/s 2023-11-16T17:54:48.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:54:48 smithi143 ceph-mon[110525]: pgmap v255: 97 pgs: 97 active+clean; 365 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.5 MiB/s wr, 526 op/s 2023-11-16T17:54:49.071 INFO:teuthology.orchestra.run.smithi042.stdout: 5 175402 7.91 MB/sec execute 473 sec latency 107.469 ms 2023-11-16T17:54:50.071 INFO:teuthology.orchestra.run.smithi042.stdout: 5 175594 7.90 MB/sec execute 474 sec latency 184.288 ms 2023-11-16T17:54:51.082 INFO:teuthology.orchestra.run.smithi042.stdout: 5 175838 7.90 MB/sec execute 475 sec latency 133.836 ms 2023-11-16T17:54:51.268 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:54:51 smithi042 ceph-mon[107709]: pgmap v256: 97 pgs: 97 active+clean; 365 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 352 op/s 2023-11-16T17:54:51.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:54:51 smithi143 ceph-mon[110525]: pgmap v256: 97 pgs: 97 active+clean; 365 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 352 op/s 2023-11-16T17:54:52.083 INFO:teuthology.orchestra.run.smithi042.stdout: 5 176109 7.90 MB/sec execute 476 sec latency 125.748 ms 2023-11-16T17:54:53.083 INFO:teuthology.orchestra.run.smithi042.stdout: 5 176411 7.89 MB/sec execute 477 sec latency 122.941 ms 2023-11-16T17:54:53.302 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:54:53 smithi042 ceph-mon[107709]: pgmap v257: 97 pgs: 97 active+clean; 361 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.1 MiB/s wr, 505 op/s 2023-11-16T17:54:53.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:54:53 smithi143 ceph-mon[110525]: pgmap v257: 97 pgs: 97 active+clean; 361 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.1 MiB/s wr, 505 op/s 2023-11-16T17:54:54.084 INFO:teuthology.orchestra.run.smithi042.stdout: 5 176692 7.89 MB/sec execute 478 sec latency 141.375 ms 2023-11-16T17:54:54.347 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:54:54 smithi042 ceph-mon[107709]: pgmap v258: 97 pgs: 97 active+clean; 361 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 325 op/s 2023-11-16T17:54:54.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:54:54 smithi143 ceph-mon[110525]: pgmap v258: 97 pgs: 97 active+clean; 361 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 325 op/s 2023-11-16T17:54:55.085 INFO:teuthology.orchestra.run.smithi042.stdout: 5 176904 7.89 MB/sec execute 479 sec latency 197.196 ms 2023-11-16T17:54:55.918 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:54:55 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:54:56.085 INFO:teuthology.orchestra.run.smithi042.stdout: 5 177232 7.89 MB/sec execute 480 sec latency 122.340 ms 2023-11-16T17:54:56.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:54:55 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:54:56.951 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:54:56 smithi042 ceph-mon[107709]: pgmap v259: 97 pgs: 97 active+clean; 361 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 325 op/s 2023-11-16T17:54:57.085 INFO:teuthology.orchestra.run.smithi042.stdout: 5 177624 7.89 MB/sec execute 481 sec latency 135.189 ms 2023-11-16T17:54:57.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:54:56 smithi143 ceph-mon[110525]: pgmap v259: 97 pgs: 97 active+clean; 361 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 325 op/s 2023-11-16T17:54:58.086 INFO:teuthology.orchestra.run.smithi042.stdout: 5 177971 7.90 MB/sec execute 482 sec latency 125.498 ms 2023-11-16T17:54:58.305 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:54:58 smithi042 ceph-mon[107709]: pgmap v260: 97 pgs: 97 active+clean; 365 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.0 MiB/s wr, 491 op/s 2023-11-16T17:54:58.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:54:58 smithi143 ceph-mon[110525]: pgmap v260: 97 pgs: 97 active+clean; 365 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.0 MiB/s wr, 491 op/s 2023-11-16T17:54:59.086 INFO:teuthology.orchestra.run.smithi042.stdout: 5 178245 7.91 MB/sec execute 483 sec latency 134.130 ms 2023-11-16T17:55:00.094 INFO:teuthology.orchestra.run.smithi042.stdout: 5 178470 7.91 MB/sec execute 484 sec latency 171.326 ms 2023-11-16T17:55:01.094 INFO:teuthology.orchestra.run.smithi042.stdout: 5 178727 7.90 MB/sec execute 485 sec latency 128.661 ms 2023-11-16T17:55:01.301 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:55:01 smithi042 ceph-mon[107709]: pgmap v261: 97 pgs: 97 active+clean; 365 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.1 MiB/s wr, 319 op/s 2023-11-16T17:55:01.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:55:01 smithi143 ceph-mon[110525]: pgmap v261: 97 pgs: 97 active+clean; 365 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.1 MiB/s wr, 319 op/s 2023-11-16T17:55:02.094 INFO:teuthology.orchestra.run.smithi042.stdout: 5 178912 7.89 MB/sec execute 486 sec latency 104.117 ms 2023-11-16T17:55:03.094 INFO:teuthology.orchestra.run.smithi042.stdout: 5 179068 7.88 MB/sec execute 487 sec latency 128.033 ms 2023-11-16T17:55:03.370 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:55:03 smithi042 ceph-mon[107709]: pgmap v262: 97 pgs: 97 active+clean; 369 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.0 MiB/s wr, 486 op/s 2023-11-16T17:55:03.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:55:03 smithi143 ceph-mon[110525]: pgmap v262: 97 pgs: 97 active+clean; 369 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.0 MiB/s wr, 486 op/s 2023-11-16T17:55:04.094 INFO:teuthology.orchestra.run.smithi042.stdout: 5 179236 7.87 MB/sec execute 488 sec latency 145.089 ms 2023-11-16T17:55:05.100 INFO:teuthology.orchestra.run.smithi042.stdout: 5 179588 7.87 MB/sec execute 489 sec latency 123.592 ms 2023-11-16T17:55:05.147 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:55:05 smithi042 ceph-mon[107709]: pgmap v263: 97 pgs: 97 active+clean; 369 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.5 MiB/s wr, 334 op/s 2023-11-16T17:55:05.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:55:05 smithi143 ceph-mon[110525]: pgmap v263: 97 pgs: 97 active+clean; 369 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.5 MiB/s wr, 334 op/s 2023-11-16T17:55:06.100 INFO:teuthology.orchestra.run.smithi042.stdout: 5 179917 7.88 MB/sec execute 490 sec latency 123.077 ms 2023-11-16T17:55:07.100 INFO:teuthology.orchestra.run.smithi042.stdout: 5 180247 7.88 MB/sec execute 491 sec latency 129.341 ms 2023-11-16T17:55:07.220 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:55:07 smithi042 ceph-mon[107709]: pgmap v264: 97 pgs: 97 active+clean; 369 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.5 MiB/s wr, 334 op/s 2023-11-16T17:55:07.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:55:07 smithi143 ceph-mon[110525]: pgmap v264: 97 pgs: 97 active+clean; 369 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.5 MiB/s wr, 334 op/s 2023-11-16T17:55:08.110 INFO:teuthology.orchestra.run.smithi042.stdout: 5 180495 7.87 MB/sec execute 492 sec latency 167.662 ms 2023-11-16T17:55:08.496 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:55:08 smithi042 ceph-mon[107709]: pgmap v265: 97 pgs: 97 active+clean; 361 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.8 MiB/s wr, 490 op/s 2023-11-16T17:55:08.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:55:08 smithi143 ceph-mon[110525]: pgmap v265: 97 pgs: 97 active+clean; 361 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.8 MiB/s wr, 490 op/s 2023-11-16T17:55:09.110 INFO:teuthology.orchestra.run.smithi042.stdout: 5 180739 7.87 MB/sec execute 493 sec latency 131.442 ms 2023-11-16T17:55:10.110 INFO:teuthology.orchestra.run.smithi042.stdout: 5 180979 7.86 MB/sec execute 494 sec latency 120.429 ms 2023-11-16T17:55:11.111 INFO:teuthology.orchestra.run.smithi042.stdout: 5 181232 7.87 MB/sec execute 495 sec latency 131.091 ms 2023-11-16T17:55:11.201 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:55:11 smithi042 ceph-mon[107709]: pgmap v266: 97 pgs: 97 active+clean; 361 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.2 MiB/s wr, 323 op/s 2023-11-16T17:55:11.201 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:55:11 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:55:11.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:55:11 smithi143 ceph-mon[110525]: pgmap v266: 97 pgs: 97 active+clean; 361 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.2 MiB/s wr, 323 op/s 2023-11-16T17:55:11.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:55:11 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:55:12.117 INFO:teuthology.orchestra.run.smithi042.stdout: 5 181461 7.87 MB/sec execute 496 sec latency 153.685 ms 2023-11-16T17:55:13.117 INFO:teuthology.orchestra.run.smithi042.stdout: 5 181754 7.87 MB/sec execute 497 sec latency 132.647 ms 2023-11-16T17:55:13.269 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:55:13 smithi042 ceph-mon[107709]: pgmap v267: 97 pgs: 97 active+clean; 362 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 4.8 MiB/s wr, 478 op/s 2023-11-16T17:55:13.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:55:13 smithi143 ceph-mon[110525]: pgmap v267: 97 pgs: 97 active+clean; 362 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 4.8 MiB/s wr, 478 op/s 2023-11-16T17:55:14.117 INFO:teuthology.orchestra.run.smithi042.stdout: 5 182062 7.88 MB/sec execute 498 sec latency 115.797 ms 2023-11-16T17:55:14.287 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:55:14 smithi042 ceph-mon[107709]: pgmap v268: 97 pgs: 97 active+clean; 362 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 2.9 MiB/s wr, 310 op/s 2023-11-16T17:55:14.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:55:14 smithi143 ceph-mon[110525]: pgmap v268: 97 pgs: 97 active+clean; 362 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 2.9 MiB/s wr, 310 op/s 2023-11-16T17:55:15.117 INFO:teuthology.orchestra.run.smithi042.stdout: 5 182278 7.87 MB/sec execute 499 sec latency 140.493 ms 2023-11-16T17:55:16.117 INFO:teuthology.orchestra.run.smithi042.stdout: 5 182530 7.86 MB/sec execute 500 sec latency 149.688 ms 2023-11-16T17:55:17.117 INFO:teuthology.orchestra.run.smithi042.stdout: 5 182805 7.86 MB/sec execute 501 sec latency 136.230 ms 2023-11-16T17:55:17.372 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:55:17 smithi042 ceph-mon[107709]: pgmap v269: 97 pgs: 97 active+clean; 362 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 2.9 MiB/s wr, 310 op/s 2023-11-16T17:55:17.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:55:17 smithi143 ceph-mon[110525]: pgmap v269: 97 pgs: 97 active+clean; 362 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 2.9 MiB/s wr, 310 op/s 2023-11-16T17:55:18.117 INFO:teuthology.orchestra.run.smithi042.stdout: 5 183018 7.85 MB/sec execute 502 sec latency 130.499 ms 2023-11-16T17:55:18.404 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:55:18 smithi042 ceph-mon[107709]: pgmap v270: 97 pgs: 97 active+clean; 366 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.7 MiB/s wr, 466 op/s 2023-11-16T17:55:18.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:55:18 smithi143 ceph-mon[110525]: pgmap v270: 97 pgs: 97 active+clean; 366 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.7 MiB/s wr, 466 op/s 2023-11-16T17:55:19.117 INFO:teuthology.orchestra.run.smithi042.stdout: 5 183402 7.86 MB/sec execute 503 sec latency 119.769 ms 2023-11-16T17:55:20.117 INFO:teuthology.orchestra.run.smithi042.stdout: 5 183723 7.86 MB/sec execute 504 sec latency 119.604 ms 2023-11-16T17:55:21.120 INFO:teuthology.orchestra.run.smithi042.stdout: 5 183979 7.85 MB/sec execute 505 sec latency 128.645 ms 2023-11-16T17:55:21.221 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:55:21 smithi042 ceph-mon[107709]: pgmap v271: 97 pgs: 97 active+clean; 366 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.4 MiB/s wr, 310 op/s 2023-11-16T17:55:21.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:55:21 smithi143 ceph-mon[110525]: pgmap v271: 97 pgs: 97 active+clean; 366 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.4 MiB/s wr, 310 op/s 2023-11-16T17:55:22.120 INFO:teuthology.orchestra.run.smithi042.stdout: 5 184252 7.86 MB/sec execute 506 sec latency 125.010 ms 2023-11-16T17:55:23.120 INFO:teuthology.orchestra.run.smithi042.stdout: 5 184551 7.86 MB/sec execute 507 sec latency 116.567 ms 2023-11-16T17:55:23.278 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:55:23 smithi042 ceph-mon[107709]: pgmap v272: 97 pgs: 97 active+clean; 362 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 491 op/s 2023-11-16T17:55:23.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:55:23 smithi143 ceph-mon[110525]: pgmap v272: 97 pgs: 97 active+clean; 362 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 491 op/s 2023-11-16T17:55:24.120 INFO:teuthology.orchestra.run.smithi042.stdout: 5 184848 7.86 MB/sec execute 508 sec latency 116.994 ms 2023-11-16T17:55:25.121 INFO:teuthology.orchestra.run.smithi042.stdout: 5 185108 7.86 MB/sec execute 509 sec latency 129.715 ms 2023-11-16T17:55:25.352 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:55:25 smithi042 ceph-mon[107709]: pgmap v273: 97 pgs: 97 active+clean; 362 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.5 MiB/s wr, 336 op/s 2023-11-16T17:55:25.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:55:25 smithi143 ceph-mon[110525]: pgmap v273: 97 pgs: 97 active+clean; 362 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.5 MiB/s wr, 336 op/s 2023-11-16T17:55:26.127 INFO:teuthology.orchestra.run.smithi042.stdout: 5 185253 7.86 MB/sec execute 510 sec latency 130.383 ms 2023-11-16T17:55:26.381 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:55:26 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:55:26.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:55:26 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:55:27.135 INFO:teuthology.orchestra.run.smithi042.stdout: 5 185421 7.85 MB/sec execute 511 sec latency 117.103 ms 2023-11-16T17:55:27.146 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:55:27 smithi042 ceph-mon[107709]: pgmap v274: 97 pgs: 97 active+clean; 362 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.5 MiB/s wr, 336 op/s 2023-11-16T17:55:27.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:55:27 smithi143 ceph-mon[110525]: pgmap v274: 97 pgs: 97 active+clean; 362 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.5 MiB/s wr, 336 op/s 2023-11-16T17:55:28.135 INFO:teuthology.orchestra.run.smithi042.stdout: 5 185612 7.85 MB/sec execute 512 sec latency 141.200 ms 2023-11-16T17:55:28.449 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:55:28 smithi042 ceph-mon[107709]: pgmap v275: 97 pgs: 97 active+clean; 366 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.1 MiB/s wr, 480 op/s 2023-11-16T17:55:28.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:55:28 smithi143 ceph-mon[110525]: pgmap v275: 97 pgs: 97 active+clean; 366 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.1 MiB/s wr, 480 op/s 2023-11-16T17:55:29.135 INFO:teuthology.orchestra.run.smithi042.stdout: 5 185806 7.84 MB/sec execute 513 sec latency 131.606 ms 2023-11-16T17:55:30.143 INFO:teuthology.orchestra.run.smithi042.stdout: 5 186037 7.83 MB/sec execute 514 sec latency 111.256 ms 2023-11-16T17:55:31.148 INFO:teuthology.orchestra.run.smithi042.stdout: 5 186225 7.82 MB/sec execute 515 sec latency 155.383 ms 2023-11-16T17:55:31.287 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:55:31 smithi042 ceph-mon[107709]: pgmap v276: 97 pgs: 97 active+clean; 366 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 324 op/s 2023-11-16T17:55:31.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:55:31 smithi143 ceph-mon[110525]: pgmap v276: 97 pgs: 97 active+clean; 366 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 324 op/s 2023-11-16T17:55:32.149 INFO:teuthology.orchestra.run.smithi042.stdout: 5 186362 7.82 MB/sec execute 516 sec latency 210.039 ms 2023-11-16T17:55:32.327 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:55:32 smithi042 ceph-mon[107709]: pgmap v277: 97 pgs: 97 active+clean; 365 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.5 MiB/s wr, 449 op/s 2023-11-16T17:55:32.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:55:32 smithi143 ceph-mon[110525]: pgmap v277: 97 pgs: 97 active+clean; 365 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.5 MiB/s wr, 449 op/s 2023-11-16T17:55:33.149 INFO:teuthology.orchestra.run.smithi042.stdout: 5 186593 7.82 MB/sec execute 517 sec latency 135.041 ms 2023-11-16T17:55:34.156 INFO:teuthology.orchestra.run.smithi042.stdout: 5 186796 7.82 MB/sec execute 518 sec latency 148.458 ms 2023-11-16T17:55:35.156 INFO:teuthology.orchestra.run.smithi042.stdout: 5 187032 7.81 MB/sec execute 519 sec latency 87.466 ms 2023-11-16T17:55:35.375 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:55:35 smithi042 ceph-mon[107709]: pgmap v278: 97 pgs: 97 active+clean; 365 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.9 MiB/s wr, 268 op/s 2023-11-16T17:55:35.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:55:35 smithi143 ceph-mon[110525]: pgmap v278: 97 pgs: 97 active+clean; 365 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.9 MiB/s wr, 268 op/s 2023-11-16T17:55:36.156 INFO:teuthology.orchestra.run.smithi042.stdout: 5 187388 7.80 MB/sec execute 520 sec latency 94.189 ms 2023-11-16T17:55:36.385 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:55:36 smithi042 ceph-mon[107709]: pgmap v279: 97 pgs: 97 active+clean; 365 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.9 MiB/s wr, 268 op/s 2023-11-16T17:55:36.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:55:36 smithi143 ceph-mon[110525]: pgmap v279: 97 pgs: 97 active+clean; 365 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.9 MiB/s wr, 268 op/s 2023-11-16T17:55:37.158 INFO:teuthology.orchestra.run.smithi042.stdout: 5 187646 7.80 MB/sec execute 521 sec latency 105.419 ms 2023-11-16T17:55:38.158 INFO:teuthology.orchestra.run.smithi042.stdout: 5 187899 7.80 MB/sec execute 522 sec latency 127.477 ms 2023-11-16T17:55:38.424 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:55:38 smithi042 ceph-mon[107709]: pgmap v280: 97 pgs: 97 active+clean; 365 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.1 MiB/s wr, 409 op/s 2023-11-16T17:55:38.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:55:38 smithi143 ceph-mon[110525]: pgmap v280: 97 pgs: 97 active+clean; 365 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.1 MiB/s wr, 409 op/s 2023-11-16T17:55:39.158 INFO:teuthology.orchestra.run.smithi042.stdout: 5 188222 7.81 MB/sec execute 523 sec latency 125.410 ms 2023-11-16T17:55:40.158 INFO:teuthology.orchestra.run.smithi042.stdout: 5 188516 7.81 MB/sec execute 524 sec latency 141.126 ms 2023-11-16T17:55:41.158 INFO:teuthology.orchestra.run.smithi042.stdout: 5 188819 7.81 MB/sec execute 525 sec latency 133.988 ms 2023-11-16T17:55:41.228 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:55:41 smithi042 ceph-mon[107709]: pgmap v281: 97 pgs: 97 active+clean; 365 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 2.5 MiB/s wr, 265 op/s 2023-11-16T17:55:41.229 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:55:41 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:55:41.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:55:41 smithi143 ceph-mon[110525]: pgmap v281: 97 pgs: 97 active+clean; 365 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 2.5 MiB/s wr, 265 op/s 2023-11-16T17:55:41.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:55:41 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:55:42.158 INFO:teuthology.orchestra.run.smithi042.stdout: 5 189014 7.81 MB/sec execute 526 sec latency 135.386 ms 2023-11-16T17:55:43.161 INFO:teuthology.orchestra.run.smithi042.stdout: 5 189246 7.81 MB/sec execute 527 sec latency 134.207 ms 2023-11-16T17:55:43.260 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:55:43 smithi042 ceph-mon[107709]: pgmap v282: 97 pgs: 97 active+clean; 367 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.4 MiB/s wr, 432 op/s 2023-11-16T17:55:43.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:55:43 smithi143 ceph-mon[110525]: pgmap v282: 97 pgs: 97 active+clean; 367 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.4 MiB/s wr, 432 op/s 2023-11-16T17:55:44.161 INFO:teuthology.orchestra.run.smithi042.stdout: 5 189591 7.80 MB/sec execute 528 sec latency 120.504 ms 2023-11-16T17:55:45.161 INFO:teuthology.orchestra.run.smithi042.stdout: 5 189831 7.80 MB/sec execute 529 sec latency 136.618 ms 2023-11-16T17:55:45.326 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:55:45 smithi042 ceph-mon[107709]: pgmap v283: 97 pgs: 97 active+clean; 367 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.2 MiB/s wr, 307 op/s 2023-11-16T17:55:45.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:55:45 smithi143 ceph-mon[110525]: pgmap v283: 97 pgs: 97 active+clean; 367 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.2 MiB/s wr, 307 op/s 2023-11-16T17:55:46.161 INFO:teuthology.orchestra.run.smithi042.stdout: 5 190085 7.80 MB/sec execute 530 sec latency 119.642 ms 2023-11-16T17:55:46.358 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:55:46 smithi042 ceph-mon[107709]: pgmap v284: 97 pgs: 97 active+clean; 367 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.2 MiB/s wr, 307 op/s 2023-11-16T17:55:46.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:55:46 smithi143 ceph-mon[110525]: pgmap v284: 97 pgs: 97 active+clean; 367 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.2 MiB/s wr, 307 op/s 2023-11-16T17:55:47.161 INFO:teuthology.orchestra.run.smithi042.stdout: 5 190338 7.80 MB/sec execute 531 sec latency 159.764 ms 2023-11-16T17:55:48.161 INFO:teuthology.orchestra.run.smithi042.stdout: 5 190693 7.80 MB/sec execute 532 sec latency 136.916 ms 2023-11-16T17:55:48.387 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:55:48 smithi042 ceph-mon[107709]: pgmap v285: 97 pgs: 97 active+clean; 361 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.8 MiB/s wr, 471 op/s 2023-11-16T17:55:48.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:55:48 smithi143 ceph-mon[110525]: pgmap v285: 97 pgs: 97 active+clean; 361 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.8 MiB/s wr, 471 op/s 2023-11-16T17:55:49.162 INFO:teuthology.orchestra.run.smithi042.stdout: 5 190966 7.79 MB/sec execute 533 sec latency 126.526 ms 2023-11-16T17:55:50.162 INFO:teuthology.orchestra.run.smithi042.stdout: 5 191247 7.79 MB/sec execute 534 sec latency 117.063 ms 2023-11-16T17:55:51.162 INFO:teuthology.orchestra.run.smithi042.stdout: 5 191490 7.79 MB/sec execute 535 sec latency 128.234 ms 2023-11-16T17:55:51.224 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:55:51 smithi042 ceph-mon[107709]: pgmap v286: 97 pgs: 97 active+clean; 361 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 330 op/s 2023-11-16T17:55:51.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:55:51 smithi143 ceph-mon[110525]: pgmap v286: 97 pgs: 97 active+clean; 361 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 330 op/s 2023-11-16T17:55:52.171 INFO:teuthology.orchestra.run.smithi042.stdout: 5 191819 7.80 MB/sec execute 536 sec latency 116.418 ms 2023-11-16T17:55:53.170 INFO:teuthology.orchestra.run.smithi042.stdout: 5 192103 7.80 MB/sec execute 537 sec latency 140.335 ms 2023-11-16T17:55:53.268 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:55:53 smithi042 ceph-mon[107709]: pgmap v287: 97 pgs: 97 active+clean; 364 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 506 op/s 2023-11-16T17:55:53.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:55:53 smithi143 ceph-mon[110525]: pgmap v287: 97 pgs: 97 active+clean; 364 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 506 op/s 2023-11-16T17:55:54.171 INFO:teuthology.orchestra.run.smithi042.stdout: 5 192331 7.80 MB/sec execute 538 sec latency 175.280 ms 2023-11-16T17:55:54.298 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:55:54 smithi042 ceph-mon[107709]: pgmap v288: 97 pgs: 97 active+clean; 364 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.2 MiB/s wr, 339 op/s 2023-11-16T17:55:54.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:55:54 smithi143 ceph-mon[110525]: pgmap v288: 97 pgs: 97 active+clean; 364 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.2 MiB/s wr, 339 op/s 2023-11-16T17:55:55.171 INFO:teuthology.orchestra.run.smithi042.stdout: 5 192611 7.81 MB/sec execute 539 sec latency 122.736 ms 2023-11-16T17:55:55.845 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:55:55 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:55:56.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:55:55 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:55:56.170 INFO:teuthology.orchestra.run.smithi042.stdout: 5 192835 7.80 MB/sec execute 540 sec latency 158.744 ms 2023-11-16T17:55:56.863 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:55:56 smithi042 ceph-mon[107709]: pgmap v289: 97 pgs: 97 active+clean; 364 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.2 MiB/s wr, 339 op/s 2023-11-16T17:55:57.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:55:56 smithi143 ceph-mon[110525]: pgmap v289: 97 pgs: 97 active+clean; 364 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.2 MiB/s wr, 339 op/s 2023-11-16T17:55:57.171 INFO:teuthology.orchestra.run.smithi042.stdout: 5 193030 7.79 MB/sec execute 541 sec latency 128.979 ms 2023-11-16T17:55:58.173 INFO:teuthology.orchestra.run.smithi042.stdout: 5 193268 7.79 MB/sec execute 542 sec latency 125.578 ms 2023-11-16T17:55:58.403 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:55:58 smithi042 ceph-mon[107709]: pgmap v290: 97 pgs: 97 active+clean; 368 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.9 MiB/s wr, 486 op/s 2023-11-16T17:55:58.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:55:58 smithi143 ceph-mon[110525]: pgmap v290: 97 pgs: 97 active+clean; 368 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.9 MiB/s wr, 486 op/s 2023-11-16T17:55:59.176 INFO:teuthology.orchestra.run.smithi042.stdout: 5 193457 7.78 MB/sec execute 543 sec latency 125.561 ms 2023-11-16T17:56:00.176 INFO:teuthology.orchestra.run.smithi042.stdout: 5 193661 7.78 MB/sec execute 544 sec latency 126.163 ms 2023-11-16T17:56:01.176 INFO:teuthology.orchestra.run.smithi042.stdout: 5 193864 7.77 MB/sec execute 545 sec latency 127.804 ms 2023-11-16T17:56:01.211 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:56:01 smithi042 ceph-mon[107709]: pgmap v291: 97 pgs: 97 active+clean; 368 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.3 MiB/s wr, 322 op/s 2023-11-16T17:56:01.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:56:01 smithi143 ceph-mon[110525]: pgmap v291: 97 pgs: 97 active+clean; 368 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.3 MiB/s wr, 322 op/s 2023-11-16T17:56:02.183 INFO:teuthology.orchestra.run.smithi042.stdout: 5 194091 7.77 MB/sec execute 546 sec latency 145.249 ms 2023-11-16T17:56:03.184 INFO:teuthology.orchestra.run.smithi042.stdout: 5 194306 7.76 MB/sec execute 547 sec latency 129.336 ms 2023-11-16T17:56:03.289 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:56:03 smithi042 ceph-mon[107709]: pgmap v292: 97 pgs: 97 active+clean; 363 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.6 MiB/s wr, 458 op/s 2023-11-16T17:56:03.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:56:03 smithi143 ceph-mon[110525]: pgmap v292: 97 pgs: 97 active+clean; 363 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.6 MiB/s wr, 458 op/s 2023-11-16T17:56:04.184 INFO:teuthology.orchestra.run.smithi042.stdout: 5 194511 7.76 MB/sec execute 548 sec latency 125.816 ms 2023-11-16T17:56:04.298 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:56:04 smithi042 ceph-mon[107709]: pgmap v293: 97 pgs: 97 active+clean; 363 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.0 MiB/s wr, 282 op/s 2023-11-16T17:56:04.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:56:04 smithi143 ceph-mon[110525]: pgmap v293: 97 pgs: 97 active+clean; 363 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.0 MiB/s wr, 282 op/s 2023-11-16T17:56:05.184 INFO:teuthology.orchestra.run.smithi042.stdout: 5 194722 7.75 MB/sec execute 549 sec latency 125.642 ms 2023-11-16T17:56:09.885 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:56:07 smithi143 ceph-mon[110525]: pgmap v294: 97 pgs: 97 active+clean; 363 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.0 MiB/s wr, 282 op/s 2023-11-16T17:56:09.885 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:56:08 smithi143 ceph-mon[110525]: pgmap v295: 97 pgs: 97 active+clean; 364 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.3 MiB/s wr, 412 op/s 2023-11-16T17:56:09.885 INFO:teuthology.orchestra.run.smithi042.stdout: 5 194954 7.75 MB/sec execute 550 sec latency 122.882 ms 2023-11-16T17:56:09.885 INFO:teuthology.orchestra.run.smithi042.stdout: 5 195123 7.74 MB/sec execute 551 sec latency 127.788 ms 2023-11-16T17:56:09.889 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:56:07 smithi042 ceph-mon[107709]: pgmap v294: 97 pgs: 97 active+clean; 363 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.0 MiB/s wr, 282 op/s 2023-11-16T17:56:09.889 INFO:teuthology.orchestra.run.smithi042.stdout: 5 195448 7.75 MB/sec execute 552 sec latency 130.316 ms 2023-11-16T17:56:09.889 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:56:08 smithi042 ceph-mon[107709]: pgmap v295: 97 pgs: 97 active+clean; 364 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.3 MiB/s wr, 412 op/s 2023-11-16T17:56:09.889 INFO:teuthology.orchestra.run.smithi042.stdout: 5 195708 7.75 MB/sec execute 553 sec latency 125.671 ms 2023-11-16T17:56:10.193 INFO:teuthology.orchestra.run.smithi042.stdout: 5 195932 7.75 MB/sec execute 554 sec latency 127.467 ms 2023-11-16T17:56:11.193 INFO:teuthology.orchestra.run.smithi042.stdout: 5 196193 7.75 MB/sec execute 555 sec latency 196.882 ms 2023-11-16T17:56:11.229 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:56:11 smithi042 ceph-mon[107709]: pgmap v296: 97 pgs: 97 active+clean; 364 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.5 MiB/s wr, 265 op/s 2023-11-16T17:56:11.229 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:56:11 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:56:11.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:56:11 smithi143 ceph-mon[110525]: pgmap v296: 97 pgs: 97 active+clean; 364 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.5 MiB/s wr, 265 op/s 2023-11-16T17:56:11.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:56:11 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:56:12.193 INFO:teuthology.orchestra.run.smithi042.stdout: 5 196444 7.75 MB/sec execute 556 sec latency 125.166 ms 2023-11-16T17:56:13.197 INFO:teuthology.orchestra.run.smithi042.stdout: 5 196711 7.74 MB/sec execute 557 sec latency 125.632 ms 2023-11-16T17:56:13.290 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:56:13 smithi042 ceph-mon[107709]: pgmap v297: 97 pgs: 97 active+clean; 368 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.2 MiB/s wr, 411 op/s 2023-11-16T17:56:13.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:56:13 smithi143 ceph-mon[110525]: pgmap v297: 97 pgs: 97 active+clean; 368 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.2 MiB/s wr, 411 op/s 2023-11-16T17:56:14.197 INFO:teuthology.orchestra.run.smithi042.stdout: 5 196967 7.74 MB/sec execute 558 sec latency 160.504 ms 2023-11-16T17:56:14.328 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:56:14 smithi042 ceph-mon[107709]: pgmap v298: 97 pgs: 97 active+clean; 368 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 2.9 MiB/s wr, 276 op/s 2023-11-16T17:56:14.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:56:14 smithi143 ceph-mon[110525]: pgmap v298: 97 pgs: 97 active+clean; 368 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 2.9 MiB/s wr, 276 op/s 2023-11-16T17:56:15.197 INFO:teuthology.orchestra.run.smithi042.stdout: 5 197206 7.74 MB/sec execute 559 sec latency 140.633 ms 2023-11-16T17:56:16.197 INFO:teuthology.orchestra.run.smithi042.stdout: 5 197521 7.74 MB/sec execute 560 sec latency 128.459 ms 2023-11-16T17:56:17.197 INFO:teuthology.orchestra.run.smithi042.stdout: 5 197842 7.74 MB/sec execute 561 sec latency 122.972 ms 2023-11-16T17:56:17.400 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:56:17 smithi042 ceph-mon[107709]: pgmap v299: 97 pgs: 97 active+clean; 368 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 2.9 MiB/s wr, 276 op/s 2023-11-16T17:56:17.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:56:17 smithi143 ceph-mon[110525]: pgmap v299: 97 pgs: 97 active+clean; 368 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 2.9 MiB/s wr, 276 op/s 2023-11-16T17:56:18.197 INFO:teuthology.orchestra.run.smithi042.stdout: 5 198148 7.74 MB/sec execute 562 sec latency 128.441 ms 2023-11-16T17:56:18.414 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:56:18 smithi042 ceph-mon[107709]: pgmap v300: 97 pgs: 97 active+clean; 364 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.4 MiB/s wr, 447 op/s 2023-11-16T17:56:18.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:56:18 smithi143 ceph-mon[110525]: pgmap v300: 97 pgs: 97 active+clean; 364 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.4 MiB/s wr, 447 op/s 2023-11-16T17:56:19.197 INFO:teuthology.orchestra.run.smithi042.stdout: 5 198415 7.74 MB/sec execute 563 sec latency 200.152 ms 2023-11-16T17:56:20.206 INFO:teuthology.orchestra.run.smithi042.stdout: 5 198707 7.74 MB/sec execute 564 sec latency 125.697 ms 2023-11-16T17:56:21.206 INFO:teuthology.orchestra.run.smithi042.stdout: 5 199006 7.74 MB/sec execute 565 sec latency 123.029 ms 2023-11-16T17:56:21.212 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:56:21 smithi042 ceph-mon[107709]: pgmap v301: 97 pgs: 97 active+clean; 364 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 317 op/s 2023-11-16T17:56:21.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:56:21 smithi143 ceph-mon[110525]: pgmap v301: 97 pgs: 97 active+clean; 364 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 317 op/s 2023-11-16T17:56:22.206 INFO:teuthology.orchestra.run.smithi042.stdout: 5 199286 7.75 MB/sec execute 566 sec latency 125.066 ms 2023-11-16T17:56:23.206 INFO:teuthology.orchestra.run.smithi042.stdout: 5 199470 7.74 MB/sec execute 567 sec latency 191.668 ms 2023-11-16T17:56:23.238 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:56:23 smithi042 ceph-mon[107709]: pgmap v302: 97 pgs: 97 active+clean; 365 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 496 op/s 2023-11-16T17:56:23.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:56:23 smithi143 ceph-mon[110525]: pgmap v302: 97 pgs: 97 active+clean; 365 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 496 op/s 2023-11-16T17:56:24.208 INFO:teuthology.orchestra.run.smithi042.stdout: 5 199788 7.75 MB/sec execute 568 sec latency 174.810 ms 2023-11-16T17:56:25.208 INFO:teuthology.orchestra.run.smithi042.stdout: 5 200076 7.74 MB/sec execute 569 sec latency 140.367 ms 2023-11-16T17:56:25.374 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:56:25 smithi042 ceph-mon[107709]: pgmap v303: 97 pgs: 97 active+clean; 365 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 350 op/s 2023-11-16T17:56:25.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:56:25 smithi143 ceph-mon[110525]: pgmap v303: 97 pgs: 97 active+clean; 365 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 350 op/s 2023-11-16T17:56:26.214 INFO:teuthology.orchestra.run.smithi042.stdout: 5 200326 7.74 MB/sec execute 570 sec latency 125.566 ms 2023-11-16T17:56:26.411 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:56:26 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:56:26.411 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:56:26 smithi042 ceph-mon[107709]: pgmap v304: 97 pgs: 97 active+clean; 365 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 350 op/s 2023-11-16T17:56:26.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:56:26 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:56:26.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:56:26 smithi143 ceph-mon[110525]: pgmap v304: 97 pgs: 97 active+clean; 365 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 350 op/s 2023-11-16T17:56:27.216 INFO:teuthology.orchestra.run.smithi042.stdout: 5 200529 7.73 MB/sec execute 571 sec latency 128.749 ms 2023-11-16T17:56:28.216 INFO:teuthology.orchestra.run.smithi042.stdout: 5 200809 7.73 MB/sec execute 572 sec latency 123.009 ms 2023-11-16T17:56:28.484 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:56:28 smithi042 ceph-mon[107709]: pgmap v305: 97 pgs: 97 active+clean; 362 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.1 MiB/s wr, 507 op/s 2023-11-16T17:56:28.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:56:28 smithi143 ceph-mon[110525]: pgmap v305: 97 pgs: 97 active+clean; 362 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.1 MiB/s wr, 507 op/s 2023-11-16T17:56:29.218 INFO:teuthology.orchestra.run.smithi042.stdout: 5 201083 7.73 MB/sec execute 573 sec latency 116.911 ms 2023-11-16T17:56:30.218 INFO:teuthology.orchestra.run.smithi042.stdout: 5 201364 7.72 MB/sec execute 574 sec latency 125.613 ms 2023-11-16T17:56:31.218 INFO:teuthology.orchestra.run.smithi042.stdout: 5 201625 7.73 MB/sec execute 575 sec latency 209.279 ms 2023-11-16T17:56:31.300 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:56:31 smithi042 ceph-mon[107709]: pgmap v306: 97 pgs: 97 active+clean; 362 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 335 op/s 2023-11-16T17:56:31.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:56:31 smithi143 ceph-mon[110525]: pgmap v306: 97 pgs: 97 active+clean; 362 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 335 op/s 2023-11-16T17:56:32.218 INFO:teuthology.orchestra.run.smithi042.stdout: 5 201922 7.73 MB/sec execute 576 sec latency 123.930 ms 2023-11-16T17:56:32.322 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:56:32 smithi042 ceph-mon[107709]: pgmap v307: 97 pgs: 97 active+clean; 362 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 497 op/s 2023-11-16T17:56:32.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:56:32 smithi143 ceph-mon[110525]: pgmap v307: 97 pgs: 97 active+clean; 362 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 497 op/s 2023-11-16T17:56:33.218 INFO:teuthology.orchestra.run.smithi042.stdout: 5 202225 7.73 MB/sec execute 577 sec latency 122.418 ms 2023-11-16T17:56:34.218 INFO:teuthology.orchestra.run.smithi042.stdout: 5 202550 7.73 MB/sec execute 578 sec latency 125.693 ms 2023-11-16T17:56:35.220 INFO:teuthology.orchestra.run.smithi042.stdout: 5 202751 7.73 MB/sec execute 579 sec latency 131.095 ms 2023-11-16T17:56:35.383 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:56:35 smithi042 ceph-mon[107709]: pgmap v308: 97 pgs: 97 active+clean; 362 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.2 MiB/s wr, 319 op/s 2023-11-16T17:56:35.423 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:56:35 smithi143 ceph-mon[110525]: pgmap v308: 97 pgs: 97 active+clean; 362 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.2 MiB/s wr, 319 op/s 2023-11-16T17:56:36.230 INFO:teuthology.orchestra.run.smithi042.stdout: 5 202980 7.73 MB/sec execute 580 sec latency 135.415 ms 2023-11-16T17:56:37.184 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:56:37 smithi042 ceph-mon[107709]: pgmap v309: 97 pgs: 97 active+clean; 362 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.2 MiB/s wr, 319 op/s 2023-11-16T17:56:37.230 INFO:teuthology.orchestra.run.smithi042.stdout: 5 203188 7.73 MB/sec execute 581 sec latency 137.393 ms 2023-11-16T17:56:37.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:56:37 smithi143 ceph-mon[110525]: pgmap v309: 97 pgs: 97 active+clean; 362 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.2 MiB/s wr, 319 op/s 2023-11-16T17:56:38.240 INFO:teuthology.orchestra.run.smithi042.stdout: 5 203432 7.73 MB/sec execute 582 sec latency 136.259 ms 2023-11-16T17:56:38.460 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:56:38 smithi042 ceph-mon[107709]: pgmap v310: 97 pgs: 97 active+clean; 368 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 473 op/s 2023-11-16T17:56:38.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:56:38 smithi143 ceph-mon[110525]: pgmap v310: 97 pgs: 97 active+clean; 368 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 473 op/s 2023-11-16T17:56:39.240 INFO:teuthology.orchestra.run.smithi042.stdout: 5 203599 7.72 MB/sec execute 583 sec latency 125.300 ms 2023-11-16T17:56:40.240 INFO:teuthology.orchestra.run.smithi042.stdout: 5 203748 7.71 MB/sec execute 584 sec latency 178.665 ms 2023-11-16T17:56:41.248 INFO:teuthology.orchestra.run.smithi042.stdout: 5 203924 7.70 MB/sec execute 585 sec latency 128.673 ms 2023-11-16T17:56:41.277 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:56:41 smithi042 ceph-mon[107709]: pgmap v311: 97 pgs: 97 active+clean; 368 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.4 MiB/s wr, 316 op/s 2023-11-16T17:56:41.277 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:56:41 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:56:41.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:56:41 smithi143 ceph-mon[110525]: pgmap v311: 97 pgs: 97 active+clean; 368 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.4 MiB/s wr, 316 op/s 2023-11-16T17:56:41.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:56:41 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:56:42.248 INFO:teuthology.orchestra.run.smithi042.stdout: 5 204184 7.70 MB/sec execute 586 sec latency 122.302 ms 2023-11-16T17:56:42.294 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:56:42 smithi042 ceph-mon[107709]: pgmap v312: 97 pgs: 97 active+clean; 364 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.5 MiB/s wr, 445 op/s 2023-11-16T17:56:42.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:56:42 smithi143 ceph-mon[110525]: pgmap v312: 97 pgs: 97 active+clean; 364 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.5 MiB/s wr, 445 op/s 2023-11-16T17:56:43.248 INFO:teuthology.orchestra.run.smithi042.stdout: 5 204382 7.69 MB/sec execute 587 sec latency 152.742 ms 2023-11-16T17:56:44.219 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:56:44 smithi042 ceph-mon[107709]: pgmap v313: 97 pgs: 97 active+clean; 364 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.0 MiB/s wr, 283 op/s 2023-11-16T17:56:44.254 INFO:teuthology.orchestra.run.smithi042.stdout: 5 204570 7.69 MB/sec execute 588 sec latency 135.590 ms 2023-11-16T17:56:44.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:56:44 smithi143 ceph-mon[110525]: pgmap v313: 97 pgs: 97 active+clean; 364 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.0 MiB/s wr, 283 op/s 2023-11-16T17:56:45.254 INFO:teuthology.orchestra.run.smithi042.stdout: 5 204820 7.68 MB/sec execute 589 sec latency 128.672 ms 2023-11-16T17:56:46.254 INFO:teuthology.orchestra.run.smithi042.stdout: 5 205097 7.69 MB/sec execute 590 sec latency 122.288 ms 2023-11-16T17:56:46.412 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:56:46 smithi042 ceph-mon[107709]: pgmap v314: 97 pgs: 97 active+clean; 364 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.0 MiB/s wr, 283 op/s 2023-11-16T17:56:46.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:56:46 smithi143 ceph-mon[110525]: pgmap v314: 97 pgs: 97 active+clean; 364 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.0 MiB/s wr, 283 op/s 2023-11-16T17:56:47.254 INFO:teuthology.orchestra.run.smithi042.stdout: 5 205340 7.68 MB/sec execute 591 sec latency 122.509 ms 2023-11-16T17:56:48.255 INFO:teuthology.orchestra.run.smithi042.stdout: 5 205636 7.69 MB/sec execute 592 sec latency 119.896 ms 2023-11-16T17:56:48.458 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:56:48 smithi042 ceph-mon[107709]: pgmap v315: 97 pgs: 97 active+clean; 361 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.3 MiB/s wr, 424 op/s 2023-11-16T17:56:48.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:56:48 smithi143 ceph-mon[110525]: pgmap v315: 97 pgs: 97 active+clean; 361 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.3 MiB/s wr, 424 op/s 2023-11-16T17:56:49.265 INFO:teuthology.orchestra.run.smithi042.stdout: 5 205896 7.69 MB/sec execute 593 sec latency 124.623 ms 2023-11-16T17:56:50.265 INFO:teuthology.orchestra.run.smithi042.stdout: 5 206127 7.69 MB/sec execute 594 sec latency 129.454 ms 2023-11-16T17:56:51.265 INFO:teuthology.orchestra.run.smithi042.stdout: 5 206379 7.69 MB/sec execute 595 sec latency 128.087 ms 2023-11-16T17:56:51.305 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:56:51 smithi042 ceph-mon[107709]: pgmap v316: 97 pgs: 97 active+clean; 361 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.4 MiB/s wr, 269 op/s 2023-11-16T17:56:51.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:56:51 smithi143 ceph-mon[110525]: pgmap v316: 97 pgs: 97 active+clean; 361 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.4 MiB/s wr, 269 op/s 2023-11-16T17:56:52.276 INFO:teuthology.orchestra.run.smithi042.stdout: 5 206582 7.69 MB/sec execute 596 sec latency 123.116 ms 2023-11-16T17:56:53.276 INFO:teuthology.orchestra.run.smithi042.stdout: 5 206722 7.68 MB/sec execute 597 sec latency 127.899 ms 2023-11-16T17:56:53.347 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:56:53 smithi042 ceph-mon[107709]: pgmap v317: 97 pgs: 97 active+clean; 370 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.1 MiB/s wr, 408 op/s 2023-11-16T17:56:53.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:56:53 smithi143 ceph-mon[110525]: pgmap v317: 97 pgs: 97 active+clean; 370 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.1 MiB/s wr, 408 op/s 2023-11-16T17:56:54.276 INFO:teuthology.orchestra.run.smithi042.stdout: 5 206941 7.68 MB/sec execute 598 sec latency 159.923 ms 2023-11-16T17:56:54.376 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:56:54 smithi042 ceph-mon[107709]: pgmap v318: 97 pgs: 97 active+clean; 370 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 2.9 MiB/s wr, 280 op/s 2023-11-16T17:56:54.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:56:54 smithi143 ceph-mon[110525]: pgmap v318: 97 pgs: 97 active+clean; 370 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 2.9 MiB/s wr, 280 op/s 2023-11-16T17:56:55.276 INFO:teuthology.orchestra.run.smithi042.stdout: 5 207108 7.68 MB/sec execute 599 sec latency 135.885 ms 2023-11-16T17:56:55.916 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:56:55 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:56:56.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:56:55 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:56:56.276 INFO:teuthology.orchestra.run.smithi042.stdout: 5 207290 7.67 MB/sec execute 600 sec latency 131.412 ms 2023-11-16T17:56:56.944 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:56:56 smithi042 ceph-mon[107709]: pgmap v319: 97 pgs: 97 active+clean; 370 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 2.9 MiB/s wr, 280 op/s 2023-11-16T17:56:57.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:56:56 smithi143 ceph-mon[110525]: pgmap v319: 97 pgs: 97 active+clean; 370 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 2.9 MiB/s wr, 280 op/s 2023-11-16T17:56:57.276 INFO:teuthology.orchestra.run.smithi042.stdout: 5 cleanup 601 sec 2023-11-16T17:56:58.276 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 602 sec 2023-11-16T17:56:58.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:56:58 smithi143 ceph-mon[110525]: pgmap v320: 97 pgs: 97 active+clean; 367 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.1 MiB/s wr, 398 op/s 2023-11-16T17:56:58.842 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:56:58 smithi042 ceph-mon[107709]: pgmap v320: 97 pgs: 97 active+clean; 367 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.1 MiB/s wr, 398 op/s 2023-11-16T17:56:59.276 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 603 sec 2023-11-16T17:57:00.276 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 604 sec 2023-11-16T17:57:01.277 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 605 sec 2023-11-16T17:57:01.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:57:01 smithi143 ceph-mon[110525]: pgmap v321: 97 pgs: 97 active+clean; 367 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 2.9 MiB/s wr, 257 op/s 2023-11-16T17:57:01.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:57:01 smithi042 ceph-mon[107709]: pgmap v321: 97 pgs: 97 active+clean; 367 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 2.9 MiB/s wr, 257 op/s 2023-11-16T17:57:02.276 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 606 sec 2023-11-16T17:57:02.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:57:02 smithi143 ceph-mon[110525]: pgmap v322: 97 pgs: 97 active+clean; 274 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 3.2 MiB/s wr, 310 op/s 2023-11-16T17:57:02.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:57:02 smithi042 ceph-mon[107709]: pgmap v322: 97 pgs: 97 active+clean; 274 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 3.2 MiB/s wr, 310 op/s 2023-11-16T17:57:03.276 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 607 sec 2023-11-16T17:57:04.276 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 608 sec 2023-11-16T17:57:05.276 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 609 sec 2023-11-16T17:57:05.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:57:05 smithi143 ceph-mon[110525]: pgmap v323: 97 pgs: 97 active+clean; 274 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.5 KiB/s rd, 1.5 MiB/s wr, 171 op/s 2023-11-16T17:57:05.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:57:05 smithi042 ceph-mon[107709]: pgmap v323: 97 pgs: 97 active+clean; 274 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.5 KiB/s rd, 1.5 MiB/s wr, 171 op/s 2023-11-16T17:57:06.276 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 610 sec 2023-11-16T17:57:07.276 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 611 sec 2023-11-16T17:57:07.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:57:07 smithi143 ceph-mon[110525]: pgmap v324: 97 pgs: 97 active+clean; 274 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.5 KiB/s rd, 1.5 MiB/s wr, 171 op/s 2023-11-16T17:57:07.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:57:07 smithi042 ceph-mon[107709]: pgmap v324: 97 pgs: 97 active+clean; 274 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.5 KiB/s rd, 1.5 MiB/s wr, 171 op/s 2023-11-16T17:57:08.276 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 612 sec 2023-11-16T17:57:08.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:57:08 smithi143 ceph-mon[110525]: pgmap v325: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.9 KiB/s rd, 1.5 MiB/s wr, 175 op/s 2023-11-16T17:57:08.840 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:57:08 smithi042 ceph-mon[107709]: pgmap v325: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.9 KiB/s rd, 1.5 MiB/s wr, 175 op/s 2023-11-16T17:57:09.276 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 613 sec 2023-11-16T17:57:10.276 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 614 sec 2023-11-16T17:57:11.277 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 615 sec 2023-11-16T17:57:11.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:57:11 smithi143 ceph-mon[110525]: pgmap v326: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 355 KiB/s wr, 57 op/s 2023-11-16T17:57:11.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:57:11 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:57:11.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:57:11 smithi042 ceph-mon[107709]: pgmap v326: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 355 KiB/s wr, 57 op/s 2023-11-16T17:57:11.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:57:11 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:57:12.276 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 616 sec 2023-11-16T17:57:13.277 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 617 sec 2023-11-16T17:57:13.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:57:13 smithi143 ceph-mon[110525]: pgmap v327: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 360 KiB/s wr, 58 op/s 2023-11-16T17:57:13.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:57:13 smithi042 ceph-mon[107709]: pgmap v327: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 360 KiB/s wr, 58 op/s 2023-11-16T17:57:14.276 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 618 sec 2023-11-16T17:57:14.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:57:14 smithi143 ceph-mon[110525]: pgmap v328: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 597 B/s rd, 37 KiB/s wr, 5 op/s 2023-11-16T17:57:14.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:57:14 smithi042 ceph-mon[107709]: pgmap v328: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 597 B/s rd, 37 KiB/s wr, 5 op/s 2023-11-16T17:57:15.276 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 619 sec 2023-11-16T17:57:16.277 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 620 sec 2023-11-16T17:57:17.277 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 621 sec 2023-11-16T17:57:17.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:57:17 smithi143 ceph-mon[110525]: pgmap v329: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 597 B/s rd, 37 KiB/s wr, 5 op/s 2023-11-16T17:57:17.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:57:17 smithi042 ceph-mon[107709]: pgmap v329: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 597 B/s rd, 37 KiB/s wr, 5 op/s 2023-11-16T17:57:18.277 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 622 sec 2023-11-16T17:57:18.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:57:18 smithi143 ceph-mon[110525]: pgmap v330: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 597 B/s rd, 37 KiB/s wr, 5 op/s 2023-11-16T17:57:18.840 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:57:18 smithi042 ceph-mon[107709]: pgmap v330: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 597 B/s rd, 37 KiB/s wr, 5 op/s 2023-11-16T17:57:19.277 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 623 sec 2023-11-16T17:57:20.277 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 624 sec 2023-11-16T17:57:21.277 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 625 sec 2023-11-16T17:57:21.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:57:21 smithi143 ceph-mon[110525]: pgmap v331: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 5.3 KiB/s wr, 1 op/s 2023-11-16T17:57:21.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:57:21 smithi042 ceph-mon[107709]: pgmap v331: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 5.3 KiB/s wr, 1 op/s 2023-11-16T17:57:22.277 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 626 sec 2023-11-16T17:57:22.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:57:22 smithi042 ceph-mon[107709]: pgmap v332: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 5.5 KiB/s wr, 1 op/s 2023-11-16T17:57:22.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:57:22 smithi143 ceph-mon[110525]: pgmap v332: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 5.5 KiB/s wr, 1 op/s 2023-11-16T17:57:23.277 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 627 sec 2023-11-16T17:57:24.277 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 628 sec 2023-11-16T17:57:25.277 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 629 sec 2023-11-16T17:57:25.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:57:25 smithi143 ceph-mon[110525]: pgmap v333: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-16T17:57:25.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:57:25 smithi042 ceph-mon[107709]: pgmap v333: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-16T17:57:26.277 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 630 sec 2023-11-16T17:57:26.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:57:26 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:57:26.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:57:26 smithi143 ceph-mon[110525]: pgmap v334: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-16T17:57:26.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:57:26 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:57:26.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:57:26 smithi042 ceph-mon[107709]: pgmap v334: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-16T17:57:27.277 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 631 sec 2023-11-16T17:57:28.277 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 632 sec 2023-11-16T17:57:28.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:57:28 smithi143 ceph-mon[110525]: pgmap v335: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-16T17:57:28.840 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:57:28 smithi042 ceph-mon[107709]: pgmap v335: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-16T17:57:29.277 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 633 sec 2023-11-16T17:57:30.277 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 634 sec 2023-11-16T17:57:31.277 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 635 sec 2023-11-16T17:57:31.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:57:31 smithi143 ceph-mon[110525]: pgmap v336: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-16T17:57:31.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:57:31 smithi042 ceph-mon[107709]: pgmap v336: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-16T17:57:32.277 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 636 sec 2023-11-16T17:57:32.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:57:32 smithi143 ceph-mon[110525]: pgmap v337: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2023-11-16T17:57:32.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:57:32 smithi042 ceph-mon[107709]: pgmap v337: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2023-11-16T17:57:33.278 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 637 sec 2023-11-16T17:57:34.277 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 638 sec 2023-11-16T17:57:34.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:57:34 smithi042 ceph-mon[107709]: pgmap v338: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:57:34.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:57:34 smithi143 ceph-mon[110525]: pgmap v338: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:57:35.277 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 639 sec 2023-11-16T17:57:36.277 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 640 sec 2023-11-16T17:57:36.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:57:36 smithi042 ceph-mon[107709]: pgmap v339: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:57:36.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:57:36 smithi143 ceph-mon[110525]: pgmap v339: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:57:37.277 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 641 sec 2023-11-16T17:57:38.278 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 642 sec 2023-11-16T17:57:38.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:57:38 smithi143 ceph-mon[110525]: pgmap v340: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:57:38.840 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:57:38 smithi042 ceph-mon[107709]: pgmap v340: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:57:39.278 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 643 sec 2023-11-16T17:57:40.277 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 644 sec 2023-11-16T17:57:40.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:57:40 smithi042 ceph-mon[107709]: pgmap v341: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:57:40.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:57:40 smithi143 ceph-mon[110525]: pgmap v341: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:57:41.278 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 645 sec 2023-11-16T17:57:41.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:57:41 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:57:41.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:57:41 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:57:42.278 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 646 sec 2023-11-16T17:57:42.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:57:42 smithi042 ceph-mon[107709]: pgmap v342: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T17:57:42.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:57:42 smithi143 ceph-mon[110525]: pgmap v342: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T17:57:43.278 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 647 sec 2023-11-16T17:57:44.278 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 648 sec 2023-11-16T17:57:44.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:57:44 smithi042 ceph-mon[107709]: pgmap v343: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:57:44.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:57:44 smithi143 ceph-mon[110525]: pgmap v343: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:57:45.278 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 649 sec 2023-11-16T17:57:46.278 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 650 sec 2023-11-16T17:57:46.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:57:46 smithi042 ceph-mon[107709]: pgmap v344: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:57:46.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:57:46 smithi143 ceph-mon[110525]: pgmap v344: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:57:47.278 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 651 sec 2023-11-16T17:57:48.278 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 652 sec 2023-11-16T17:57:48.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:57:48 smithi143 ceph-mon[110525]: pgmap v345: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:57:48.840 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:57:48 smithi042 ceph-mon[107709]: pgmap v345: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:57:49.278 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 653 sec 2023-11-16T17:57:50.278 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 654 sec 2023-11-16T17:57:50.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:57:50 smithi042 ceph-mon[107709]: pgmap v346: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:57:50.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:57:50 smithi143 ceph-mon[110525]: pgmap v346: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:57:51.278 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 655 sec 2023-11-16T17:57:52.278 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 656 sec 2023-11-16T17:57:52.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:57:52 smithi042 ceph-mon[107709]: pgmap v347: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T17:57:52.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:57:52 smithi143 ceph-mon[110525]: pgmap v347: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T17:57:53.278 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 657 sec 2023-11-16T17:57:54.278 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 658 sec 2023-11-16T17:57:54.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:57:54 smithi042 ceph-mon[107709]: pgmap v348: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:57:54.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:57:54 smithi143 ceph-mon[110525]: pgmap v348: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:57:55.278 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 659 sec 2023-11-16T17:57:56.090 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:57:55 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:57:56.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:57:55 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:57:56.278 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 660 sec 2023-11-16T17:57:57.090 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:57:56 smithi042 ceph-mon[107709]: pgmap v349: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:57:57.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:57:56 smithi143 ceph-mon[110525]: pgmap v349: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:57:57.278 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 661 sec 2023-11-16T17:57:58.278 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 662 sec 2023-11-16T17:57:58.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:57:58 smithi143 ceph-mon[110525]: pgmap v350: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:57:58.840 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:57:58 smithi042 ceph-mon[107709]: pgmap v350: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:57:59.278 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 663 sec 2023-11-16T17:58:00.278 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 664 sec 2023-11-16T17:58:00.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:58:00 smithi042 ceph-mon[107709]: pgmap v351: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:58:00.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:58:00 smithi143 ceph-mon[110525]: pgmap v351: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:58:01.278 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 665 sec 2023-11-16T17:58:02.279 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 666 sec 2023-11-16T17:58:02.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:58:02 smithi042 ceph-mon[107709]: pgmap v352: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T17:58:02.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:58:02 smithi143 ceph-mon[110525]: pgmap v352: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T17:58:03.278 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 667 sec 2023-11-16T17:58:04.279 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 668 sec 2023-11-16T17:58:04.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:58:04 smithi042 ceph-mon[107709]: pgmap v353: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:58:04.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:58:04 smithi143 ceph-mon[110525]: pgmap v353: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:58:05.278 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 669 sec 2023-11-16T17:58:06.279 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 670 sec 2023-11-16T17:58:06.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:58:06 smithi042 ceph-mon[107709]: pgmap v354: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:58:06.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:58:06 smithi143 ceph-mon[110525]: pgmap v354: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:58:07.279 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 671 sec 2023-11-16T17:58:08.279 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 672 sec 2023-11-16T17:58:08.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:58:08 smithi143 ceph-mon[110525]: pgmap v355: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:58:08.840 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:58:08 smithi042 ceph-mon[107709]: pgmap v355: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:58:09.279 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 673 sec 2023-11-16T17:58:10.279 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 674 sec 2023-11-16T17:58:10.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:58:10 smithi042 ceph-mon[107709]: pgmap v356: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:58:10.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:58:10 smithi143 ceph-mon[110525]: pgmap v356: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:58:11.279 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 675 sec 2023-11-16T17:58:11.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:58:11 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:58:11.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:58:11 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:58:12.279 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 676 sec 2023-11-16T17:58:12.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:58:12 smithi042 ceph-mon[107709]: pgmap v357: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T17:58:12.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:58:12 smithi143 ceph-mon[110525]: pgmap v357: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T17:58:13.279 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 677 sec 2023-11-16T17:58:14.279 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 678 sec 2023-11-16T17:58:14.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:58:14 smithi042 ceph-mon[107709]: pgmap v358: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:58:14.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:58:14 smithi143 ceph-mon[110525]: pgmap v358: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:58:15.279 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 679 sec 2023-11-16T17:58:16.279 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 680 sec 2023-11-16T17:58:16.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:58:16 smithi042 ceph-mon[107709]: pgmap v359: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:58:16.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:58:16 smithi143 ceph-mon[110525]: pgmap v359: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:58:17.279 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 681 sec 2023-11-16T17:58:18.279 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 682 sec 2023-11-16T17:58:18.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:58:18 smithi143 ceph-mon[110525]: pgmap v360: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:58:18.840 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:58:18 smithi042 ceph-mon[107709]: pgmap v360: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:58:19.279 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 683 sec 2023-11-16T17:58:20.279 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 684 sec 2023-11-16T17:58:20.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:58:20 smithi042 ceph-mon[107709]: pgmap v361: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:58:20.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:58:20 smithi143 ceph-mon[110525]: pgmap v361: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:58:21.279 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 685 sec 2023-11-16T17:58:22.279 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 686 sec 2023-11-16T17:58:22.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:58:22 smithi042 ceph-mon[107709]: pgmap v362: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T17:58:22.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:58:22 smithi143 ceph-mon[110525]: pgmap v362: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T17:58:23.279 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 687 sec 2023-11-16T17:58:24.099 INFO:teuthology.orchestra.run.smithi042.stdout: 0 cleanup 688 sec 2023-11-16T17:58:24.099 INFO:teuthology.orchestra.run.smithi042.stdout: 2023-11-16T17:58:24.099 INFO:teuthology.orchestra.run.smithi042.stdout: Operation Count AvgLat MaxLat 2023-11-16T17:58:24.099 INFO:teuthology.orchestra.run.smithi042.stdout: ---------------------------------------- 2023-11-16T17:58:24.100 INFO:teuthology.orchestra.run.smithi042.stdout: NTCreateX 147418 7.239 206.197 2023-11-16T17:58:24.100 INFO:teuthology.orchestra.run.smithi042.stdout: Close 108185 0.155 14.874 2023-11-16T17:58:24.100 INFO:teuthology.orchestra.run.smithi042.stdout: Rename 6249 11.523 215.745 2023-11-16T17:58:24.100 INFO:teuthology.orchestra.run.smithi042.stdout: Unlink 29797 7.123 125.727 2023-11-16T17:58:24.100 INFO:teuthology.orchestra.run.smithi042.stdout: Qpathinfo 133675 3.004 100.011 2023-11-16T17:58:24.100 INFO:teuthology.orchestra.run.smithi042.stdout: Qfileinfo 23317 0.108 15.813 2023-11-16T17:58:24.100 INFO:teuthology.orchestra.run.smithi042.stdout: Qfsinfo 24527 1.591 48.306 2023-11-16T17:58:24.100 INFO:teuthology.orchestra.run.smithi042.stdout: Sfileinfo 11998 10.738 90.650 2023-11-16T17:58:24.100 INFO:teuthology.orchestra.run.smithi042.stdout: Find 51680 5.539 149.158 2023-11-16T17:58:24.101 INFO:teuthology.orchestra.run.smithi042.stdout: WriteX 72845 10.591 75.317 2023-11-16T17:58:24.101 INFO:teuthology.orchestra.run.smithi042.stdout: ReadX 231473 0.011 10.811 2023-11-16T17:58:24.101 INFO:teuthology.orchestra.run.smithi042.stdout: LockX 482 0.505 7.147 2023-11-16T17:58:24.101 INFO:teuthology.orchestra.run.smithi042.stdout: UnlockX 482 0.422 9.123 2023-11-16T17:58:24.101 INFO:teuthology.orchestra.run.smithi042.stdout: Flush 10315 0.002 0.017 2023-11-16T17:58:24.101 INFO:teuthology.orchestra.run.smithi042.stdout: 2023-11-16T17:58:24.101 INFO:teuthology.orchestra.run.smithi042.stdout:Throughput 7.66646 MB/sec 5 clients 5 procs max_latency=215.758 ms 2023-11-16T17:58:24.102 DEBUG:teuthology.orchestra.run.smithi042:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2023-11-16T17:58:24.341 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:58:24 smithi042 ceph-mon[107709]: pgmap v363: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:58:24.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:58:24 smithi143 ceph-mon[110525]: pgmap v363: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:58:26.090 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:58:25 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:58:26.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:58:25 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:58:27.090 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:58:26 smithi042 ceph-mon[107709]: pgmap v364: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:58:27.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:58:26 smithi143 ceph-mon[110525]: pgmap v364: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:58:28.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:58:28 smithi143 ceph-mon[110525]: pgmap v365: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:58:28.840 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:58:28 smithi042 ceph-mon[107709]: pgmap v365: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:58:30.538 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:58:30 smithi042 ceph-mon[107709]: pgmap v366: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:58:30.635 DEBUG:teuthology.orchestra.run.smithi042:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2023-11-16T17:58:30.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:58:30 smithi143 ceph-mon[110525]: pgmap v366: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:58:30.722 DEBUG:teuthology.orchestra.run.smithi042:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2023-11-16T17:58:30.785 INFO:teuthology.orchestra.run.smithi042.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-11-16T17:58:30.786 INFO:teuthology.orchestra.run.smithi042.stdout: 2023-11-16T17:58:30.786 INFO:teuthology.orchestra.run.smithi042.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2023-11-16T17:58:30.787 INFO:teuthology.orchestra.run.smithi042.stdout:4 of 5 processes prepared for launch 0 sec 2023-11-16T17:58:30.828 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -e sha1=50bc6740f385afe4f36770e739358479a73d8add -- bash -c 'ceph orch ps' 2023-11-16T17:58:30.887 INFO:teuthology.orchestra.run.smithi042.stdout:5 of 5 processes prepared for launch 0 sec 2023-11-16T17:58:30.887 INFO:teuthology.orchestra.run.smithi042.stdout:releasing clients 2023-11-16T17:58:31.866 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:58:31 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:58:31.866 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:58:31 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:58:32.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:58:31 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:58:32.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:58:31 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:58:32.887 INFO:teuthology.orchestra.run.smithi042.stdout: 5 301 20.81 MB/sec execute 1 sec latency 144.272 ms 2023-11-16T17:58:32.899 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:58:32 smithi042 ceph-mon[107709]: pgmap v367: 97 pgs: 97 active+clean; 282 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 2.5 MiB/s wr, 19 op/s 2023-11-16T17:58:33.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:58:32 smithi143 ceph-mon[110525]: pgmap v367: 97 pgs: 97 active+clean; 282 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 2.5 MiB/s wr, 19 op/s 2023-11-16T17:58:33.354 INFO:teuthology.orchestra.run.smithi042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-16T17:58:33.354 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager.smithi042 smithi042 *:9093,9094 starting - - - - 2023-11-16T17:58:33.354 INFO:teuthology.orchestra.run.smithi042.stdout:crash.smithi042 smithi042 running (18m) 11m ago 18m 7004k - 17.2.0 e1d6a67b021e f9cf0682c94f 2023-11-16T17:58:33.354 INFO:teuthology.orchestra.run.smithi042.stdout:crash.smithi143 smithi143 running (17m) 7m ago 17m 7180k - 17.2.0 e1d6a67b021e 2fd26e55c7be 2023-11-16T17:58:33.354 INFO:teuthology.orchestra.run.smithi042.stdout:grafana.smithi042 smithi042 *:3000 starting - - - - 2023-11-16T17:58:33.354 INFO:teuthology.orchestra.run.smithi042.stdout:mds.foofs.smithi042.xewouy smithi042 running (14m) 11m ago 14m 33.9M - 17.2.0 e1d6a67b021e 6d823b641212 2023-11-16T17:58:33.354 INFO:teuthology.orchestra.run.smithi042.stdout:mds.foofs.smithi143.mjklhf smithi143 running (14m) 7m ago 13m 14.9M - 17.2.0 e1d6a67b021e 1ba0e99b0b78 2023-11-16T17:58:33.355 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.smithi042.ozybzf smithi042 *:9283 running (19m) 11m ago 19m 404M - 17.2.0 e1d6a67b021e 346b5c7f968c 2023-11-16T17:58:33.355 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.smithi143.uyynqu smithi143 *:8443,9283 running (12m) 7m ago 17m 511M - 18.0.0-7421-g50bc6740 1cfb7613cdb7 68bf71cd0a00 2023-11-16T17:58:33.355 INFO:teuthology.orchestra.run.smithi042.stdout:mon.smithi042 smithi042 running (19m) 11m ago 19m 88.0M 2048M 17.2.0 e1d6a67b021e c49729ff160b 2023-11-16T17:58:33.355 INFO:teuthology.orchestra.run.smithi042.stdout:mon.smithi143 smithi143 running (17m) 7m ago 17m 63.7M 2048M 17.2.0 e1d6a67b021e 6a2abe4eaba0 2023-11-16T17:58:33.355 INFO:teuthology.orchestra.run.smithi042.stdout:nfs.foo.0.0.smithi042.fuiunr smithi042 *:2049 running (13m) 11m ago 13m 259M - 4.0 e1d6a67b021e d6641f4acbf6 2023-11-16T17:58:33.355 INFO:teuthology.orchestra.run.smithi042.stdout:nfs.foo.1.0.smithi143.iaszss smithi143 *:2049 running (13m) 7m ago 13m 87.6M - 4.0 e1d6a67b021e 211670dbba08 2023-11-16T17:58:33.355 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.smithi042 smithi042 *:9100 starting - - - - 2023-11-16T17:58:33.355 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.smithi143 smithi143 *:9100 running (11m) 7m ago 17m 24.8M - 1.3.1 1dbe0e931976 5246d533ee14 2023-11-16T17:58:33.355 INFO:teuthology.orchestra.run.smithi042.stdout:osd.0 smithi042 running (17m) 11m ago 17m 519M 1945M 17.2.0 e1d6a67b021e c3d1dda19b1b 2023-11-16T17:58:33.355 INFO:teuthology.orchestra.run.smithi042.stdout:osd.1 smithi042 running (16m) 11m ago 16m 357M 1945M 17.2.0 e1d6a67b021e 2fb5b74416ca 2023-11-16T17:58:33.355 INFO:teuthology.orchestra.run.smithi042.stdout:osd.2 smithi042 running (16m) 11m ago 16m 194M 1945M 17.2.0 e1d6a67b021e f679e77ec002 2023-11-16T17:58:33.356 INFO:teuthology.orchestra.run.smithi042.stdout:osd.3 smithi042 running (16m) 11m ago 16m 502M 1945M 17.2.0 e1d6a67b021e 873ada24a155 2023-11-16T17:58:33.356 INFO:teuthology.orchestra.run.smithi042.stdout:osd.4 smithi143 running (15m) 7m ago 15m 1340M 2712M 17.2.0 e1d6a67b021e 9eb042840814 2023-11-16T17:58:33.356 INFO:teuthology.orchestra.run.smithi042.stdout:osd.5 smithi143 running (15m) 7m ago 15m 1628M 2712M 17.2.0 e1d6a67b021e b200897543b4 2023-11-16T17:58:33.356 INFO:teuthology.orchestra.run.smithi042.stdout:osd.6 smithi143 running (15m) 7m ago 15m 1302M 2712M 17.2.0 e1d6a67b021e ee1c10cd52d1 2023-11-16T17:58:33.356 INFO:teuthology.orchestra.run.smithi042.stdout:osd.7 smithi143 running (15m) 7m ago 15m 2083M 2712M 17.2.0 e1d6a67b021e a4bc11e7edba 2023-11-16T17:58:33.356 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus.smithi042 smithi042 *:9095 starting - - - - 2023-11-16T17:58:33.887 INFO:teuthology.orchestra.run.smithi042.stdout: 5 421 19.77 MB/sec execute 2 sec latency 126.721 ms 2023-11-16T17:58:33.940 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -e sha1=50bc6740f385afe4f36770e739358479a73d8add -- bash -c 'ceph versions' 2023-11-16T17:58:34.486 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:58:34 smithi042 ceph-mon[107709]: from='client.24645 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:58:34.486 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:58:34 smithi042 ceph-mon[107709]: pgmap v368: 97 pgs: 97 active+clean; 282 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.5 MiB/s wr, 19 op/s 2023-11-16T17:58:34.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:58:34 smithi143 ceph-mon[110525]: from='client.24645 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T17:58:34.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:58:34 smithi143 ceph-mon[110525]: pgmap v368: 97 pgs: 97 active+clean; 282 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.5 MiB/s wr, 19 op/s 2023-11-16T17:58:34.887 INFO:teuthology.orchestra.run.smithi042.stdout: 5 575 20.34 MB/sec execute 3 sec latency 134.783 ms 2023-11-16T17:58:35.887 INFO:teuthology.orchestra.run.smithi042.stdout: 5 798 18.10 MB/sec execute 4 sec latency 113.763 ms 2023-11-16T17:58:36.302 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:58:36 smithi042 ceph-mon[107709]: pgmap v369: 97 pgs: 97 active+clean; 282 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.5 MiB/s wr, 19 op/s 2023-11-16T17:58:36.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:58:36 smithi143 ceph-mon[110525]: pgmap v369: 97 pgs: 97 active+clean; 282 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.5 MiB/s wr, 19 op/s 2023-11-16T17:58:36.888 INFO:teuthology.orchestra.run.smithi042.stdout: 5 cleanup 5 sec 2023-11-16T17:58:37.285 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-11-16T17:58:37.286 INFO:teuthology.orchestra.run.smithi042.stdout: "mon": { 2023-11-16T17:58:37.286 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T17:58:37.286 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-11-16T17:58:37.286 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr": { 2023-11-16T17:58:37.286 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-16T17:58:37.286 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 18.0.0-7421-g50bc6740 (50bc6740f385afe4f36770e739358479a73d8add) reef (dev)": 1 2023-11-16T17:58:37.286 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-11-16T17:58:37.286 INFO:teuthology.orchestra.run.smithi042.stdout: "osd": { 2023-11-16T17:58:37.286 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-16T17:58:37.286 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-11-16T17:58:37.286 INFO:teuthology.orchestra.run.smithi042.stdout: "mds": { 2023-11-16T17:58:37.287 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T17:58:37.287 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-11-16T17:58:37.287 INFO:teuthology.orchestra.run.smithi042.stdout: "overall": { 2023-11-16T17:58:37.287 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-16T17:58:37.287 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 18.0.0-7421-g50bc6740 (50bc6740f385afe4f36770e739358479a73d8add) reef (dev)": 1 2023-11-16T17:58:37.287 INFO:teuthology.orchestra.run.smithi042.stdout: } 2023-11-16T17:58:37.287 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-11-16T17:58:37.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:58:37 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/2551906117' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-16T17:58:37.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:58:37 smithi143 ceph-mon[110525]: from='client.? 172.21.15.42:0/2551906117' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-16T17:58:37.887 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 6 sec 2023-11-16T17:58:38.887 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 7 sec 2023-11-16T17:58:38.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:58:38 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:58:38.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:58:38 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:58:38.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:58:38 smithi143 ceph-mon[110525]: pgmap v370: 97 pgs: 97 active+clean; 354 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 9.1 MiB/s wr, 180 op/s 2023-11-16T17:58:39.090 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:58:38 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:58:39.090 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:58:38 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:58:39.090 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:58:38 smithi042 ceph-mon[107709]: pgmap v370: 97 pgs: 97 active+clean; 354 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 9.1 MiB/s wr, 180 op/s 2023-11-16T17:58:39.887 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 8 sec 2023-11-16T17:58:40.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:58:40 smithi042 ceph-mon[107709]: pgmap v371: 97 pgs: 97 active+clean; 354 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 9.1 MiB/s wr, 180 op/s 2023-11-16T17:58:40.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:58:40 smithi143 ceph-mon[110525]: pgmap v371: 97 pgs: 97 active+clean; 354 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 9.1 MiB/s wr, 180 op/s 2023-11-16T17:58:40.887 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 9 sec 2023-11-16T17:58:41.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:58:41 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:58:41.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:58:41 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:58:41.887 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 10 sec 2023-11-16T17:58:42.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:58:42 smithi042 ceph-mon[107709]: pgmap v372: 97 pgs: 97 active+clean; 273 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.4 KiB/s rd, 9.4 MiB/s wr, 214 op/s 2023-11-16T17:58:42.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:58:42 smithi143 ceph-mon[110525]: pgmap v372: 97 pgs: 97 active+clean; 273 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.4 KiB/s rd, 9.4 MiB/s wr, 214 op/s 2023-11-16T17:58:42.887 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 11 sec 2023-11-16T17:58:43.888 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 12 sec 2023-11-16T17:58:44.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:58:44 smithi042 ceph-mon[107709]: pgmap v373: 97 pgs: 97 active+clean; 273 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.1 KiB/s rd, 6.8 MiB/s wr, 195 op/s 2023-11-16T17:58:44.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:58:44 smithi143 ceph-mon[110525]: pgmap v373: 97 pgs: 97 active+clean; 273 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.1 KiB/s rd, 6.8 MiB/s wr, 195 op/s 2023-11-16T17:58:44.887 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 13 sec 2023-11-16T17:58:45.888 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 14 sec 2023-11-16T17:58:46.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:58:46 smithi042 ceph-mon[107709]: pgmap v374: 97 pgs: 97 active+clean; 273 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.1 KiB/s rd, 6.8 MiB/s wr, 195 op/s 2023-11-16T17:58:46.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:58:46 smithi143 ceph-mon[110525]: pgmap v374: 97 pgs: 97 active+clean; 273 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.1 KiB/s rd, 6.8 MiB/s wr, 195 op/s 2023-11-16T17:58:46.888 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 15 sec 2023-11-16T17:58:47.888 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 16 sec 2023-11-16T17:58:48.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:58:48 smithi143 ceph-mon[110525]: pgmap v375: 97 pgs: 97 active+clean; 260 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.3 KiB/s rd, 6.9 MiB/s wr, 197 op/s 2023-11-16T17:58:48.840 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:58:48 smithi042 ceph-mon[107709]: pgmap v375: 97 pgs: 97 active+clean; 260 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.3 KiB/s rd, 6.9 MiB/s wr, 197 op/s 2023-11-16T17:58:48.888 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 17 sec 2023-11-16T17:58:49.888 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 18 sec 2023-11-16T17:58:50.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:58:50 smithi042 ceph-mon[107709]: pgmap v376: 97 pgs: 97 active+clean; 260 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.2 KiB/s rd, 322 KiB/s wr, 36 op/s 2023-11-16T17:58:50.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:58:50 smithi143 ceph-mon[110525]: pgmap v376: 97 pgs: 97 active+clean; 260 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.2 KiB/s rd, 322 KiB/s wr, 36 op/s 2023-11-16T17:58:50.888 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 19 sec 2023-11-16T17:58:51.888 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 20 sec 2023-11-16T17:58:52.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:58:52 smithi042 ceph-mon[107709]: pgmap v377: 97 pgs: 97 active+clean; 260 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.3 KiB/s rd, 327 KiB/s wr, 38 op/s 2023-11-16T17:58:52.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:58:52 smithi143 ceph-mon[110525]: pgmap v377: 97 pgs: 97 active+clean; 260 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.3 KiB/s rd, 327 KiB/s wr, 38 op/s 2023-11-16T17:58:52.888 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 21 sec 2023-11-16T17:58:53.888 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 22 sec 2023-11-16T17:58:54.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:58:54 smithi042 ceph-mon[107709]: pgmap v378: 97 pgs: 97 active+clean; 260 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 28 KiB/s wr, 4 op/s 2023-11-16T17:58:54.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:58:54 smithi143 ceph-mon[110525]: pgmap v378: 97 pgs: 97 active+clean; 260 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 28 KiB/s wr, 4 op/s 2023-11-16T17:58:54.888 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 23 sec 2023-11-16T17:58:55.888 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 24 sec 2023-11-16T17:58:56.090 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:58:55 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:58:56.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:58:55 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:58:56.888 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 25 sec 2023-11-16T17:58:57.090 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:58:56 smithi042 ceph-mon[107709]: pgmap v379: 97 pgs: 97 active+clean; 260 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 28 KiB/s wr, 4 op/s 2023-11-16T17:58:57.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:58:56 smithi143 ceph-mon[110525]: pgmap v379: 97 pgs: 97 active+clean; 260 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 28 KiB/s wr, 4 op/s 2023-11-16T17:58:57.888 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 26 sec 2023-11-16T17:58:58.840 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:58:58 smithi042 ceph-mon[107709]: pgmap v380: 97 pgs: 97 active+clean; 260 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 28 KiB/s wr, 4 op/s 2023-11-16T17:58:58.888 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 27 sec 2023-11-16T17:58:58.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:58:58 smithi143 ceph-mon[110525]: pgmap v380: 97 pgs: 97 active+clean; 260 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 28 KiB/s wr, 4 op/s 2023-11-16T17:58:59.888 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 28 sec 2023-11-16T17:59:00.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:59:00 smithi042 ceph-mon[107709]: pgmap v381: 97 pgs: 97 active+clean; 260 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 4.7 KiB/s wr, 1 op/s 2023-11-16T17:59:00.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:59:00 smithi143 ceph-mon[110525]: pgmap v381: 97 pgs: 97 active+clean; 260 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 4.7 KiB/s wr, 1 op/s 2023-11-16T17:59:00.888 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 29 sec 2023-11-16T17:59:01.888 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 30 sec 2023-11-16T17:59:02.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:59:02 smithi042 ceph-mon[107709]: pgmap v382: 97 pgs: 97 active+clean; 260 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 4.7 KiB/s wr, 1 op/s 2023-11-16T17:59:02.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:59:02 smithi143 ceph-mon[110525]: pgmap v382: 97 pgs: 97 active+clean; 260 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 4.7 KiB/s wr, 1 op/s 2023-11-16T17:59:02.888 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 31 sec 2023-11-16T17:59:03.888 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 32 sec 2023-11-16T17:59:04.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:59:04 smithi042 ceph-mon[107709]: pgmap v383: 97 pgs: 97 active+clean; 260 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:59:04.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:59:04 smithi143 ceph-mon[110525]: pgmap v383: 97 pgs: 97 active+clean; 260 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:59:04.888 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 33 sec 2023-11-16T17:59:05.888 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 34 sec 2023-11-16T17:59:06.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:59:06 smithi042 ceph-mon[107709]: pgmap v384: 97 pgs: 97 active+clean; 260 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:59:06.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:59:06 smithi143 ceph-mon[110525]: pgmap v384: 97 pgs: 97 active+clean; 260 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:59:06.888 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 35 sec 2023-11-16T17:59:07.888 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 36 sec 2023-11-16T17:59:08.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:59:08 smithi143 ceph-mon[110525]: pgmap v385: 97 pgs: 97 active+clean; 260 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:59:08.840 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:59:08 smithi042 ceph-mon[107709]: pgmap v385: 97 pgs: 97 active+clean; 260 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:59:08.888 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 37 sec 2023-11-16T17:59:09.889 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 38 sec 2023-11-16T17:59:10.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:59:10 smithi042 ceph-mon[107709]: pgmap v386: 97 pgs: 97 active+clean; 260 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:59:10.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:59:10 smithi143 ceph-mon[110525]: pgmap v386: 97 pgs: 97 active+clean; 260 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:59:10.889 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 39 sec 2023-11-16T17:59:11.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:59:11 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:59:11.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:59:11 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:59:11.889 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 40 sec 2023-11-16T17:59:12.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:59:12 smithi042 ceph-mon[107709]: pgmap v387: 97 pgs: 97 active+clean; 260 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T17:59:12.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:59:12 smithi143 ceph-mon[110525]: pgmap v387: 97 pgs: 97 active+clean; 260 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T17:59:12.889 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 41 sec 2023-11-16T17:59:13.889 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 42 sec 2023-11-16T17:59:14.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:59:14 smithi042 ceph-mon[107709]: pgmap v388: 97 pgs: 97 active+clean; 260 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:59:14.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:59:14 smithi143 ceph-mon[110525]: pgmap v388: 97 pgs: 97 active+clean; 260 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:59:14.889 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 43 sec 2023-11-16T17:59:15.889 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 44 sec 2023-11-16T17:59:16.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:59:16 smithi042 ceph-mon[107709]: pgmap v389: 97 pgs: 97 active+clean; 260 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:59:16.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:59:16 smithi143 ceph-mon[110525]: pgmap v389: 97 pgs: 97 active+clean; 260 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:59:16.889 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 45 sec 2023-11-16T17:59:17.889 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 46 sec 2023-11-16T17:59:18.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:59:18 smithi143 ceph-mon[110525]: pgmap v390: 97 pgs: 97 active+clean; 260 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:59:18.840 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:59:18 smithi042 ceph-mon[107709]: pgmap v390: 97 pgs: 97 active+clean; 260 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:59:18.889 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 47 sec 2023-11-16T17:59:19.889 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 48 sec 2023-11-16T17:59:20.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:59:20 smithi042 ceph-mon[107709]: pgmap v391: 97 pgs: 97 active+clean; 260 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:59:20.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:59:20 smithi143 ceph-mon[110525]: pgmap v391: 97 pgs: 97 active+clean; 260 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:59:20.889 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 49 sec 2023-11-16T17:59:21.889 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 50 sec 2023-11-16T17:59:22.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:59:22 smithi042 ceph-mon[107709]: pgmap v392: 97 pgs: 97 active+clean; 260 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T17:59:22.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:59:22 smithi143 ceph-mon[110525]: pgmap v392: 97 pgs: 97 active+clean; 260 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T17:59:22.889 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 51 sec 2023-11-16T17:59:23.889 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 52 sec 2023-11-16T17:59:24.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:59:24 smithi042 ceph-mon[107709]: pgmap v393: 97 pgs: 97 active+clean; 260 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:59:24.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:59:24 smithi143 ceph-mon[110525]: pgmap v393: 97 pgs: 97 active+clean; 260 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:59:24.889 INFO:teuthology.orchestra.run.smithi042.stdout: 1 cleanup 53 sec 2023-11-16T17:59:25.192 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -e sha1=50bc6740f385afe4f36770e739358479a73d8add -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2023-11-16T17:59:25.237 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:59:25 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:59:25.238 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:59:25 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T17:59:25.238 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:59:25 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:59:25.238 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:59:25 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:59:25.558 INFO:teuthology.orchestra.run.smithi042.stdout: 0 cleanup 54 sec 2023-11-16T17:59:25.559 INFO:teuthology.orchestra.run.smithi042.stdout: 2023-11-16T17:59:25.559 INFO:teuthology.orchestra.run.smithi042.stdout: Operation Count AvgLat MaxLat 2023-11-16T17:59:25.559 INFO:teuthology.orchestra.run.smithi042.stdout: ---------------------------------------- 2023-11-16T17:59:25.559 INFO:teuthology.orchestra.run.smithi042.stdout: NTCreateX 584 21.002 134.778 2023-11-16T17:59:25.559 INFO:teuthology.orchestra.run.smithi042.stdout: Close 538 7.281 72.351 2023-11-16T17:59:25.559 INFO:teuthology.orchestra.run.smithi042.stdout: Rename 18 27.659 157.825 2023-11-16T17:59:25.559 INFO:teuthology.orchestra.run.smithi042.stdout: Unlink 46 5.585 70.173 2023-11-16T17:59:25.559 INFO:teuthology.orchestra.run.smithi042.stdout: Qpathinfo 150 3.201 62.935 2023-11-16T17:59:25.559 INFO:teuthology.orchestra.run.smithi042.stdout: Qfileinfo 332 12.305 37.376 2023-11-16T17:59:25.559 INFO:teuthology.orchestra.run.smithi042.stdout: Qfsinfo 95 1.714 24.052 2023-11-16T17:59:25.559 INFO:teuthology.orchestra.run.smithi042.stdout: Sfileinfo 84 13.725 48.099 2023-11-16T17:59:25.559 INFO:teuthology.orchestra.run.smithi042.stdout: Find 122 7.554 92.944 2023-11-16T17:59:25.559 INFO:teuthology.orchestra.run.smithi042.stdout: WriteX 1622 0.027 0.079 2023-11-16T17:59:25.560 INFO:teuthology.orchestra.run.smithi042.stdout: ReadX 428 0.021 0.571 2023-11-16T17:59:25.560 INFO:teuthology.orchestra.run.smithi042.stdout: Flush 114 11.372 28.013 2023-11-16T17:59:25.560 INFO:teuthology.orchestra.run.smithi042.stdout: 2023-11-16T17:59:25.560 INFO:teuthology.orchestra.run.smithi042.stdout:Throughput 18.1001 MB/sec 5 clients 5 procs max_latency=144.272 ms 2023-11-16T17:59:25.561 DEBUG:teuthology.parallel:result is None 2023-11-16T17:59:25.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:59:25 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:59:25.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:59:25 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T17:59:25.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:59:25 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:59:25.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:59:25 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:59:26.508 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:59:26 smithi042 ceph-mon[107709]: pgmap v394: 97 pgs: 97 active+clean; 260 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 184 B/s rd, 0 op/s 2023-11-16T17:59:26.508 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:59:26 smithi042 ceph-mon[107709]: Health check failed: 1 hosts fail cephadm check (CEPHADM_HOST_CHECK_FAILED) 2023-11-16T17:59:26.509 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:59:26 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:59:26.509 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:59:26 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:59:26.509 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:59:26 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:59:26.509 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:59:26 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:59:26.509 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:59:26 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:59:26.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:59:26 smithi143 ceph-mon[110525]: pgmap v394: 97 pgs: 97 active+clean; 260 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 184 B/s rd, 0 op/s 2023-11-16T17:59:26.670 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:59:26 smithi143 ceph-mon[110525]: Health check failed: 1 hosts fail cephadm check (CEPHADM_HOST_CHECK_FAILED) 2023-11-16T17:59:26.670 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:59:26 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T17:59:26.670 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:59:26 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:59:26.670 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:59:26 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:59:26.670 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:59:26 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:59:26.670 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:59:26 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:59:26.971 INFO:teuthology.orchestra.run.smithi042.stdout:wait for servicemap items w/ changing names to refresh 2023-11-16T17:59:27.358 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -e sha1=50bc6740f385afe4f36770e739358479a73d8add -- bash -c 'sleep 60' 2023-11-16T17:59:28.590 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:59:28 smithi042 ceph-mon[107709]: pgmap v395: 97 pgs: 97 active+clean; 260 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 277 B/s rd, 3.5 KiB/s wr, 0 op/s 2023-11-16T17:59:28.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:59:28 smithi143 ceph-mon[110525]: pgmap v395: 97 pgs: 97 active+clean; 260 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 277 B/s rd, 3.5 KiB/s wr, 0 op/s 2023-11-16T17:59:30.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:59:30 smithi143 ceph-mon[110525]: pgmap v396: 97 pgs: 97 active+clean; 260 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 277 B/s rd, 3.5 KiB/s wr, 0 op/s 2023-11-16T17:59:30.840 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:59:30 smithi042 ceph-mon[107709]: pgmap v396: 97 pgs: 97 active+clean; 260 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 277 B/s rd, 3.5 KiB/s wr, 0 op/s 2023-11-16T17:59:32.090 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:59:31 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:59:32.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:59:31 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:59:32.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:59:31 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:59:32.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:59:31 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T17:59:32.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:59:31 smithi042 ceph-mon[107709]: pgmap v397: 97 pgs: 97 active+clean; 260 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 290 B/s rd, 3.7 KiB/s wr, 0 op/s 2023-11-16T17:59:32.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:59:31 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:59:32.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:59:31 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:59:32.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:59:31 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:59:32.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:59:31 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:59:32.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:59:31 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T17:59:32.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:59:31 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T17:59:32.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:59:31 smithi143 ceph-mon[110525]: pgmap v397: 97 pgs: 97 active+clean; 260 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 290 B/s rd, 3.7 KiB/s wr, 0 op/s 2023-11-16T17:59:32.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:59:31 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:59:32.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:59:31 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:59:33.090 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:59:32 smithi042 ceph-mon[107709]: Health check cleared: CEPHADM_HOST_CHECK_FAILED (was: 1 hosts fail cephadm check) 2023-11-16T17:59:33.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:59:32 smithi143 ceph-mon[110525]: Health check cleared: CEPHADM_HOST_CHECK_FAILED (was: 1 hosts fail cephadm check) 2023-11-16T17:59:34.090 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:59:33 smithi042 ceph-mon[107709]: pgmap v398: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 774 B/s rd, 9.8 KiB/s wr, 4 op/s 2023-11-16T17:59:34.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:59:33 smithi143 ceph-mon[110525]: pgmap v398: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 774 B/s rd, 9.8 KiB/s wr, 4 op/s 2023-11-16T17:59:36.090 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:59:35 smithi042 ceph-mon[107709]: pgmap v399: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 774 B/s rd, 9.8 KiB/s wr, 4 op/s 2023-11-16T17:59:36.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:59:35 smithi143 ceph-mon[110525]: pgmap v399: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 774 B/s rd, 9.8 KiB/s wr, 4 op/s 2023-11-16T17:59:38.090 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:59:37 smithi042 ceph-mon[107709]: pgmap v400: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 712 B/s rd, 9.0 KiB/s wr, 3 op/s 2023-11-16T17:59:38.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:59:37 smithi143 ceph-mon[110525]: pgmap v400: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 712 B/s rd, 9.0 KiB/s wr, 3 op/s 2023-11-16T17:59:40.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:59:39 smithi042 ceph-mon[107709]: pgmap v401: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 623 B/s rd, 7.4 KiB/s wr, 3 op/s 2023-11-16T17:59:40.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:59:39 smithi143 ceph-mon[110525]: pgmap v401: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 623 B/s rd, 7.4 KiB/s wr, 3 op/s 2023-11-16T17:59:42.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:59:41 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:59:42.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:59:41 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:59:42.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:59:41 smithi042 ceph-mon[107709]: pgmap v402: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 623 B/s rd, 7.4 KiB/s wr, 3 op/s 2023-11-16T17:59:42.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:59:41 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T17:59:42.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:59:41 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:59:42.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:59:41 smithi143 ceph-mon[110525]: pgmap v402: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 623 B/s rd, 7.4 KiB/s wr, 3 op/s 2023-11-16T17:59:43.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:59:43 smithi143 ceph-mon[110525]: pgmap v403: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 767 B/s rd, 7.1 KiB/s wr, 3 op/s 2023-11-16T17:59:43.840 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:59:43 smithi042 ceph-mon[107709]: pgmap v403: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 767 B/s rd, 7.1 KiB/s wr, 3 op/s 2023-11-16T17:59:46.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:59:45 smithi042 ceph-mon[107709]: pgmap v404: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.7 KiB/s wr, 0 op/s 2023-11-16T17:59:46.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:59:45 smithi143 ceph-mon[110525]: pgmap v404: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.7 KiB/s wr, 0 op/s 2023-11-16T17:59:48.090 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:59:47 smithi042 ceph-mon[107709]: pgmap v405: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.7 KiB/s wr, 0 op/s 2023-11-16T17:59:48.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:59:47 smithi143 ceph-mon[110525]: pgmap v405: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.7 KiB/s wr, 0 op/s 2023-11-16T17:59:50.090 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:59:49 smithi042 ceph-mon[107709]: pgmap v406: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.7 KiB/s wr, 0 op/s 2023-11-16T17:59:50.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:59:49 smithi143 ceph-mon[110525]: pgmap v406: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.7 KiB/s wr, 0 op/s 2023-11-16T17:59:52.090 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:59:51 smithi042 ceph-mon[107709]: pgmap v407: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:59:52.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:59:51 smithi143 ceph-mon[110525]: pgmap v407: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:59:53.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:59:53 smithi143 ceph-mon[110525]: pgmap v408: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T17:59:53.840 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:59:53 smithi042 ceph-mon[107709]: pgmap v408: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T17:59:56.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:59:55 smithi042 ceph-mon[107709]: pgmap v409: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:59:56.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:59:55 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:59:56.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:59:55 smithi143 ceph-mon[110525]: pgmap v409: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:59:56.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:59:55 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T17:59:58.090 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:59:57 smithi042 ceph-mon[107709]: pgmap v410: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T17:59:58.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:59:57 smithi143 ceph-mon[110525]: pgmap v410: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T18:00:00.090 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 17:59:59 smithi042 ceph-mon[107709]: pgmap v411: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T18:00:00.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 17:59:59 smithi143 ceph-mon[110525]: pgmap v411: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T18:00:01.090 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 18:00:00 smithi042 ceph-mon[107709]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi042.ozybzf on host smithi042 failed. 2023-11-16T18:00:01.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 18:00:00 smithi042 ceph-mon[107709]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi042.ozybzf on host smithi042 failed. 2023-11-16T18:00:01.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 18:00:00 smithi042 ceph-mon[107709]: Upgrade daemon: mgr.smithi042.ozybzf: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi042.ozybzf ... 2023-11-16T18:00:01.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 18:00:00 smithi042 ceph-mon[107709]: Non-zero exit code 1 from systemctl daemon-reload 2023-11-16T18:00:01.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 18:00:00 smithi042 ceph-mon[107709]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-11-16T18:00:01.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 18:00:00 smithi042 ceph-mon[107709]: Traceback (most recent call last): 2023-11-16T18:00:01.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 18:00:00 smithi042 ceph-mon[107709]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-11-16T18:00:01.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 18:00:00 smithi042 ceph-mon[107709]: "__main__", mod_spec) 2023-11-16T18:00:01.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 18:00:00 smithi042 ceph-mon[107709]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-11-16T18:00:01.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 18:00:00 smithi042 ceph-mon[107709]: exec(code, run_globals) 2023-11-16T18:00:01.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 18:00:00 smithi042 ceph-mon[107709]: File "/tmp/tmp1mtqv7y8.cephadm.build/__main__.py", line 7851, in 2023-11-16T18:00:01.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 18:00:00 smithi042 ceph-mon[107709]: File "/tmp/tmp1mtqv7y8.cephadm.build/__main__.py", line 7839, in main 2023-11-16T18:00:01.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 18:00:00 smithi042 ceph-mon[107709]: File "/tmp/tmp1mtqv7y8.cephadm.build/__main__.py", line 5405, in command_deploy_from 2023-11-16T18:00:01.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 18:00:00 smithi042 ceph-mon[107709]: File "/tmp/tmp1mtqv7y8.cephadm.build/__main__.py", line 5440, in _common_deploy 2023-11-16T18:00:01.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 18:00:00 smithi042 ceph-mon[107709]: File "/tmp/tmp1mtqv7y8.cephadm.build/__main__.py", line 5470, in _deploy_daemon_container 2023-11-16T18:00:01.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 18:00:00 smithi042 ceph-mon[107709]: File "/tmp/tmp1mtqv7y8.cephadm.build/__main__.py", line 3174, in deploy_daemon 2023-11-16T18:00:01.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 18:00:00 smithi042 ceph-mon[107709]: File "/tmp/tmp1mtqv7y8.cephadm.build/__main__.py", line 3408, in deploy_daemon_units 2023-11-16T18:00:01.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 18:00:00 smithi042 ceph-mon[107709]: File "/tmp/tmp1mtqv7y8.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-11-16T18:00:01.092 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 18:00:00 smithi042 ceph-mon[107709]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-11-16T18:00:01.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 18:00:00 smithi143 ceph-mon[110525]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi042.ozybzf on host smithi042 failed. 2023-11-16T18:00:01.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 18:00:00 smithi143 ceph-mon[110525]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi042.ozybzf on host smithi042 failed. 2023-11-16T18:00:01.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 18:00:00 smithi143 ceph-mon[110525]: Upgrade daemon: mgr.smithi042.ozybzf: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi042.ozybzf ... 2023-11-16T18:00:01.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 18:00:00 smithi143 ceph-mon[110525]: Non-zero exit code 1 from systemctl daemon-reload 2023-11-16T18:00:01.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 18:00:00 smithi143 ceph-mon[110525]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-11-16T18:00:01.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 18:00:00 smithi143 ceph-mon[110525]: Traceback (most recent call last): 2023-11-16T18:00:01.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 18:00:00 smithi143 ceph-mon[110525]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-11-16T18:00:01.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 18:00:00 smithi143 ceph-mon[110525]: "__main__", mod_spec) 2023-11-16T18:00:01.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 18:00:00 smithi143 ceph-mon[110525]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-11-16T18:00:01.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 18:00:00 smithi143 ceph-mon[110525]: exec(code, run_globals) 2023-11-16T18:00:01.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 18:00:00 smithi143 ceph-mon[110525]: File "/tmp/tmp1mtqv7y8.cephadm.build/__main__.py", line 7851, in 2023-11-16T18:00:01.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 18:00:00 smithi143 ceph-mon[110525]: File "/tmp/tmp1mtqv7y8.cephadm.build/__main__.py", line 7839, in main 2023-11-16T18:00:01.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 18:00:00 smithi143 ceph-mon[110525]: File "/tmp/tmp1mtqv7y8.cephadm.build/__main__.py", line 5405, in command_deploy_from 2023-11-16T18:00:01.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 18:00:00 smithi143 ceph-mon[110525]: File "/tmp/tmp1mtqv7y8.cephadm.build/__main__.py", line 5440, in _common_deploy 2023-11-16T18:00:01.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 18:00:00 smithi143 ceph-mon[110525]: File "/tmp/tmp1mtqv7y8.cephadm.build/__main__.py", line 5470, in _deploy_daemon_container 2023-11-16T18:00:01.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 18:00:00 smithi143 ceph-mon[110525]: File "/tmp/tmp1mtqv7y8.cephadm.build/__main__.py", line 3174, in deploy_daemon 2023-11-16T18:00:01.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 18:00:00 smithi143 ceph-mon[110525]: File "/tmp/tmp1mtqv7y8.cephadm.build/__main__.py", line 3408, in deploy_daemon_units 2023-11-16T18:00:01.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 18:00:00 smithi143 ceph-mon[110525]: File "/tmp/tmp1mtqv7y8.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-11-16T18:00:01.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 18:00:00 smithi143 ceph-mon[110525]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-11-16T18:00:02.090 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 18:00:01 smithi042 ceph-mon[107709]: pgmap v412: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T18:00:02.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 18:00:01 smithi143 ceph-mon[110525]: pgmap v412: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T18:00:03.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 18:00:03 smithi143 ceph-mon[110525]: pgmap v413: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T18:00:03.840 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 18:00:03 smithi042 ceph-mon[107709]: pgmap v413: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T18:00:06.090 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 18:00:05 smithi042 ceph-mon[107709]: pgmap v414: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T18:00:06.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 18:00:05 smithi143 ceph-mon[110525]: pgmap v414: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T18:00:08.090 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 18:00:07 smithi042 ceph-mon[107709]: pgmap v415: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T18:00:08.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 18:00:07 smithi143 ceph-mon[110525]: pgmap v415: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T18:00:10.091 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 18:00:09 smithi042 ceph-mon[107709]: pgmap v416: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T18:00:10.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 18:00:09 smithi143 ceph-mon[110525]: pgmap v416: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T18:00:11.090 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 18:00:10 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T18:00:11.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 18:00:10 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T18:00:12.090 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 18:00:11 smithi042 ceph-mon[107709]: pgmap v417: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T18:00:12.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 18:00:11 smithi143 ceph-mon[110525]: pgmap v417: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T18:00:13.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 18:00:13 smithi143 ceph-mon[110525]: pgmap v418: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T18:00:13.840 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 18:00:13 smithi042 ceph-mon[107709]: pgmap v418: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T18:00:16.090 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 18:00:15 smithi042 ceph-mon[107709]: pgmap v419: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T18:00:16.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 18:00:15 smithi143 ceph-mon[110525]: pgmap v419: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T18:00:18.090 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 18:00:17 smithi042 ceph-mon[107709]: pgmap v420: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T18:00:18.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 18:00:17 smithi143 ceph-mon[110525]: pgmap v420: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T18:00:20.090 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 18:00:19 smithi042 ceph-mon[107709]: pgmap v421: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T18:00:20.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 18:00:19 smithi143 ceph-mon[110525]: pgmap v421: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T18:00:22.090 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 18:00:21 smithi042 ceph-mon[107709]: pgmap v422: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T18:00:22.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 18:00:21 smithi143 ceph-mon[110525]: pgmap v422: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T18:00:23.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 18:00:23 smithi143 ceph-mon[110525]: pgmap v423: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T18:00:23.840 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 18:00:23 smithi042 ceph-mon[107709]: pgmap v423: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T18:00:26.090 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 18:00:25 smithi042 ceph-mon[107709]: pgmap v424: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T18:00:26.090 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 18:00:25 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T18:00:26.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 18:00:25 smithi143 ceph-mon[110525]: pgmap v424: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T18:00:26.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 18:00:25 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T18:00:28.090 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 18:00:27 smithi042 ceph-mon[107709]: pgmap v425: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T18:00:28.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 18:00:27 smithi143 ceph-mon[110525]: pgmap v425: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T18:00:29.500 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -e sha1=50bc6740f385afe4f36770e739358479a73d8add -- bash -c 'ceph orch ps' 2023-11-16T18:00:30.056 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 18:00:29 smithi042 ceph-mon[107709]: pgmap v426: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T18:00:30.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 18:00:29 smithi143 ceph-mon[110525]: pgmap v426: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T18:00:31.104 INFO:teuthology.orchestra.run.smithi042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-16T18:00:31.105 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager.smithi042 smithi042 *:9093,9094 running (13m) 60s ago 20m - - 0.23.0 ba2b418f427c 307d71884f27 2023-11-16T18:00:31.105 INFO:teuthology.orchestra.run.smithi042.stdout:crash.smithi042 smithi042 running (20m) 60s ago 20m - - 17.2.0 e1d6a67b021e f9cf0682c94f 2023-11-16T18:00:31.105 INFO:teuthology.orchestra.run.smithi042.stdout:crash.smithi143 smithi143 running (19m) 9m ago 19m 7180k - 17.2.0 e1d6a67b021e 2fd26e55c7be 2023-11-16T18:00:31.105 INFO:teuthology.orchestra.run.smithi042.stdout:grafana.smithi042 smithi042 *:3000 running (13m) 60s ago 19m - - 8.3.5 dad864ee21e9 9acfa6ee7d88 2023-11-16T18:00:31.105 INFO:teuthology.orchestra.run.smithi042.stdout:mds.foofs.smithi042.xewouy smithi042 running (15m) 60s ago 15m - - 17.2.0 e1d6a67b021e 6d823b641212 2023-11-16T18:00:31.105 INFO:teuthology.orchestra.run.smithi042.stdout:mds.foofs.smithi143.mjklhf smithi143 running (15m) 9m ago 15m 14.9M - 17.2.0 e1d6a67b021e 1ba0e99b0b78 2023-11-16T18:00:31.105 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.smithi042.ozybzf smithi042 *:8443,9283,8765 running (21m) 60s ago 21m - - 17.2.0 e1d6a67b021e 346b5c7f968c 2023-11-16T18:00:31.105 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.smithi143.uyynqu smithi143 *:8443,9283 running (14m) 9m ago 19m 511M - 18.0.0-7421-g50bc6740 1cfb7613cdb7 68bf71cd0a00 2023-11-16T18:00:31.105 INFO:teuthology.orchestra.run.smithi042.stdout:mon.smithi042 smithi042 running (21m) 60s ago 21m - 2048M 17.2.0 e1d6a67b021e c49729ff160b 2023-11-16T18:00:31.105 INFO:teuthology.orchestra.run.smithi042.stdout:mon.smithi143 smithi143 running (19m) 9m ago 19m 63.7M 2048M 17.2.0 e1d6a67b021e 6a2abe4eaba0 2023-11-16T18:00:31.106 INFO:teuthology.orchestra.run.smithi042.stdout:nfs.foo.0.0.smithi042.fuiunr smithi042 *:2049 running (15m) 60s ago 15m - - 4.0 e1d6a67b021e d6641f4acbf6 2023-11-16T18:00:31.106 INFO:teuthology.orchestra.run.smithi042.stdout:nfs.foo.1.0.smithi143.iaszss smithi143 *:2049 running (15m) 9m ago 15m 87.6M - 4.0 e1d6a67b021e 211670dbba08 2023-11-16T18:00:31.106 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.smithi042 smithi042 *:9100 running (13m) 60s ago 19m - - 1.3.1 1dbe0e931976 65fade8cad47 2023-11-16T18:00:31.106 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.smithi143 smithi143 *:9100 running (13m) 9m ago 19m 24.8M - 1.3.1 1dbe0e931976 5246d533ee14 2023-11-16T18:00:31.106 INFO:teuthology.orchestra.run.smithi042.stdout:osd.0 smithi042 running (19m) 60s ago 19m - 1945M 17.2.0 e1d6a67b021e c3d1dda19b1b 2023-11-16T18:00:31.106 INFO:teuthology.orchestra.run.smithi042.stdout:osd.1 smithi042 running (18m) 60s ago 18m - 1945M 17.2.0 e1d6a67b021e 2fb5b74416ca 2023-11-16T18:00:31.106 INFO:teuthology.orchestra.run.smithi042.stdout:osd.2 smithi042 running (18m) 60s ago 18m - 1945M 17.2.0 e1d6a67b021e f679e77ec002 2023-11-16T18:00:31.106 INFO:teuthology.orchestra.run.smithi042.stdout:osd.3 smithi042 running (18m) 60s ago 18m - 1945M 17.2.0 e1d6a67b021e 873ada24a155 2023-11-16T18:00:31.106 INFO:teuthology.orchestra.run.smithi042.stdout:osd.4 smithi143 running (17m) 9m ago 17m 1340M 2712M 17.2.0 e1d6a67b021e 9eb042840814 2023-11-16T18:00:31.106 INFO:teuthology.orchestra.run.smithi042.stdout:osd.5 smithi143 running (17m) 9m ago 17m 1628M 2712M 17.2.0 e1d6a67b021e b200897543b4 2023-11-16T18:00:31.106 INFO:teuthology.orchestra.run.smithi042.stdout:osd.6 smithi143 running (17m) 9m ago 17m 1302M 2712M 17.2.0 e1d6a67b021e ee1c10cd52d1 2023-11-16T18:00:31.106 INFO:teuthology.orchestra.run.smithi042.stdout:osd.7 smithi143 running (16m) 9m ago 16m 2083M 2712M 17.2.0 e1d6a67b021e a4bc11e7edba 2023-11-16T18:00:31.106 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus.smithi042 smithi042 *:9095 running (13m) 60s ago 19m - - 2.33.4 514e6a882f6e f3b03a4b0304 2023-11-16T18:00:31.578 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -e sha1=50bc6740f385afe4f36770e739358479a73d8add -- bash -c 'ceph orch upgrade status' 2023-11-16T18:00:31.840 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 18:00:31 smithi042 ceph-mon[107709]: pgmap v427: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T18:00:31.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 18:00:31 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T18:00:31.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 18:00:31 smithi042 ceph-mon[107709]: from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T18:00:32.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 18:00:31 smithi143 ceph-mon[110525]: pgmap v427: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T18:00:32.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 18:00:31 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T18:00:32.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 18:00:31 smithi143 ceph-mon[110525]: from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T18:00:33.591 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 18:00:33 smithi042 ceph-mon[107709]: pgmap v428: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T18:00:33.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 18:00:33 smithi143 ceph-mon[110525]: pgmap v428: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T18:00:33.733 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-11-16T18:00:33.733 INFO:teuthology.orchestra.run.smithi042.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8f765c939880e1d45bee26612bbc2e770f7ce493e04525c7a5cce816e4cdafea", 2023-11-16T18:00:33.733 INFO:teuthology.orchestra.run.smithi042.stdout: "in_progress": true, 2023-11-16T18:00:33.733 INFO:teuthology.orchestra.run.smithi042.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-16T18:00:33.734 INFO:teuthology.orchestra.run.smithi042.stdout: "services_complete": [], 2023-11-16T18:00:33.734 INFO:teuthology.orchestra.run.smithi042.stdout: "progress": "1/23 daemons upgraded", 2023-11-16T18:00:33.734 INFO:teuthology.orchestra.run.smithi042.stdout: "message": "Error: UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi042.ozybzf on host smithi042 failed.", 2023-11-16T18:00:33.734 INFO:teuthology.orchestra.run.smithi042.stdout: "is_paused": true 2023-11-16T18:00:33.734 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-11-16T18:00:34.392 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -e sha1=50bc6740f385afe4f36770e739358479a73d8add -- bash -c 'ceph health detail' 2023-11-16T18:00:34.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 18:00:34 smithi143 ceph-mon[110525]: from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T18:00:34.840 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 18:00:34 smithi042 ceph-mon[107709]: from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T18:00:35.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 18:00:35 smithi143 ceph-mon[110525]: pgmap v429: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T18:00:35.840 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 18:00:35 smithi042 ceph-mon[107709]: pgmap v429: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T18:00:36.488 INFO:teuthology.orchestra.run.smithi042.stdout:HEALTH_WARN Upgrading daemon mgr.smithi042.ozybzf on host smithi042 failed. 2023-11-16T18:00:36.489 INFO:teuthology.orchestra.run.smithi042.stdout:[WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi042.ozybzf on host smithi042 failed. 2023-11-16T18:00:36.489 INFO:teuthology.orchestra.run.smithi042.stdout: Upgrade daemon: mgr.smithi042.ozybzf: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi042.ozybzf ... 2023-11-16T18:00:36.489 INFO:teuthology.orchestra.run.smithi042.stdout:Non-zero exit code 1 from systemctl daemon-reload 2023-11-16T18:00:36.489 INFO:teuthology.orchestra.run.smithi042.stdout:systemctl: stderr Failed to reload daemon: Connection timed out 2023-11-16T18:00:36.489 INFO:teuthology.orchestra.run.smithi042.stdout:Traceback (most recent call last): 2023-11-16T18:00:36.489 INFO:teuthology.orchestra.run.smithi042.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-11-16T18:00:36.489 INFO:teuthology.orchestra.run.smithi042.stdout: "__main__", mod_spec) 2023-11-16T18:00:36.489 INFO:teuthology.orchestra.run.smithi042.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-11-16T18:00:36.489 INFO:teuthology.orchestra.run.smithi042.stdout: exec(code, run_globals) 2023-11-16T18:00:36.489 INFO:teuthology.orchestra.run.smithi042.stdout: File "/tmp/tmp1mtqv7y8.cephadm.build/__main__.py", line 7851, in 2023-11-16T18:00:36.489 INFO:teuthology.orchestra.run.smithi042.stdout: File "/tmp/tmp1mtqv7y8.cephadm.build/__main__.py", line 7839, in main 2023-11-16T18:00:36.489 INFO:teuthology.orchestra.run.smithi042.stdout: File "/tmp/tmp1mtqv7y8.cephadm.build/__main__.py", line 5405, in command_deploy_from 2023-11-16T18:00:36.490 INFO:teuthology.orchestra.run.smithi042.stdout: File "/tmp/tmp1mtqv7y8.cephadm.build/__main__.py", line 5440, in _common_deploy 2023-11-16T18:00:36.490 INFO:teuthology.orchestra.run.smithi042.stdout: File "/tmp/tmp1mtqv7y8.cephadm.build/__main__.py", line 5470, in _deploy_daemon_container 2023-11-16T18:00:36.490 INFO:teuthology.orchestra.run.smithi042.stdout: File "/tmp/tmp1mtqv7y8.cephadm.build/__main__.py", line 3174, in deploy_daemon 2023-11-16T18:00:36.490 INFO:teuthology.orchestra.run.smithi042.stdout: File "/tmp/tmp1mtqv7y8.cephadm.build/__main__.py", line 3408, in deploy_daemon_units 2023-11-16T18:00:36.490 INFO:teuthology.orchestra.run.smithi042.stdout: File "/tmp/tmp1mtqv7y8.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-11-16T18:00:36.490 INFO:teuthology.orchestra.run.smithi042.stdout:RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-11-16T18:00:36.840 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 18:00:36 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/4283752113' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-16T18:00:36.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 18:00:36 smithi143 ceph-mon[110525]: from='client.? 172.21.15.42:0/4283752113' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-16T18:00:37.221 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -e sha1=50bc6740f385afe4f36770e739358479a73d8add -- bash -c 'ceph versions' 2023-11-16T18:00:37.987 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 18:00:37 smithi042 ceph-mon[107709]: pgmap v430: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T18:00:37.988 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 18:00:37 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T18:00:37.988 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 18:00:37 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T18:00:37.989 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 18:00:37 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T18:00:37.989 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 18:00:37 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T18:00:37.989 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 18:00:37 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T18:00:37.990 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 18:00:37 smithi042 ceph-mon[107709]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T18:00:38.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 18:00:37 smithi143 ceph-mon[110525]: pgmap v430: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T18:00:38.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 18:00:37 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T18:00:38.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 18:00:37 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T18:00:38.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 18:00:37 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T18:00:38.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 18:00:37 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T18:00:38.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 18:00:37 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T18:00:38.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 18:00:37 smithi143 ceph-mon[110525]: from='mgr.24485 ' entity='mgr.smithi143.uyynqu' 2023-11-16T18:00:38.882 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-11-16T18:00:38.882 INFO:teuthology.orchestra.run.smithi042.stdout: "mon": { 2023-11-16T18:00:38.883 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T18:00:38.883 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-11-16T18:00:38.883 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr": { 2023-11-16T18:00:38.883 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-16T18:00:38.883 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 18.0.0-7421-g50bc6740 (50bc6740f385afe4f36770e739358479a73d8add) reef (dev)": 1 2023-11-16T18:00:38.883 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-11-16T18:00:38.883 INFO:teuthology.orchestra.run.smithi042.stdout: "osd": { 2023-11-16T18:00:38.883 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-16T18:00:38.884 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-11-16T18:00:38.884 INFO:teuthology.orchestra.run.smithi042.stdout: "mds": { 2023-11-16T18:00:38.884 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T18:00:38.884 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-11-16T18:00:38.884 INFO:teuthology.orchestra.run.smithi042.stdout: "overall": { 2023-11-16T18:00:38.884 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-16T18:00:38.884 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 18.0.0-7421-g50bc6740 (50bc6740f385afe4f36770e739358479a73d8add) reef (dev)": 1 2023-11-16T18:00:38.884 INFO:teuthology.orchestra.run.smithi042.stdout: } 2023-11-16T18:00:38.884 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-11-16T18:00:39.301 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 -e sha1=50bc6740f385afe4f36770e739358479a73d8add -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2023-11-16T18:00:40.038 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 18:00:39 smithi042 ceph-mon[107709]: pgmap v431: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T18:00:40.038 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 18:00:39 smithi042 ceph-mon[107709]: from='client.? 172.21.15.42:0/3865950667' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-16T18:00:40.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 18:00:39 smithi143 ceph-mon[110525]: pgmap v431: 97 pgs: 97 active+clean; 250 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T18:00:40.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 18:00:39 smithi143 ceph-mon[110525]: from='client.? 172.21.15.42:0/3865950667' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-16T18:00:40.899 INFO:teuthology.orchestra.run.smithi042.stdout:false 2023-11-16T18:00:41.120 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 18:00:40 smithi042 ceph-mon[107709]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T18:00:41.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 18:00:40 smithi143 ceph-mon[110525]: from='mgr.24485 172.21.15.143:0/3161386512' entity='mgr.smithi143.uyynqu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T18:00:41.291 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T18:00:41.291 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/task/parallel.py", line 64, in _run_spawned mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/task/sequential.py", line 47, in task mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=confg) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.py", line 1313, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.py", line 39, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi042 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 fc99696c-84a6-11ee-8dbe-212e2dc638e7 -e sha1=50bc6740f385afe4f36770e739358479a73d8add -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-11-16T18:00:41.375 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=083b650f6bf34bc89c2204c71e66cdfb Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/task/parallel.py", line 64, in _run_spawned mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/task/sequential.py", line 47, in task mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=confg) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.py", line 1313, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.py", line 39, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi042 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 fc99696c-84a6-11ee-8dbe-212e2dc638e7 -e sha1=50bc6740f385afe4f36770e739358479a73d8add -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-11-16T18:00:41.379 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-11-16T18:00:41.390 INFO:tasks.cephadm:Teardown begin 2023-11-16T18:00:41.391 DEBUG:teuthology.orchestra.run.smithi042:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-16T18:00:41.445 DEBUG:teuthology.orchestra.run.smithi143:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-16T18:00:41.484 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-11-16T18:00:41.484 DEBUG:teuthology.orchestra.run.smithi042:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-16T18:00:41.509 DEBUG:teuthology.orchestra.run.smithi143:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-16T18:00:41.544 INFO:tasks.cephadm:Stopping all daemons... 2023-11-16T18:00:41.545 INFO:tasks.cephadm.mon.smithi042:Stopping mon.smithi042... 2023-11-16T18:00:41.545 DEBUG:teuthology.orchestra.run.smithi042:> sudo systemctl stop ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7@mon.smithi042 2023-11-16T18:00:41.841 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 18:00:41 smithi042 systemd[1]: Stopping Ceph mon.smithi042 for fc99696c-84a6-11ee-8dbe-212e2dc638e7... 2023-11-16T18:00:41.842 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 18:00:41 smithi042 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-mon-smithi042[107686]: 2023-11-16T18:00:41.685+0000 7f8121086700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi042 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-11-16T18:00:41.842 INFO:journalctl@ceph.mon.smithi042.smithi042.stdout:Nov 16 18:00:41 smithi042 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-mon-smithi042[107686]: 2023-11-16T18:00:41.685+0000 7f8121086700 -1 mon.smithi042@0(leader) e2 *** Got Signal Terminated *** 2023-11-16T18:00:42.102 DEBUG:teuthology.orchestra.run.smithi042:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7@mon.smithi042.service' 2023-11-16T18:00:42.170 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-16T18:00:42.170 INFO:tasks.cephadm.mon.smithi042:Stopped mon.smithi042 2023-11-16T18:00:42.170 INFO:tasks.cephadm.mon.smithi143:Stopping mon.smithi143... 2023-11-16T18:00:42.171 DEBUG:teuthology.orchestra.run.smithi143:> sudo systemctl stop ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7@mon.smithi143 2023-11-16T18:00:42.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 18:00:42 smithi143 systemd[1]: Stopping Ceph mon.smithi143 for fc99696c-84a6-11ee-8dbe-212e2dc638e7... 2023-11-16T18:00:42.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 18:00:42 smithi143 bash[135591]: Error: no container with name or ID "ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-mon.smithi143" found: no such container 2023-11-16T18:00:42.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 18:00:42 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-mon-smithi143[110483]: 2023-11-16T18:00:42.304+0000 7f889f16e700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi143 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-11-16T18:00:42.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 16 18:00:42 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-mon-smithi143[110483]: 2023-11-16T18:00:42.304+0000 7f889f16e700 -1 mon.smithi143@1(peon) e2 *** Got Signal Terminated *** 2023-11-16T18:00:42.900 DEBUG:teuthology.orchestra.run.smithi143:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7@mon.smithi143.service' 2023-11-16T18:00:42.947 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-16T18:00:42.947 INFO:tasks.cephadm.mon.smithi143:Stopped mon.smithi143 2023-11-16T18:00:42.947 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-11-16T18:00:42.947 DEBUG:teuthology.orchestra.run.smithi042:> sudo systemctl stop ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7@osd.0 2023-11-16T18:00:43.340 INFO:journalctl@ceph.osd.0.smithi042.stdout:Nov 16 18:00:42 smithi042 systemd[1]: Stopping Ceph osd.0 for fc99696c-84a6-11ee-8dbe-212e2dc638e7... 2023-11-16T18:00:43.341 INFO:journalctl@ceph.osd.0.smithi042.stdout:Nov 16 18:00:43 smithi042 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-0[120149]: 2023-11-16T18:00:43.074+0000 7f154ad95700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-11-16T18:00:43.342 INFO:journalctl@ceph.osd.0.smithi042.stdout:Nov 16 18:00:43 smithi042 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-0[120149]: 2023-11-16T18:00:43.074+0000 7f154ad95700 -1 osd.0 73 *** Got signal Terminated *** 2023-11-16T18:00:43.342 INFO:journalctl@ceph.osd.0.smithi042.stdout:Nov 16 18:00:43 smithi042 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-0[120149]: 2023-11-16T18:00:43.074+0000 7f154ad95700 -1 osd.0 73 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-16T18:00:49.328 INFO:journalctl@ceph.osd.0.smithi042.stdout:Nov 16 18:00:48 smithi042 bash[158204]: ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-0 2023-11-16T18:00:49.328 INFO:journalctl@ceph.osd.0.smithi042.stdout:Nov 16 18:00:49 smithi042 bash[158283]: Error: no container with name or ID "ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd.0" found: no such container 2023-11-16T18:00:50.097 DEBUG:teuthology.orchestra.run.smithi042:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7@osd.0.service' 2023-11-16T18:00:50.149 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-16T18:00:50.150 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-11-16T18:00:50.150 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-11-16T18:00:50.150 DEBUG:teuthology.orchestra.run.smithi042:> sudo systemctl stop ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7@osd.1 2023-11-16T18:00:50.590 INFO:journalctl@ceph.osd.1.smithi042.stdout:Nov 16 18:00:50 smithi042 systemd[1]: Stopping Ceph osd.1 for fc99696c-84a6-11ee-8dbe-212e2dc638e7... 2023-11-16T18:00:50.591 INFO:journalctl@ceph.osd.1.smithi042.stdout:Nov 16 18:00:50 smithi042 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-1[123877]: 2023-11-16T18:00:50.271+0000 7f4b9b35c700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-11-16T18:00:50.591 INFO:journalctl@ceph.osd.1.smithi042.stdout:Nov 16 18:00:50 smithi042 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-1[123877]: 2023-11-16T18:00:50.271+0000 7f4b9b35c700 -1 osd.1 73 *** Got signal Terminated *** 2023-11-16T18:00:50.591 INFO:journalctl@ceph.osd.1.smithi042.stdout:Nov 16 18:00:50 smithi042 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-1[123877]: 2023-11-16T18:00:50.271+0000 7f4b9b35c700 -1 osd.1 73 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-16T18:00:56.341 INFO:journalctl@ceph.osd.1.smithi042.stdout:Nov 16 18:00:56 smithi042 bash[158461]: ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-1 2023-11-16T18:00:56.342 INFO:journalctl@ceph.osd.1.smithi042.stdout:Nov 16 18:00:56 smithi042 bash[158502]: Error: no container with name or ID "ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd.1" found: no such container 2023-11-16T18:00:57.320 DEBUG:teuthology.orchestra.run.smithi042:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7@osd.1.service' 2023-11-16T18:00:57.371 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-16T18:00:57.371 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-11-16T18:00:57.372 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-11-16T18:00:57.372 DEBUG:teuthology.orchestra.run.smithi042:> sudo systemctl stop ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7@osd.2 2023-11-16T18:00:57.590 INFO:journalctl@ceph.osd.2.smithi042.stdout:Nov 16 18:00:57 smithi042 systemd[1]: Stopping Ceph osd.2 for fc99696c-84a6-11ee-8dbe-212e2dc638e7... 2023-11-16T18:00:57.591 INFO:journalctl@ceph.osd.2.smithi042.stdout:Nov 16 18:00:57 smithi042 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-2[128457]: 2023-11-16T18:00:57.492+0000 7fc8a15bb700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-11-16T18:00:57.591 INFO:journalctl@ceph.osd.2.smithi042.stdout:Nov 16 18:00:57 smithi042 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-2[128457]: 2023-11-16T18:00:57.492+0000 7fc8a15bb700 -1 osd.2 73 *** Got signal Terminated *** 2023-11-16T18:00:57.591 INFO:journalctl@ceph.osd.2.smithi042.stdout:Nov 16 18:00:57 smithi042 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-2[128457]: 2023-11-16T18:00:57.492+0000 7fc8a15bb700 -1 osd.2 73 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-16T18:01:03.504 INFO:journalctl@ceph.osd.2.smithi042.stdout:Nov 16 18:01:03 smithi042 bash[158683]: ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-2 2023-11-16T18:01:03.504 INFO:journalctl@ceph.osd.2.smithi042.stdout:Nov 16 18:01:03 smithi042 bash[158740]: Error: no container with name or ID "ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd.2" found: no such container 2023-11-16T18:01:04.262 DEBUG:teuthology.orchestra.run.smithi042:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7@osd.2.service' 2023-11-16T18:01:04.313 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-16T18:01:04.313 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-11-16T18:01:04.313 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2023-11-16T18:01:04.314 DEBUG:teuthology.orchestra.run.smithi042:> sudo systemctl stop ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7@osd.3 2023-11-16T18:01:04.591 INFO:journalctl@ceph.osd.3.smithi042.stdout:Nov 16 18:01:04 smithi042 systemd[1]: Stopping Ceph osd.3 for fc99696c-84a6-11ee-8dbe-212e2dc638e7... 2023-11-16T18:01:04.591 INFO:journalctl@ceph.osd.3.smithi042.stdout:Nov 16 18:01:04 smithi042 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-3[132790]: 2023-11-16T18:01:04.439+0000 7f230c490700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-11-16T18:01:04.591 INFO:journalctl@ceph.osd.3.smithi042.stdout:Nov 16 18:01:04 smithi042 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-3[132790]: 2023-11-16T18:01:04.439+0000 7f230c490700 -1 osd.3 73 *** Got signal Terminated *** 2023-11-16T18:01:04.591 INFO:journalctl@ceph.osd.3.smithi042.stdout:Nov 16 18:01:04 smithi042 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-3[132790]: 2023-11-16T18:01:04.439+0000 7f230c490700 -1 osd.3 73 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-16T18:01:10.341 INFO:journalctl@ceph.osd.3.smithi042.stdout:Nov 16 18:01:10 smithi042 bash[158954]: ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-3 2023-11-16T18:01:10.341 INFO:journalctl@ceph.osd.3.smithi042.stdout:Nov 16 18:01:10 smithi042 bash[159005]: Error: no container with name or ID "ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd.3" found: no such container 2023-11-16T18:01:10.917 INFO:journalctl@ceph.osd.5.smithi143.stdout:Nov 16 18:01:10 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-5[118703]: 2023-11-16T18:01:10.650+0000 7f010cd0f700 -1 osd.5 73 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-11-16T18:00:47.391512+0000 front 2023-11-16T18:00:47.391615+0000 (oldest deadline 2023-11-16T18:01:10.291603+0000) 2023-11-16T18:01:11.168 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:10 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T18:01:10.915+0000 7f3296689700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-11-16T18:00:44.206973+0000 front 2023-11-16T18:00:44.206913+0000 (oldest deadline 2023-11-16T18:01:10.106827+0000) 2023-11-16T18:01:11.202 DEBUG:teuthology.orchestra.run.smithi042:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7@osd.3.service' 2023-11-16T18:01:11.253 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-16T18:01:11.254 INFO:tasks.cephadm.osd.3:Stopped osd.3 2023-11-16T18:01:11.254 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2023-11-16T18:01:11.254 DEBUG:teuthology.orchestra.run.smithi143:> sudo systemctl stop ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7@osd.4 2023-11-16T18:01:11.622 INFO:journalctl@ceph.osd.4.smithi143.stdout:Nov 16 18:01:11 smithi143 systemd[1]: Stopping Ceph osd.4 for fc99696c-84a6-11ee-8dbe-212e2dc638e7... 2023-11-16T18:01:11.622 INFO:journalctl@ceph.osd.4.smithi143.stdout:Nov 16 18:01:11 smithi143 bash[135793]: Error: no container with name or ID "ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd.4" found: no such container 2023-11-16T18:01:11.623 INFO:journalctl@ceph.osd.4.smithi143.stdout:Nov 16 18:01:11 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-4[115269]: 2023-11-16T18:01:11.403+0000 7f9b6130e700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-11-16T18:01:11.623 INFO:journalctl@ceph.osd.4.smithi143.stdout:Nov 16 18:01:11 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-4[115269]: 2023-11-16T18:01:11.403+0000 7f9b6130e700 -1 osd.4 73 *** Got signal Terminated *** 2023-11-16T18:01:11.623 INFO:journalctl@ceph.osd.4.smithi143.stdout:Nov 16 18:01:11 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-4[115269]: 2023-11-16T18:01:11.403+0000 7f9b6130e700 -1 osd.4 73 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-16T18:01:11.888 INFO:journalctl@ceph.osd.5.smithi143.stdout:Nov 16 18:01:11 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-5[118703]: 2023-11-16T18:01:11.620+0000 7f010cd0f700 -1 osd.5 73 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-11-16T18:00:47.391512+0000 front 2023-11-16T18:00:47.391615+0000 (oldest deadline 2023-11-16T18:01:10.291603+0000) 2023-11-16T18:01:12.168 INFO:journalctl@ceph.osd.4.smithi143.stdout:Nov 16 18:01:11 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-4[115269]: 2023-11-16T18:01:11.886+0000 7f9b5e4aa700 -1 osd.4 73 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-11-16T18:00:47.623080+0000 front 2023-11-16T18:00:47.622985+0000 (oldest deadline 2023-11-16T18:01:11.123213+0000) 2023-11-16T18:01:12.168 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:11 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T18:01:11.944+0000 7f3296689700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-11-16T18:00:44.206973+0000 front 2023-11-16T18:00:44.206913+0000 (oldest deadline 2023-11-16T18:01:10.106827+0000) 2023-11-16T18:01:12.931 INFO:journalctl@ceph.osd.4.smithi143.stdout:Nov 16 18:01:12 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-4[115269]: 2023-11-16T18:01:12.909+0000 7f9b5e4aa700 -1 osd.4 73 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-11-16T18:00:47.623080+0000 front 2023-11-16T18:00:47.622985+0000 (oldest deadline 2023-11-16T18:01:11.123213+0000) 2023-11-16T18:01:12.932 INFO:journalctl@ceph.osd.5.smithi143.stdout:Nov 16 18:01:12 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-5[118703]: 2023-11-16T18:01:12.669+0000 7f010cd0f700 -1 osd.5 73 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-11-16T18:00:47.391512+0000 front 2023-11-16T18:00:47.391615+0000 (oldest deadline 2023-11-16T18:01:10.291603+0000) 2023-11-16T18:01:13.418 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:12 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T18:01:12.929+0000 7f3296689700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-11-16T18:00:44.206973+0000 front 2023-11-16T18:00:44.206913+0000 (oldest deadline 2023-11-16T18:01:10.106827+0000) 2023-11-16T18:01:13.863 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 16 18:01:13 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-6[122232]: 2023-11-16T18:01:13.606+0000 7fcbdcd35700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-11-16T18:00:47.162328+0000 front 2023-11-16T18:00:47.162447+0000 (oldest deadline 2023-11-16T18:01:13.062279+0000) 2023-11-16T18:01:13.863 INFO:journalctl@ceph.osd.5.smithi143.stdout:Nov 16 18:01:13 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-5[118703]: 2023-11-16T18:01:13.672+0000 7f010cd0f700 -1 osd.5 73 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-11-16T18:00:47.391512+0000 front 2023-11-16T18:00:47.391615+0000 (oldest deadline 2023-11-16T18:01:10.291603+0000) 2023-11-16T18:01:14.168 INFO:journalctl@ceph.osd.4.smithi143.stdout:Nov 16 18:01:13 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-4[115269]: 2023-11-16T18:01:13.860+0000 7f9b5e4aa700 -1 osd.4 73 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-11-16T18:00:47.623080+0000 front 2023-11-16T18:00:47.622985+0000 (oldest deadline 2023-11-16T18:01:11.123213+0000) 2023-11-16T18:01:14.168 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:13 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T18:01:13.975+0000 7f3296689700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-11-16T18:00:44.206973+0000 front 2023-11-16T18:00:44.206913+0000 (oldest deadline 2023-11-16T18:01:10.106827+0000) 2023-11-16T18:01:14.918 INFO:journalctl@ceph.osd.5.smithi143.stdout:Nov 16 18:01:14 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-5[118703]: 2023-11-16T18:01:14.712+0000 7f010cd0f700 -1 osd.5 73 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-11-16T18:00:47.391512+0000 front 2023-11-16T18:00:47.391615+0000 (oldest deadline 2023-11-16T18:01:10.291603+0000) 2023-11-16T18:01:14.918 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 16 18:01:14 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-6[122232]: 2023-11-16T18:01:14.655+0000 7fcbdcd35700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-11-16T18:00:47.162328+0000 front 2023-11-16T18:00:47.162447+0000 (oldest deadline 2023-11-16T18:01:13.062279+0000) 2023-11-16T18:01:14.919 INFO:journalctl@ceph.osd.4.smithi143.stdout:Nov 16 18:01:14 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-4[115269]: 2023-11-16T18:01:14.888+0000 7f9b5e4aa700 -1 osd.4 73 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-11-16T18:00:47.623080+0000 front 2023-11-16T18:00:47.622985+0000 (oldest deadline 2023-11-16T18:01:11.123213+0000) 2023-11-16T18:01:15.418 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:14 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T18:01:14.957+0000 7f3296689700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-11-16T18:00:44.206973+0000 front 2023-11-16T18:00:44.206913+0000 (oldest deadline 2023-11-16T18:01:10.106827+0000) 2023-11-16T18:01:15.877 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 16 18:01:15 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-6[122232]: 2023-11-16T18:01:15.615+0000 7fcbdcd35700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-11-16T18:00:47.162328+0000 front 2023-11-16T18:00:47.162447+0000 (oldest deadline 2023-11-16T18:01:13.062279+0000) 2023-11-16T18:01:15.878 INFO:journalctl@ceph.osd.5.smithi143.stdout:Nov 16 18:01:15 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-5[118703]: 2023-11-16T18:01:15.681+0000 7f010cd0f700 -1 osd.5 73 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-11-16T18:00:47.391512+0000 front 2023-11-16T18:00:47.391615+0000 (oldest deadline 2023-11-16T18:01:10.291603+0000) 2023-11-16T18:01:16.168 INFO:journalctl@ceph.osd.4.smithi143.stdout:Nov 16 18:01:15 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-4[115269]: 2023-11-16T18:01:15.875+0000 7f9b5e4aa700 -1 osd.4 73 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-11-16T18:00:47.623080+0000 front 2023-11-16T18:00:47.622985+0000 (oldest deadline 2023-11-16T18:01:11.123213+0000) 2023-11-16T18:01:16.169 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:15 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T18:01:15.932+0000 7f3296689700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-11-16T18:00:44.206973+0000 front 2023-11-16T18:00:44.206913+0000 (oldest deadline 2023-11-16T18:01:10.106827+0000) 2023-11-16T18:01:16.918 INFO:journalctl@ceph.osd.5.smithi143.stdout:Nov 16 18:01:16 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-5[118703]: 2023-11-16T18:01:16.667+0000 7f010cd0f700 -1 osd.5 73 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-11-16T18:00:47.391512+0000 front 2023-11-16T18:00:47.391615+0000 (oldest deadline 2023-11-16T18:01:10.291603+0000) 2023-11-16T18:01:16.919 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 16 18:01:16 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-6[122232]: 2023-11-16T18:01:16.577+0000 7fcbdcd35700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-11-16T18:00:47.162328+0000 front 2023-11-16T18:00:47.162447+0000 (oldest deadline 2023-11-16T18:01:13.062279+0000) 2023-11-16T18:01:17.356 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:16 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T18:01:16.963+0000 7f3296689700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-11-16T18:00:44.206973+0000 front 2023-11-16T18:00:44.206913+0000 (oldest deadline 2023-11-16T18:01:10.106827+0000) 2023-11-16T18:01:17.357 INFO:journalctl@ceph.osd.4.smithi143.stdout:Nov 16 18:01:17 smithi143 bash[135805]: ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-4 2023-11-16T18:01:17.357 INFO:journalctl@ceph.osd.4.smithi143.stdout:Nov 16 18:01:17 smithi143 bash[135849]: Error: no container with name or ID "ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd.4" found: no such container 2023-11-16T18:01:17.666 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 16 18:01:17 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-6[122232]: 2023-11-16T18:01:17.599+0000 7fcbdcd35700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-11-16T18:00:47.162328+0000 front 2023-11-16T18:00:47.162447+0000 (oldest deadline 2023-11-16T18:01:13.062279+0000) 2023-11-16T18:01:17.918 INFO:journalctl@ceph.osd.5.smithi143.stdout:Nov 16 18:01:17 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-5[118703]: 2023-11-16T18:01:17.663+0000 7f010cd0f700 -1 osd.5 73 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-11-16T18:00:47.391512+0000 front 2023-11-16T18:00:47.391615+0000 (oldest deadline 2023-11-16T18:01:10.291603+0000) 2023-11-16T18:01:17.918 INFO:journalctl@ceph.osd.5.smithi143.stdout:Nov 16 18:01:17 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-5[118703]: 2023-11-16T18:01:17.663+0000 7f010cd0f700 -1 osd.5 73 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-11-16T18:00:53.192630+0000 front 2023-11-16T18:00:53.192644+0000 (oldest deadline 2023-11-16T18:01:17.193261+0000) 2023-11-16T18:01:18.063 DEBUG:teuthology.orchestra.run.smithi143:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7@osd.4.service' 2023-11-16T18:01:18.103 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-16T18:01:18.104 INFO:tasks.cephadm.osd.4:Stopped osd.4 2023-11-16T18:01:18.104 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2023-11-16T18:01:18.104 DEBUG:teuthology.orchestra.run.smithi143:> sudo systemctl stop ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7@osd.5 2023-11-16T18:01:18.267 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:17 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T18:01:17.987+0000 7f3296689700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-11-16T18:00:44.206973+0000 front 2023-11-16T18:00:44.206913+0000 (oldest deadline 2023-11-16T18:01:10.106827+0000) 2023-11-16T18:01:18.267 INFO:journalctl@ceph.osd.5.smithi143.stdout:Nov 16 18:01:18 smithi143 systemd[1]: Stopping Ceph osd.5 for fc99696c-84a6-11ee-8dbe-212e2dc638e7... 2023-11-16T18:01:18.268 INFO:journalctl@ceph.osd.5.smithi143.stdout:Nov 16 18:01:18 smithi143 bash[136027]: Error: no container with name or ID "ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd.5" found: no such container 2023-11-16T18:01:18.589 INFO:journalctl@ceph.osd.5.smithi143.stdout:Nov 16 18:01:18 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-5[118703]: 2023-11-16T18:01:18.265+0000 7f0113b7b700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-11-16T18:01:18.590 INFO:journalctl@ceph.osd.5.smithi143.stdout:Nov 16 18:01:18 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-5[118703]: 2023-11-16T18:01:18.265+0000 7f0113b7b700 -1 osd.5 73 *** Got signal Terminated *** 2023-11-16T18:01:18.590 INFO:journalctl@ceph.osd.5.smithi143.stdout:Nov 16 18:01:18 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-5[118703]: 2023-11-16T18:01:18.265+0000 7f0113b7b700 -1 osd.5 73 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-16T18:01:18.918 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 16 18:01:18 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-6[122232]: 2023-11-16T18:01:18.588+0000 7fcbdcd35700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-11-16T18:00:47.162328+0000 front 2023-11-16T18:00:47.162447+0000 (oldest deadline 2023-11-16T18:01:13.062279+0000) 2023-11-16T18:01:18.918 INFO:journalctl@ceph.osd.5.smithi143.stdout:Nov 16 18:01:18 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-5[118703]: 2023-11-16T18:01:18.684+0000 7f010cd0f700 -1 osd.5 73 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-11-16T18:00:47.391512+0000 front 2023-11-16T18:00:47.391615+0000 (oldest deadline 2023-11-16T18:01:10.291603+0000) 2023-11-16T18:01:18.918 INFO:journalctl@ceph.osd.5.smithi143.stdout:Nov 16 18:01:18 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-5[118703]: 2023-11-16T18:01:18.684+0000 7f010cd0f700 -1 osd.5 73 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-11-16T18:00:53.192630+0000 front 2023-11-16T18:00:53.192644+0000 (oldest deadline 2023-11-16T18:01:17.193261+0000) 2023-11-16T18:01:19.418 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:18 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T18:01:18.996+0000 7f3296689700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-11-16T18:00:44.206973+0000 front 2023-11-16T18:00:44.206913+0000 (oldest deadline 2023-11-16T18:01:10.106827+0000) 2023-11-16T18:01:19.918 INFO:journalctl@ceph.osd.5.smithi143.stdout:Nov 16 18:01:19 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-5[118703]: 2023-11-16T18:01:19.696+0000 7f010cd0f700 -1 osd.5 73 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-11-16T18:00:47.391512+0000 front 2023-11-16T18:00:47.391615+0000 (oldest deadline 2023-11-16T18:01:10.291603+0000) 2023-11-16T18:01:19.918 INFO:journalctl@ceph.osd.5.smithi143.stdout:Nov 16 18:01:19 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-5[118703]: 2023-11-16T18:01:19.696+0000 7f010cd0f700 -1 osd.5 73 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-11-16T18:00:53.192630+0000 front 2023-11-16T18:00:53.192644+0000 (oldest deadline 2023-11-16T18:01:17.193261+0000) 2023-11-16T18:01:19.919 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 16 18:01:19 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-6[122232]: 2023-11-16T18:01:19.618+0000 7fcbdcd35700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-11-16T18:00:47.162328+0000 front 2023-11-16T18:00:47.162447+0000 (oldest deadline 2023-11-16T18:01:13.062279+0000) 2023-11-16T18:01:19.919 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 16 18:01:19 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-6[122232]: 2023-11-16T18:01:19.618+0000 7fcbdcd35700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-11-16T18:00:53.062826+0000 front 2023-11-16T18:00:53.062799+0000 (oldest deadline 2023-11-16T18:01:18.962721+0000) 2023-11-16T18:01:20.418 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:19 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T18:01:19.986+0000 7f3296689700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-11-16T18:00:44.206973+0000 front 2023-11-16T18:00:44.206913+0000 (oldest deadline 2023-11-16T18:01:10.106827+0000) 2023-11-16T18:01:20.418 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:19 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T18:01:19.986+0000 7f3296689700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-11-16T18:00:54.708239+0000 front 2023-11-16T18:00:54.708277+0000 (oldest deadline 2023-11-16T18:01:19.408117+0000) 2023-11-16T18:01:20.918 INFO:journalctl@ceph.osd.5.smithi143.stdout:Nov 16 18:01:20 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-5[118703]: 2023-11-16T18:01:20.746+0000 7f010cd0f700 -1 osd.5 73 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-11-16T18:00:47.391512+0000 front 2023-11-16T18:00:47.391615+0000 (oldest deadline 2023-11-16T18:01:10.291603+0000) 2023-11-16T18:01:20.918 INFO:journalctl@ceph.osd.5.smithi143.stdout:Nov 16 18:01:20 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-5[118703]: 2023-11-16T18:01:20.746+0000 7f010cd0f700 -1 osd.5 73 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-11-16T18:00:53.192630+0000 front 2023-11-16T18:00:53.192644+0000 (oldest deadline 2023-11-16T18:01:17.193261+0000) 2023-11-16T18:01:20.918 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 16 18:01:20 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-6[122232]: 2023-11-16T18:01:20.656+0000 7fcbdcd35700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-11-16T18:00:47.162328+0000 front 2023-11-16T18:00:47.162447+0000 (oldest deadline 2023-11-16T18:01:13.062279+0000) 2023-11-16T18:01:20.919 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 16 18:01:20 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-6[122232]: 2023-11-16T18:01:20.656+0000 7fcbdcd35700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-11-16T18:00:53.062826+0000 front 2023-11-16T18:00:53.062799+0000 (oldest deadline 2023-11-16T18:01:18.962721+0000) 2023-11-16T18:01:21.418 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:21 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T18:01:21.032+0000 7f3296689700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-11-16T18:00:44.206973+0000 front 2023-11-16T18:00:44.206913+0000 (oldest deadline 2023-11-16T18:01:10.106827+0000) 2023-11-16T18:01:21.418 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:21 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T18:01:21.032+0000 7f3296689700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-11-16T18:00:54.708239+0000 front 2023-11-16T18:00:54.708277+0000 (oldest deadline 2023-11-16T18:01:19.408117+0000) 2023-11-16T18:01:22.010 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 16 18:01:21 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-6[122232]: 2023-11-16T18:01:21.705+0000 7fcbdcd35700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-11-16T18:00:47.162328+0000 front 2023-11-16T18:00:47.162447+0000 (oldest deadline 2023-11-16T18:01:13.062279+0000) 2023-11-16T18:01:22.010 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 16 18:01:21 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-6[122232]: 2023-11-16T18:01:21.705+0000 7fcbdcd35700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-11-16T18:00:53.062826+0000 front 2023-11-16T18:00:53.062799+0000 (oldest deadline 2023-11-16T18:01:18.962721+0000) 2023-11-16T18:01:22.010 INFO:journalctl@ceph.osd.5.smithi143.stdout:Nov 16 18:01:21 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-5[118703]: 2023-11-16T18:01:21.723+0000 7f010cd0f700 -1 osd.5 73 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-11-16T18:00:47.391512+0000 front 2023-11-16T18:00:47.391615+0000 (oldest deadline 2023-11-16T18:01:10.291603+0000) 2023-11-16T18:01:22.011 INFO:journalctl@ceph.osd.5.smithi143.stdout:Nov 16 18:01:21 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-5[118703]: 2023-11-16T18:01:21.723+0000 7f010cd0f700 -1 osd.5 73 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-11-16T18:00:53.192630+0000 front 2023-11-16T18:00:53.192644+0000 (oldest deadline 2023-11-16T18:01:17.193261+0000) 2023-11-16T18:01:22.418 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:22 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T18:01:22.008+0000 7f3296689700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-11-16T18:00:44.206973+0000 front 2023-11-16T18:00:44.206913+0000 (oldest deadline 2023-11-16T18:01:10.106827+0000) 2023-11-16T18:01:22.419 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:22 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T18:01:22.008+0000 7f3296689700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-11-16T18:00:54.708239+0000 front 2023-11-16T18:00:54.708277+0000 (oldest deadline 2023-11-16T18:01:19.408117+0000) 2023-11-16T18:01:23.054 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 16 18:01:22 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-6[122232]: 2023-11-16T18:01:22.683+0000 7fcbdcd35700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-11-16T18:00:47.162328+0000 front 2023-11-16T18:00:47.162447+0000 (oldest deadline 2023-11-16T18:01:13.062279+0000) 2023-11-16T18:01:23.054 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 16 18:01:22 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-6[122232]: 2023-11-16T18:01:22.683+0000 7fcbdcd35700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-11-16T18:00:53.062826+0000 front 2023-11-16T18:00:53.062799+0000 (oldest deadline 2023-11-16T18:01:18.962721+0000) 2023-11-16T18:01:23.055 INFO:journalctl@ceph.osd.5.smithi143.stdout:Nov 16 18:01:22 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-5[118703]: 2023-11-16T18:01:22.746+0000 7f010cd0f700 -1 osd.5 73 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-11-16T18:00:47.391512+0000 front 2023-11-16T18:00:47.391615+0000 (oldest deadline 2023-11-16T18:01:10.291603+0000) 2023-11-16T18:01:23.055 INFO:journalctl@ceph.osd.5.smithi143.stdout:Nov 16 18:01:22 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-5[118703]: 2023-11-16T18:01:22.746+0000 7f010cd0f700 -1 osd.5 73 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-11-16T18:00:53.192630+0000 front 2023-11-16T18:00:53.192644+0000 (oldest deadline 2023-11-16T18:01:17.193261+0000) 2023-11-16T18:01:23.418 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:23 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T18:01:23.052+0000 7f3296689700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-11-16T18:00:44.206973+0000 front 2023-11-16T18:00:44.206913+0000 (oldest deadline 2023-11-16T18:01:10.106827+0000) 2023-11-16T18:01:23.418 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:23 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T18:01:23.052+0000 7f3296689700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-11-16T18:00:54.708239+0000 front 2023-11-16T18:00:54.708277+0000 (oldest deadline 2023-11-16T18:01:19.408117+0000) 2023-11-16T18:01:24.023 INFO:journalctl@ceph.osd.5.smithi143.stdout:Nov 16 18:01:23 smithi143 bash[136040]: ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-5 2023-11-16T18:01:24.024 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 16 18:01:23 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-6[122232]: 2023-11-16T18:01:23.712+0000 7fcbdcd35700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-11-16T18:00:47.162328+0000 front 2023-11-16T18:00:47.162447+0000 (oldest deadline 2023-11-16T18:01:13.062279+0000) 2023-11-16T18:01:24.024 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 16 18:01:23 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-6[122232]: 2023-11-16T18:01:23.712+0000 7fcbdcd35700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-11-16T18:00:53.062826+0000 front 2023-11-16T18:00:53.062799+0000 (oldest deadline 2023-11-16T18:01:18.962721+0000) 2023-11-16T18:01:24.418 INFO:journalctl@ceph.osd.5.smithi143.stdout:Nov 16 18:01:24 smithi143 bash[136127]: Error: no container with name or ID "ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd.5" found: no such container 2023-11-16T18:01:24.419 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:24 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T18:01:24.081+0000 7f3296689700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-11-16T18:00:44.206973+0000 front 2023-11-16T18:00:44.206913+0000 (oldest deadline 2023-11-16T18:01:10.106827+0000) 2023-11-16T18:01:24.419 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:24 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T18:01:24.081+0000 7f3296689700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-11-16T18:00:54.708239+0000 front 2023-11-16T18:00:54.708277+0000 (oldest deadline 2023-11-16T18:01:19.408117+0000) 2023-11-16T18:01:24.919 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 16 18:01:24 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-6[122232]: 2023-11-16T18:01:24.702+0000 7fcbdcd35700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-11-16T18:00:47.162328+0000 front 2023-11-16T18:00:47.162447+0000 (oldest deadline 2023-11-16T18:01:13.062279+0000) 2023-11-16T18:01:24.919 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 16 18:01:24 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-6[122232]: 2023-11-16T18:01:24.702+0000 7fcbdcd35700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-11-16T18:00:53.062826+0000 front 2023-11-16T18:00:53.062799+0000 (oldest deadline 2023-11-16T18:01:18.962721+0000) 2023-11-16T18:01:24.994 DEBUG:teuthology.orchestra.run.smithi143:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7@osd.5.service' 2023-11-16T18:01:25.035 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-16T18:01:25.036 INFO:tasks.cephadm.osd.5:Stopped osd.5 2023-11-16T18:01:25.036 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2023-11-16T18:01:25.036 DEBUG:teuthology.orchestra.run.smithi143:> sudo systemctl stop ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7@osd.6 2023-11-16T18:01:25.418 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 16 18:01:25 smithi143 systemd[1]: Stopping Ceph osd.6 for fc99696c-84a6-11ee-8dbe-212e2dc638e7... 2023-11-16T18:01:25.418 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 16 18:01:25 smithi143 bash[136306]: Error: no container with name or ID "ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd.6" found: no such container 2023-11-16T18:01:25.418 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 16 18:01:25 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-6[122232]: 2023-11-16T18:01:25.205+0000 7fcbe1b9d700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.6 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-11-16T18:01:25.419 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 16 18:01:25 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-6[122232]: 2023-11-16T18:01:25.205+0000 7fcbe1b9d700 -1 osd.6 73 *** Got signal Terminated *** 2023-11-16T18:01:25.419 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 16 18:01:25 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-6[122232]: 2023-11-16T18:01:25.205+0000 7fcbe1b9d700 -1 osd.6 73 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-16T18:01:25.419 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:25 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T18:01:25.131+0000 7f3296689700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-11-16T18:00:44.206973+0000 front 2023-11-16T18:00:44.206913+0000 (oldest deadline 2023-11-16T18:01:10.106827+0000) 2023-11-16T18:01:25.419 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:25 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T18:01:25.131+0000 7f3296689700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-11-16T18:00:54.708239+0000 front 2023-11-16T18:00:54.708277+0000 (oldest deadline 2023-11-16T18:01:19.408117+0000) 2023-11-16T18:01:26.168 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 16 18:01:25 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-6[122232]: 2023-11-16T18:01:25.708+0000 7fcbdcd35700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-11-16T18:00:47.162328+0000 front 2023-11-16T18:00:47.162447+0000 (oldest deadline 2023-11-16T18:01:13.062279+0000) 2023-11-16T18:01:26.168 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 16 18:01:25 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-6[122232]: 2023-11-16T18:01:25.708+0000 7fcbdcd35700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-11-16T18:00:53.062826+0000 front 2023-11-16T18:00:53.062799+0000 (oldest deadline 2023-11-16T18:01:18.962721+0000) 2023-11-16T18:01:26.668 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:26 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T18:01:26.173+0000 7f3296689700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-11-16T18:00:44.206973+0000 front 2023-11-16T18:00:44.206913+0000 (oldest deadline 2023-11-16T18:01:10.106827+0000) 2023-11-16T18:01:26.668 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:26 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T18:01:26.173+0000 7f3296689700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-11-16T18:00:54.708239+0000 front 2023-11-16T18:00:54.708277+0000 (oldest deadline 2023-11-16T18:01:19.408117+0000) 2023-11-16T18:01:27.166 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 16 18:01:26 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-6[122232]: 2023-11-16T18:01:26.702+0000 7fcbdcd35700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-11-16T18:00:47.162328+0000 front 2023-11-16T18:00:47.162447+0000 (oldest deadline 2023-11-16T18:01:13.062279+0000) 2023-11-16T18:01:27.166 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 16 18:01:26 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-6[122232]: 2023-11-16T18:01:26.702+0000 7fcbdcd35700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-11-16T18:00:53.062826+0000 front 2023-11-16T18:00:53.062799+0000 (oldest deadline 2023-11-16T18:01:18.962721+0000) 2023-11-16T18:01:27.418 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:27 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T18:01:27.164+0000 7f3296689700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-11-16T18:00:44.206973+0000 front 2023-11-16T18:00:44.206913+0000 (oldest deadline 2023-11-16T18:01:10.106827+0000) 2023-11-16T18:01:27.418 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:27 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T18:01:27.164+0000 7f3296689700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-11-16T18:00:54.708239+0000 front 2023-11-16T18:00:54.708277+0000 (oldest deadline 2023-11-16T18:01:19.408117+0000) 2023-11-16T18:01:27.918 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 16 18:01:27 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-6[122232]: 2023-11-16T18:01:27.664+0000 7fcbdcd35700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-11-16T18:00:47.162328+0000 front 2023-11-16T18:00:47.162447+0000 (oldest deadline 2023-11-16T18:01:13.062279+0000) 2023-11-16T18:01:27.918 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 16 18:01:27 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-6[122232]: 2023-11-16T18:01:27.664+0000 7fcbdcd35700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-11-16T18:00:53.062826+0000 front 2023-11-16T18:00:53.062799+0000 (oldest deadline 2023-11-16T18:01:18.962721+0000) 2023-11-16T18:01:27.918 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 16 18:01:27 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-6[122232]: 2023-11-16T18:01:27.664+0000 7fcbdcd35700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2023-11-16T18:01:02.364038+0000 front 2023-11-16T18:01:02.364078+0000 (oldest deadline 2023-11-16T18:01:27.664003+0000) 2023-11-16T18:01:28.418 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:28 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T18:01:28.118+0000 7f3296689700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-11-16T18:00:44.206973+0000 front 2023-11-16T18:00:44.206913+0000 (oldest deadline 2023-11-16T18:01:10.106827+0000) 2023-11-16T18:01:28.419 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:28 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T18:01:28.118+0000 7f3296689700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-11-16T18:00:54.708239+0000 front 2023-11-16T18:00:54.708277+0000 (oldest deadline 2023-11-16T18:01:19.408117+0000) 2023-11-16T18:01:28.419 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:28 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T18:01:28.118+0000 7f3296689700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2023-11-16T18:01:01.609666+0000 front 2023-11-16T18:01:01.609676+0000 (oldest deadline 2023-11-16T18:01:27.509547+0000) 2023-11-16T18:01:28.918 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 16 18:01:28 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-6[122232]: 2023-11-16T18:01:28.666+0000 7fcbdcd35700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-11-16T18:00:47.162328+0000 front 2023-11-16T18:00:47.162447+0000 (oldest deadline 2023-11-16T18:01:13.062279+0000) 2023-11-16T18:01:28.918 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 16 18:01:28 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-6[122232]: 2023-11-16T18:01:28.666+0000 7fcbdcd35700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-11-16T18:00:53.062826+0000 front 2023-11-16T18:00:53.062799+0000 (oldest deadline 2023-11-16T18:01:18.962721+0000) 2023-11-16T18:01:28.918 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 16 18:01:28 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-6[122232]: 2023-11-16T18:01:28.666+0000 7fcbdcd35700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2023-11-16T18:01:02.364038+0000 front 2023-11-16T18:01:02.364078+0000 (oldest deadline 2023-11-16T18:01:27.664003+0000) 2023-11-16T18:01:29.418 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:29 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T18:01:29.156+0000 7f3296689700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-11-16T18:00:44.206973+0000 front 2023-11-16T18:00:44.206913+0000 (oldest deadline 2023-11-16T18:01:10.106827+0000) 2023-11-16T18:01:29.418 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:29 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T18:01:29.156+0000 7f3296689700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-11-16T18:00:54.708239+0000 front 2023-11-16T18:00:54.708277+0000 (oldest deadline 2023-11-16T18:01:19.408117+0000) 2023-11-16T18:01:29.418 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:29 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T18:01:29.156+0000 7f3296689700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2023-11-16T18:01:01.609666+0000 front 2023-11-16T18:01:01.609676+0000 (oldest deadline 2023-11-16T18:01:27.509547+0000) 2023-11-16T18:01:30.168 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 16 18:01:29 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-6[122232]: 2023-11-16T18:01:29.671+0000 7fcbdcd35700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-11-16T18:00:47.162328+0000 front 2023-11-16T18:00:47.162447+0000 (oldest deadline 2023-11-16T18:01:13.062279+0000) 2023-11-16T18:01:30.168 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 16 18:01:29 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-6[122232]: 2023-11-16T18:01:29.671+0000 7fcbdcd35700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-11-16T18:00:53.062826+0000 front 2023-11-16T18:00:53.062799+0000 (oldest deadline 2023-11-16T18:01:18.962721+0000) 2023-11-16T18:01:30.168 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 16 18:01:29 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-6[122232]: 2023-11-16T18:01:29.671+0000 7fcbdcd35700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2023-11-16T18:01:02.364038+0000 front 2023-11-16T18:01:02.364078+0000 (oldest deadline 2023-11-16T18:01:27.664003+0000) 2023-11-16T18:01:30.668 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:30 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T18:01:30.170+0000 7f3296689700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-11-16T18:00:44.206973+0000 front 2023-11-16T18:00:44.206913+0000 (oldest deadline 2023-11-16T18:01:10.106827+0000) 2023-11-16T18:01:30.668 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:30 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T18:01:30.170+0000 7f3296689700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-11-16T18:00:54.708239+0000 front 2023-11-16T18:00:54.708277+0000 (oldest deadline 2023-11-16T18:01:19.408117+0000) 2023-11-16T18:01:30.669 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:30 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T18:01:30.170+0000 7f3296689700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2023-11-16T18:01:01.609666+0000 front 2023-11-16T18:01:01.609676+0000 (oldest deadline 2023-11-16T18:01:27.509547+0000) 2023-11-16T18:01:31.158 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 16 18:01:30 smithi143 bash[136319]: ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-6 2023-11-16T18:01:31.158 INFO:journalctl@ceph.osd.6.smithi143.stdout:Nov 16 18:01:30 smithi143 bash[136362]: Error: no container with name or ID "ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd.6" found: no such container 2023-11-16T18:01:31.418 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:31 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T18:01:31.157+0000 7f3296689700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-11-16T18:00:44.206973+0000 front 2023-11-16T18:00:44.206913+0000 (oldest deadline 2023-11-16T18:01:10.106827+0000) 2023-11-16T18:01:31.418 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:31 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T18:01:31.157+0000 7f3296689700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-11-16T18:00:54.708239+0000 front 2023-11-16T18:00:54.708277+0000 (oldest deadline 2023-11-16T18:01:19.408117+0000) 2023-11-16T18:01:31.418 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:31 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T18:01:31.157+0000 7f3296689700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2023-11-16T18:01:01.609666+0000 front 2023-11-16T18:01:01.609676+0000 (oldest deadline 2023-11-16T18:01:27.509547+0000) 2023-11-16T18:01:31.894 DEBUG:teuthology.orchestra.run.smithi143:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7@osd.6.service' 2023-11-16T18:01:31.934 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-16T18:01:31.934 INFO:tasks.cephadm.osd.6:Stopped osd.6 2023-11-16T18:01:31.934 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2023-11-16T18:01:31.935 DEBUG:teuthology.orchestra.run.smithi143:> sudo systemctl stop ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7@osd.7 2023-11-16T18:01:32.168 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:32 smithi143 systemd[1]: Stopping Ceph osd.7 for fc99696c-84a6-11ee-8dbe-212e2dc638e7... 2023-11-16T18:01:32.168 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:32 smithi143 bash[136539]: Error: no container with name or ID "ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd.7" found: no such container 2023-11-16T18:01:32.169 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:32 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T18:01:32.104+0000 7f329b4f1700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.7 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-11-16T18:01:32.169 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:32 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T18:01:32.104+0000 7f329b4f1700 -1 osd.7 73 *** Got signal Terminated *** 2023-11-16T18:01:32.169 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:32 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T18:01:32.104+0000 7f329b4f1700 -1 osd.7 73 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-16T18:01:32.668 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:32 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T18:01:32.185+0000 7f3296689700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-11-16T18:00:44.206973+0000 front 2023-11-16T18:00:44.206913+0000 (oldest deadline 2023-11-16T18:01:10.106827+0000) 2023-11-16T18:01:32.668 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:32 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T18:01:32.185+0000 7f3296689700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-11-16T18:00:54.708239+0000 front 2023-11-16T18:00:54.708277+0000 (oldest deadline 2023-11-16T18:01:19.408117+0000) 2023-11-16T18:01:32.668 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:32 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T18:01:32.185+0000 7f3296689700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2023-11-16T18:01:01.609666+0000 front 2023-11-16T18:01:01.609676+0000 (oldest deadline 2023-11-16T18:01:27.509547+0000) 2023-11-16T18:01:32.668 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:32 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T18:01:32.185+0000 7f3296689700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.42:6830 osd.3 since back 2023-11-16T18:01:08.010559+0000 front 2023-11-16T18:01:08.010606+0000 (oldest deadline 2023-11-16T18:01:31.510514+0000) 2023-11-16T18:01:33.418 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:33 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T18:01:33.156+0000 7f3296689700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-11-16T18:00:44.206973+0000 front 2023-11-16T18:00:44.206913+0000 (oldest deadline 2023-11-16T18:01:10.106827+0000) 2023-11-16T18:01:33.418 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:33 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T18:01:33.156+0000 7f3296689700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-11-16T18:00:54.708239+0000 front 2023-11-16T18:00:54.708277+0000 (oldest deadline 2023-11-16T18:01:19.408117+0000) 2023-11-16T18:01:33.418 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:33 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T18:01:33.156+0000 7f3296689700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2023-11-16T18:01:01.609666+0000 front 2023-11-16T18:01:01.609676+0000 (oldest deadline 2023-11-16T18:01:27.509547+0000) 2023-11-16T18:01:33.419 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:33 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T18:01:33.156+0000 7f3296689700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.42:6830 osd.3 since back 2023-11-16T18:01:08.010559+0000 front 2023-11-16T18:01:08.010606+0000 (oldest deadline 2023-11-16T18:01:31.510514+0000) 2023-11-16T18:01:34.668 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:34 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T18:01:34.201+0000 7f3296689700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-11-16T18:00:44.206973+0000 front 2023-11-16T18:00:44.206913+0000 (oldest deadline 2023-11-16T18:01:10.106827+0000) 2023-11-16T18:01:34.668 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:34 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T18:01:34.201+0000 7f3296689700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-11-16T18:00:54.708239+0000 front 2023-11-16T18:00:54.708277+0000 (oldest deadline 2023-11-16T18:01:19.408117+0000) 2023-11-16T18:01:34.669 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:34 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T18:01:34.201+0000 7f3296689700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2023-11-16T18:01:01.609666+0000 front 2023-11-16T18:01:01.609676+0000 (oldest deadline 2023-11-16T18:01:27.509547+0000) 2023-11-16T18:01:34.669 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:34 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T18:01:34.201+0000 7f3296689700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.42:6830 osd.3 since back 2023-11-16T18:01:08.010559+0000 front 2023-11-16T18:01:08.010606+0000 (oldest deadline 2023-11-16T18:01:31.510514+0000) 2023-11-16T18:01:35.668 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:35 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T18:01:35.203+0000 7f3296689700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-11-16T18:00:44.206973+0000 front 2023-11-16T18:00:44.206913+0000 (oldest deadline 2023-11-16T18:01:10.106827+0000) 2023-11-16T18:01:35.668 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:35 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T18:01:35.203+0000 7f3296689700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-11-16T18:00:54.708239+0000 front 2023-11-16T18:00:54.708277+0000 (oldest deadline 2023-11-16T18:01:19.408117+0000) 2023-11-16T18:01:35.668 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:35 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T18:01:35.203+0000 7f3296689700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2023-11-16T18:01:01.609666+0000 front 2023-11-16T18:01:01.609676+0000 (oldest deadline 2023-11-16T18:01:27.509547+0000) 2023-11-16T18:01:35.669 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:35 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T18:01:35.203+0000 7f3296689700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.42:6830 osd.3 since back 2023-11-16T18:01:08.010559+0000 front 2023-11-16T18:01:08.010606+0000 (oldest deadline 2023-11-16T18:01:31.510514+0000) 2023-11-16T18:01:36.418 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:36 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T18:01:36.164+0000 7f3296689700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-11-16T18:00:44.206973+0000 front 2023-11-16T18:00:44.206913+0000 (oldest deadline 2023-11-16T18:01:10.106827+0000) 2023-11-16T18:01:36.418 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:36 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T18:01:36.164+0000 7f3296689700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-11-16T18:00:54.708239+0000 front 2023-11-16T18:00:54.708277+0000 (oldest deadline 2023-11-16T18:01:19.408117+0000) 2023-11-16T18:01:36.418 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:36 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T18:01:36.164+0000 7f3296689700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2023-11-16T18:01:01.609666+0000 front 2023-11-16T18:01:01.609676+0000 (oldest deadline 2023-11-16T18:01:27.509547+0000) 2023-11-16T18:01:36.419 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:36 smithi143 ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7[125721]: 2023-11-16T18:01:36.164+0000 7f3296689700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.42:6830 osd.3 since back 2023-11-16T18:01:08.010559+0000 front 2023-11-16T18:01:08.010606+0000 (oldest deadline 2023-11-16T18:01:31.510514+0000) 2023-11-16T18:01:38.168 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:37 smithi143 bash[136551]: ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd-7 2023-11-16T18:01:38.168 INFO:journalctl@ceph.osd.7.smithi143.stdout:Nov 16 18:01:37 smithi143 bash[136593]: Error: no container with name or ID "ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7-osd.7" found: no such container 2023-11-16T18:01:38.951 DEBUG:teuthology.orchestra.run.smithi143:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fc99696c-84a6-11ee-8dbe-212e2dc638e7@osd.7.service' 2023-11-16T18:01:38.992 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-16T18:01:38.993 INFO:tasks.cephadm.osd.7:Stopped osd.7 2023-11-16T18:01:38.993 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 --force --keep-logs 2023-11-16T18:01:59.263 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 --force --keep-logs 2023-11-16T18:02:16.528 DEBUG:teuthology.orchestra.run.smithi042:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-16T18:02:16.570 DEBUG:teuthology.orchestra.run.smithi143:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-16T18:02:16.601 INFO:tasks.cephadm:Archiving crash dumps... 2023-11-16T18:02:16.602 DEBUG:teuthology.misc:Transferring archived files from smithi042:/var/lib/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/crash to /home/teuthworker/archive/adking-2023-11-16_17:22:00-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460926/remote/smithi042/crash 2023-11-16T18:02:16.603 DEBUG:teuthology.orchestra.run.smithi042:> sudo tar c -f - -C /var/lib/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/crash -- . 2023-11-16T18:02:16.650 INFO:teuthology.orchestra.run.smithi042.stderr:tar: /var/lib/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-16T18:02:16.651 INFO:teuthology.orchestra.run.smithi042.stderr:tar: Error is not recoverable: exiting now 2023-11-16T18:02:16.652 DEBUG:teuthology.misc:Transferring archived files from smithi143:/var/lib/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/crash to /home/teuthworker/archive/adking-2023-11-16_17:22:00-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460926/remote/smithi143/crash 2023-11-16T18:02:16.653 DEBUG:teuthology.orchestra.run.smithi143:> sudo tar c -f - -C /var/lib/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/crash -- . 2023-11-16T18:02:16.691 INFO:teuthology.orchestra.run.smithi143.stderr:tar: /var/lib/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-16T18:02:16.691 INFO:teuthology.orchestra.run.smithi143.stderr:tar: Error is not recoverable: exiting now 2023-11-16T18:02:16.692 INFO:tasks.cephadm:Checking cluster log for badness... 2023-11-16T18:02:16.693 DEBUG:teuthology.orchestra.run.smithi042:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-11-16T18:02:16.727 INFO:teuthology.orchestra.run.smithi042.stderr:grep: /var/log/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/ceph.log: No such file or directory 2023-11-16T18:02:16.729 INFO:tasks.cephadm:Compressing logs... 2023-11-16T18:02:16.730 DEBUG:teuthology.orchestra.run.smithi042:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-11-16T18:02:16.772 DEBUG:teuthology.orchestra.run.smithi143:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-11-16T18:02:16.799 INFO:teuthology.orchestra.run.smithi143.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-16T18:02:16.799 INFO:teuthology.orchestra.run.smithi143.stderr:: No such file or directory 2023-11-16T18:02:16.799 INFO:teuthology.orchestra.run.smithi143.stderr:gzip -5 --verbose -- /var/log/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/ceph-osd.6.log 2023-11-16T18:02:16.800 INFO:teuthology.orchestra.run.smithi143.stderr:gzip -5 /var/log/ceph/cephadm.log: --verbose -- /var/log/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/ceph-volume.log 2023-11-16T18:02:16.800 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/ceph-osd.7.log 2023-11-16T18:02:16.801 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi143.uyynqu.log 2023-11-16T18:02:16.801 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/ceph-osd.4.log 2023-11-16T18:02:16.801 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi143.uyynqu.log: gzip -5 --verbose -- /var/log/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/ceph-mon.smithi143.log 2023-11-16T18:02:16.803 INFO:teuthology.orchestra.run.smithi042.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-16T18:02:16.804 INFO:teuthology.orchestra.run.smithi042.stderr:: No such file or directory 2023-11-16T18:02:16.804 INFO:teuthology.orchestra.run.smithi042.stderr:gzip -5 --verbose -- /var/log/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/ceph-volume.log 2023-11-16T18:02:16.805 INFO:teuthology.orchestra.run.smithi042.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/ceph-osd.2.log 2023-11-16T18:02:16.805 INFO:teuthology.orchestra.run.smithi042.stderr:/var/log/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/ceph-mon.smithi042.log 2023-11-16T18:02:16.805 INFO:teuthology.orchestra.run.smithi042.stderr:/var/log/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/ceph-osd.3.log 2023-11-16T18:02:16.806 INFO:teuthology.orchestra.run.smithi042.stderr:/var/log/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/ceph-mon.smithi042.log: gzip -5 --verbose -- /var/log/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/ceph-osd.0.log 2023-11-16T18:02:16.807 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/ceph-osd.4.log: /var/log/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/ceph-mon.smithi143.log: 91.0% -- replaced with /var/log/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/ceph-volume.log.gz 2023-11-16T18:02:16.807 INFO:teuthology.orchestra.run.smithi143.stderr: 89.8% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-16T18:02:16.807 INFO:teuthology.orchestra.run.smithi143.stderr:gzip -5 --verbose -- /var/log/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/ceph-mds.foofs.smithi143.mjklhf.log 2023-11-16T18:02:16.808 INFO:teuthology.orchestra.run.smithi143.stderr:gzip -5 --verbose -- /var/log/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/ceph-osd.5.log 2023-11-16T18:02:16.808 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/ceph-mds.foofs.smithi143.mjklhf.log: 60.3% -- replaced with /var/log/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/ceph-mds.foofs.smithi143.mjklhf.log.gz 2023-11-16T18:02:16.811 INFO:teuthology.orchestra.run.smithi042.stderr:/var/log/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/ceph-osd.3.log: /var/log/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/ceph-osd.0.log: 90.8% -- replaced with /var/log/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/ceph-volume.log.gz 2023-11-16T18:02:16.811 INFO:teuthology.orchestra.run.smithi042.stderr:gzip -5 --verbose -- /var/log/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi042.ozybzf.log 2023-11-16T18:02:16.812 INFO:teuthology.orchestra.run.smithi042.stderr:gzip -5 --verbose -- /var/log/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/ceph-mds.foofs.smithi042.xewouy.log 2023-11-16T18:02:16.815 INFO:teuthology.orchestra.run.smithi042.stderr:/var/log/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi042.ozybzf.log: /var/log/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/ceph-mds.foofs.smithi042.xewouy.log: 80.7% -- replaced with /var/log/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/ceph-mds.foofs.smithi042.xewouy.log.gz 2023-11-16T18:02:16.816 INFO:teuthology.orchestra.run.smithi042.stderr:gzip -5 --verbose -- /var/log/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/ceph-osd.1.log 2023-11-16T18:02:16.816 INFO:teuthology.orchestra.run.smithi042.stderr:/var/log/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/ceph-osd.1.log: 90.4% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-16T18:02:16.939 INFO:teuthology.orchestra.run.smithi042.stderr: 88.5% -- replaced with /var/log/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi042.ozybzf.log.gz 2023-11-16T18:02:16.939 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/ceph-osd.5.log: 90.1% -- replaced with /var/log/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi143.uyynqu.log.gz 2023-11-16T18:02:17.196 INFO:teuthology.orchestra.run.smithi143.stderr: 92.3% -- replaced with /var/log/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/ceph-mon.smithi143.log.gz 2023-11-16T18:02:17.886 INFO:teuthology.orchestra.run.smithi042.stderr: 91.6% -- replaced with /var/log/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/ceph-mon.smithi042.log.gz 2023-11-16T18:02:25.400 INFO:teuthology.orchestra.run.smithi042.stderr: 94.5% -- replaced with /var/log/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/ceph-osd.2.log.gz 2023-11-16T18:02:26.625 INFO:teuthology.orchestra.run.smithi143.stderr: 94.0% -- replaced with /var/log/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/ceph-osd.4.log.gz 2023-11-16T18:02:28.097 INFO:teuthology.orchestra.run.smithi143.stderr: 94.3% -- replaced with /var/log/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/ceph-osd.6.log.gz 2023-11-16T18:02:29.615 INFO:teuthology.orchestra.run.smithi042.stderr: 94.1% -- replaced with /var/log/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/ceph-osd.0.log.gz 2023-11-16T18:02:29.615 INFO:teuthology.orchestra.run.smithi042.stderr: 94.1% -- replaced with /var/log/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/ceph-osd.3.log.gz 2023-11-16T18:02:30.134 INFO:teuthology.orchestra.run.smithi042.stderr: 94.3% -- replaced with /var/log/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/ceph-osd.1.log.gz 2023-11-16T18:02:30.136 INFO:teuthology.orchestra.run.smithi042.stderr: 2023-11-16T18:02:30.136 INFO:teuthology.orchestra.run.smithi042.stderr:real 0m13.345s 2023-11-16T18:02:30.137 INFO:teuthology.orchestra.run.smithi042.stderr:user 0m45.868s 2023-11-16T18:02:30.137 INFO:teuthology.orchestra.run.smithi042.stderr:sys 0m1.829s 2023-11-16T18:02:30.732 INFO:teuthology.orchestra.run.smithi143.stderr: 94.3% -- replaced with /var/log/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/ceph-osd.5.log.gz 2023-11-16T18:02:33.954 INFO:teuthology.orchestra.run.smithi143.stderr: 94.2% -- replaced with /var/log/ceph/fc99696c-84a6-11ee-8dbe-212e2dc638e7/ceph-osd.7.log.gz 2023-11-16T18:02:33.956 INFO:teuthology.orchestra.run.smithi143.stderr: 2023-11-16T18:02:33.956 INFO:teuthology.orchestra.run.smithi143.stderr:real 0m17.167s 2023-11-16T18:02:33.956 INFO:teuthology.orchestra.run.smithi143.stderr:user 0m50.665s 2023-11-16T18:02:33.956 INFO:teuthology.orchestra.run.smithi143.stderr:sys 0m2.024s 2023-11-16T18:02:33.957 INFO:tasks.cephadm:Archiving logs... 2023-11-16T18:02:33.957 DEBUG:teuthology.misc:Transferring archived files from smithi042:/var/log/ceph to /home/teuthworker/archive/adking-2023-11-16_17:22:00-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460926/remote/smithi042/log 2023-11-16T18:02:33.958 DEBUG:teuthology.orchestra.run.smithi042:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-16T18:02:40.051 DEBUG:teuthology.misc:Transferring archived files from smithi143:/var/log/ceph to /home/teuthworker/archive/adking-2023-11-16_17:22:00-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460926/remote/smithi143/log 2023-11-16T18:02:40.052 DEBUG:teuthology.orchestra.run.smithi143:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-16T18:02:47.434 INFO:tasks.cephadm:Removing cluster... 2023-11-16T18:02:47.435 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 --force 2023-11-16T18:02:47.845 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fc99696c-84a6-11ee-8dbe-212e2dc638e7 --force 2023-11-16T18:02:48.416 INFO:tasks.cephadm:Removing cephadm ... 2023-11-16T18:02:48.416 DEBUG:teuthology.orchestra.run.smithi042:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-16T18:02:48.440 DEBUG:teuthology.orchestra.run.smithi143:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-16T18:02:48.458 INFO:tasks.cephadm:Teardown complete 2023-11-16T18:02:48.459 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-11-16T18:02:48.469 INFO:teuthology.task.clock:Checking final clock skew... 2023-11-16T18:02:48.470 DEBUG:teuthology.orchestra.run.smithi042:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-16T18:02:48.483 DEBUG:teuthology.orchestra.run.smithi143:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-16T18:02:48.503 INFO:teuthology.orchestra.run.smithi042.stderr:bash: ntpq: command not found 2023-11-16T18:02:48.508 INFO:teuthology.orchestra.run.smithi042.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-16T18:02:48.508 INFO:teuthology.orchestra.run.smithi042.stdout:=============================================================================== 2023-11-16T18:02:48.508 INFO:teuthology.orchestra.run.smithi042.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 31 +1947us[+1947us] +/- 77ms 2023-11-16T18:02:48.508 INFO:teuthology.orchestra.run.smithi042.stdout:^* hv02.front.sepia.ceph.com 3 6 377 32 -177us[ -116us] +/- 60ms 2023-11-16T18:02:48.508 INFO:teuthology.orchestra.run.smithi042.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 32 -1544us[-1483us] +/- 72ms 2023-11-16T18:02:48.509 INFO:teuthology.orchestra.run.smithi042.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T18:02:48.514 INFO:teuthology.orchestra.run.smithi143.stderr:bash: ntpq: command not found 2023-11-16T18:02:48.519 INFO:teuthology.orchestra.run.smithi143.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-16T18:02:48.519 INFO:teuthology.orchestra.run.smithi143.stdout:=============================================================================== 2023-11-16T18:02:48.519 INFO:teuthology.orchestra.run.smithi143.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 35 +1939us[+1954us] +/- 77ms 2023-11-16T18:02:48.519 INFO:teuthology.orchestra.run.smithi143.stdout:^* hv02.front.sepia.ceph.com 3 6 377 31 -184us[ -168us] +/- 60ms 2023-11-16T18:02:48.519 INFO:teuthology.orchestra.run.smithi143.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 36 -1564us[-1548us] +/- 72ms 2023-11-16T18:02:48.520 INFO:teuthology.orchestra.run.smithi143.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T18:02:48.521 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-11-16T18:02:48.533 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-11-16T18:02:48.533 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-11-16T18:02:48.544 DEBUG:teuthology.orchestra.run.smithi042:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-11-16T18:02:48.663 DEBUG:teuthology.orchestra.run.smithi143:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-11-16T18:02:48.754 DEBUG:teuthology.orchestra.run.smithi042:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-16T18:02:48.794 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T18:02:48.795 DEBUG:teuthology.orchestra.run.smithi143:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-16T18:02:48.827 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T18:02:48.828 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-11-16T18:02:48.837 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-11-16T18:02:48.848 INFO:teuthology.task.internal:Duration was 1958.149480 seconds 2023-11-16T18:02:48.848 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-11-16T18:02:48.858 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-11-16T18:02:48.859 DEBUG:teuthology.orchestra.run.smithi042:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-16T18:02:48.861 DEBUG:teuthology.orchestra.run.smithi143:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-16T18:02:48.914 INFO:teuthology.orchestra.run.smithi143.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-16T18:02:48.918 INFO:teuthology.orchestra.run.smithi042.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-16T18:02:49.358 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-11-16T18:02:49.358 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi042.front.sepia.ceph.com 2023-11-16T18:02:49.358 DEBUG:teuthology.orchestra.run.smithi042:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-11-16T18:02:49.390 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi143.front.sepia.ceph.com 2023-11-16T18:02:49.390 DEBUG:teuthology.orchestra.run.smithi143:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-11-16T18:02:49.412 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-11-16T18:02:49.413 DEBUG:teuthology.orchestra.run.smithi042:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-16T18:02:49.433 DEBUG:teuthology.orchestra.run.smithi143:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-16T18:02:49.523 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-11-16T18:02:49.523 DEBUG:teuthology.orchestra.run.smithi042:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-16T18:02:49.526 DEBUG:teuthology.orchestra.run.smithi143:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-16T18:02:58.395 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-11-16T18:02:58.407 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-11-16T18:02:58.408 DEBUG:teuthology.orchestra.run.smithi042:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-16T18:02:58.439 DEBUG:teuthology.orchestra.run.smithi143:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-16T18:02:58.473 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-11-16T18:02:58.485 DEBUG:teuthology.orchestra.run.smithi042:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-11-16T18:02:58.487 DEBUG:teuthology.orchestra.run.smithi143:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-11-16T18:02:58.517 INFO:teuthology.orchestra.run.smithi042.stdout:kernel.core_pattern = core 2023-11-16T18:02:58.545 INFO:teuthology.orchestra.run.smithi143.stdout:kernel.core_pattern = core 2023-11-16T18:02:58.594 DEBUG:teuthology.orchestra.run.smithi042:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-16T18:02:58.616 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T18:02:58.616 DEBUG:teuthology.orchestra.run.smithi143:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-16T18:02:58.654 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T18:02:58.655 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-11-16T18:02:58.670 INFO:teuthology.task.internal:Transferring archived files... 2023-11-16T18:02:58.672 DEBUG:teuthology.misc:Transferring archived files from smithi042:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-11-16_17:22:00-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460926/remote/smithi042 2023-11-16T18:02:58.672 DEBUG:teuthology.orchestra.run.smithi042:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-16T18:02:58.749 DEBUG:teuthology.misc:Transferring archived files from smithi143:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-11-16_17:22:00-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460926/remote/smithi143 2023-11-16T18:02:58.750 DEBUG:teuthology.orchestra.run.smithi143:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-16T18:02:58.794 INFO:teuthology.task.internal:Removing archive directory... 2023-11-16T18:02:58.795 DEBUG:teuthology.orchestra.run.smithi042:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-16T18:02:58.797 DEBUG:teuthology.orchestra.run.smithi143:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-16T18:02:58.846 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-11-16T18:02:58.859 INFO:teuthology.task.internal:Not uploading archives. 2023-11-16T18:02:58.860 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-11-16T18:02:58.871 INFO:teuthology.task.internal:Tidying up after the test... 2023-11-16T18:02:58.872 DEBUG:teuthology.orchestra.run.smithi042:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-16T18:02:58.875 DEBUG:teuthology.orchestra.run.smithi143:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-16T18:02:58.894 INFO:teuthology.orchestra.run.smithi042.stdout: 526094 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 16 18:02 /home/ubuntu/cephtest 2023-11-16T18:02:58.905 INFO:teuthology.orchestra.run.smithi143.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 16 18:02 /home/ubuntu/cephtest 2023-11-16T18:02:58.908 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-11-16T18:02:58.920 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-11-16T18:02:58.946 INFO:teuthology.nuke:Checking targets against current locks 2023-11-16T18:02:58.975 DEBUG:teuthology.nuke:shortname: smithi042 2023-11-16T18:02:58.976 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-16T18:02:59.002 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi042.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-11-16_17:22:00-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460926', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-16 17:22:06.926292', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKROUHq5MleittepI1vsRdFZfUtPnCbJMAkn0IChcz89D5+B9Wn6SeVwrVhXVKknvPLxWW9bb+sBR28kcKChKyM='} 2023-11-16T18:02:59.003 DEBUG:teuthology.nuke:shortname: smithi143 2023-11-16T18:02:59.004 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-16T18:02:59.024 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi143.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-11-16_17:22:00-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460926', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-16 17:22:06.928239', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKHiz1VflOptJvUD/T1RF1p0l4kdiXe0Nw2GU0ZdGkxPGRD5wD94jbG65zSpXpTlkQd+dmw6QscsMAH/rajNRPc='} 2023-11-16T18:02:59.058 INFO:teuthology.orchestra.console.smithi042:Power off 2023-11-16T18:02:59.059 DEBUG:teuthology.orchestra.console.smithi042:pexpect command: ipmitool -H smithi042.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-16T18:02:59.074 INFO:teuthology.orchestra.console.smithi143:Power off 2023-11-16T18:02:59.075 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-16T18:02:59.083 DEBUG:teuthology.orchestra.console.smithi042:power off output: Chassis Power Control: Down/Off 2023-11-16T18:02:59.084 DEBUG:teuthology.orchestra.console.smithi042:pexpect command: ipmitool -H smithi042.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T18:02:59.098 DEBUG:teuthology.orchestra.console.smithi143:power off output: Chassis Power Control: Down/Off 2023-11-16T18:02:59.098 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T18:02:59.107 DEBUG:teuthology.orchestra.console.smithi042:check power output: Chassis Power is on 2023-11-16T18:02:59.121 DEBUG:teuthology.orchestra.console.smithi143:check power output: Chassis Power is on 2023-11-16T18:03:03.109 DEBUG:teuthology.orchestra.console.smithi042:pexpect command: ipmitool -H smithi042.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T18:03:03.121 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T18:03:03.223 DEBUG:teuthology.orchestra.console.smithi042:check power output: Chassis Power is on 2023-11-16T18:03:03.231 DEBUG:teuthology.orchestra.console.smithi143:check power output: Chassis Power is on 2023-11-16T18:03:07.226 DEBUG:teuthology.orchestra.console.smithi042:pexpect command: ipmitool -H smithi042.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T18:03:07.234 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T18:03:07.336 DEBUG:teuthology.orchestra.console.smithi042:check power output: Chassis Power is off 2023-11-16T18:03:07.343 DEBUG:teuthology.orchestra.console.smithi143:check power output: Chassis Power is off 2023-11-16T18:03:07.438 INFO:teuthology.orchestra.console.smithi042:Power off completed 2023-11-16T18:03:07.445 INFO:teuthology.orchestra.console.smithi143:Power off completed 2023-11-16T18:03:07.550 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: 1958.149480342865 failure_reason: 'Command failed on smithi042 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 fc99696c-84a6-11ee-8dbe-212e2dc638e7 -e sha1=50bc6740f385afe4f36770e739358479a73d8add -- bash -c \''ceph versions | jq -e \''"\''"\''.overall | length == 1\''"\''"\''\''''' owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=083b650f6bf34bc89c2204c71e66cdfb status: fail success: false 2023-11-16T18:03:07.550 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-16T18:03:07.633 INFO:teuthology.run:FAIL