2023-10-08T02:53:36.139 INFO:root:teuthology version: 0.0.1.dev194+g54e62bc 2023-10-08T02:53:36.139 DEBUG:teuthology.run:Teuthology command: teuthology --description orch/cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/17.2.0 1-start 2-nfs 3-upgrade-with-workload 4-final} --verbose --name yuriw-2023-10-07_14:03:45-orch-main-distro-default-smithi --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2023-10-07_14:03:45-orch-main-distro-default-smithi/7417149 -- /home/teuthworker/archive/yuriw-2023-10-07_14:03:45-orch-main-distro-default-smithi/7417149/orig.config.yaml 2023-10-08T02:53:36.178 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-10-08T02:53:36.430 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-10-07_14:03:45-orch-main-distro-default-smithi/7417149 branch: main description: orch/cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/17.2.0 1-start 2-nfs 3-upgrade-with-workload 4-final} email: yweinste@redhat.com first_in_suite: false job_id: '7417149' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-10-07_14:03:45-orch-main-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 8.stream overrides: admin_socket: branch: main ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 9725b08fd801c82987c737f7e6d354878f036ee8 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 9725b08fd801c82987c737f7e6d354878f036ee8 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: main sha1: 9725b08fd801c82987c737f7e6d354878f036ee8 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/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: 9235 sha1: 9725b08fd801c82987c737f7e6d354878f036ee8 sleep_before_teardown: 0 subset: 111/120000 suite: orch suite_branch: main suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_9725b08fd801c82987c737f7e6d354878f036ee8/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 9725b08fd801c82987c737f7e6d354878f036ee8 targets: smithi019.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMJMD2utSxEpK+PGv4bZiw+r8Kp0qUr5t6awECuvBX4YJVYDP877MDF8QvDWECOU+VL/pr2ToIDgLirrlog7RUk= smithi046.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKjwMZXUAaXIOseCqJadCs7MX1/E+XfdXdG0fDgj8BkqNQJ9C+bFOtNGmy1B8+so88aKYsOcU/HwB5xY5fD5ETg= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - cephadm: cephadm_branch: v17.2.0 cephadm_git_url: https://github.com/ceph/ceph image: quay.io/ceph/ceph:v17.2.0 roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.wait_for_service: service: mds.foofs - cephadm.shell: host.a: - ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2 - ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done - vip.exec: host.a: - mkdir /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done - echo test > /mnt/foo/testfile - sync - parallel: - upgrade-tasks - workload-tasks - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs cluster ls | grep foo - ceph nfs export ls foo --detailed - rados -p .nfs --all ls - - ceph config get mgr mgr/cephadm/migration_current | grep 6 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 54e62bcbac4e53d9685e08328b790d3b20d71cae timestamp: 2023-10-07_14:03:45 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: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2830 workload-tasks: sequential: - exec: host.a: - cd /mnt/foo && dbench 5 -t 600 || true - umount /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done - cd /mnt/foo && dbench 5 -t 5 2023-10-08T02:53:36.431 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_9725b08fd801c82987c737f7e6d354878f036ee8/qa; will attempt to use it 2023-10-08T02:53:36.432 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_9725b08fd801c82987c737f7e6d354878f036ee8/qa/tasks 2023-10-08T02:53:36.432 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-10-08T02:53:36.434 INFO:teuthology.task.internal:Checking packages... 2023-10-08T02:53:36.457 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '9725b08fd801c82987c737f7e6d354878f036ee8' 2023-10-08T02:53:36.457 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-10-08T02:53:36.457 INFO:teuthology.packaging:ref: None 2023-10-08T02:53:36.458 INFO:teuthology.packaging:tag: None 2023-10-08T02:53:36.458 INFO:teuthology.packaging:branch: main 2023-10-08T02:53:36.458 INFO:teuthology.packaging:sha1: 9725b08fd801c82987c737f7e6d354878f036ee8 2023-10-08T02:53:36.458 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=main 2023-10-08T02:53:36.709 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-6613.gb05d167b 2023-10-08T02:53:36.710 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-10-08T02:53:36.716 INFO:teuthology.task.internal:no buildpackages task found 2023-10-08T02:53:36.716 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-10-08T02:53:36.731 INFO:teuthology.task.internal:Saving configuration 2023-10-08T02:53:36.746 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-10-08T02:53:36.752 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-08T02:53:36.778 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi019.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-10-07_14:03:45-orch-main-distro-default-smithi/7417149', '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-10-08 02:48:26.391129', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMJMD2utSxEpK+PGv4bZiw+r8Kp0qUr5t6awECuvBX4YJVYDP877MDF8QvDWECOU+VL/pr2ToIDgLirrlog7RUk='} 2023-10-08T02:53:36.799 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi046.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-10-07_14:03:45-orch-main-distro-default-smithi/7417149', '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-10-08 02:48:26.392853', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKjwMZXUAaXIOseCqJadCs7MX1/E+XfdXdG0fDgj8BkqNQJ9C+bFOtNGmy1B8+so88aKYsOcU/HwB5xY5fD5ETg='} 2023-10-08T02:53:36.799 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-10-08T02:53:36.806 INFO:teuthology.task.internal:roles: ubuntu@smithi019.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2023-10-08T02:53:36.806 INFO:teuthology.task.internal:roles: ubuntu@smithi046.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2023-10-08T02:53:36.806 INFO:teuthology.run_tasks:Running task console_log... 2023-10-08T02:53:36.877 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f4a71345280>, signals=[15]) 2023-10-08T02:53:36.878 INFO:teuthology.run_tasks:Running task internal.connect... 2023-10-08T02:53:36.884 INFO:teuthology.task.internal:Opening connections... 2023-10-08T02:53:36.884 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi019.front.sepia.ceph.com 2023-10-08T02:53:36.886 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi019.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-08T02:53:36.956 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi046.front.sepia.ceph.com 2023-10-08T02:53:36.957 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-08T02:53:37.023 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-10-08T02:53:37.030 DEBUG:teuthology.orchestra.run.smithi019:> uname -m 2023-10-08T02:53:37.053 INFO:teuthology.orchestra.run.smithi019.stdout:x86_64 2023-10-08T02:53:37.079 DEBUG:teuthology.orchestra.run.smithi019:> cat /etc/os-release 2023-10-08T02:53:37.115 INFO:teuthology.orchestra.run.smithi019.stdout:NAME="CentOS Stream" 2023-10-08T02:53:37.115 INFO:teuthology.orchestra.run.smithi019.stdout:VERSION="8" 2023-10-08T02:53:37.115 INFO:teuthology.orchestra.run.smithi019.stdout:ID="centos" 2023-10-08T02:53:37.115 INFO:teuthology.orchestra.run.smithi019.stdout:ID_LIKE="rhel fedora" 2023-10-08T02:53:37.115 INFO:teuthology.orchestra.run.smithi019.stdout:VERSION_ID="8" 2023-10-08T02:53:37.115 INFO:teuthology.orchestra.run.smithi019.stdout:PLATFORM_ID="platform:el8" 2023-10-08T02:53:37.115 INFO:teuthology.orchestra.run.smithi019.stdout:PRETTY_NAME="CentOS Stream 8" 2023-10-08T02:53:37.115 INFO:teuthology.orchestra.run.smithi019.stdout:ANSI_COLOR="0;31" 2023-10-08T02:53:37.116 INFO:teuthology.orchestra.run.smithi019.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-10-08T02:53:37.116 INFO:teuthology.orchestra.run.smithi019.stdout:HOME_URL="https://centos.org/" 2023-10-08T02:53:37.116 INFO:teuthology.orchestra.run.smithi019.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-10-08T02:53:37.116 INFO:teuthology.orchestra.run.smithi019.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-10-08T02:53:37.116 INFO:teuthology.orchestra.run.smithi019.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-10-08T02:53:37.117 INFO:teuthology.lock.ops:Updating smithi019.front.sepia.ceph.com on lock server 2023-10-08T02:53:37.145 DEBUG:teuthology.orchestra.run.smithi046:> uname -m 2023-10-08T02:53:37.168 INFO:teuthology.orchestra.run.smithi046.stdout:x86_64 2023-10-08T02:53:37.168 DEBUG:teuthology.orchestra.run.smithi046:> cat /etc/os-release 2023-10-08T02:53:37.231 INFO:teuthology.orchestra.run.smithi046.stdout:NAME="CentOS Stream" 2023-10-08T02:53:37.231 INFO:teuthology.orchestra.run.smithi046.stdout:VERSION="8" 2023-10-08T02:53:37.231 INFO:teuthology.orchestra.run.smithi046.stdout:ID="centos" 2023-10-08T02:53:37.231 INFO:teuthology.orchestra.run.smithi046.stdout:ID_LIKE="rhel fedora" 2023-10-08T02:53:37.231 INFO:teuthology.orchestra.run.smithi046.stdout:VERSION_ID="8" 2023-10-08T02:53:37.231 INFO:teuthology.orchestra.run.smithi046.stdout:PLATFORM_ID="platform:el8" 2023-10-08T02:53:37.231 INFO:teuthology.orchestra.run.smithi046.stdout:PRETTY_NAME="CentOS Stream 8" 2023-10-08T02:53:37.231 INFO:teuthology.orchestra.run.smithi046.stdout:ANSI_COLOR="0;31" 2023-10-08T02:53:37.231 INFO:teuthology.orchestra.run.smithi046.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-10-08T02:53:37.231 INFO:teuthology.orchestra.run.smithi046.stdout:HOME_URL="https://centos.org/" 2023-10-08T02:53:37.232 INFO:teuthology.orchestra.run.smithi046.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-10-08T02:53:37.232 INFO:teuthology.orchestra.run.smithi046.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-10-08T02:53:37.232 INFO:teuthology.orchestra.run.smithi046.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-10-08T02:53:37.232 INFO:teuthology.lock.ops:Updating smithi046.front.sepia.ceph.com on lock server 2023-10-08T02:53:37.262 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-10-08T02:53:37.272 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-10-08T02:53:37.277 INFO:teuthology.task.internal:Checking for old test directory... 2023-10-08T02:53:37.277 DEBUG:teuthology.orchestra.run.smithi019:> test '!' -e /home/ubuntu/cephtest 2023-10-08T02:53:37.280 DEBUG:teuthology.orchestra.run.smithi046:> test '!' -e /home/ubuntu/cephtest 2023-10-08T02:53:37.301 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-10-08T02:53:37.307 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-10-08T02:53:37.307 DEBUG:teuthology.orchestra.run.smithi019:> test -z $(ls -A /var/lib/ceph) 2023-10-08T02:53:37.342 DEBUG:teuthology.orchestra.run.smithi046:> test -z $(ls -A /var/lib/ceph) 2023-10-08T02:53:37.381 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-10-08T02:53:37.437 INFO:teuthology.run_tasks:Running task kernel... 2023-10-08T02:53:37.451 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-10-08T02:53:37.451 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-10-08T02:53:37.451 DEBUG:teuthology.orchestra.run.smithi019:> test -f /run/.containerenv -o -f /.dockerenv 2023-10-08T02:53:37.452 DEBUG:teuthology.orchestra.run.smithi046:> test -f /run/.containerenv -o -f /.dockerenv 2023-10-08T02:53:37.472 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-08T02:53:37.472 DEBUG:teuthology.orchestra.run.smithi019:> uname -r 2023-10-08T02:53:37.473 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-08T02:53:37.474 DEBUG:teuthology.orchestra.run.smithi046:> uname -r 2023-10-08T02:53:37.535 INFO:teuthology.orchestra.run.smithi019.stdout:4.18.0-489.el8.x86_64 2023-10-08T02:53:37.535 INFO:teuthology.task.kernel:Running kernel on smithi019: 4.18.0-489.el8.x86_64 2023-10-08T02:53:37.535 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum install -y kernel 2023-10-08T02:53:37.536 INFO:teuthology.orchestra.run.smithi046.stdout:4.18.0-489.el8.x86_64 2023-10-08T02:53:37.536 INFO:teuthology.task.kernel:Running kernel on smithi046: 4.18.0-489.el8.x86_64 2023-10-08T02:53:37.536 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum install -y kernel 2023-10-08T02:53:42.217 INFO:teuthology.orchestra.run.smithi019.stdout:CentOS Stream 8 - AppStream 16 MB/s | 33 MB 00:02 2023-10-08T02:53:42.221 INFO:teuthology.orchestra.run.smithi046.stdout:CentOS Stream 8 - AppStream 17 MB/s | 33 MB 00:02 2023-10-08T02:53:50.264 INFO:teuthology.orchestra.run.smithi046.stdout:CentOS Stream 8 - BaseOS 30 MB/s | 48 MB 00:01 2023-10-08T02:53:50.584 INFO:teuthology.orchestra.run.smithi019.stdout:CentOS Stream 8 - BaseOS 25 MB/s | 48 MB 00:01 2023-10-08T02:53:57.696 INFO:teuthology.orchestra.run.smithi046.stdout:CentOS Stream 8 - Extras 115 kB/s | 18 kB 00:00 2023-10-08T02:53:58.105 INFO:teuthology.orchestra.run.smithi046.stdout:CentOS Stream 8 - Extras common packages 32 kB/s | 6.9 kB 00:00 2023-10-08T02:53:58.250 INFO:teuthology.orchestra.run.smithi019.stdout:CentOS Stream 8 - Extras 57 kB/s | 18 kB 00:00 2023-10-08T02:53:58.448 INFO:teuthology.orchestra.run.smithi046.stdout:Copr repo for python3-asyncssh owned by ceph 19 kB/s | 3.5 kB 00:00 2023-10-08T02:53:58.826 INFO:teuthology.orchestra.run.smithi019.stdout:CentOS Stream 8 - Extras common packages 18 kB/s | 6.9 kB 00:00 2023-10-08T02:53:59.153 INFO:teuthology.orchestra.run.smithi019.stdout:Copr repo for python3-asyncssh owned by ceph 22 kB/s | 3.5 kB 00:00 2023-10-08T02:54:01.151 INFO:teuthology.orchestra.run.smithi046.stdout:Extra Packages for Enterprise Linux 6.2 MB/s | 16 MB 00:02 2023-10-08T02:54:01.447 INFO:teuthology.orchestra.run.smithi019.stdout:Extra Packages for Enterprise Linux 7.5 MB/s | 16 MB 00:02 2023-10-08T02:54:05.173 INFO:teuthology.orchestra.run.smithi046.stdout:lab-extras 288 kB/s | 24 kB 00:00 2023-10-08T02:54:05.587 INFO:teuthology.orchestra.run.smithi019.stdout:lab-extras 331 kB/s | 24 kB 00:00 2023-10-08T02:54:08.889 INFO:teuthology.orchestra.run.smithi046.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-10-08T02:54:08.890 INFO:teuthology.orchestra.run.smithi046.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-10-08T02:54:09.173 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2023-10-08T02:54:09.174 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2023-10-08T02:54:09.174 INFO:teuthology.orchestra.run.smithi046.stdout: Package Architecture Version Repository Size 2023-10-08T02:54:09.174 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2023-10-08T02:54:09.174 INFO:teuthology.orchestra.run.smithi046.stdout:Installing: 2023-10-08T02:54:09.174 INFO:teuthology.orchestra.run.smithi046.stdout: kernel x86_64 4.18.0-514.el8 baseos 10 M 2023-10-08T02:54:09.175 INFO:teuthology.orchestra.run.smithi046.stdout:Installing dependencies: 2023-10-08T02:54:09.175 INFO:teuthology.orchestra.run.smithi046.stdout: kernel-core x86_64 4.18.0-514.el8 baseos 43 M 2023-10-08T02:54:09.175 INFO:teuthology.orchestra.run.smithi046.stdout: kernel-modules x86_64 4.18.0-514.el8 baseos 35 M 2023-10-08T02:54:09.175 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-10-08T02:54:09.175 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction Summary 2023-10-08T02:54:09.175 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2023-10-08T02:54:09.175 INFO:teuthology.orchestra.run.smithi046.stdout:Install 3 Packages 2023-10-08T02:54:09.175 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-10-08T02:54:09.176 INFO:teuthology.orchestra.run.smithi046.stdout:Total download size: 88 M 2023-10-08T02:54:09.176 INFO:teuthology.orchestra.run.smithi046.stdout:Installed size: 96 M 2023-10-08T02:54:09.176 INFO:teuthology.orchestra.run.smithi046.stdout:Downloading Packages: 2023-10-08T02:54:09.428 INFO:teuthology.orchestra.run.smithi019.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-10-08T02:54:09.428 INFO:teuthology.orchestra.run.smithi019.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-10-08T02:54:09.694 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-10-08T02:54:09.695 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-10-08T02:54:09.695 INFO:teuthology.orchestra.run.smithi019.stdout: Package Architecture Version Repository Size 2023-10-08T02:54:09.695 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-10-08T02:54:09.695 INFO:teuthology.orchestra.run.smithi019.stdout:Installing: 2023-10-08T02:54:09.695 INFO:teuthology.orchestra.run.smithi019.stdout: kernel x86_64 4.18.0-514.el8 baseos 10 M 2023-10-08T02:54:09.696 INFO:teuthology.orchestra.run.smithi019.stdout:Installing dependencies: 2023-10-08T02:54:09.696 INFO:teuthology.orchestra.run.smithi019.stdout: kernel-core x86_64 4.18.0-514.el8 baseos 43 M 2023-10-08T02:54:09.696 INFO:teuthology.orchestra.run.smithi019.stdout: kernel-modules x86_64 4.18.0-514.el8 baseos 35 M 2023-10-08T02:54:09.696 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-10-08T02:54:09.696 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction Summary 2023-10-08T02:54:09.696 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-10-08T02:54:09.696 INFO:teuthology.orchestra.run.smithi019.stdout:Install 3 Packages 2023-10-08T02:54:09.696 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-10-08T02:54:09.697 INFO:teuthology.orchestra.run.smithi019.stdout:Total download size: 88 M 2023-10-08T02:54:09.697 INFO:teuthology.orchestra.run.smithi019.stdout:Installed size: 96 M 2023-10-08T02:54:09.697 INFO:teuthology.orchestra.run.smithi019.stdout:Downloading Packages: 2023-10-08T02:54:09.833 INFO:teuthology.orchestra.run.smithi046.stdout:(1/3): kernel-4.18.0-514.el8.x86_64.rpm 22 MB/s | 10 MB 00:00 2023-10-08T02:54:10.667 INFO:teuthology.orchestra.run.smithi046.stdout:(2/3): kernel-modules-4.18.0-514.el8.x86_64.rpm 27 MB/s | 35 MB 00:01 2023-10-08T02:54:11.159 INFO:teuthology.orchestra.run.smithi046.stdout:(3/3): kernel-core-4.18.0-514.el8.x86_64.rpm 24 MB/s | 43 MB 00:01 2023-10-08T02:54:11.159 INFO:teuthology.orchestra.run.smithi046.stdout:-------------------------------------------------------------------------------- 2023-10-08T02:54:11.159 INFO:teuthology.orchestra.run.smithi046.stdout:Total 44 MB/s | 88 MB 00:01 2023-10-08T02:54:11.554 INFO:teuthology.orchestra.run.smithi019.stdout:(1/3): kernel-4.18.0-514.el8.x86_64.rpm 15 MB/s | 10 MB 00:00 2023-10-08T02:54:11.860 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction check 2023-10-08T02:54:12.213 INFO:teuthology.orchestra.run.smithi019.stdout:(2/3): kernel-core-4.18.0-514.el8.x86_64.rpm 32 MB/s | 43 MB 00:01 2023-10-08T02:54:12.291 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction check succeeded. 2023-10-08T02:54:12.291 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction test 2023-10-08T02:54:12.672 INFO:teuthology.orchestra.run.smithi019.stdout:(3/3): kernel-modules-4.18.0-514.el8.x86_64.rpm 20 MB/s | 35 MB 00:01 2023-10-08T02:54:12.672 INFO:teuthology.orchestra.run.smithi019.stdout:-------------------------------------------------------------------------------- 2023-10-08T02:54:12.672 INFO:teuthology.orchestra.run.smithi019.stdout:Total 30 MB/s | 88 MB 00:02 2023-10-08T02:54:13.375 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction check 2023-10-08T02:54:13.590 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction test succeeded. 2023-10-08T02:54:13.623 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction 2023-10-08T02:54:13.832 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction check succeeded. 2023-10-08T02:54:13.833 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction test 2023-10-08T02:54:15.137 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction test succeeded. 2023-10-08T02:54:15.154 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction 2023-10-08T02:54:16.536 INFO:teuthology.orchestra.run.smithi046.stdout: Preparing : 1/1 2023-10-08T02:54:17.087 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : kernel-core-4.18.0-514.el8.x86_64 1/3 2023-10-08T02:54:18.078 INFO:teuthology.orchestra.run.smithi019.stdout: Preparing : 1/1 2023-10-08T02:54:18.636 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : kernel-core-4.18.0-514.el8.x86_64 1/3 2023-10-08T02:54:20.811 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: kernel-core-4.18.0-514.el8.x86_64 1/3 2023-10-08T02:54:21.195 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : kernel-modules-4.18.0-514.el8.x86_64 2/3 2023-10-08T02:54:22.371 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: kernel-core-4.18.0-514.el8.x86_64 1/3 2023-10-08T02:54:22.744 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : kernel-modules-4.18.0-514.el8.x86_64 2/3 2023-10-08T02:54:24.818 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: kernel-modules-4.18.0-514.el8.x86_64 2/3 2023-10-08T02:54:25.128 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : kernel-4.18.0-514.el8.x86_64 3/3 2023-10-08T02:54:26.367 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: kernel-modules-4.18.0-514.el8.x86_64 2/3 2023-10-08T02:54:26.678 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : kernel-4.18.0-514.el8.x86_64 3/3 2023-10-08T02:54:48.331 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: kernel-core-4.18.0-514.el8.x86_64 3/3 2023-10-08T02:54:48.356 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: kernel-modules-4.18.0-514.el8.x86_64 3/3 2023-10-08T02:54:48.716 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: kernel-4.18.0-514.el8.x86_64 3/3 2023-10-08T02:54:48.717 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : kernel-4.18.0-514.el8.x86_64 1/3 2023-10-08T02:54:48.717 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : kernel-core-4.18.0-514.el8.x86_64 2/3 2023-10-08T02:54:49.528 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : kernel-modules-4.18.0-514.el8.x86_64 3/3 2023-10-08T02:54:49.528 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-10-08T02:54:49.528 INFO:teuthology.orchestra.run.smithi046.stdout:Installed: 2023-10-08T02:54:49.528 INFO:teuthology.orchestra.run.smithi046.stdout: kernel-4.18.0-514.el8.x86_64 kernel-core-4.18.0-514.el8.x86_64 2023-10-08T02:54:49.528 INFO:teuthology.orchestra.run.smithi046.stdout: kernel-modules-4.18.0-514.el8.x86_64 2023-10-08T02:54:49.528 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-10-08T02:54:49.529 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2023-10-08T02:54:49.679 DEBUG:teuthology.orchestra.run.smithi046:> rpm -q kernel | sort -rV | head -n 1 2023-10-08T02:54:49.864 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: kernel-core-4.18.0-514.el8.x86_64 3/3 2023-10-08T02:54:49.889 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: kernel-modules-4.18.0-514.el8.x86_64 3/3 2023-10-08T02:54:49.928 INFO:teuthology.orchestra.run.smithi046.stdout:kernel-4.18.0-514.el8.x86_64 2023-10-08T02:54:49.929 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-514.el8.x86_64 2023-10-08T02:54:49.929 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-514.el8.x86_64 2023-10-08T02:54:49.929 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-10-08T02:54:49.929 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-10-08T02:54:49.929 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-10-08T02:54:49.929 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi046.front.sepia.ceph.com, path=None, version=distro) 2023-10-08T02:54:49.929 DEBUG:teuthology.orchestra.run.smithi046:> rpm -q kernel | sort -rV | head -n 1 2023-10-08T02:54:50.147 INFO:teuthology.orchestra.run.smithi046.stdout:kernel-4.18.0-514.el8.x86_64 2023-10-08T02:54:50.147 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-514.el8.x86_64 2023-10-08T02:54:50.147 DEBUG:teuthology.orchestra.run.smithi046:> sudo rpm -qi grub2-tools 2023-10-08T02:54:50.184 INFO:teuthology.orchestra.run.smithi046.stdout:Name : grub2-tools 2023-10-08T02:54:50.184 INFO:teuthology.orchestra.run.smithi046.stdout:Epoch : 1 2023-10-08T02:54:50.185 INFO:teuthology.orchestra.run.smithi046.stdout:Version : 2.02 2023-10-08T02:54:50.185 INFO:teuthology.orchestra.run.smithi046.stdout:Release : 129.el8 2023-10-08T02:54:50.185 INFO:teuthology.orchestra.run.smithi046.stdout:Architecture: x86_64 2023-10-08T02:54:50.185 INFO:teuthology.orchestra.run.smithi046.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-10-08T02:54:50.185 INFO:teuthology.orchestra.run.smithi046.stdout:Group : System Environment/Base 2023-10-08T02:54:50.185 INFO:teuthology.orchestra.run.smithi046.stdout:Size : 9265586 2023-10-08T02:54:50.185 INFO:teuthology.orchestra.run.smithi046.stdout:License : GPLv3+ 2023-10-08T02:54:50.185 INFO:teuthology.orchestra.run.smithi046.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-10-08T02:54:50.185 INFO:teuthology.orchestra.run.smithi046.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-10-08T02:54:50.185 INFO:teuthology.orchestra.run.smithi046.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-10-08T02:54:50.185 INFO:teuthology.orchestra.run.smithi046.stdout:Build Host : kbuilder.bsys.centos.org 2023-10-08T02:54:50.185 INFO:teuthology.orchestra.run.smithi046.stdout:Relocations : (not relocatable) 2023-10-08T02:54:50.186 INFO:teuthology.orchestra.run.smithi046.stdout:Packager : CentOS BuildSystem 2023-10-08T02:54:50.186 INFO:teuthology.orchestra.run.smithi046.stdout:Vendor : CentOS 2023-10-08T02:54:50.186 INFO:teuthology.orchestra.run.smithi046.stdout:URL : http://www.gnu.org/software/grub/ 2023-10-08T02:54:50.186 INFO:teuthology.orchestra.run.smithi046.stdout:Summary : Support tools for GRUB. 2023-10-08T02:54:50.186 INFO:teuthology.orchestra.run.smithi046.stdout:Description : 2023-10-08T02:54:50.186 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-10-08T02:54:50.186 INFO:teuthology.orchestra.run.smithi046.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-10-08T02:54:50.186 INFO:teuthology.orchestra.run.smithi046.stdout:customizable bootloader with modular architecture. It supports a rich 2023-10-08T02:54:50.186 INFO:teuthology.orchestra.run.smithi046.stdout:variety of kernel formats, file systems, computer architectures and 2023-10-08T02:54:50.186 INFO:teuthology.orchestra.run.smithi046.stdout:hardware devices. 2023-10-08T02:54:50.187 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-10-08T02:54:50.187 INFO:teuthology.orchestra.run.smithi046.stdout:This subpackage provides tools for support of all platforms. 2023-10-08T02:54:50.188 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-10-08T02:54:50.188 INFO:teuthology.task.kernel:Updating grub on smithi046 to boot 4.18.0-514.el8.x86_64 2023-10-08T02:54:50.188 DEBUG:teuthology.orchestra.run.smithi046:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-10-08T02:54:50.287 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: kernel-4.18.0-514.el8.x86_64 3/3 2023-10-08T02:54:50.288 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : kernel-4.18.0-514.el8.x86_64 1/3 2023-10-08T02:54:50.288 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : kernel-core-4.18.0-514.el8.x86_64 2/3 2023-10-08T02:54:51.418 INFO:teuthology.orchestra.run.smithi046.stderr:Generating grub configuration file ... 2023-10-08T02:54:51.715 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : kernel-modules-4.18.0-514.el8.x86_64 3/3 2023-10-08T02:54:51.715 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-10-08T02:54:51.715 INFO:teuthology.orchestra.run.smithi019.stdout:Installed: 2023-10-08T02:54:51.715 INFO:teuthology.orchestra.run.smithi019.stdout: kernel-4.18.0-514.el8.x86_64 kernel-core-4.18.0-514.el8.x86_64 2023-10-08T02:54:51.715 INFO:teuthology.orchestra.run.smithi019.stdout: kernel-modules-4.18.0-514.el8.x86_64 2023-10-08T02:54:51.715 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-10-08T02:54:51.715 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-10-08T02:54:51.860 DEBUG:teuthology.orchestra.run.smithi019:> rpm -q kernel | sort -rV | head -n 1 2023-10-08T02:54:52.089 INFO:teuthology.orchestra.run.smithi019.stdout:kernel-4.18.0-514.el8.x86_64 2023-10-08T02:54:52.089 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-514.el8.x86_64 2023-10-08T02:54:52.089 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-514.el8.x86_64 2023-10-08T02:54:52.089 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-10-08T02:54:52.089 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-10-08T02:54:52.089 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-10-08T02:54:52.089 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi019.front.sepia.ceph.com, path=None, version=distro) 2023-10-08T02:54:52.090 DEBUG:teuthology.orchestra.run.smithi019:> rpm -q kernel | sort -rV | head -n 1 2023-10-08T02:54:52.308 INFO:teuthology.orchestra.run.smithi019.stdout:kernel-4.18.0-514.el8.x86_64 2023-10-08T02:54:52.308 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-514.el8.x86_64 2023-10-08T02:54:52.308 DEBUG:teuthology.orchestra.run.smithi019:> sudo rpm -qi grub2-tools 2023-10-08T02:54:52.343 INFO:teuthology.orchestra.run.smithi019.stdout:Name : grub2-tools 2023-10-08T02:54:52.344 INFO:teuthology.orchestra.run.smithi019.stdout:Epoch : 1 2023-10-08T02:54:52.344 INFO:teuthology.orchestra.run.smithi019.stdout:Version : 2.02 2023-10-08T02:54:52.344 INFO:teuthology.orchestra.run.smithi019.stdout:Release : 129.el8 2023-10-08T02:54:52.344 INFO:teuthology.orchestra.run.smithi019.stdout:Architecture: x86_64 2023-10-08T02:54:52.344 INFO:teuthology.orchestra.run.smithi019.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-10-08T02:54:52.344 INFO:teuthology.orchestra.run.smithi019.stdout:Group : System Environment/Base 2023-10-08T02:54:52.344 INFO:teuthology.orchestra.run.smithi019.stdout:Size : 9265586 2023-10-08T02:54:52.344 INFO:teuthology.orchestra.run.smithi019.stdout:License : GPLv3+ 2023-10-08T02:54:52.344 INFO:teuthology.orchestra.run.smithi019.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-10-08T02:54:52.344 INFO:teuthology.orchestra.run.smithi019.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-10-08T02:54:52.345 INFO:teuthology.orchestra.run.smithi019.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-10-08T02:54:52.345 INFO:teuthology.orchestra.run.smithi019.stdout:Build Host : kbuilder.bsys.centos.org 2023-10-08T02:54:52.345 INFO:teuthology.orchestra.run.smithi019.stdout:Relocations : (not relocatable) 2023-10-08T02:54:52.345 INFO:teuthology.orchestra.run.smithi019.stdout:Packager : CentOS BuildSystem 2023-10-08T02:54:52.345 INFO:teuthology.orchestra.run.smithi019.stdout:Vendor : CentOS 2023-10-08T02:54:52.345 INFO:teuthology.orchestra.run.smithi019.stdout:URL : http://www.gnu.org/software/grub/ 2023-10-08T02:54:52.345 INFO:teuthology.orchestra.run.smithi019.stdout:Summary : Support tools for GRUB. 2023-10-08T02:54:52.345 INFO:teuthology.orchestra.run.smithi019.stdout:Description : 2023-10-08T02:54:52.345 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-10-08T02:54:52.345 INFO:teuthology.orchestra.run.smithi019.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-10-08T02:54:52.345 INFO:teuthology.orchestra.run.smithi019.stdout:customizable bootloader with modular architecture. It supports a rich 2023-10-08T02:54:52.345 INFO:teuthology.orchestra.run.smithi019.stdout:variety of kernel formats, file systems, computer architectures and 2023-10-08T02:54:52.345 INFO:teuthology.orchestra.run.smithi019.stdout:hardware devices. 2023-10-08T02:54:52.346 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-10-08T02:54:52.346 INFO:teuthology.orchestra.run.smithi019.stdout:This subpackage provides tools for support of all platforms. 2023-10-08T02:54:52.346 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-10-08T02:54:52.347 INFO:teuthology.task.kernel:Updating grub on smithi019 to boot 4.18.0-514.el8.x86_64 2023-10-08T02:54:52.347 DEBUG:teuthology.orchestra.run.smithi019:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-10-08T02:54:53.469 INFO:teuthology.orchestra.run.smithi046.stderr:done 2023-10-08T02:54:53.470 DEBUG:teuthology.orchestra.run.smithi046:> mktemp 2023-10-08T02:54:53.491 INFO:teuthology.orchestra.run.smithi046.stdout:/tmp/tmp.xZOI57rOky 2023-10-08T02:54:53.491 DEBUG:teuthology.orchestra.run.smithi046:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.xZOI57rOky 2023-10-08T02:54:53.564 DEBUG:teuthology.orchestra.run.smithi046:> sudo chmod 0666 /tmp/tmp.xZOI57rOky 2023-10-08T02:54:53.671 INFO:teuthology.orchestra.run.smithi019.stderr:Generating grub configuration file ... 2023-10-08T02:54:53.709 DEBUG:teuthology.orchestra.remote:smithi046:/tmp/tmp.xZOI57rOky is 6KB 2023-10-08T02:54:53.756 DEBUG:teuthology.orchestra.run.smithi046:> rm -fr /tmp/tmp.xZOI57rOky 2023-10-08T02:54:53.774 DEBUG:teuthology.orchestra.run.smithi046:> sudo /bin/ls /boot/loader/entries || true 2023-10-08T02:54:53.841 INFO:teuthology.orchestra.run.smithi046.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-10-08T02:54:53.841 INFO:teuthology.orchestra.run.smithi046.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-10-08T02:54:53.841 INFO:teuthology.orchestra.run.smithi046.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-10-08T02:54:53.842 INFO:teuthology.orchestra.run.smithi046.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-514.el8.x86_64.conf 2023-10-08T02:54:53.842 DEBUG:teuthology.orchestra.run.smithi046:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-514.el8.x86_64 2023-10-08T02:54:54.003 DEBUG:teuthology.orchestra.run.smithi046:> sudo shutdown -r now 2023-10-08T02:54:55.791 INFO:teuthology.orchestra.run.smithi019.stderr:done 2023-10-08T02:54:55.792 DEBUG:teuthology.orchestra.run.smithi019:> mktemp 2023-10-08T02:54:55.817 INFO:teuthology.orchestra.run.smithi019.stdout:/tmp/tmp.HWiEbrKRyz 2023-10-08T02:54:55.817 DEBUG:teuthology.orchestra.run.smithi019:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.HWiEbrKRyz 2023-10-08T02:54:55.890 DEBUG:teuthology.orchestra.run.smithi019:> sudo chmod 0666 /tmp/tmp.HWiEbrKRyz 2023-10-08T02:54:56.038 DEBUG:teuthology.orchestra.remote:smithi019:/tmp/tmp.HWiEbrKRyz is 6KB 2023-10-08T02:54:56.087 DEBUG:teuthology.orchestra.run.smithi019:> rm -fr /tmp/tmp.HWiEbrKRyz 2023-10-08T02:54:56.105 DEBUG:teuthology.orchestra.run.smithi019:> sudo /bin/ls /boot/loader/entries || true 2023-10-08T02:54:56.181 INFO:teuthology.orchestra.run.smithi019.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-10-08T02:54:56.182 INFO:teuthology.orchestra.run.smithi019.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-10-08T02:54:56.182 INFO:teuthology.orchestra.run.smithi019.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-10-08T02:54:56.182 INFO:teuthology.orchestra.run.smithi019.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-514.el8.x86_64.conf 2023-10-08T02:54:56.183 DEBUG:teuthology.orchestra.run.smithi019:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-514.el8.x86_64 2023-10-08T02:54:56.360 DEBUG:teuthology.orchestra.run.smithi019:> sudo shutdown -r now 2023-10-08T02:55:24.030 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-10-08T02:55:24.031 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi046.front.sepia.ceph.com' 2023-10-08T02:55:24.031 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-08T02:55:26.365 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-10-08T02:55:26.366 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi019.front.sepia.ceph.com' 2023-10-08T02:55:26.366 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi019.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-08T02:55:42.458 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.46 2023-10-08T02:55:44.762 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.19 2023-10-08T02:55:51.466 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi046.front.sepia.ceph.com' 2023-10-08T02:55:51.467 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-08T02:55:53.765 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi019.front.sepia.ceph.com' 2023-10-08T02:55:53.766 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi019.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-08T02:55:54.522 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.46 2023-10-08T02:56:06.534 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi046.front.sepia.ceph.com' 2023-10-08T02:56:06.535 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-08T02:56:53.806 DEBUG:teuthology.orchestra.remote:timed out 2023-10-08T02:57:05.818 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi019.front.sepia.ceph.com' 2023-10-08T02:57:05.819 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi019.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-08T02:57:06.067 DEBUG:teuthology.orchestra.run.smithi019:> true 2023-10-08T02:57:06.404 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi019.front.sepia.ceph.com' 2023-10-08T02:57:06.405 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-514.el8.x86_64"... 2023-10-08T02:57:06.405 DEBUG:teuthology.orchestra.run.smithi019:> uname -r 2023-10-08T02:57:06.428 INFO:teuthology.orchestra.run.smithi019.stdout:4.18.0-514.el8.x86_64 2023-10-08T02:57:06.428 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-514.el8.x86_64 vs 4.18.0-514.el8.x86_64 2023-10-08T02:57:06.428 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-10-08T02:57:06.428 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-10-08T02:57:06.537 DEBUG:teuthology.orchestra.remote:timed out 2023-10-08T02:57:07.430 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-10-08T02:57:07.430 DEBUG:teuthology.orchestra.run.smithi019:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-10-08T02:57:07.516 INFO:teuthology.orchestra.run.smithi019.stdout:ttyS1 2023-10-08T02:57:07.531 DEBUG:teuthology.parallel:result is None 2023-10-08T02:57:21.537 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi046.front.sepia.ceph.com' 2023-10-08T02:57:21.538 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-08T02:57:21.856 DEBUG:teuthology.orchestra.run.smithi046:> true 2023-10-08T02:57:22.157 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi046.front.sepia.ceph.com' 2023-10-08T02:57:22.157 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-514.el8.x86_64"... 2023-10-08T02:57:22.158 DEBUG:teuthology.orchestra.run.smithi046:> uname -r 2023-10-08T02:57:22.180 INFO:teuthology.orchestra.run.smithi046.stdout:4.18.0-514.el8.x86_64 2023-10-08T02:57:22.180 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-514.el8.x86_64 vs 4.18.0-514.el8.x86_64 2023-10-08T02:57:22.180 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-10-08T02:57:22.180 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-10-08T02:57:23.181 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-10-08T02:57:23.181 DEBUG:teuthology.orchestra.run.smithi046:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-10-08T02:57:23.418 INFO:teuthology.orchestra.run.smithi046.stdout:ttyS1 2023-10-08T02:57:23.436 DEBUG:teuthology.parallel:result is None 2023-10-08T02:57:23.436 INFO:teuthology.run_tasks:Running task internal.base... 2023-10-08T02:57:23.445 INFO:teuthology.task.internal:Creating test directory... 2023-10-08T02:57:23.445 DEBUG:teuthology.orchestra.run.smithi019:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-10-08T02:57:23.448 DEBUG:teuthology.orchestra.run.smithi046:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-10-08T02:57:23.471 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-10-08T02:57:23.482 INFO:teuthology.run_tasks:Running task internal.archive... 2023-10-08T02:57:23.494 INFO:teuthology.task.internal:Creating archive directory... 2023-10-08T02:57:23.495 DEBUG:teuthology.orchestra.run.smithi019:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-10-08T02:57:23.512 DEBUG:teuthology.orchestra.run.smithi046:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-10-08T02:57:23.572 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-10-08T02:57:23.581 INFO:teuthology.task.internal:Enabling coredump saving... 2023-10-08T02:57:23.581 DEBUG:teuthology.orchestra.run.smithi019:> 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-10-08T02:57:23.591 DEBUG:teuthology.orchestra.run.smithi046:> 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-10-08T02:57:23.635 INFO:teuthology.orchestra.run.smithi019.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-08T02:57:23.637 INFO:teuthology.orchestra.run.smithi046.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-08T02:57:23.647 INFO:teuthology.orchestra.run.smithi019.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-08T02:57:23.650 INFO:teuthology.orchestra.run.smithi046.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-08T02:57:23.652 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-10-08T02:57:23.659 INFO:teuthology.task.internal:Configuring sudo... 2023-10-08T02:57:23.659 DEBUG:teuthology.orchestra.run.smithi019:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-10-08T02:57:23.662 DEBUG:teuthology.orchestra.run.smithi046:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-10-08T02:57:23.697 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-10-08T02:57:23.707 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-10-08T02:57:23.707 DEBUG:teuthology.orchestra.run.smithi019:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-10-08T02:57:23.736 DEBUG:teuthology.orchestra.run.smithi046:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-10-08T02:57:23.759 DEBUG:teuthology.orchestra.run.smithi019:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-08T02:57:23.848 DEBUG:teuthology.orchestra.run.smithi019:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-08T02:57:23.915 DEBUG:teuthology.orchestra.run.smithi019:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-08T02:57:23.963 DEBUG:teuthology.orchestra.run.smithi019:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-08T02:57:24.016 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2023-10-08T02:57:24.016 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-10-08T02:57:24.092 DEBUG:teuthology.orchestra.run.smithi046:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-08T02:57:24.142 DEBUG:teuthology.orchestra.run.smithi046:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-08T02:57:24.335 DEBUG:teuthology.orchestra.run.smithi046:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-08T02:57:24.384 DEBUG:teuthology.orchestra.run.smithi046:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-08T02:57:24.434 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2023-10-08T02:57:24.435 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-10-08T02:57:24.510 DEBUG:teuthology.orchestra.run.smithi019:> sudo service rsyslog restart 2023-10-08T02:57:24.512 DEBUG:teuthology.orchestra.run.smithi046:> sudo service rsyslog restart 2023-10-08T02:57:24.591 INFO:teuthology.orchestra.run.smithi019.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-08T02:57:24.618 INFO:teuthology.orchestra.run.smithi046.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-08T02:57:25.039 INFO:teuthology.run_tasks:Running task internal.timer... 2023-10-08T02:57:25.047 INFO:teuthology.task.internal:Starting timer... 2023-10-08T02:57:25.047 INFO:teuthology.run_tasks:Running task pcp... 2023-10-08T02:57:25.058 INFO:teuthology.run_tasks:Running task selinux... 2023-10-08T02:57:25.069 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-10-08T02:57:25.069 DEBUG:teuthology.orchestra.run.smithi019:> sudo service auditd rotate 2023-10-08T02:57:25.156 INFO:teuthology.orchestra.run.smithi019.stdout:Rotating logs: 2023-10-08T02:57:25.158 DEBUG:teuthology.orchestra.run.smithi046:> sudo service auditd rotate 2023-10-08T02:57:25.236 INFO:teuthology.orchestra.run.smithi046.stdout:Rotating logs: 2023-10-08T02:57:25.239 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-10-08T02:57:25.239 DEBUG:teuthology.orchestra.run.smithi019:> /usr/sbin/getenforce 2023-10-08T02:57:25.298 INFO:teuthology.orchestra.run.smithi019.stdout:Permissive 2023-10-08T02:57:25.299 DEBUG:teuthology.orchestra.run.smithi046:> /usr/sbin/getenforce 2023-10-08T02:57:25.355 INFO:teuthology.orchestra.run.smithi046.stdout:Permissive 2023-10-08T02:57:25.355 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi019.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi046.front.sepia.ceph.com': 'permissive'} 2023-10-08T02:57:25.355 DEBUG:teuthology.orchestra.run.smithi019:> 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-10-08T02:57:25.391 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-08T02:57:25.391 DEBUG:teuthology.orchestra.run.smithi046:> 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-10-08T02:57:25.425 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-08T02:57:25.426 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-10-08T02:57:25.426 DEBUG:teuthology.orchestra.run.smithi019:> sudo /usr/sbin/setenforce permissive 2023-10-08T02:57:25.467 DEBUG:teuthology.orchestra.run.smithi046:> sudo /usr/sbin/setenforce permissive 2023-10-08T02:57:25.503 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-10-08T02:57:25.512 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-10-08T02:57:25.512 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-10-08T02:57:25.528 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-10-08T02:57:25.529 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi019.front.sepia.ceph.com,smithi046.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-10-08T03:05:37.174 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi019.front.sepia.ceph.com'), Remote(name='ubuntu@smithi046.front.sepia.ceph.com')] 2023-10-08T03:05:37.175 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi019.front.sepia.ceph.com' 2023-10-08T03:05:37.176 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi019.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-08T03:05:37.251 DEBUG:teuthology.orchestra.run.smithi019:> true 2023-10-08T03:05:37.324 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi019.front.sepia.ceph.com' 2023-10-08T03:05:37.325 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi046.front.sepia.ceph.com' 2023-10-08T03:05:37.325 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-08T03:05:37.401 DEBUG:teuthology.orchestra.run.smithi046:> true 2023-10-08T03:05:37.481 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi046.front.sepia.ceph.com' 2023-10-08T03:05:37.481 INFO:teuthology.run_tasks:Running task clock... 2023-10-08T03:05:37.493 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-10-08T03:05:37.494 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-10-08T03:05:37.494 DEBUG:teuthology.orchestra.run.smithi019:> 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-10-08T03:05:37.497 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-10-08T03:05:37.497 DEBUG:teuthology.orchestra.run.smithi046:> 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-10-08T03:05:37.535 INFO:teuthology.orchestra.run.smithi019.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-10-08T03:05:37.552 INFO:teuthology.orchestra.run.smithi019.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-10-08T03:05:37.561 INFO:teuthology.orchestra.run.smithi046.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-10-08T03:05:37.578 INFO:teuthology.orchestra.run.smithi046.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-10-08T03:05:37.633 INFO:teuthology.orchestra.run.smithi019.stderr:sudo: ntpd: command not found 2023-10-08T03:05:37.647 INFO:teuthology.orchestra.run.smithi019.stdout:506 Cannot talk to daemon 2023-10-08T03:05:37.649 INFO:teuthology.orchestra.run.smithi046.stderr:sudo: ntpd: command not found 2023-10-08T03:05:37.662 INFO:teuthology.orchestra.run.smithi046.stdout:506 Cannot talk to daemon 2023-10-08T03:05:37.664 INFO:teuthology.orchestra.run.smithi019.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-10-08T03:05:37.678 INFO:teuthology.orchestra.run.smithi046.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-10-08T03:05:37.681 INFO:teuthology.orchestra.run.smithi019.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-10-08T03:05:37.694 INFO:teuthology.orchestra.run.smithi046.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-10-08T03:05:37.754 INFO:teuthology.orchestra.run.smithi019.stderr:bash: ntpq: command not found 2023-10-08T03:05:37.758 INFO:teuthology.orchestra.run.smithi019.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-08T03:05:37.758 INFO:teuthology.orchestra.run.smithi019.stdout:=============================================================================== 2023-10-08T03:05:37.758 INFO:teuthology.orchestra.run.smithi019.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-08T03:05:37.758 INFO:teuthology.orchestra.run.smithi019.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-08T03:05:37.758 INFO:teuthology.orchestra.run.smithi019.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-08T03:05:37.758 INFO:teuthology.orchestra.run.smithi019.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-08T03:05:37.774 INFO:teuthology.orchestra.run.smithi046.stderr:bash: ntpq: command not found 2023-10-08T03:05:37.778 INFO:teuthology.orchestra.run.smithi046.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-08T03:05:37.778 INFO:teuthology.orchestra.run.smithi046.stdout:=============================================================================== 2023-10-08T03:05:37.778 INFO:teuthology.orchestra.run.smithi046.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-08T03:05:37.778 INFO:teuthology.orchestra.run.smithi046.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-08T03:05:37.779 INFO:teuthology.orchestra.run.smithi046.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-08T03:05:37.779 INFO:teuthology.orchestra.run.smithi046.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-08T03:05:37.779 INFO:teuthology.run_tasks:Running task pexec... 2023-10-08T03:05:37.788 INFO:teuthology.task.pexec:Executing custom commands... 2023-10-08T03:05:37.789 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi019.front.sepia.ceph.com 2023-10-08T03:05:37.789 DEBUG:teuthology.orchestra.run.smithi019:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-10-08T03:05:37.789 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi046.front.sepia.ceph.com 2023-10-08T03:05:37.790 DEBUG:teuthology.orchestra.run.smithi046:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-10-08T03:05:38.811 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:01:43 ago on Sun 08 Oct 2023 03:03:55 AM UTC. 2023-10-08T03:05:38.838 INFO:teuthology.orchestra.run.smithi046.stdout:Last metadata expiration check: 0:01:43 ago on Sun 08 Oct 2023 03:03:55 AM UTC. 2023-10-08T03:05:41.057 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-10-08T03:05:41.058 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-10-08T03:05:41.058 INFO:teuthology.orchestra.run.smithi019.stdout: Package Architecture Version Repository Size 2023-10-08T03:05:41.058 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-10-08T03:05:41.058 INFO:teuthology.orchestra.run.smithi019.stdout:Resetting modules: 2023-10-08T03:05:41.059 INFO:teuthology.orchestra.run.smithi019.stdout: container-tools 2023-10-08T03:05:41.059 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-10-08T03:05:41.059 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction Summary 2023-10-08T03:05:41.059 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-10-08T03:05:41.059 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-10-08T03:05:41.072 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2023-10-08T03:05:41.074 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2023-10-08T03:05:41.074 INFO:teuthology.orchestra.run.smithi046.stdout: Package Architecture Version Repository Size 2023-10-08T03:05:41.074 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2023-10-08T03:05:41.074 INFO:teuthology.orchestra.run.smithi046.stdout:Resetting modules: 2023-10-08T03:05:41.074 INFO:teuthology.orchestra.run.smithi046.stdout: container-tools 2023-10-08T03:05:41.074 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-10-08T03:05:41.074 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction Summary 2023-10-08T03:05:41.074 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2023-10-08T03:05:41.074 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-10-08T03:05:41.344 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2023-10-08T03:05:41.350 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-10-08T03:05:42.415 INFO:teuthology.orchestra.run.smithi046.stdout:Last metadata expiration check: 0:01:47 ago on Sun 08 Oct 2023 03:03:55 AM UTC. 2023-10-08T03:05:42.475 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:01:47 ago on Sun 08 Oct 2023 03:03:55 AM UTC. 2023-10-08T03:05:44.636 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2023-10-08T03:05:44.687 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-10-08T03:05:44.811 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2023-10-08T03:05:44.811 INFO:teuthology.orchestra.run.smithi046.stdout: Package Arch Version Repository Size 2023-10-08T03:05:44.811 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2023-10-08T03:05:44.813 INFO:teuthology.orchestra.run.smithi046.stdout:Installing group/module packages: 2023-10-08T03:05:44.813 INFO:teuthology.orchestra.run.smithi046.stdout: aardvark-dns x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 1.0 M 2023-10-08T03:05:44.813 INFO:teuthology.orchestra.run.smithi046.stdout: buildah x86_64 1:1.31.3-1.module_el8+664+4072b3ae appstream 8.8 M 2023-10-08T03:05:44.813 INFO:teuthology.orchestra.run.smithi046.stdout: cockpit-podman noarch 75-1.module_el8+664+4072b3ae appstream 739 k 2023-10-08T03:05:44.813 INFO:teuthology.orchestra.run.smithi046.stdout: crun x86_64 1.8.7-1.module_el8+661+d1afb926 appstream 239 k 2023-10-08T03:05:44.813 INFO:teuthology.orchestra.run.smithi046.stdout: netavark x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 3.7 M 2023-10-08T03:05:44.813 INFO:teuthology.orchestra.run.smithi046.stdout: python3-podman noarch 4.6.0-1.module_el8+582+a2558ae2 appstream 177 k 2023-10-08T03:05:44.813 INFO:teuthology.orchestra.run.smithi046.stdout: skopeo x86_64 2:1.13.3-1.module_el8+664+4072b3ae appstream 8.1 M 2023-10-08T03:05:44.814 INFO:teuthology.orchestra.run.smithi046.stdout: toolbox x86_64 0.0.99.4-5.module_el8+649+e2deac1d appstream 2.5 M 2023-10-08T03:05:44.814 INFO:teuthology.orchestra.run.smithi046.stdout: udica noarch 0.2.6-20.module_el8+487+8e42a277 appstream 53 k 2023-10-08T03:05:44.814 INFO:teuthology.orchestra.run.smithi046.stdout:Installing dependencies: 2023-10-08T03:05:44.814 INFO:teuthology.orchestra.run.smithi046.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-10-08T03:05:44.814 INFO:teuthology.orchestra.run.smithi046.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-10-08T03:05:44.814 INFO:teuthology.orchestra.run.smithi046.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-10-08T03:05:44.814 INFO:teuthology.orchestra.run.smithi046.stdout:Installing weak dependencies: 2023-10-08T03:05:44.814 INFO:teuthology.orchestra.run.smithi046.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-10-08T03:05:44.814 INFO:teuthology.orchestra.run.smithi046.stdout:Installing module profiles: 2023-10-08T03:05:44.814 INFO:teuthology.orchestra.run.smithi046.stdout: container-tools/common 2023-10-08T03:05:44.814 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-10-08T03:05:44.814 INFO:teuthology.orchestra.run.smithi046.stdout:Enabling module streams: 2023-10-08T03:05:44.815 INFO:teuthology.orchestra.run.smithi046.stdout: container-tools rhel8 2023-10-08T03:05:44.815 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-10-08T03:05:44.815 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction Summary 2023-10-08T03:05:44.815 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2023-10-08T03:05:44.815 INFO:teuthology.orchestra.run.smithi046.stdout:Install 13 Packages 2023-10-08T03:05:44.815 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-10-08T03:05:44.815 INFO:teuthology.orchestra.run.smithi046.stdout:Total download size: 26 M 2023-10-08T03:05:44.816 INFO:teuthology.orchestra.run.smithi046.stdout:Installed size: 87 M 2023-10-08T03:05:44.816 INFO:teuthology.orchestra.run.smithi046.stdout:Downloading Packages: 2023-10-08T03:05:44.861 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-10-08T03:05:44.861 INFO:teuthology.orchestra.run.smithi019.stdout: Package Arch Version Repository Size 2023-10-08T03:05:44.861 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-10-08T03:05:44.861 INFO:teuthology.orchestra.run.smithi019.stdout:Installing group/module packages: 2023-10-08T03:05:44.862 INFO:teuthology.orchestra.run.smithi019.stdout: aardvark-dns x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 1.0 M 2023-10-08T03:05:44.862 INFO:teuthology.orchestra.run.smithi019.stdout: buildah x86_64 1:1.31.3-1.module_el8+664+4072b3ae appstream 8.8 M 2023-10-08T03:05:44.862 INFO:teuthology.orchestra.run.smithi019.stdout: cockpit-podman noarch 75-1.module_el8+664+4072b3ae appstream 739 k 2023-10-08T03:05:44.862 INFO:teuthology.orchestra.run.smithi019.stdout: crun x86_64 1.8.7-1.module_el8+661+d1afb926 appstream 239 k 2023-10-08T03:05:44.862 INFO:teuthology.orchestra.run.smithi019.stdout: netavark x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 3.7 M 2023-10-08T03:05:44.862 INFO:teuthology.orchestra.run.smithi019.stdout: python3-podman noarch 4.6.0-1.module_el8+582+a2558ae2 appstream 177 k 2023-10-08T03:05:44.862 INFO:teuthology.orchestra.run.smithi019.stdout: skopeo x86_64 2:1.13.3-1.module_el8+664+4072b3ae appstream 8.1 M 2023-10-08T03:05:44.862 INFO:teuthology.orchestra.run.smithi019.stdout: toolbox x86_64 0.0.99.4-5.module_el8+649+e2deac1d appstream 2.5 M 2023-10-08T03:05:44.862 INFO:teuthology.orchestra.run.smithi019.stdout: udica noarch 0.2.6-20.module_el8+487+8e42a277 appstream 53 k 2023-10-08T03:05:44.863 INFO:teuthology.orchestra.run.smithi019.stdout:Installing dependencies: 2023-10-08T03:05:44.863 INFO:teuthology.orchestra.run.smithi019.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-10-08T03:05:44.863 INFO:teuthology.orchestra.run.smithi019.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-10-08T03:05:44.863 INFO:teuthology.orchestra.run.smithi019.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-10-08T03:05:44.863 INFO:teuthology.orchestra.run.smithi019.stdout:Installing weak dependencies: 2023-10-08T03:05:44.863 INFO:teuthology.orchestra.run.smithi019.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-10-08T03:05:44.863 INFO:teuthology.orchestra.run.smithi019.stdout:Installing module profiles: 2023-10-08T03:05:44.863 INFO:teuthology.orchestra.run.smithi019.stdout: container-tools/common 2023-10-08T03:05:44.863 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-10-08T03:05:44.863 INFO:teuthology.orchestra.run.smithi019.stdout:Enabling module streams: 2023-10-08T03:05:44.863 INFO:teuthology.orchestra.run.smithi019.stdout: container-tools rhel8 2023-10-08T03:05:44.863 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-10-08T03:05:44.864 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction Summary 2023-10-08T03:05:44.864 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-10-08T03:05:44.864 INFO:teuthology.orchestra.run.smithi019.stdout:Install 13 Packages 2023-10-08T03:05:44.864 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-10-08T03:05:44.864 INFO:teuthology.orchestra.run.smithi019.stdout:Total download size: 26 M 2023-10-08T03:05:44.865 INFO:teuthology.orchestra.run.smithi019.stdout:Installed size: 87 M 2023-10-08T03:05:44.865 INFO:teuthology.orchestra.run.smithi019.stdout:Downloading Packages: 2023-10-08T03:05:45.468 INFO:teuthology.orchestra.run.smithi046.stdout:(1/13): cockpit-podman-75-1.module_el8+664+4072 1.2 MB/s | 739 kB 00:00 2023-10-08T03:05:45.510 INFO:teuthology.orchestra.run.smithi046.stdout:(2/13): aardvark-dns-1.7.0-1.module_el8+487+8e4 1.5 MB/s | 1.0 MB 00:00 2023-10-08T03:05:45.560 INFO:teuthology.orchestra.run.smithi046.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 413 kB/s | 38 kB 00:00 2023-10-08T03:05:45.618 INFO:teuthology.orchestra.run.smithi046.stdout:(4/13): crun-1.8.7-1.module_el8+661+d1afb926.x8 2.2 MB/s | 239 kB 00:00 2023-10-08T03:05:45.666 INFO:teuthology.orchestra.run.smithi019.stdout:(1/13): cockpit-podman-75-1.module_el8+664+4072 1.2 MB/s | 739 kB 00:00 2023-10-08T03:05:45.700 INFO:teuthology.orchestra.run.smithi019.stdout:(2/13): aardvark-dns-1.7.0-1.module_el8+487+8e4 1.5 MB/s | 1.0 MB 00:00 2023-10-08T03:05:45.727 INFO:teuthology.orchestra.run.smithi046.stdout:(5/13): python3-podman-4.6.0-1.module_el8+582+a 1.6 MB/s | 177 kB 00:00 2023-10-08T03:05:45.767 INFO:teuthology.orchestra.run.smithi019.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 378 kB/s | 38 kB 00:00 2023-10-08T03:05:45.809 INFO:teuthology.orchestra.run.smithi019.stdout:(4/13): crun-1.8.7-1.module_el8+661+d1afb926.x8 2.1 MB/s | 239 kB 00:00 2023-10-08T03:05:45.827 INFO:teuthology.orchestra.run.smithi046.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 247 kB/s | 25 kB 00:00 2023-10-08T03:05:45.926 INFO:teuthology.orchestra.run.smithi019.stdout:(5/13): python3-podman-4.6.0-1.module_el8+582+a 1.5 MB/s | 177 kB 00:00 2023-10-08T03:05:45.936 INFO:teuthology.orchestra.run.smithi046.stdout:(7/13): buildah-1.31.3-1.module_el8+664+4072b3a 8.2 MB/s | 8.8 MB 00:01 2023-10-08T03:05:45.961 INFO:teuthology.orchestra.run.smithi046.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 704 kB/s | 94 kB 00:00 2023-10-08T03:05:46.026 INFO:teuthology.orchestra.run.smithi019.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 248 kB/s | 25 kB 00:00 2023-10-08T03:05:46.028 INFO:teuthology.orchestra.run.smithi046.stdout:(9/13): netavark-1.7.0-1.module_el8+487+8e42a27 8.0 MB/s | 3.7 MB 00:00 2023-10-08T03:05:46.129 INFO:teuthology.orchestra.run.smithi046.stdout:(10/13): udica-0.2.6-20.module_el8+487+8e42a277 526 kB/s | 53 kB 00:00 2023-10-08T03:05:46.193 INFO:teuthology.orchestra.run.smithi019.stdout:(7/13): buildah-1.31.3-1.module_el8+664+4072b3a 7.7 MB/s | 8.8 MB 00:01 2023-10-08T03:05:46.218 INFO:teuthology.orchestra.run.smithi019.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 489 kB/s | 94 kB 00:00 2023-10-08T03:05:46.235 INFO:teuthology.orchestra.run.smithi046.stdout:(11/13): toolbox-0.0.99.4-5.module_el8+649+e2de 9.3 MB/s | 2.5 MB 00:00 2023-10-08T03:05:46.262 INFO:teuthology.orchestra.run.smithi046.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 307 kB/s | 41 kB 00:00 2023-10-08T03:05:46.285 INFO:teuthology.orchestra.run.smithi019.stdout:(9/13): netavark-1.7.0-1.module_el8+487+8e42a27 7.2 MB/s | 3.7 MB 00:00 2023-10-08T03:05:46.362 INFO:teuthology.orchestra.run.smithi046.stdout:(13/13): skopeo-1.13.3-1.module_el8+664+4072b3a 19 MB/s | 8.1 MB 00:00 2023-10-08T03:05:46.363 INFO:teuthology.orchestra.run.smithi046.stdout:-------------------------------------------------------------------------------- 2023-10-08T03:05:46.363 INFO:teuthology.orchestra.run.smithi046.stdout:Total 17 MB/s | 26 MB 00:01 2023-10-08T03:05:46.386 INFO:teuthology.orchestra.run.smithi019.stdout:(10/13): udica-0.2.6-20.module_el8+487+8e42a277 528 kB/s | 53 kB 00:00 2023-10-08T03:05:46.619 INFO:teuthology.orchestra.run.smithi019.stdout:(11/13): toolbox-0.0.99.4-5.module_el8+649+e2de 6.3 MB/s | 2.5 MB 00:00 2023-10-08T03:05:46.644 INFO:teuthology.orchestra.run.smithi019.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 158 kB/s | 41 kB 00:00 2023-10-08T03:05:46.652 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction check 2023-10-08T03:05:46.676 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction check succeeded. 2023-10-08T03:05:46.677 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction test 2023-10-08T03:05:46.764 INFO:teuthology.orchestra.run.smithi019.stdout:(13/13): skopeo-1.13.3-1.module_el8+664+4072b3a 14 MB/s | 8.1 MB 00:00 2023-10-08T03:05:46.764 INFO:teuthology.orchestra.run.smithi019.stdout:-------------------------------------------------------------------------------- 2023-10-08T03:05:46.764 INFO:teuthology.orchestra.run.smithi019.stdout:Total 13 MB/s | 26 MB 00:01 2023-10-08T03:05:46.943 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction test succeeded. 2023-10-08T03:05:46.946 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction 2023-10-08T03:05:47.054 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction check 2023-10-08T03:05:47.078 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction check succeeded. 2023-10-08T03:05:47.078 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction test 2023-10-08T03:05:47.356 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction test succeeded. 2023-10-08T03:05:47.360 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction 2023-10-08T03:05:47.688 INFO:teuthology.orchestra.run.smithi046.stdout: Preparing : 1/1 2023-10-08T03:05:47.904 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-10-08T03:05:48.065 INFO:teuthology.orchestra.run.smithi019.stdout: Preparing : 1/1 2023-10-08T03:05:48.088 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-10-08T03:05:48.284 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-10-08T03:05:48.326 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-10-08T03:05:48.485 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-10-08T03:05:48.516 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-10-08T03:05:48.703 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-10-08T03:05:48.936 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-10-08T03:05:49.085 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 5/13 2023-10-08T03:05:49.569 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 5/13 2023-10-08T03:05:50.095 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-10-08T03:05:50.571 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-10-08T03:05:50.778 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 7/13 2023-10-08T03:05:50.850 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 7/13 2023-10-08T03:05:50.984 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 8/13 2023-10-08T03:05:51.097 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 8/13 2023-10-08T03:05:51.260 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 9/13 2023-10-08T03:05:51.374 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 9/13 2023-10-08T03:05:51.691 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : udica-0.2.6-20.module_el8+487+8e42a277.noarch 10/13 2023-10-08T03:05:51.799 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : udica-0.2.6-20.module_el8+487+8e42a277.noarch 10/13 2023-10-08T03:05:52.647 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-10-08T03:05:52.784 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-10-08T03:05:52.881 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 12/13 2023-10-08T03:05:53.025 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 12/13 2023-10-08T03:05:53.094 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-10-08T03:05:53.224 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-10-08T03:05:53.585 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-10-08T03:05:53.586 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 1/13 2023-10-08T03:05:53.586 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2/13 2023-10-08T03:05:53.586 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 3/13 2023-10-08T03:05:53.586 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-10-08T03:05:53.586 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 5/13 2023-10-08T03:05:53.586 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-10-08T03:05:53.586 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 7/13 2023-10-08T03:05:53.586 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-10-08T03:05:53.586 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-10-08T03:05:53.586 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 10/13 2023-10-08T03:05:53.587 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-10-08T03:05:53.587 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : udica-0.2.6-20.module_el8+487+8e42a277.noarch 12/13 2023-10-08T03:05:53.715 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-10-08T03:05:53.715 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 1/13 2023-10-08T03:05:53.715 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2/13 2023-10-08T03:05:53.715 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 3/13 2023-10-08T03:05:53.715 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-10-08T03:05:53.715 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 5/13 2023-10-08T03:05:53.715 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-10-08T03:05:53.715 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 7/13 2023-10-08T03:05:53.715 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-10-08T03:05:53.715 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-10-08T03:05:53.716 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 10/13 2023-10-08T03:05:53.716 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-10-08T03:05:53.716 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : udica-0.2.6-20.module_el8+487+8e42a277.noarch 12/13 2023-10-08T03:05:54.431 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-10-08T03:05:54.431 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-10-08T03:05:54.431 INFO:teuthology.orchestra.run.smithi046.stdout:Installed: 2023-10-08T03:05:54.431 INFO:teuthology.orchestra.run.smithi046.stdout: aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-10-08T03:05:54.432 INFO:teuthology.orchestra.run.smithi046.stdout: buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2023-10-08T03:05:54.432 INFO:teuthology.orchestra.run.smithi046.stdout: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 2023-10-08T03:05:54.432 INFO:teuthology.orchestra.run.smithi046.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-10-08T03:05:54.432 INFO:teuthology.orchestra.run.smithi046.stdout: crun-1.8.7-1.module_el8+661+d1afb926.x86_64 2023-10-08T03:05:54.432 INFO:teuthology.orchestra.run.smithi046.stdout: netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-10-08T03:05:54.432 INFO:teuthology.orchestra.run.smithi046.stdout: python3-podman-4.6.0-1.module_el8+582+a2558ae2.noarch 2023-10-08T03:05:54.432 INFO:teuthology.orchestra.run.smithi046.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-10-08T03:05:54.432 INFO:teuthology.orchestra.run.smithi046.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-10-08T03:05:54.432 INFO:teuthology.orchestra.run.smithi046.stdout: skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 2023-10-08T03:05:54.432 INFO:teuthology.orchestra.run.smithi046.stdout: toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 2023-10-08T03:05:54.432 INFO:teuthology.orchestra.run.smithi046.stdout: udica-0.2.6-20.module_el8+487+8e42a277.noarch 2023-10-08T03:05:54.432 INFO:teuthology.orchestra.run.smithi046.stdout: yajl-2.1.0-12.el8.x86_64 2023-10-08T03:05:54.433 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-10-08T03:05:54.433 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2023-10-08T03:05:54.571 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-10-08T03:05:54.571 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-10-08T03:05:54.571 INFO:teuthology.orchestra.run.smithi019.stdout:Installed: 2023-10-08T03:05:54.571 INFO:teuthology.orchestra.run.smithi019.stdout: aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-10-08T03:05:54.571 INFO:teuthology.orchestra.run.smithi019.stdout: buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2023-10-08T03:05:54.571 INFO:teuthology.orchestra.run.smithi019.stdout: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 2023-10-08T03:05:54.571 INFO:teuthology.orchestra.run.smithi019.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-10-08T03:05:54.571 INFO:teuthology.orchestra.run.smithi019.stdout: crun-1.8.7-1.module_el8+661+d1afb926.x86_64 2023-10-08T03:05:54.571 INFO:teuthology.orchestra.run.smithi019.stdout: netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-10-08T03:05:54.571 INFO:teuthology.orchestra.run.smithi019.stdout: python3-podman-4.6.0-1.module_el8+582+a2558ae2.noarch 2023-10-08T03:05:54.571 INFO:teuthology.orchestra.run.smithi019.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-10-08T03:05:54.571 INFO:teuthology.orchestra.run.smithi019.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-10-08T03:05:54.572 INFO:teuthology.orchestra.run.smithi019.stdout: skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 2023-10-08T03:05:54.572 INFO:teuthology.orchestra.run.smithi019.stdout: toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 2023-10-08T03:05:54.572 INFO:teuthology.orchestra.run.smithi019.stdout: udica-0.2.6-20.module_el8+487+8e42a277.noarch 2023-10-08T03:05:54.572 INFO:teuthology.orchestra.run.smithi019.stdout: yajl-2.1.0-12.el8.x86_64 2023-10-08T03:05:54.572 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-10-08T03:05:54.572 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-10-08T03:05:54.745 DEBUG:teuthology.parallel:result is None 2023-10-08T03:05:54.878 DEBUG:teuthology.parallel:result is None 2023-10-08T03:05:54.878 INFO:teuthology.run_tasks:Running task cephadm... 2023-10-08T03:05:54.957 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': '9725b08fd801c82987c737f7e6d354878f036ee8'} 2023-10-08T03:05:54.957 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v17.2.0 2023-10-08T03:05:54.957 INFO:tasks.cephadm:Cluster fsid is 988f33ae-6587-11ee-8db5-212e2dc638e7 2023-10-08T03:05:54.957 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-10-08T03:05:54.957 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-10-08T03:05:54.958 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi019': '172.21.15.19', 'mon.smithi046': '172.21.15.46'} 2023-10-08T03:05:54.958 INFO:tasks.cephadm:Normalizing hostnames... 2023-10-08T03:05:54.958 DEBUG:teuthology.orchestra.run.smithi019:> sudo hostname $(hostname -s) 2023-10-08T03:05:54.993 DEBUG:teuthology.orchestra.run.smithi046:> sudo hostname $(hostname -s) 2023-10-08T03:05:55.029 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v17.2.0)... 2023-10-08T03:05:55.030 DEBUG:teuthology.orchestra.run.smithi019:> 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-10-08T03:05:55.262 INFO:teuthology.orchestra.run.smithi019.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Oct 8 03:05 /home/ubuntu/cephtest/cephadm 2023-10-08T03:05:55.262 DEBUG:teuthology.orchestra.run.smithi046:> 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-10-08T03:05:55.501 INFO:teuthology.orchestra.run.smithi046.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Oct 8 03:05 /home/ubuntu/cephtest/cephadm 2023-10-08T03:05:55.502 DEBUG:teuthology.orchestra.run.smithi019:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-10-08T03:05:55.527 DEBUG:teuthology.orchestra.run.smithi046:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-10-08T03:05:55.559 INFO:tasks.cephadm:Pulling image quay.io/ceph/ceph:v17.2.0 on all hosts... 2023-10-08T03:05:55.559 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-10-08T03:05:55.569 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-10-08T03:05:57.254 INFO:teuthology.orchestra.run.smithi046.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-10-08T03:05:57.354 INFO:teuthology.orchestra.run.smithi019.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-10-08T03:06:13.691 INFO:teuthology.orchestra.run.smithi046.stdout:{ 2023-10-08T03:06:13.691 INFO:teuthology.orchestra.run.smithi046.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-10-08T03:06:13.691 INFO:teuthology.orchestra.run.smithi046.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-10-08T03:06:13.691 INFO:teuthology.orchestra.run.smithi046.stdout: "repo_digests": [ 2023-10-08T03:06:13.692 INFO:teuthology.orchestra.run.smithi046.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2023-10-08T03:06:13.692 INFO:teuthology.orchestra.run.smithi046.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2023-10-08T03:06:13.692 INFO:teuthology.orchestra.run.smithi046.stdout: ] 2023-10-08T03:06:13.692 INFO:teuthology.orchestra.run.smithi046.stdout:} 2023-10-08T03:06:15.627 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2023-10-08T03:06:15.627 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-10-08T03:06:15.627 INFO:teuthology.orchestra.run.smithi019.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-10-08T03:06:15.627 INFO:teuthology.orchestra.run.smithi019.stdout: "repo_digests": [ 2023-10-08T03:06:15.627 INFO:teuthology.orchestra.run.smithi019.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2023-10-08T03:06:15.627 INFO:teuthology.orchestra.run.smithi019.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2023-10-08T03:06:15.627 INFO:teuthology.orchestra.run.smithi019.stdout: ] 2023-10-08T03:06:15.627 INFO:teuthology.orchestra.run.smithi019.stdout:} 2023-10-08T03:06:15.653 DEBUG:teuthology.orchestra.run.smithi019:> sudo mkdir -p /etc/ceph 2023-10-08T03:06:15.689 DEBUG:teuthology.orchestra.run.smithi046:> sudo mkdir -p /etc/ceph 2023-10-08T03:06:15.729 DEBUG:teuthology.orchestra.run.smithi019:> sudo chmod 777 /etc/ceph 2023-10-08T03:06:15.765 DEBUG:teuthology.orchestra.run.smithi046:> sudo chmod 777 /etc/ceph 2023-10-08T03:06:15.804 INFO:tasks.cephadm:Writing seed config... 2023-10-08T03:06:15.805 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-10-08T03:06:15.805 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-10-08T03:06:15.805 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-10-08T03:06:15.805 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-10-08T03:06:15.806 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-10-08T03:06:15.806 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-10-08T03:06:15.806 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-10-08T03:06:15.806 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-10-08T03:06:15.806 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2023-10-08T03:06:15.806 DEBUG:teuthology.orchestra.run.smithi019:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-10-08T03:06:15.829 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 = 988f33ae-6587-11ee-8db5-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-10-08T03:06:15.830 DEBUG:teuthology.orchestra.run.smithi019:mon.smithi019> sudo journalctl -f -n 0 -u ceph-988f33ae-6587-11ee-8db5-212e2dc638e7@mon.smithi019.service 2023-10-08T03:06:15.872 INFO:tasks.cephadm:Bootstrapping... 2023-10-08T03:06:15.872 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 -v bootstrap --fsid 988f33ae-6587-11ee-8db5-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.19 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-10-08T03:06:15.907 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:-- Logs begin at Sun 2023-10-08 02:56:19 UTC. -- 2023-10-08T03:06:16.101 INFO:teuthology.orchestra.run.smithi019.stderr:-------------------------------------------------------------------------------- 2023-10-08T03:06:16.101 INFO:teuthology.orchestra.run.smithi019.stderr:cephadm ['--image', 'quay.io/ceph/ceph:v17.2.0', '-v', 'bootstrap', '--fsid', '988f33ae-6587-11ee-8db5-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.19', '--skip-admin-label'] 2023-10-08T03:06:16.126 INFO:teuthology.orchestra.run.smithi019.stderr:/bin/podman: 4.6.1 2023-10-08T03:06:16.139 INFO:teuthology.orchestra.run.smithi019.stderr:Verifying podman|docker is present... 2023-10-08T03:06:16.161 INFO:teuthology.orchestra.run.smithi019.stderr:/bin/podman: 4.6.1 2023-10-08T03:06:16.179 INFO:teuthology.orchestra.run.smithi019.stderr:Verifying lvm2 is present... 2023-10-08T03:06:16.179 INFO:teuthology.orchestra.run.smithi019.stderr:Verifying time synchronization is in place... 2023-10-08T03:06:16.187 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-10-08T03:06:16.193 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: inactive 2023-10-08T03:06:16.200 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: enabled 2023-10-08T03:06:16.206 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: active 2023-10-08T03:06:16.207 INFO:teuthology.orchestra.run.smithi019.stderr:Unit chronyd.service is enabled and running 2023-10-08T03:06:16.207 INFO:teuthology.orchestra.run.smithi019.stderr:Repeating the final host check... 2023-10-08T03:06:16.228 INFO:teuthology.orchestra.run.smithi019.stderr:/bin/podman: 4.6.1 2023-10-08T03:06:16.239 INFO:teuthology.orchestra.run.smithi019.stderr:podman (/bin/podman) version 4.6.1 is present 2023-10-08T03:06:16.240 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl is present 2023-10-08T03:06:16.240 INFO:teuthology.orchestra.run.smithi019.stderr:lvcreate is present 2023-10-08T03:06:16.246 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-10-08T03:06:16.252 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: inactive 2023-10-08T03:06:16.258 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: enabled 2023-10-08T03:06:16.265 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: active 2023-10-08T03:06:16.266 INFO:teuthology.orchestra.run.smithi019.stderr:Unit chronyd.service is enabled and running 2023-10-08T03:06:16.266 INFO:teuthology.orchestra.run.smithi019.stderr:Host looks OK 2023-10-08T03:06:16.266 INFO:teuthology.orchestra.run.smithi019.stderr:Cluster fsid: 988f33ae-6587-11ee-8db5-212e2dc638e7 2023-10-08T03:06:16.266 INFO:teuthology.orchestra.run.smithi019.stderr:Acquiring lock 140059840917632 on /run/cephadm/988f33ae-6587-11ee-8db5-212e2dc638e7.lock 2023-10-08T03:06:16.267 INFO:teuthology.orchestra.run.smithi019.stderr:Lock 140059840917632 acquired on /run/cephadm/988f33ae-6587-11ee-8db5-212e2dc638e7.lock 2023-10-08T03:06:16.267 INFO:teuthology.orchestra.run.smithi019.stderr:Verifying IP 172.21.15.19 port 3300 ... 2023-10-08T03:06:16.267 INFO:teuthology.orchestra.run.smithi019.stderr:Verifying IP 172.21.15.19 port 6789 ... 2023-10-08T03:06:16.267 INFO:teuthology.orchestra.run.smithi019.stderr:Base mon IP is 172.21.15.19, final addrv is [v2:172.21.15.19:3300,v1:172.21.15.19:6789] 2023-10-08T03:06:16.270 INFO:teuthology.orchestra.run.smithi019.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.19 metric 100 2023-10-08T03:06:16.270 INFO:teuthology.orchestra.run.smithi019.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.19 metric 100 2023-10-08T03:06:16.273 INFO:teuthology.orchestra.run.smithi019.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-10-08T03:06:16.273 INFO:teuthology.orchestra.run.smithi019.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-10-08T03:06:16.274 INFO:teuthology.orchestra.run.smithi019.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1793sec hoplimit 64 pref medium 2023-10-08T03:06:16.276 INFO:teuthology.orchestra.run.smithi019.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-10-08T03:06:16.276 INFO:teuthology.orchestra.run.smithi019.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-10-08T03:06:16.277 INFO:teuthology.orchestra.run.smithi019.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-10-08T03:06:16.277 INFO:teuthology.orchestra.run.smithi019.stderr:/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2023-10-08T03:06:16.277 INFO:teuthology.orchestra.run.smithi019.stderr:/sbin/ip: inet6 fe80::ec4:7aff:febd:161e/64 scope link 2023-10-08T03:06:16.277 INFO:teuthology.orchestra.run.smithi019.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-10-08T03:06:16.277 INFO:teuthology.orchestra.run.smithi019.stderr:Mon IP `172.21.15.19` is in CIDR network `172.21.0.0/20` 2023-10-08T03:06:16.278 INFO:teuthology.orchestra.run.smithi019.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-10-08T03:06:16.278 INFO:teuthology.orchestra.run.smithi019.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-10-08T03:06:16.362 INFO:teuthology.orchestra.run.smithi019.stderr:/bin/podman: Trying to pull quay.io/ceph/ceph:v17.2.0... 2023-10-08T03:06:16.778 INFO:teuthology.orchestra.run.smithi019.stderr:/bin/podman: Getting image source signatures 2023-10-08T03:06:16.779 INFO:teuthology.orchestra.run.smithi019.stderr:/bin/podman: Copying blob sha256:33ca8fff7868c4dc0c11e09bca97c720eb9cfbab7221216754367dd8de70388a 2023-10-08T03:06:16.779 INFO:teuthology.orchestra.run.smithi019.stderr:/bin/podman: Copying blob sha256:89b4a75bc2d8500f15463747507c9623df43886c134463e7f0527e70900e7a7b 2023-10-08T03:06:16.779 INFO:teuthology.orchestra.run.smithi019.stderr:/bin/podman: Copying blob sha256:a70843738bb77e1ab9c1f85969ebdfa55f178e746be081d1cb4f94011f69eb7c 2023-10-08T03:06:16.779 INFO:teuthology.orchestra.run.smithi019.stderr:/bin/podman: Copying blob sha256:c32ab78b488d0c72f64eded765c0cf6b5bf2c75dab66cb62a9d367fa6ec42513 2023-10-08T03:06:16.779 INFO:teuthology.orchestra.run.smithi019.stderr:/bin/podman: Copying blob sha256:599d07cb321ff0a3c82224e1138fc685793fa69b93ed5780415751a5f7e4b8c2 2023-10-08T03:06:16.779 INFO:teuthology.orchestra.run.smithi019.stderr:/bin/podman: Copying config sha256:e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2023-10-08T03:06:16.837 INFO:teuthology.orchestra.run.smithi019.stderr:/bin/podman: Writing manifest to image destination 2023-10-08T03:06:17.024 INFO:teuthology.orchestra.run.smithi019.stderr:/bin/podman: e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2023-10-08T03:06:17.383 INFO:teuthology.orchestra.run.smithi019.stderr:ceph: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-10-08T03:06:17.772 INFO:teuthology.orchestra.run.smithi019.stderr:Ceph version: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-10-08T03:06:17.773 INFO:teuthology.orchestra.run.smithi019.stderr:Extracting ceph user uid/gid from container image... 2023-10-08T03:06:18.223 INFO:teuthology.orchestra.run.smithi019.stderr:stat: 167 167 2023-10-08T03:06:18.561 INFO:teuthology.orchestra.run.smithi019.stderr:Creating initial keys... 2023-10-08T03:06:18.849 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-authtool: AQCqHCJlK0mfMRAA1h7THlse1IRe3N3Q7KawRw== 2023-10-08T03:06:19.514 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-authtool: AQCrHCJl0aIzHhAAWgZLm/Id/LR6Fz9UrJ2wZA== 2023-10-08T03:06:20.215 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-authtool: AQCsHCJlH8ekCRAAVqeTzLZaCdmO5o/jQ93MsQ== 2023-10-08T03:06:20.560 INFO:teuthology.orchestra.run.smithi019.stderr:Creating initial monmap... 2023-10-08T03:06:21.007 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-10-08T03:06:21.007 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/monmaptool: setting min_mon_release = octopus 2023-10-08T03:06:21.007 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 988f33ae-6587-11ee-8db5-212e2dc638e7 2023-10-08T03:06:21.007 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-10-08T03:06:21.481 INFO:teuthology.orchestra.run.smithi019.stderr:monmaptool for smithi019 [v2:172.21.15.19:3300,v1:172.21.15.19:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-10-08T03:06:21.481 INFO:teuthology.orchestra.run.smithi019.stderr:setting min_mon_release = octopus 2023-10-08T03:06:21.481 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/monmaptool: set fsid to 988f33ae-6587-11ee-8db5-212e2dc638e7 2023-10-08T03:06:21.481 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-10-08T03:06:21.482 INFO:teuthology.orchestra.run.smithi019.stderr: 2023-10-08T03:06:21.482 INFO:teuthology.orchestra.run.smithi019.stderr:Creating mon... 2023-10-08T03:06:22.200 INFO:teuthology.orchestra.run.smithi019.stderr:create mon.smithi019 on 2023-10-08T03:06:22.323 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-10-08T03:06:22.434 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-988f33ae-6587-11ee-8db5-212e2dc638e7.target → /etc/systemd/system/ceph-988f33ae-6587-11ee-8db5-212e2dc638e7.target. 2023-10-08T03:06:22.434 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-988f33ae-6587-11ee-8db5-212e2dc638e7.target → /etc/systemd/system/ceph-988f33ae-6587-11ee-8db5-212e2dc638e7.target. 2023-10-08T03:06:22.661 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: Failed to reset failed state of unit ceph-988f33ae-6587-11ee-8db5-212e2dc638e7@mon.smithi019.service: Unit ceph-988f33ae-6587-11ee-8db5-212e2dc638e7@mon.smithi019.service not loaded. 2023-10-08T03:06:22.668 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: Created symlink /etc/systemd/system/ceph-988f33ae-6587-11ee-8db5-212e2dc638e7.target.wants/ceph-988f33ae-6587-11ee-8db5-212e2dc638e7@mon.smithi019.service → /etc/systemd/system/ceph-988f33ae-6587-11ee-8db5-212e2dc638e7@.service. 2023-10-08T03:06:23.587 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: disabled 2023-10-08T03:06:23.596 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: inactive 2023-10-08T03:06:23.597 INFO:teuthology.orchestra.run.smithi019.stderr:firewalld.service is not enabled 2023-10-08T03:06:23.597 INFO:teuthology.orchestra.run.smithi019.stderr:Not possible to enable service . firewalld.service is not available 2023-10-08T03:06:23.598 INFO:teuthology.orchestra.run.smithi019.stderr:Waiting for mon to start... 2023-10-08T03:06:23.598 INFO:teuthology.orchestra.run.smithi019.stderr:Waiting for mon... 2023-10-08T03:06:23.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:23 smithi019 ceph-mon[107896]: mon.smithi019 is new leader, mons smithi019 in quorum (ranks 0) 2023-10-08T03:06:24.150 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: cluster: 2023-10-08T03:06:24.150 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: id: 988f33ae-6587-11ee-8db5-212e2dc638e7 2023-10-08T03:06:24.150 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-10-08T03:06:24.150 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 2023-10-08T03:06:24.150 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: services: 2023-10-08T03:06:24.150 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi019 (age 0.527687s) 2023-10-08T03:06:24.150 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: mgr: no daemons active 2023-10-08T03:06:24.150 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-10-08T03:06:24.151 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 2023-10-08T03:06:24.151 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: data: 2023-10-08T03:06:24.151 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-10-08T03:06:24.151 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-10-08T03:06:24.151 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-10-08T03:06:24.151 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: pgs: 2023-10-08T03:06:24.151 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 2023-10-08T03:06:24.501 INFO:teuthology.orchestra.run.smithi019.stderr:mon is available 2023-10-08T03:06:24.501 INFO:teuthology.orchestra.run.smithi019.stderr:Assimilating anything we can from ceph.conf... 2023-10-08T03:06:24.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:24 smithi019 ceph-mon[107896]: mon.smithi019 is new leader, mons smithi019 in quorum (ranks 0) 2023-10-08T03:06:24.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:24 smithi019 ceph-mon[107896]: monmap e1: 1 mons at {smithi019=[v2:172.21.15.19:3300/0,v1:172.21.15.19:6789/0]} 2023-10-08T03:06:24.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:24 smithi019 ceph-mon[107896]: fsmap 2023-10-08T03:06:24.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:24 smithi019 ceph-mon[107896]: osdmap e1: 0 total, 0 up, 0 in 2023-10-08T03:06:24.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:24 smithi019 ceph-mon[107896]: mgrmap e1: no daemons active 2023-10-08T03:06:24.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:24 smithi019 ceph-mon[107896]: from='client.? 172.21.15.19:0/421822360' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-10-08T03:06:24.957 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 2023-10-08T03:06:24.957 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: [global] 2023-10-08T03:06:24.958 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: fsid = 988f33ae-6587-11ee-8db5-212e2dc638e7 2023-10-08T03:06:24.958 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.19:3300,v1:172.21.15.19:6789] 2023-10-08T03:06:24.958 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-10-08T03:06:24.958 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-10-08T03:06:24.958 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-10-08T03:06:24.958 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-10-08T03:06:24.958 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 2023-10-08T03:06:24.958 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: [mgr] 2023-10-08T03:06:24.958 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-10-08T03:06:24.958 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 2023-10-08T03:06:24.958 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: [osd] 2023-10-08T03:06:24.959 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-10-08T03:06:24.959 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-10-08T03:06:25.342 INFO:teuthology.orchestra.run.smithi019.stderr:Generating new minimal ceph.conf... 2023-10-08T03:06:26.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:25 smithi019 ceph-mon[107896]: from='client.? 172.21.15.19:0/3346973235' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-10-08T03:06:26.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:25 smithi019 ceph-mon[107896]: from='client.? 172.21.15.19:0/3346973235' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-10-08T03:06:26.209 INFO:teuthology.orchestra.run.smithi019.stderr:Restarting the monitor... 2023-10-08T03:06:26.316 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:26 smithi019 systemd[1]: Stopping Ceph mon.smithi019 for 988f33ae-6587-11ee-8db5-212e2dc638e7... 2023-10-08T03:06:26.316 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:26 smithi019 bash[108197]: Error: no container with name or ID "ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-mon.smithi019" found: no such container 2023-10-08T03:06:26.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:26 smithi019 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-mon-smithi019[107873]: 2023-10-08T03:06:26.314+0000 7f03ae245700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi019 -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-10-08T03:06:26.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:26 smithi019 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-mon-smithi019[107873]: 2023-10-08T03:06:26.314+0000 7f03ae245700 -1 mon.smithi019@0(leader) e1 *** Got Signal Terminated *** 2023-10-08T03:06:27.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:26 smithi019 bash[108209]: ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-mon-smithi019 2023-10-08T03:06:27.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:26 smithi019 bash[108247]: Error: no container with name or ID "ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-mon.smithi019" found: no such container 2023-10-08T03:06:27.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:26 smithi019 systemd[1]: ceph-988f33ae-6587-11ee-8db5-212e2dc638e7@mon.smithi019.service: Succeeded. 2023-10-08T03:06:27.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:26 smithi019 systemd[1]: Stopped Ceph mon.smithi019 for 988f33ae-6587-11ee-8db5-212e2dc638e7. 2023-10-08T03:06:27.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:26 smithi019 systemd[1]: Starting Ceph mon.smithi019 for 988f33ae-6587-11ee-8db5-212e2dc638e7... 2023-10-08T03:06:27.159 INFO:teuthology.orchestra.run.smithi019.stderr:Setting mon public_network to 172.21.0.0/20 2023-10-08T03:06:27.526 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: set uid:gid to 167:167 (ceph:ceph) 2023-10-08T03:06:27.526 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-10-08T03:06:27.526 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: pidfile_write: ignore empty --pid-file 2023-10-08T03:06:27.527 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: load: jerasure load: lrc 2023-10-08T03:06:27.527 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: RocksDB version: 6.15.5 2023-10-08T03:06:27.527 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-10-08T03:06:27.527 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Compile date Apr 18 2022 2023-10-08T03:06:27.527 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: DB SUMMARY 2023-10-08T03:06:27.527 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: DB Session ID: NJ0ZLCE7N4AZ1490NJXX 2023-10-08T03:06:27.527 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: CURRENT file: CURRENT 2023-10-08T03:06:27.527 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: IDENTITY file: IDENTITY 2023-10-08T03:06:27.527 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: MANIFEST file: MANIFEST-000009 size: 131 Bytes 2023-10-08T03:06:27.527 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi019/store.db dir, Total Num: 1, files: 000008.sst 2023-10-08T03:06:27.527 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi019/store.db: 000010.log size: 80763 ; 2023-10-08T03:06:27.528 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.error_if_exists: 0 2023-10-08T03:06:27.528 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.create_if_missing: 0 2023-10-08T03:06:27.528 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.paranoid_checks: 1 2023-10-08T03:06:27.528 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-10-08T03:06:27.528 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.env: 0x5564c3c76860 2023-10-08T03:06:27.528 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.fs: Posix File System 2023-10-08T03:06:27.528 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.info_log: 0x5564c45d7fa0 2023-10-08T03:06:27.528 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.max_file_opening_threads: 16 2023-10-08T03:06:27.528 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.statistics: (nil) 2023-10-08T03:06:27.528 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.use_fsync: 0 2023-10-08T03:06:27.528 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.max_log_file_size: 0 2023-10-08T03:06:27.528 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-10-08T03:06:27.529 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.log_file_time_to_roll: 0 2023-10-08T03:06:27.529 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.keep_log_file_num: 1000 2023-10-08T03:06:27.529 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.recycle_log_file_num: 0 2023-10-08T03:06:27.529 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.allow_fallocate: 1 2023-10-08T03:06:27.529 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.allow_mmap_reads: 0 2023-10-08T03:06:27.529 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.allow_mmap_writes: 0 2023-10-08T03:06:27.529 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.use_direct_reads: 0 2023-10-08T03:06:27.529 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-10-08T03:06:27.529 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.create_missing_column_families: 0 2023-10-08T03:06:27.529 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.db_log_dir: 2023-10-08T03:06:27.529 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi019/store.db 2023-10-08T03:06:27.529 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.table_cache_numshardbits: 6 2023-10-08T03:06:27.530 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.WAL_ttl_seconds: 0 2023-10-08T03:06:27.530 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.WAL_size_limit_MB: 0 2023-10-08T03:06:27.530 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-10-08T03:06:27.530 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-10-08T03:06:27.530 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.is_fd_close_on_exec: 1 2023-10-08T03:06:27.530 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.advise_random_on_open: 1 2023-10-08T03:06:27.530 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.db_write_buffer_size: 0 2023-10-08T03:06:27.530 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.write_buffer_manager: 0x5564c46c8330 2023-10-08T03:06:27.530 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-10-08T03:06:27.530 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-10-08T03:06:27.530 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-10-08T03:06:27.530 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.use_adaptive_mutex: 0 2023-10-08T03:06:27.531 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.rate_limiter: (nil) 2023-10-08T03:06:27.531 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-10-08T03:06:27.531 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.wal_recovery_mode: 2 2023-10-08T03:06:27.531 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.enable_thread_tracking: 0 2023-10-08T03:06:27.531 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.enable_pipelined_write: 0 2023-10-08T03:06:27.531 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.unordered_write: 0 2023-10-08T03:06:27.531 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-10-08T03:06:27.531 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-10-08T03:06:27.531 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-10-08T03:06:27.531 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-10-08T03:06:27.531 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.row_cache: None 2023-10-08T03:06:27.531 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.wal_filter: None 2023-10-08T03:06:27.532 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-10-08T03:06:27.532 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.allow_ingest_behind: 0 2023-10-08T03:06:27.532 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.preserve_deletes: 0 2023-10-08T03:06:27.532 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.two_write_queues: 0 2023-10-08T03:06:27.532 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.manual_wal_flush: 0 2023-10-08T03:06:27.532 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.atomic_flush: 0 2023-10-08T03:06:27.532 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-10-08T03:06:27.532 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.persist_stats_to_disk: 0 2023-10-08T03:06:27.532 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.write_dbid_to_manifest: 0 2023-10-08T03:06:27.532 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.log_readahead_size: 0 2023-10-08T03:06:27.532 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-10-08T03:06:27.532 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.best_efforts_recovery: 0 2023-10-08T03:06:27.532 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-10-08T03:06:27.533 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-10-08T03:06:27.533 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.allow_data_in_errors: 0 2023-10-08T03:06:27.533 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.db_host_id: __hostname__ 2023-10-08T03:06:27.533 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.max_background_jobs: 2 2023-10-08T03:06:27.533 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.max_background_compactions: -1 2023-10-08T03:06:27.533 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.max_subcompactions: 1 2023-10-08T03:06:27.533 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-10-08T03:06:27.533 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-10-08T03:06:27.533 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.delayed_write_rate : 16777216 2023-10-08T03:06:27.533 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.max_total_wal_size: 0 2023-10-08T03:06:27.533 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-10-08T03:06:27.534 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.stats_dump_period_sec: 600 2023-10-08T03:06:27.534 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.stats_persist_period_sec: 600 2023-10-08T03:06:27.534 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-10-08T03:06:27.534 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.max_open_files: -1 2023-10-08T03:06:27.534 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 bash[108313]: 3343e10344ce1275f68c1b5fbd2391dff956a621328db17a5b3387125fcaedf2 2023-10-08T03:06:27.534 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.bytes_per_sync: 0 2023-10-08T03:06:27.534 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.wal_bytes_per_sync: 0 2023-10-08T03:06:27.534 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.strict_bytes_per_sync: 0 2023-10-08T03:06:27.534 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.compaction_readahead_size: 0 2023-10-08T03:06:27.534 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.max_background_flushes: -1 2023-10-08T03:06:27.534 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Compression algorithms supported: 2023-10-08T03:06:27.534 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-10-08T03:06:27.535 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: kZSTD supported: 0 2023-10-08T03:06:27.535 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: kXpressCompression supported: 0 2023-10-08T03:06:27.535 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: kLZ4HCCompression supported: 1 2023-10-08T03:06:27.535 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: kLZ4Compression supported: 1 2023-10-08T03:06:27.535 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: kBZip2Compression supported: 0 2023-10-08T03:06:27.535 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: kZlibCompression supported: 1 2023-10-08T03:06:27.535 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: kSnappyCompression supported: 1 2023-10-08T03:06:27.535 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Fast CRC32 supported: Supported on x86 2023-10-08T03:06:27.535 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi019/store.db/MANIFEST-000009 2023-10-08T03:06:27.535 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-10-08T03:06:27.535 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-10-08T03:06:27.535 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.merge_operator: 2023-10-08T03:06:27.536 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.compaction_filter: None 2023-10-08T03:06:27.536 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.compaction_filter_factory: None 2023-10-08T03:06:27.536 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.sst_partitioner_factory: None 2023-10-08T03:06:27.536 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.memtable_factory: SkipListFactory 2023-10-08T03:06:27.536 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.table_factory: BlockBasedTable 2023-10-08T03:06:27.536 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5564c45a3d00) 2023-10-08T03:06:27.536 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: cache_index_and_filter_blocks: 1 2023-10-08T03:06:27.536 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-10-08T03:06:27.536 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-10-08T03:06:27.536 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: pin_top_level_index_and_filter: 1 2023-10-08T03:06:27.536 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: index_type: 0 2023-10-08T03:06:27.536 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: data_block_index_type: 0 2023-10-08T03:06:27.537 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: index_shortening: 1 2023-10-08T03:06:27.537 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: data_block_hash_table_util_ratio: 0.750000 2023-10-08T03:06:27.537 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: hash_index_allow_collision: 1 2023-10-08T03:06:27.537 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: checksum: 1 2023-10-08T03:06:27.537 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: no_block_cache: 0 2023-10-08T03:06:27.537 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: block_cache: 0x5564c460e170 2023-10-08T03:06:27.537 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: block_cache_name: BinnedLRUCache 2023-10-08T03:06:27.537 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: block_cache_options: 2023-10-08T03:06:27.537 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: capacity : 536870912 2023-10-08T03:06:27.537 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: num_shard_bits : 4 2023-10-08T03:06:27.538 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: strict_capacity_limit : 0 2023-10-08T03:06:27.538 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: high_pri_pool_ratio: 0.000 2023-10-08T03:06:27.538 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: block_cache_compressed: (nil) 2023-10-08T03:06:27.538 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: persistent_cache: (nil) 2023-10-08T03:06:27.538 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: block_size: 4096 2023-10-08T03:06:27.538 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: block_size_deviation: 10 2023-10-08T03:06:27.538 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: block_restart_interval: 16 2023-10-08T03:06:27.538 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: index_block_restart_interval: 1 2023-10-08T03:06:27.538 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: metadata_block_size: 4096 2023-10-08T03:06:27.538 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: partition_filters: 0 2023-10-08T03:06:27.539 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: use_delta_encoding: 1 2023-10-08T03:06:27.539 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-10-08T03:06:27.539 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: whole_key_filtering: 1 2023-10-08T03:06:27.539 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: verify_compression: 0 2023-10-08T03:06:27.539 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: read_amp_bytes_per_bit: 0 2023-10-08T03:06:27.539 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: format_version: 4 2023-10-08T03:06:27.539 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: enable_index_compression: 1 2023-10-08T03:06:27.539 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: block_align: 0 2023-10-08T03:06:27.539 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.write_buffer_size: 33554432 2023-10-08T03:06:27.539 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.max_write_buffer_number: 2 2023-10-08T03:06:27.539 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.compression: NoCompression 2023-10-08T03:06:27.539 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.bottommost_compression: Disabled 2023-10-08T03:06:27.539 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.prefix_extractor: nullptr 2023-10-08T03:06:27.540 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-10-08T03:06:27.540 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.num_levels: 7 2023-10-08T03:06:27.540 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-10-08T03:06:27.540 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-10-08T03:06:27.540 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-10-08T03:06:27.540 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-10-08T03:06:27.540 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-10-08T03:06:27.540 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-10-08T03:06:27.540 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-10-08T03:06:27.540 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-10-08T03:06:27.540 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-10-08T03:06:27.540 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-10-08T03:06:27.541 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.compression_opts.window_bits: -14 2023-10-08T03:06:27.541 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.compression_opts.level: 32767 2023-10-08T03:06:27.541 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.compression_opts.strategy: 0 2023-10-08T03:06:27.541 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-10-08T03:06:27.541 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-10-08T03:06:27.541 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-10-08T03:06:27.541 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.compression_opts.enabled: false 2023-10-08T03:06:27.541 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-10-08T03:06:27.541 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-10-08T03:06:27.541 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-10-08T03:06:27.541 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.target_file_size_base: 67108864 2023-10-08T03:06:27.541 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.target_file_size_multiplier: 1 2023-10-08T03:06:27.542 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-10-08T03:06:27.542 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-10-08T03:06:27.542 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-10-08T03:06:27.542 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-10-08T03:06:27.542 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-10-08T03:06:27.542 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-10-08T03:06:27.542 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-10-08T03:06:27.542 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-10-08T03:06:27.542 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-10-08T03:06:27.542 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-10-08T03:06:27.542 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-10-08T03:06:27.543 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-10-08T03:06:27.543 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.arena_block_size: 4194304 2023-10-08T03:06:27.543 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-10-08T03:06:27.543 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-10-08T03:06:27.543 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-10-08T03:06:27.543 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.disable_auto_compactions: 0 2023-10-08T03:06:27.543 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-10-08T03:06:27.543 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-10-08T03:06:27.543 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-10-08T03:06:27.543 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-10-08T03:06:27.544 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-10-08T03:06:27.544 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-10-08T03:06:27.544 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-10-08T03:06:27.544 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-10-08T03:06:27.544 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-10-08T03:06:27.544 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-10-08T03:06:27.544 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.table_properties_collectors: 2023-10-08T03:06:27.544 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.inplace_update_support: 0 2023-10-08T03:06:27.544 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.inplace_update_num_locks: 10000 2023-10-08T03:06:27.544 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-10-08T03:06:27.544 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-10-08T03:06:27.545 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.memtable_huge_page_size: 0 2023-10-08T03:06:27.545 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.bloom_locality: 0 2023-10-08T03:06:27.545 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.max_successive_merges: 0 2023-10-08T03:06:27.545 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.optimize_filters_for_hits: 0 2023-10-08T03:06:27.545 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.paranoid_file_checks: 0 2023-10-08T03:06:27.545 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.force_consistency_checks: 1 2023-10-08T03:06:27.545 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.report_bg_io_stats: 0 2023-10-08T03:06:27.545 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.ttl: 2592000 2023-10-08T03:06:27.545 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.periodic_compaction_seconds: 0 2023-10-08T03:06:27.545 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.enable_blob_files: false 2023-10-08T03:06:27.545 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.min_blob_size: 0 2023-10-08T03:06:27.545 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.blob_file_size: 268435456 2023-10-08T03:06:27.546 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.blob_compression_type: NoCompression 2023-10-08T03:06:27.546 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.enable_blob_garbage_collection: false 2023-10-08T03:06:27.546 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-10-08T03:06:27.546 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi019/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-10-08T03:06:27.546 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 5 2023-10-08T03:06:27.546 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: [db/version_set.cc:4083] Creating manifest 13 2023-10-08T03:06:27.546 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696734387154328, "job": 1, "event": "recovery_started", "wal_files": [10]} 2023-10-08T03:06:27.546 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #10 mode 2 2023-10-08T03:06:27.546 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: 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-10-08T03:06:27.546 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696734387155146, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 14, "file_size": 77621, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 75879, "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": 70335, "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": 1696734387, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "0914516e-e1c7-4491-9fcb-43c9e6ced41b", "db_session_id": "NJ0ZLCE7N4AZ1490NJXX"}} 2023-10-08T03:06:27.546 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: [db/version_set.cc:4083] Creating manifest 15 2023-10-08T03:06:27.547 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696734387155588, "job": 1, "event": "recovery_finished"} 2023-10-08T03:06:27.547 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-smithi019/store.db/000010.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-10-08T03:06:27.547 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x5564c45f4a80 2023-10-08T03:06:27.547 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: DB pointer 0x5564c4604000 2023-10-08T03:06:27.547 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-10-08T03:06:27.547 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-10-08T03:06:27.547 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: ** DB Stats ** 2023-10-08T03:06:27.547 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-08T03:06:27.547 INFO:journalctl@ceph.mon.smithi019.smithi019.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-10-08T03:06:27.547 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-08T03:06:27.547 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-08T03:06:27.548 INFO:journalctl@ceph.mon.smithi019.smithi019.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-10-08T03:06:27.548 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-10-08T03:06:27.548 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-08T03:06:27.548 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: 2023-10-08T03:06:27.548 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: ** Compaction Stats [default] ** 2023-10-08T03:06:27.548 INFO:journalctl@ceph.mon.smithi019.smithi019.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-10-08T03:06:27.548 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-08T03:06:27.548 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: L0 2/0 77.60 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 142.1 0.00 0.00 1 0.001 0 0 2023-10-08T03:06:27.549 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: Sum 2/0 77.60 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 142.1 0.00 0.00 1 0.001 0 0 2023-10-08T03:06:27.549 INFO:journalctl@ceph.mon.smithi019.smithi019.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 142.1 0.00 0.00 1 0.001 0 0 2023-10-08T03:06:27.549 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: 2023-10-08T03:06:27.549 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: ** Compaction Stats [default] ** 2023-10-08T03:06:27.549 INFO:journalctl@ceph.mon.smithi019.smithi019.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-10-08T03:06:27.549 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-08T03:06:27.549 INFO:journalctl@ceph.mon.smithi019.smithi019.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 142.1 0.00 0.00 1 0.001 0 0 2023-10-08T03:06:27.549 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-08T03:06:27.549 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-10-08T03:06:27.550 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-10-08T03:06:27.550 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-10-08T03:06:27.550 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-10-08T03:06:27.550 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: AddFile(Keys): cumulative 0, interval 0 2023-10-08T03:06:27.550 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: Cumulative compaction: 0.00 GB write, 19.70 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-08T03:06:27.550 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: Interval compaction: 0.00 GB write, 19.70 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-08T03:06:27.550 INFO:journalctl@ceph.mon.smithi019.smithi019.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-10-08T03:06:27.550 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: 2023-10-08T03:06:27.550 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: ** File Read Latency Histogram By Level [default] ** 2023-10-08T03:06:27.550 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: 2023-10-08T03:06:27.550 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: ** Compaction Stats [default] ** 2023-10-08T03:06:27.551 INFO:journalctl@ceph.mon.smithi019.smithi019.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-10-08T03:06:27.551 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-08T03:06:27.551 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: L0 2/0 77.60 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 142.1 0.00 0.00 1 0.001 0 0 2023-10-08T03:06:27.551 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: Sum 2/0 77.60 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 142.1 0.00 0.00 1 0.001 0 0 2023-10-08T03:06:27.551 INFO:journalctl@ceph.mon.smithi019.smithi019.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-10-08T03:06:27.551 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: 2023-10-08T03:06:27.551 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: ** Compaction Stats [default] ** 2023-10-08T03:06:27.551 INFO:journalctl@ceph.mon.smithi019.smithi019.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-10-08T03:06:27.551 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-08T03:06:27.551 INFO:journalctl@ceph.mon.smithi019.smithi019.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 142.1 0.00 0.00 1 0.001 0 0 2023-10-08T03:06:27.551 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-08T03:06:27.551 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-10-08T03:06:27.552 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-10-08T03:06:27.552 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-10-08T03:06:27.552 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-10-08T03:06:27.552 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: AddFile(Keys): cumulative 0, interval 0 2023-10-08T03:06:27.552 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: Cumulative compaction: 0.00 GB write, 19.51 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-08T03:06:27.552 INFO:journalctl@ceph.mon.smithi019.smithi019.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-10-08T03:06:27.552 INFO:journalctl@ceph.mon.smithi019.smithi019.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-10-08T03:06:27.552 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: 2023-10-08T03:06:27.552 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: ** File Read Latency Histogram By Level [default] ** 2023-10-08T03:06:27.552 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: starting mon.smithi019 rank 0 at public addrs [v2:172.21.15.19:3300/0,v1:172.21.15.19:6789/0] at bind addrs [v2:172.21.15.19:3300/0,v1:172.21.15.19:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi019 fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 2023-10-08T03:06:27.552 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 systemd[1]: Started Ceph mon.smithi019 for 988f33ae-6587-11ee-8db5-212e2dc638e7. 2023-10-08T03:06:27.552 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: mon.smithi019@-1(???) e1 preinit fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 2023-10-08T03:06:27.553 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: mon.smithi019@-1(???).mds e1 new map 2023-10-08T03:06:27.553 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: mon.smithi019@-1(???).mds e1 print_map 2023-10-08T03:06:27.553 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: e1 2023-10-08T03:06:27.553 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-10-08T03:06:27.553 INFO:journalctl@ceph.mon.smithi019.smithi019.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-10-08T03:06:27.553 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: legacy client fscid: -1 2023-10-08T03:06:27.553 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: 2023-10-08T03:06:27.553 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout: No filesystems configured 2023-10-08T03:06:27.553 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: mon.smithi019@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-10-08T03:06:27.553 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: mon.smithi019@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-10-08T03:06:27.553 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: mon.smithi019@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-10-08T03:06:27.554 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: mon.smithi019@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-10-08T03:06:27.554 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: mon.smithi019@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-10-08T03:06:27.554 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: expand_channel_meta expand map: {default=false} 2023-10-08T03:06:27.554 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: expand_channel_meta from 'false' to 'false' 2023-10-08T03:06:27.554 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: expand_channel_meta expanded map: {default=false} 2023-10-08T03:06:27.554 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: expand_channel_meta expand map: {default=info} 2023-10-08T03:06:27.554 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: expand_channel_meta from 'info' to 'info' 2023-10-08T03:06:27.554 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: expand_channel_meta expanded map: {default=info} 2023-10-08T03:06:27.554 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: expand_channel_meta expand map: {default=daemon} 2023-10-08T03:06:27.554 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: expand_channel_meta from 'daemon' to 'daemon' 2023-10-08T03:06:27.555 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: expand_channel_meta expanded map: {default=daemon} 2023-10-08T03:06:27.555 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: expand_channel_meta expand map: {default=debug} 2023-10-08T03:06:27.555 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: expand_channel_meta from 'debug' to 'debug' 2023-10-08T03:06:27.555 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: expand_channel_meta expanded map: {default=debug} 2023-10-08T03:06:27.555 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: mon.smithi019 is new leader, mons smithi019 in quorum (ranks 0) 2023-10-08T03:06:27.555 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: monmap e1: 1 mons at {smithi019=[v2:172.21.15.19:3300/0,v1:172.21.15.19:6789/0]} 2023-10-08T03:06:27.555 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: fsmap 2023-10-08T03:06:27.555 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: osdmap e1: 0 total, 0 up, 0 in 2023-10-08T03:06:27.555 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:27 smithi019 ceph-mon[108350]: mgrmap e1: no daemons active 2023-10-08T03:06:28.050 INFO:teuthology.orchestra.run.smithi019.stderr:Wrote config to /etc/ceph/ceph.conf 2023-10-08T03:06:28.050 INFO:teuthology.orchestra.run.smithi019.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-10-08T03:06:28.050 INFO:teuthology.orchestra.run.smithi019.stderr:Creating mgr... 2023-10-08T03:06:28.051 INFO:teuthology.orchestra.run.smithi019.stderr:Verifying port 9283 ... 2023-10-08T03:06:28.200 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: Failed to reset failed state of unit ceph-988f33ae-6587-11ee-8db5-212e2dc638e7@mgr.smithi019.xhcxai.service: Unit ceph-988f33ae-6587-11ee-8db5-212e2dc638e7@mgr.smithi019.xhcxai.service not loaded. 2023-10-08T03:06:28.207 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: Created symlink /etc/systemd/system/ceph-988f33ae-6587-11ee-8db5-212e2dc638e7.target.wants/ceph-988f33ae-6587-11ee-8db5-212e2dc638e7@mgr.smithi019.xhcxai.service → /etc/systemd/system/ceph-988f33ae-6587-11ee-8db5-212e2dc638e7@.service. 2023-10-08T03:06:28.731 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: disabled 2023-10-08T03:06:28.740 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: inactive 2023-10-08T03:06:28.740 INFO:teuthology.orchestra.run.smithi019.stderr:firewalld.service is not enabled 2023-10-08T03:06:28.740 INFO:teuthology.orchestra.run.smithi019.stderr:Not possible to enable service . firewalld.service is not available 2023-10-08T03:06:28.749 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: disabled 2023-10-08T03:06:28.758 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: inactive 2023-10-08T03:06:28.759 INFO:teuthology.orchestra.run.smithi019.stderr:firewalld.service is not enabled 2023-10-08T03:06:28.759 INFO:teuthology.orchestra.run.smithi019.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-10-08T03:06:28.760 INFO:teuthology.orchestra.run.smithi019.stderr:Waiting for mgr to start... 2023-10-08T03:06:28.760 INFO:teuthology.orchestra.run.smithi019.stderr:Waiting for mgr... 2023-10-08T03:06:28.942 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:28 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/944458034' entity='client.admin' 2023-10-08T03:06:29.346 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 2023-10-08T03:06:29.348 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: { 2023-10-08T03:06:29.348 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "fsid": "988f33ae-6587-11ee-8db5-212e2dc638e7", 2023-10-08T03:06:29.348 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "health": { 2023-10-08T03:06:29.349 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-10-08T03:06:29.349 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "checks": {}, 2023-10-08T03:06:29.349 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "mutes": [] 2023-10-08T03:06:29.349 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2023-10-08T03:06:29.349 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-10-08T03:06:29.349 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "quorum": [ 2023-10-08T03:06:29.349 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 0 2023-10-08T03:06:29.349 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: ], 2023-10-08T03:06:29.349 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "quorum_names": [ 2023-10-08T03:06:29.349 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "smithi019" 2023-10-08T03:06:29.349 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: ], 2023-10-08T03:06:29.349 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "quorum_age": 2, 2023-10-08T03:06:29.349 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "monmap": { 2023-10-08T03:06:29.350 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-08T03:06:29.350 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-10-08T03:06:29.350 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_mons": 1 2023-10-08T03:06:29.351 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2023-10-08T03:06:29.351 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "osdmap": { 2023-10-08T03:06:29.351 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-08T03:06:29.351 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_osds": 0, 2023-10-08T03:06:29.351 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-10-08T03:06:29.351 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-10-08T03:06:29.351 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-10-08T03:06:29.351 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-10-08T03:06:29.352 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-10-08T03:06:29.352 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2023-10-08T03:06:29.355 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "pgmap": { 2023-10-08T03:06:29.355 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-10-08T03:06:29.356 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-10-08T03:06:29.356 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_pools": 0, 2023-10-08T03:06:29.356 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_objects": 0, 2023-10-08T03:06:29.356 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-10-08T03:06:29.356 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-10-08T03:06:29.356 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-10-08T03:06:29.356 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "bytes_total": 0 2023-10-08T03:06:29.356 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2023-10-08T03:06:29.356 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "fsmap": { 2023-10-08T03:06:29.356 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-08T03:06:29.356 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "by_rank": [], 2023-10-08T03:06:29.357 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "up:standby": 0 2023-10-08T03:06:29.357 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2023-10-08T03:06:29.357 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "mgrmap": { 2023-10-08T03:06:29.357 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "available": false, 2023-10-08T03:06:29.357 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-10-08T03:06:29.357 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "modules": [ 2023-10-08T03:06:29.357 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "iostat", 2023-10-08T03:06:29.357 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "nfs", 2023-10-08T03:06:29.357 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "restful" 2023-10-08T03:06:29.357 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: ], 2023-10-08T03:06:29.357 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "services": {} 2023-10-08T03:06:29.357 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2023-10-08T03:06:29.357 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "servicemap": { 2023-10-08T03:06:29.358 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-08T03:06:29.358 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "modified": "2023-10-08T03:06:23.624451+0000", 2023-10-08T03:06:29.358 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "services": {} 2023-10-08T03:06:29.358 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2023-10-08T03:06:29.358 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "progress_events": {} 2023-10-08T03:06:29.358 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: } 2023-10-08T03:06:29.701 INFO:teuthology.orchestra.run.smithi019.stderr:mgr not available, waiting (1/15)... 2023-10-08T03:06:29.987 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:29 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/3274815174' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-08T03:06:32.180 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 2023-10-08T03:06:32.181 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: { 2023-10-08T03:06:32.181 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "fsid": "988f33ae-6587-11ee-8db5-212e2dc638e7", 2023-10-08T03:06:32.181 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "health": { 2023-10-08T03:06:32.181 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-10-08T03:06:32.181 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "checks": {}, 2023-10-08T03:06:32.181 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "mutes": [] 2023-10-08T03:06:32.181 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2023-10-08T03:06:32.181 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-10-08T03:06:32.181 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "quorum": [ 2023-10-08T03:06:32.181 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 0 2023-10-08T03:06:32.182 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: ], 2023-10-08T03:06:32.182 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "quorum_names": [ 2023-10-08T03:06:32.182 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "smithi019" 2023-10-08T03:06:32.182 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: ], 2023-10-08T03:06:32.182 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "quorum_age": 4, 2023-10-08T03:06:32.182 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "monmap": { 2023-10-08T03:06:32.182 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-08T03:06:32.182 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-10-08T03:06:32.182 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_mons": 1 2023-10-08T03:06:32.182 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2023-10-08T03:06:32.182 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "osdmap": { 2023-10-08T03:06:32.182 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-08T03:06:32.183 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_osds": 0, 2023-10-08T03:06:32.183 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-10-08T03:06:32.183 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-10-08T03:06:32.183 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-10-08T03:06:32.183 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-10-08T03:06:32.183 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-10-08T03:06:32.183 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2023-10-08T03:06:32.183 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "pgmap": { 2023-10-08T03:06:32.183 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-10-08T03:06:32.183 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-10-08T03:06:32.183 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_pools": 0, 2023-10-08T03:06:32.183 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_objects": 0, 2023-10-08T03:06:32.183 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-10-08T03:06:32.184 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-10-08T03:06:32.184 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-10-08T03:06:32.184 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "bytes_total": 0 2023-10-08T03:06:32.184 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2023-10-08T03:06:32.184 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "fsmap": { 2023-10-08T03:06:32.184 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-08T03:06:32.184 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "by_rank": [], 2023-10-08T03:06:32.184 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "up:standby": 0 2023-10-08T03:06:32.184 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2023-10-08T03:06:32.185 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "mgrmap": { 2023-10-08T03:06:32.185 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "available": false, 2023-10-08T03:06:32.185 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-10-08T03:06:32.185 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "modules": [ 2023-10-08T03:06:32.185 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "iostat", 2023-10-08T03:06:32.185 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "nfs", 2023-10-08T03:06:32.185 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "restful" 2023-10-08T03:06:32.185 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: ], 2023-10-08T03:06:32.185 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "services": {} 2023-10-08T03:06:32.185 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2023-10-08T03:06:32.185 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "servicemap": { 2023-10-08T03:06:32.185 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-08T03:06:32.185 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "modified": "2023-10-08T03:06:23.624451+0000", 2023-10-08T03:06:32.186 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "services": {} 2023-10-08T03:06:32.186 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2023-10-08T03:06:32.186 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "progress_events": {} 2023-10-08T03:06:32.186 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: } 2023-10-08T03:06:32.516 INFO:teuthology.orchestra.run.smithi019.stderr:mgr not available, waiting (2/15)... 2023-10-08T03:06:33.524 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:33 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/3356254143' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-08T03:06:34.996 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 2023-10-08T03:06:34.996 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: { 2023-10-08T03:06:34.997 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "fsid": "988f33ae-6587-11ee-8db5-212e2dc638e7", 2023-10-08T03:06:34.997 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "health": { 2023-10-08T03:06:34.997 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-10-08T03:06:34.997 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "checks": {}, 2023-10-08T03:06:34.997 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "mutes": [] 2023-10-08T03:06:34.997 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2023-10-08T03:06:34.997 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-10-08T03:06:34.997 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "quorum": [ 2023-10-08T03:06:34.997 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 0 2023-10-08T03:06:34.997 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: ], 2023-10-08T03:06:34.997 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "quorum_names": [ 2023-10-08T03:06:34.997 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "smithi019" 2023-10-08T03:06:34.997 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: ], 2023-10-08T03:06:34.998 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "quorum_age": 7, 2023-10-08T03:06:34.998 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "monmap": { 2023-10-08T03:06:34.998 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-08T03:06:34.998 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-10-08T03:06:34.998 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_mons": 1 2023-10-08T03:06:34.998 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2023-10-08T03:06:34.998 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "osdmap": { 2023-10-08T03:06:34.998 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-08T03:06:34.998 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_osds": 0, 2023-10-08T03:06:34.998 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-10-08T03:06:34.998 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-10-08T03:06:34.998 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-10-08T03:06:35.002 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-10-08T03:06:35.002 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-10-08T03:06:35.002 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2023-10-08T03:06:35.002 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "pgmap": { 2023-10-08T03:06:35.002 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-10-08T03:06:35.002 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-10-08T03:06:35.002 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_pools": 0, 2023-10-08T03:06:35.002 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_objects": 0, 2023-10-08T03:06:35.002 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-10-08T03:06:35.003 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-10-08T03:06:35.003 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-10-08T03:06:35.003 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "bytes_total": 0 2023-10-08T03:06:35.003 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2023-10-08T03:06:35.003 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "fsmap": { 2023-10-08T03:06:35.003 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-08T03:06:35.003 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "by_rank": [], 2023-10-08T03:06:35.003 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "up:standby": 0 2023-10-08T03:06:35.003 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2023-10-08T03:06:35.003 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "mgrmap": { 2023-10-08T03:06:35.003 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "available": false, 2023-10-08T03:06:35.003 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-10-08T03:06:35.004 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "modules": [ 2023-10-08T03:06:35.004 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "iostat", 2023-10-08T03:06:35.004 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "nfs", 2023-10-08T03:06:35.004 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "restful" 2023-10-08T03:06:35.004 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: ], 2023-10-08T03:06:35.004 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "services": {} 2023-10-08T03:06:35.004 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2023-10-08T03:06:35.004 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "servicemap": { 2023-10-08T03:06:35.004 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-08T03:06:35.004 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "modified": "2023-10-08T03:06:23.624451+0000", 2023-10-08T03:06:35.004 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "services": {} 2023-10-08T03:06:35.004 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2023-10-08T03:06:35.004 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "progress_events": {} 2023-10-08T03:06:35.005 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: } 2023-10-08T03:06:35.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:35 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/1374123297' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-08T03:06:35.348 INFO:teuthology.orchestra.run.smithi019.stderr:mgr not available, waiting (3/15)... 2023-10-08T03:06:36.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:36 smithi019 ceph-mon[108350]: Activating manager daemon smithi019.xhcxai 2023-10-08T03:06:36.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:36 smithi019 ceph-mon[108350]: mgrmap e2: smithi019.xhcxai(active, starting, since 0.00303182s) 2023-10-08T03:06:36.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:36 smithi019 ceph-mon[108350]: from='mgr.14100 172.21.15.19:0/2137952763' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-08T03:06:36.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:36 smithi019 ceph-mon[108350]: from='mgr.14100 172.21.15.19:0/2137952763' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-08T03:06:36.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:36 smithi019 ceph-mon[108350]: from='mgr.14100 172.21.15.19:0/2137952763' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-08T03:06:36.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:36 smithi019 ceph-mon[108350]: from='mgr.14100 172.21.15.19:0/2137952763' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mon metadata", "id": "smithi019"}]: dispatch 2023-10-08T03:06:36.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:36 smithi019 ceph-mon[108350]: from='mgr.14100 172.21.15.19:0/2137952763' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mgr metadata", "who": "smithi019.xhcxai", "id": "smithi019.xhcxai"}]: dispatch 2023-10-08T03:06:36.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:36 smithi019 ceph-mon[108350]: Manager daemon smithi019.xhcxai is now available 2023-10-08T03:06:36.526 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:36 smithi019 ceph-mon[108350]: from='mgr.14100 172.21.15.19:0/2137952763' entity='mgr.smithi019.xhcxai' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi019.xhcxai/mirror_snapshot_schedule"}]: dispatch 2023-10-08T03:06:36.526 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:36 smithi019 ceph-mon[108350]: from='mgr.14100 172.21.15.19:0/2137952763' entity='mgr.smithi019.xhcxai' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi019.xhcxai/trash_purge_schedule"}]: dispatch 2023-10-08T03:06:36.526 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:36 smithi019 ceph-mon[108350]: from='mgr.14100 172.21.15.19:0/2137952763' entity='mgr.smithi019.xhcxai' 2023-10-08T03:06:36.526 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:36 smithi019 ceph-mon[108350]: from='mgr.14100 172.21.15.19:0/2137952763' entity='mgr.smithi019.xhcxai' 2023-10-08T03:06:36.526 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:36 smithi019 ceph-mon[108350]: from='mgr.14100 172.21.15.19:0/2137952763' entity='mgr.smithi019.xhcxai' 2023-10-08T03:06:37.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:37 smithi019 ceph-mon[108350]: mgrmap e3: smithi019.xhcxai(active, since 1.00692s) 2023-10-08T03:06:37.997 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 2023-10-08T03:06:37.998 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: { 2023-10-08T03:06:37.998 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "fsid": "988f33ae-6587-11ee-8db5-212e2dc638e7", 2023-10-08T03:06:37.998 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "health": { 2023-10-08T03:06:37.998 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-10-08T03:06:37.998 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "checks": {}, 2023-10-08T03:06:37.998 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "mutes": [] 2023-10-08T03:06:37.998 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2023-10-08T03:06:37.998 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-10-08T03:06:37.998 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "quorum": [ 2023-10-08T03:06:37.998 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 0 2023-10-08T03:06:37.998 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: ], 2023-10-08T03:06:37.999 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "quorum_names": [ 2023-10-08T03:06:37.999 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "smithi019" 2023-10-08T03:06:37.999 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: ], 2023-10-08T03:06:37.999 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "quorum_age": 10, 2023-10-08T03:06:37.999 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "monmap": { 2023-10-08T03:06:37.999 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-08T03:06:37.999 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-10-08T03:06:37.999 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_mons": 1 2023-10-08T03:06:37.999 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2023-10-08T03:06:37.999 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "osdmap": { 2023-10-08T03:06:37.999 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-08T03:06:37.999 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_osds": 0, 2023-10-08T03:06:37.999 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-10-08T03:06:38.000 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-10-08T03:06:38.000 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-10-08T03:06:38.000 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-10-08T03:06:38.000 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-10-08T03:06:38.000 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2023-10-08T03:06:38.000 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "pgmap": { 2023-10-08T03:06:38.000 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-10-08T03:06:38.000 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-10-08T03:06:38.000 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_pools": 0, 2023-10-08T03:06:38.000 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_objects": 0, 2023-10-08T03:06:38.000 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-10-08T03:06:38.000 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-10-08T03:06:38.000 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-10-08T03:06:38.001 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "bytes_total": 0 2023-10-08T03:06:38.001 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2023-10-08T03:06:38.001 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "fsmap": { 2023-10-08T03:06:38.001 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-08T03:06:38.001 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "by_rank": [], 2023-10-08T03:06:38.001 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "up:standby": 0 2023-10-08T03:06:38.001 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2023-10-08T03:06:38.001 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "mgrmap": { 2023-10-08T03:06:38.001 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "available": true, 2023-10-08T03:06:38.001 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-10-08T03:06:38.001 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "modules": [ 2023-10-08T03:06:38.001 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "iostat", 2023-10-08T03:06:38.001 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "nfs", 2023-10-08T03:06:38.002 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "restful" 2023-10-08T03:06:38.002 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: ], 2023-10-08T03:06:38.002 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "services": {} 2023-10-08T03:06:38.002 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2023-10-08T03:06:38.002 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "servicemap": { 2023-10-08T03:06:38.002 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-08T03:06:38.002 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "modified": "2023-10-08T03:06:23.624451+0000", 2023-10-08T03:06:38.002 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "services": {} 2023-10-08T03:06:38.002 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2023-10-08T03:06:38.002 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "progress_events": {} 2023-10-08T03:06:38.002 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: } 2023-10-08T03:06:38.381 INFO:teuthology.orchestra.run.smithi019.stderr:mgr is available 2023-10-08T03:06:38.998 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 2023-10-08T03:06:38.998 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: [global] 2023-10-08T03:06:38.998 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: fsid = 988f33ae-6587-11ee-8db5-212e2dc638e7 2023-10-08T03:06:38.998 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-10-08T03:06:38.998 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-10-08T03:06:38.998 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-10-08T03:06:38.998 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-10-08T03:06:38.998 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 2023-10-08T03:06:38.998 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: [mgr] 2023-10-08T03:06:38.999 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-10-08T03:06:38.999 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 2023-10-08T03:06:38.999 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: [osd] 2023-10-08T03:06:38.999 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-10-08T03:06:38.999 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-10-08T03:06:39.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:38 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/1431283118' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-08T03:06:40.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:39 smithi019 ceph-mon[108350]: mgrmap e4: smithi019.xhcxai(active, since 3s) 2023-10-08T03:06:40.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:39 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/583403721' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-10-08T03:06:40.402 INFO:teuthology.orchestra.run.smithi019.stderr:Enabling cephadm module... 2023-10-08T03:06:42.475 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:42 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/2885349033' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-10-08T03:06:43.370 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:43 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/2885349033' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-10-08T03:06:43.371 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:43 smithi019 ceph-mon[108350]: mgrmap e5: smithi019.xhcxai(active, since 6s) 2023-10-08T03:06:45.949 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: { 2023-10-08T03:06:45.950 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "epoch": 5, 2023-10-08T03:06:45.950 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "available": true, 2023-10-08T03:06:45.950 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "active_name": "smithi019.xhcxai", 2023-10-08T03:06:45.950 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_standby": 0 2023-10-08T03:06:45.950 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: } 2023-10-08T03:06:46.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:46 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/3665871236' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-10-08T03:06:48.230 INFO:teuthology.orchestra.run.smithi019.stderr:Waiting for the mgr to restart... 2023-10-08T03:06:48.230 INFO:teuthology.orchestra.run.smithi019.stderr:Waiting for mgr epoch 5... 2023-10-08T03:06:49.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:49 smithi019 ceph-mon[108350]: Active manager daemon smithi019.xhcxai restarted 2023-10-08T03:06:49.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:49 smithi019 ceph-mon[108350]: Activating manager daemon smithi019.xhcxai 2023-10-08T03:06:49.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:49 smithi019 ceph-mon[108350]: osdmap e2: 0 total, 0 up, 0 in 2023-10-08T03:06:50.078 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: { 2023-10-08T03:06:50.078 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-10-08T03:06:50.079 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "initialized": true 2023-10-08T03:06:50.079 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: } 2023-10-08T03:06:50.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:50 smithi019 ceph-mon[108350]: mgrmap e6: smithi019.xhcxai(active, starting, since 0.0533974s) 2023-10-08T03:06:50.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:50 smithi019 ceph-mon[108350]: from='mgr.14120 172.21.15.19:0/3930377487' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mon metadata", "id": "smithi019"}]: dispatch 2023-10-08T03:06:50.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:50 smithi019 ceph-mon[108350]: from='mgr.14120 172.21.15.19:0/3930377487' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mgr metadata", "who": "smithi019.xhcxai", "id": "smithi019.xhcxai"}]: dispatch 2023-10-08T03:06:50.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:50 smithi019 ceph-mon[108350]: from='mgr.14120 172.21.15.19:0/3930377487' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-08T03:06:50.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:50 smithi019 ceph-mon[108350]: from='mgr.14120 172.21.15.19:0/3930377487' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-08T03:06:50.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:50 smithi019 ceph-mon[108350]: from='mgr.14120 172.21.15.19:0/3930377487' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-08T03:06:50.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:50 smithi019 ceph-mon[108350]: Manager daemon smithi019.xhcxai is now available 2023-10-08T03:06:50.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:50 smithi019 ceph-mon[108350]: from='mgr.14120 172.21.15.19:0/3930377487' entity='mgr.smithi019.xhcxai' 2023-10-08T03:06:50.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:50 smithi019 ceph-mon[108350]: from='mgr.14120 172.21.15.19:0/3930377487' entity='mgr.smithi019.xhcxai' 2023-10-08T03:06:50.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:50 smithi019 ceph-mon[108350]: from='mgr.14120 172.21.15.19:0/3930377487' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:06:50.276 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:50 smithi019 ceph-mon[108350]: from='mgr.14120 172.21.15.19:0/3930377487' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:06:50.276 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:50 smithi019 ceph-mon[108350]: from='mgr.14120 172.21.15.19:0/3930377487' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:06:50.276 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:50 smithi019 ceph-mon[108350]: from='mgr.14120 172.21.15.19:0/3930377487' entity='mgr.smithi019.xhcxai' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi019.xhcxai/mirror_snapshot_schedule"}]: dispatch 2023-10-08T03:06:50.276 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:50 smithi019 ceph-mon[108350]: from='mgr.14120 172.21.15.19:0/3930377487' entity='mgr.smithi019.xhcxai' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi019.xhcxai/trash_purge_schedule"}]: dispatch 2023-10-08T03:06:50.276 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:50 smithi019 ceph-mon[108350]: from='mgr.14120 172.21.15.19:0/3930377487' entity='mgr.smithi019.xhcxai' 2023-10-08T03:06:51.271 INFO:teuthology.orchestra.run.smithi019.stderr:mgr epoch 5 is available 2023-10-08T03:06:51.271 INFO:teuthology.orchestra.run.smithi019.stderr:Setting orchestrator backend to cephadm... 2023-10-08T03:06:51.387 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:51 smithi019 ceph-mon[108350]: [08/Oct/2023:03:06:49] ENGINE Bus STARTING 2023-10-08T03:06:51.387 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:51 smithi019 ceph-mon[108350]: [08/Oct/2023:03:06:50] ENGINE Serving on https://172.21.15.19:7150 2023-10-08T03:06:51.387 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:51 smithi019 ceph-mon[108350]: [08/Oct/2023:03:06:50] ENGINE Bus STARTED 2023-10-08T03:06:51.387 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:51 smithi019 ceph-mon[108350]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-10-08T03:06:51.387 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:51 smithi019 ceph-mon[108350]: mgrmap e7: smithi019.xhcxai(active, since 1.06849s) 2023-10-08T03:06:51.388 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:51 smithi019 ceph-mon[108350]: from='mgr.14120 172.21.15.19:0/3930377487' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:06:51.388 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:51 smithi019 ceph-mon[108350]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-10-08T03:06:52.166 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:52 smithi019 ceph-mon[108350]: mgrmap e8: smithi019.xhcxai(active, since 2s) 2023-10-08T03:06:52.166 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:52 smithi019 ceph-mon[108350]: from='mgr.14120 172.21.15.19:0/3930377487' entity='mgr.smithi019.xhcxai' 2023-10-08T03:06:52.166 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:52 smithi019 ceph-mon[108350]: from='mgr.14120 172.21.15.19:0/3930377487' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:06:52.800 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: value unchanged 2023-10-08T03:06:53.147 INFO:teuthology.orchestra.run.smithi019.stderr:Generating ssh key... 2023-10-08T03:06:53.334 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:53 smithi019 ceph-mon[108350]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:06:54.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:54 smithi019 ceph-mon[108350]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:06:54.333 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:54 smithi019 ceph-mon[108350]: from='mgr.14120 172.21.15.19:0/3930377487' entity='mgr.smithi019.xhcxai' 2023-10-08T03:06:54.333 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:54 smithi019 ceph-mon[108350]: from='mgr.14120 172.21.15.19:0/3930377487' entity='mgr.smithi019.xhcxai' 2023-10-08T03:06:55.018 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCkzkuVNb+fxnVy+vSK6MbNH6hHhleiMygPLYdURzbZ3gB6WWsZaTWQx0/YxB8+6kfH2mZWOryCt1LnzcgGE/tuoyTIN1qPDG70oFUij98NrSS8VDbq7N3TLAA9gCLIX//HdkA69J/bR9sCkVMeojo8vNXPwBynUOLw9UIePqGL6WRJpnQR8pYgQHx6wbUwytBeajzfXeq2sqTa3NEwchtap4o4UrI4R3wqrUMcbNo8Hdod3ech24KxwpWl+0k0qmY9lUJIub4Y6aM8U2if6k1bs9sRz3ASr1i3To42WaHPLpr5icjDl0p7bkNIC5EsPsB9vk7nePmaT9Qk/svlcivylnZDeT77/h9OFzffwzIrELbblZQ9vDqMbFYxVPGXNF43kQgvB+kg+618gjLAWWwWtjNfZgp3C6H62lq8nZuS5yK6FIWlDv3GQLjDn9e1dogLXI14qoKuXcxE42UCQr96mXdTIdcFT3+7z2vdYPTYKIuzEMpIb6bha9QtQZ+Pia0= ceph-988f33ae-6587-11ee-8db5-212e2dc638e7 2023-10-08T03:06:55.299 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:55 smithi019 ceph-mon[108350]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:06:55.299 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:55 smithi019 ceph-mon[108350]: Generating ssh key... 2023-10-08T03:06:55.397 INFO:teuthology.orchestra.run.smithi019.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-10-08T03:06:55.398 INFO:teuthology.orchestra.run.smithi019.stderr:Adding key to root@localhost authorized_keys... 2023-10-08T03:06:55.398 INFO:teuthology.orchestra.run.smithi019.stderr:Adding host smithi019... 2023-10-08T03:06:56.306 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:56 smithi019 ceph-mon[108350]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:06:57.050 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: Added host 'smithi019' with addr '172.21.15.19' 2023-10-08T03:06:57.345 INFO:teuthology.orchestra.run.smithi019.stderr:Deploying mon service with default placement... 2023-10-08T03:06:57.348 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:57 smithi019 ceph-mon[108350]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi019", "addr": "172.21.15.19", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:06:57.348 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:57 smithi019 ceph-mon[108350]: from='mgr.14120 172.21.15.19:0/3930377487' entity='mgr.smithi019.xhcxai' 2023-10-08T03:06:57.960 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: Scheduled mon update... 2023-10-08T03:06:58.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:58 smithi019 ceph-mon[108350]: Deploying cephadm binary to smithi019 2023-10-08T03:06:58.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:58 smithi019 ceph-mon[108350]: Added host smithi019 2023-10-08T03:06:58.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:58 smithi019 ceph-mon[108350]: from='mgr.14120 172.21.15.19:0/3930377487' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:06:58.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:58 smithi019 ceph-mon[108350]: from='mgr.14120 172.21.15.19:0/3930377487' entity='mgr.smithi019.xhcxai' 2023-10-08T03:06:58.405 INFO:teuthology.orchestra.run.smithi019.stderr:Deploying mgr service with default placement... 2023-10-08T03:06:59.121 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-10-08T03:06:59.447 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:59 smithi019 ceph-mon[108350]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:06:59.448 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:06:59 smithi019 ceph-mon[108350]: Saving service mon spec with placement count:5 2023-10-08T03:06:59.481 INFO:teuthology.orchestra.run.smithi019.stderr:Deploying crash service with default placement... 2023-10-08T03:07:00.131 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: Scheduled crash update... 2023-10-08T03:07:00.448 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:00 smithi019 ceph-mon[108350]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:07:00.448 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:00 smithi019 ceph-mon[108350]: Saving service mgr spec with placement count:2 2023-10-08T03:07:00.449 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:00 smithi019 ceph-mon[108350]: from='mgr.14120 172.21.15.19:0/3930377487' entity='mgr.smithi019.xhcxai' 2023-10-08T03:07:00.449 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:00 smithi019 ceph-mon[108350]: from='mgr.14120 172.21.15.19:0/3930377487' entity='mgr.smithi019.xhcxai' 2023-10-08T03:07:00.449 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:00 smithi019 ceph-mon[108350]: from='mgr.14120 172.21.15.19:0/3930377487' entity='mgr.smithi019.xhcxai' 2023-10-08T03:07:00.571 INFO:teuthology.orchestra.run.smithi019.stderr:Deploying prometheus service with default placement... 2023-10-08T03:07:01.252 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-10-08T03:07:01.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:01 smithi019 ceph-mon[108350]: from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:07:01.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:01 smithi019 ceph-mon[108350]: Saving service crash spec with placement * 2023-10-08T03:07:01.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:01 smithi019 ceph-mon[108350]: from='mgr.14120 172.21.15.19:0/3930377487' entity='mgr.smithi019.xhcxai' 2023-10-08T03:07:01.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:01 smithi019 ceph-mon[108350]: from='mgr.14120 172.21.15.19:0/3930377487' entity='mgr.smithi019.xhcxai' 2023-10-08T03:07:01.645 INFO:teuthology.orchestra.run.smithi019.stderr:Deploying grafana service with default placement... 2023-10-08T03:07:02.466 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-10-08T03:07:02.524 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:02 smithi019 ceph-mon[108350]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:07:02.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:02 smithi019 ceph-mon[108350]: Saving service prometheus spec with placement count:1 2023-10-08T03:07:02.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:02 smithi019 ceph-mon[108350]: from='mgr.14120 172.21.15.19:0/3930377487' entity='mgr.smithi019.xhcxai' 2023-10-08T03:07:02.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:02 smithi019 ceph-mon[108350]: from='mgr.14120 172.21.15.19:0/3930377487' entity='mgr.smithi019.xhcxai' 2023-10-08T03:07:02.812 INFO:teuthology.orchestra.run.smithi019.stderr:Deploying node-exporter service with default placement... 2023-10-08T03:07:03.413 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-10-08T03:07:03.725 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:03 smithi019 ceph-mon[108350]: from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:07:03.726 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:03 smithi019 ceph-mon[108350]: Saving service grafana spec with placement count:1 2023-10-08T03:07:03.726 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:03 smithi019 ceph-mon[108350]: from='mgr.14120 172.21.15.19:0/3930377487' entity='mgr.smithi019.xhcxai' 2023-10-08T03:07:03.726 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:03 smithi019 ceph-mon[108350]: from='mgr.14120 172.21.15.19:0/3930377487' entity='mgr.smithi019.xhcxai' 2023-10-08T03:07:03.770 INFO:teuthology.orchestra.run.smithi019.stderr:Deploying alertmanager service with default placement... 2023-10-08T03:07:04.431 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-10-08T03:07:04.714 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:04 smithi019 ceph-mon[108350]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:07:04.714 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:04 smithi019 ceph-mon[108350]: Saving service node-exporter spec with placement * 2023-10-08T03:07:04.714 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:04 smithi019 ceph-mon[108350]: from='mgr.14120 172.21.15.19:0/3930377487' entity='mgr.smithi019.xhcxai' 2023-10-08T03:07:05.723 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:05 smithi019 ceph-mon[108350]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:07:05.723 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:05 smithi019 ceph-mon[108350]: Saving service alertmanager spec with placement count:1 2023-10-08T03:07:05.723 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:05 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/2426551797' entity='client.admin' 2023-10-08T03:07:06.678 INFO:teuthology.orchestra.run.smithi019.stderr:Enabling the dashboard module... 2023-10-08T03:07:07.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:07 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/264399835' entity='client.admin' 2023-10-08T03:07:07.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:07 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/2069499023' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-10-08T03:07:09.238 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: { 2023-10-08T03:07:09.238 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "epoch": 9, 2023-10-08T03:07:09.238 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "available": true, 2023-10-08T03:07:09.238 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "active_name": "smithi019.xhcxai", 2023-10-08T03:07:09.238 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_standby": 0 2023-10-08T03:07:09.238 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: } 2023-10-08T03:07:09.480 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:09 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/2069499023' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-10-08T03:07:09.481 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:09 smithi019 ceph-mon[108350]: mgrmap e9: smithi019.xhcxai(active, since 19s) 2023-10-08T03:07:09.602 INFO:teuthology.orchestra.run.smithi019.stderr:Waiting for the mgr to restart... 2023-10-08T03:07:09.603 INFO:teuthology.orchestra.run.smithi019.stderr:Waiting for mgr epoch 9... 2023-10-08T03:07:10.524 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:10 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/13344978' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-10-08T03:07:16.131 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: { 2023-10-08T03:07:16.131 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-10-08T03:07:16.131 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "initialized": true 2023-10-08T03:07:16.131 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: } 2023-10-08T03:07:16.156 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:16 smithi019 ceph-mon[108350]: Active manager daemon smithi019.xhcxai restarted 2023-10-08T03:07:16.156 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:16 smithi019 ceph-mon[108350]: Activating manager daemon smithi019.xhcxai 2023-10-08T03:07:16.156 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:16 smithi019 ceph-mon[108350]: osdmap e3: 0 total, 0 up, 0 in 2023-10-08T03:07:16.156 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:16 smithi019 ceph-mon[108350]: mgrmap e10: smithi019.xhcxai(active, starting, since 0.0539771s) 2023-10-08T03:07:16.156 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:16 smithi019 ceph-mon[108350]: from='mgr.14162 172.21.15.19:0/3963154327' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mon metadata", "id": "smithi019"}]: dispatch 2023-10-08T03:07:16.156 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:16 smithi019 ceph-mon[108350]: from='mgr.14162 172.21.15.19:0/3963154327' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mgr metadata", "who": "smithi019.xhcxai", "id": "smithi019.xhcxai"}]: dispatch 2023-10-08T03:07:16.156 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:16 smithi019 ceph-mon[108350]: from='mgr.14162 172.21.15.19:0/3963154327' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-08T03:07:16.157 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:16 smithi019 ceph-mon[108350]: from='mgr.14162 172.21.15.19:0/3963154327' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-08T03:07:16.157 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:16 smithi019 ceph-mon[108350]: from='mgr.14162 172.21.15.19:0/3963154327' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-08T03:07:16.157 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:16 smithi019 ceph-mon[108350]: Manager daemon smithi019.xhcxai is now available 2023-10-08T03:07:16.157 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:16 smithi019 ceph-mon[108350]: from='mgr.14162 172.21.15.19:0/3963154327' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:07:16.157 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:16 smithi019 ceph-mon[108350]: from='mgr.14162 172.21.15.19:0/3963154327' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:07:16.157 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:16 smithi019 ceph-mon[108350]: from='mgr.14162 172.21.15.19:0/3963154327' entity='mgr.smithi019.xhcxai' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi019.xhcxai/mirror_snapshot_schedule"}]: dispatch 2023-10-08T03:07:16.157 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:16 smithi019 ceph-mon[108350]: from='mgr.14162 172.21.15.19:0/3963154327' entity='mgr.smithi019.xhcxai' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi019.xhcxai/trash_purge_schedule"}]: dispatch 2023-10-08T03:07:16.501 INFO:teuthology.orchestra.run.smithi019.stderr:mgr epoch 9 is available 2023-10-08T03:07:16.501 INFO:teuthology.orchestra.run.smithi019.stderr:Generating a dashboard self-signed certificate... 2023-10-08T03:07:17.353 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: Self-signed certificate created 2023-10-08T03:07:17.380 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:17 smithi019 ceph-mon[108350]: mgrmap e11: smithi019.xhcxai(active, since 1.05743s) 2023-10-08T03:07:17.380 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:17 smithi019 ceph-mon[108350]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-10-08T03:07:17.380 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:17 smithi019 ceph-mon[108350]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-10-08T03:07:17.380 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:17 smithi019 ceph-mon[108350]: from='mgr.14162 172.21.15.19:0/3963154327' entity='mgr.smithi019.xhcxai' 2023-10-08T03:07:17.380 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:17 smithi019 ceph-mon[108350]: from='mgr.14162 172.21.15.19:0/3963154327' entity='mgr.smithi019.xhcxai' 2023-10-08T03:07:17.381 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:17 smithi019 ceph-mon[108350]: from='mgr.14162 172.21.15.19:0/3963154327' entity='mgr.smithi019.xhcxai' 2023-10-08T03:07:17.751 INFO:teuthology.orchestra.run.smithi019.stderr:Creating initial admin user... 2023-10-08T03:07:18.524 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:18 smithi019 ceph-mon[108350]: [08/Oct/2023:03:07:16] ENGINE Bus STARTING 2023-10-08T03:07:18.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:18 smithi019 ceph-mon[108350]: [08/Oct/2023:03:07:16] ENGINE Serving on https://172.21.15.19:7150 2023-10-08T03:07:18.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:18 smithi019 ceph-mon[108350]: [08/Oct/2023:03:07:16] ENGINE Bus STARTED 2023-10-08T03:07:18.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:18 smithi019 ceph-mon[108350]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:07:18.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:18 smithi019 ceph-mon[108350]: from='mgr.14162 172.21.15.19:0/3963154327' entity='mgr.smithi019.xhcxai' 2023-10-08T03:07:18.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:18 smithi019 ceph-mon[108350]: from='mgr.14162 172.21.15.19:0/3963154327' entity='mgr.smithi019.xhcxai' 2023-10-08T03:07:18.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:18 smithi019 ceph-mon[108350]: mgrmap e12: smithi019.xhcxai(active, since 2s) 2023-10-08T03:07:18.876 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$6pRN2We8Uov2pXYJrM0blOnhtyjxwkja5T.ztBeB0yTe7dJZqmRMm", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1696734438, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-10-08T03:07:19.235 INFO:teuthology.orchestra.run.smithi019.stderr:Fetching dashboard port number... 2023-10-08T03:07:19.844 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 8443 2023-10-08T03:07:20.187 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:19 smithi019 ceph-mon[108350]: 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-10-08T03:07:20.187 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:19 smithi019 ceph-mon[108350]: from='mgr.14162 172.21.15.19:0/3963154327' entity='mgr.smithi019.xhcxai' 2023-10-08T03:07:20.187 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:19 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/1301187569' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-10-08T03:07:20.261 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: disabled 2023-10-08T03:07:20.270 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: inactive 2023-10-08T03:07:20.271 INFO:teuthology.orchestra.run.smithi019.stderr:firewalld.service is not enabled 2023-10-08T03:07:20.272 INFO:teuthology.orchestra.run.smithi019.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-10-08T03:07:20.276 INFO:teuthology.orchestra.run.smithi019.stderr:Ceph Dashboard is now available at: 2023-10-08T03:07:20.276 INFO:teuthology.orchestra.run.smithi019.stderr: 2023-10-08T03:07:20.276 INFO:teuthology.orchestra.run.smithi019.stderr: URL: https://smithi019.front.sepia.ceph.com:8443/ 2023-10-08T03:07:20.276 INFO:teuthology.orchestra.run.smithi019.stderr: User: admin 2023-10-08T03:07:20.276 INFO:teuthology.orchestra.run.smithi019.stderr: Password: m39oh8kr7a 2023-10-08T03:07:20.276 INFO:teuthology.orchestra.run.smithi019.stderr: 2023-10-08T03:07:20.276 INFO:teuthology.orchestra.run.smithi019.stderr:Enabling autotune for osd_memory_target 2023-10-08T03:07:21.946 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-10-08T03:07:22.271 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:22 smithi019 ceph-mon[108350]: mgrmap e13: smithi019.xhcxai(active, since 6s) 2023-10-08T03:07:22.271 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:22 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/2901330469' entity='client.admin' 2023-10-08T03:07:22.344 INFO:teuthology.orchestra.run.smithi019.stderr:You can access the Ceph CLI with: 2023-10-08T03:07:22.344 INFO:teuthology.orchestra.run.smithi019.stderr: 2023-10-08T03:07:22.344 INFO:teuthology.orchestra.run.smithi019.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-10-08T03:07:22.344 INFO:teuthology.orchestra.run.smithi019.stderr: 2023-10-08T03:07:22.344 INFO:teuthology.orchestra.run.smithi019.stderr:Please consider enabling telemetry to help improve Ceph: 2023-10-08T03:07:22.344 INFO:teuthology.orchestra.run.smithi019.stderr: 2023-10-08T03:07:22.344 INFO:teuthology.orchestra.run.smithi019.stderr: ceph telemetry on 2023-10-08T03:07:22.344 INFO:teuthology.orchestra.run.smithi019.stderr: 2023-10-08T03:07:22.344 INFO:teuthology.orchestra.run.smithi019.stderr:For more information see: 2023-10-08T03:07:22.344 INFO:teuthology.orchestra.run.smithi019.stderr: 2023-10-08T03:07:22.345 INFO:teuthology.orchestra.run.smithi019.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2023-10-08T03:07:22.345 INFO:teuthology.orchestra.run.smithi019.stderr: 2023-10-08T03:07:22.345 INFO:teuthology.orchestra.run.smithi019.stderr:Bootstrap complete. 2023-10-08T03:07:22.391 INFO:tasks.cephadm:Fetching config... 2023-10-08T03:07:22.391 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2023-10-08T03:07:22.391 DEBUG:teuthology.orchestra.run.smithi019:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-10-08T03:07:22.413 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-10-08T03:07:22.414 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2023-10-08T03:07:22.414 DEBUG:teuthology.orchestra.run.smithi019:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-10-08T03:07:22.474 INFO:tasks.cephadm:Fetching mon keyring... 2023-10-08T03:07:22.474 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2023-10-08T03:07:22.475 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd if=/var/lib/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/mon.smithi019/keyring of=/dev/stdout 2023-10-08T03:07:22.550 INFO:tasks.cephadm:Fetching pub ssh key... 2023-10-08T03:07:22.550 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2023-10-08T03:07:22.550 DEBUG:teuthology.orchestra.run.smithi019:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-10-08T03:07:22.613 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-10-08T03:07:22.613 DEBUG:teuthology.orchestra.run.smithi019:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCkzkuVNb+fxnVy+vSK6MbNH6hHhleiMygPLYdURzbZ3gB6WWsZaTWQx0/YxB8+6kfH2mZWOryCt1LnzcgGE/tuoyTIN1qPDG70oFUij98NrSS8VDbq7N3TLAA9gCLIX//HdkA69J/bR9sCkVMeojo8vNXPwBynUOLw9UIePqGL6WRJpnQR8pYgQHx6wbUwytBeajzfXeq2sqTa3NEwchtap4o4UrI4R3wqrUMcbNo8Hdod3ech24KxwpWl+0k0qmY9lUJIub4Y6aM8U2if6k1bs9sRz3ASr1i3To42WaHPLpr5icjDl0p7bkNIC5EsPsB9vk7nePmaT9Qk/svlcivylnZDeT77/h9OFzffwzIrELbblZQ9vDqMbFYxVPGXNF43kQgvB+kg+618gjLAWWwWtjNfZgp3C6H62lq8nZuS5yK6FIWlDv3GQLjDn9e1dogLXI14qoKuXcxE42UCQr96mXdTIdcFT3+7z2vdYPTYKIuzEMpIb6bha9QtQZ+Pia0= ceph-988f33ae-6587-11ee-8db5-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-10-08T03:07:22.695 INFO:teuthology.orchestra.run.smithi019.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCkzkuVNb+fxnVy+vSK6MbNH6hHhleiMygPLYdURzbZ3gB6WWsZaTWQx0/YxB8+6kfH2mZWOryCt1LnzcgGE/tuoyTIN1qPDG70oFUij98NrSS8VDbq7N3TLAA9gCLIX//HdkA69J/bR9sCkVMeojo8vNXPwBynUOLw9UIePqGL6WRJpnQR8pYgQHx6wbUwytBeajzfXeq2sqTa3NEwchtap4o4UrI4R3wqrUMcbNo8Hdod3ech24KxwpWl+0k0qmY9lUJIub4Y6aM8U2if6k1bs9sRz3ASr1i3To42WaHPLpr5icjDl0p7bkNIC5EsPsB9vk7nePmaT9Qk/svlcivylnZDeT77/h9OFzffwzIrELbblZQ9vDqMbFYxVPGXNF43kQgvB+kg+618gjLAWWwWtjNfZgp3C6H62lq8nZuS5yK6FIWlDv3GQLjDn9e1dogLXI14qoKuXcxE42UCQr96mXdTIdcFT3+7z2vdYPTYKIuzEMpIb6bha9QtQZ+Pia0= ceph-988f33ae-6587-11ee-8db5-212e2dc638e7 2023-10-08T03:07:22.708 DEBUG:teuthology.orchestra.run.smithi046:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCkzkuVNb+fxnVy+vSK6MbNH6hHhleiMygPLYdURzbZ3gB6WWsZaTWQx0/YxB8+6kfH2mZWOryCt1LnzcgGE/tuoyTIN1qPDG70oFUij98NrSS8VDbq7N3TLAA9gCLIX//HdkA69J/bR9sCkVMeojo8vNXPwBynUOLw9UIePqGL6WRJpnQR8pYgQHx6wbUwytBeajzfXeq2sqTa3NEwchtap4o4UrI4R3wqrUMcbNo8Hdod3ech24KxwpWl+0k0qmY9lUJIub4Y6aM8U2if6k1bs9sRz3ASr1i3To42WaHPLpr5icjDl0p7bkNIC5EsPsB9vk7nePmaT9Qk/svlcivylnZDeT77/h9OFzffwzIrELbblZQ9vDqMbFYxVPGXNF43kQgvB+kg+618gjLAWWwWtjNfZgp3C6H62lq8nZuS5yK6FIWlDv3GQLjDn9e1dogLXI14qoKuXcxE42UCQr96mXdTIdcFT3+7z2vdYPTYKIuzEMpIb6bha9QtQZ+Pia0= ceph-988f33ae-6587-11ee-8db5-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-10-08T03:07:22.757 INFO:teuthology.orchestra.run.smithi046.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCkzkuVNb+fxnVy+vSK6MbNH6hHhleiMygPLYdURzbZ3gB6WWsZaTWQx0/YxB8+6kfH2mZWOryCt1LnzcgGE/tuoyTIN1qPDG70oFUij98NrSS8VDbq7N3TLAA9gCLIX//HdkA69J/bR9sCkVMeojo8vNXPwBynUOLw9UIePqGL6WRJpnQR8pYgQHx6wbUwytBeajzfXeq2sqTa3NEwchtap4o4UrI4R3wqrUMcbNo8Hdod3ech24KxwpWl+0k0qmY9lUJIub4Y6aM8U2if6k1bs9sRz3ASr1i3To42WaHPLpr5icjDl0p7bkNIC5EsPsB9vk7nePmaT9Qk/svlcivylnZDeT77/h9OFzffwzIrELbblZQ9vDqMbFYxVPGXNF43kQgvB+kg+618gjLAWWwWtjNfZgp3C6H62lq8nZuS5yK6FIWlDv3GQLjDn9e1dogLXI14qoKuXcxE42UCQr96mXdTIdcFT3+7z2vdYPTYKIuzEMpIb6bha9QtQZ+Pia0= ceph-988f33ae-6587-11ee-8db5-212e2dc638e7 2023-10-08T03:07:22.770 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-10-08T03:07:24.926 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-10-08T03:07:24.926 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-10-08T03:07:25.132 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:25 smithi019 ceph-mon[108350]: from='mgr.14162 172.21.15.19:0/3963154327' entity='mgr.smithi019.xhcxai' 2023-10-08T03:07:25.132 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:25 smithi019 ceph-mon[108350]: from='mgr.14162 172.21.15.19:0/3963154327' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config rm", "who": "osd/host:smithi019", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:07:25.132 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:25 smithi019 ceph-mon[108350]: from='mgr.14162 172.21.15.19:0/3963154327' entity='mgr.smithi019.xhcxai' 2023-10-08T03:07:25.132 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:25 smithi019 ceph-mon[108350]: Deploying daemon alertmanager.smithi019 on smithi019 2023-10-08T03:07:25.132 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:25 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/830001810' entity='client.admin' 2023-10-08T03:07:27.153 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi046 2023-10-08T03:07:27.153 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2023-10-08T03:07:27.154 DEBUG:teuthology.orchestra.run.smithi046:> dd of=/etc/ceph/ceph.conf 2023-10-08T03:07:27.177 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2023-10-08T03:07:27.177 DEBUG:teuthology.orchestra.run.smithi046:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-10-08T03:07:27.239 INFO:tasks.cephadm:Adding host smithi046 to orchestrator... 2023-10-08T03:07:27.240 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph orch host add smithi046 2023-10-08T03:07:28.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:27 smithi019 ceph-mon[108350]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:07:28.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:27 smithi019 ceph-mon[108350]: from='mgr.14162 172.21.15.19:0/3963154327' entity='mgr.smithi019.xhcxai' 2023-10-08T03:07:30.577 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:30 smithi019 ceph-mon[108350]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi046", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:07:30.577 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:30 smithi019 ceph-mon[108350]: Deploying cephadm binary to smithi046 2023-10-08T03:07:30.746 INFO:teuthology.orchestra.run.smithi019.stdout:Added host 'smithi046' with addr '172.21.15.46' 2023-10-08T03:07:31.262 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph orch host ls --format=json 2023-10-08T03:07:31.937 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:31 smithi019 ceph-mon[108350]: from='mgr.14162 172.21.15.19:0/3963154327' entity='mgr.smithi019.xhcxai' 2023-10-08T03:07:31.937 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:31 smithi019 ceph-mon[108350]: Added host smithi046 2023-10-08T03:07:33.179 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-10-08T03:07:33.179 INFO:teuthology.orchestra.run.smithi019.stdout:[{"addr": "172.21.15.19", "hostname": "smithi019", "labels": [], "status": ""}, {"addr": "172.21.15.46", "hostname": "smithi046", "labels": [], "status": ""}] 2023-10-08T03:07:34.052 INFO:tasks.cephadm:Setting crush tunables to default 2023-10-08T03:07:34.052 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph osd crush tunables default 2023-10-08T03:07:34.175 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:33 smithi019 ceph-mon[108350]: from='mgr.14162 172.21.15.19:0/3963154327' entity='mgr.smithi019.xhcxai' 2023-10-08T03:07:34.175 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:33 smithi019 ceph-mon[108350]: from='mgr.14162 172.21.15.19:0/3963154327' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi019", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-08T03:07:34.175 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:33 smithi019 ceph-mon[108350]: from='mgr.14162 172.21.15.19:0/3963154327' entity='mgr.smithi019.xhcxai' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi019", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-10-08T03:07:34.175 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:33 smithi019 ceph-mon[108350]: from='mgr.14162 172.21.15.19:0/3963154327' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:07:34.175 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:33 smithi019 ceph-mon[108350]: Deploying daemon crash.smithi019 on smithi019 2023-10-08T03:07:34.175 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:33 smithi019 ceph-mon[108350]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T03:07:36.338 INFO:teuthology.orchestra.run.smithi019.stderr:adjusted tunables profile to default 2023-10-08T03:07:36.523 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:36 smithi019 ceph-mon[108350]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T03:07:36.523 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:36 smithi019 ceph-mon[108350]: from='mgr.14162 172.21.15.19:0/3963154327' entity='mgr.smithi019.xhcxai' 2023-10-08T03:07:36.523 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:36 smithi019 ceph-mon[108350]: from='mgr.14162 172.21.15.19:0/3963154327' entity='mgr.smithi019.xhcxai' 2023-10-08T03:07:36.523 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:36 smithi019 ceph-mon[108350]: from='mgr.14162 172.21.15.19:0/3963154327' entity='mgr.smithi019.xhcxai' 2023-10-08T03:07:36.523 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:36 smithi019 ceph-mon[108350]: from='mgr.14162 172.21.15.19:0/3963154327' entity='mgr.smithi019.xhcxai' 2023-10-08T03:07:36.523 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:36 smithi019 ceph-mon[108350]: from='mgr.14162 172.21.15.19:0/3963154327' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-10-08T03:07:36.524 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:36 smithi019 ceph-mon[108350]: from='mgr.14162 172.21.15.19:0/3963154327' entity='mgr.smithi019.xhcxai' 2023-10-08T03:07:36.524 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:36 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/1159216544' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-10-08T03:07:36.694 INFO:tasks.cephadm:Adding mon.smithi019 on smithi019 2023-10-08T03:07:36.695 INFO:tasks.cephadm:Adding mon.smithi046 on smithi046 2023-10-08T03:07:36.695 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph orch apply mon '2;smithi019:172.21.15.19=smithi019;smithi046:172.21.15.46=smithi046' 2023-10-08T03:07:37.524 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:37 smithi019 ceph-mon[108350]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-10-08T03:07:37.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:37 smithi019 ceph-mon[108350]: Deploying daemon grafana.smithi019 on smithi019 2023-10-08T03:07:37.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:37 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/1159216544' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-10-08T03:07:37.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:37 smithi019 ceph-mon[108350]: osdmap e4: 0 total, 0 up, 0 in 2023-10-08T03:07:38.084 INFO:teuthology.orchestra.run.smithi046.stdout:Scheduled mon update... 2023-10-08T03:07:38.472 DEBUG:teuthology.orchestra.run.smithi046:mon.smithi046> sudo journalctl -f -n 0 -u ceph-988f33ae-6587-11ee-8db5-212e2dc638e7@mon.smithi046.service 2023-10-08T03:07:38.476 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T03:07:38.477 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T03:07:38.512 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:-- Logs begin at Sun 2023-10-08 02:56:24 UTC. -- 2023-10-08T03:07:38.524 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:38 smithi019 ceph-mon[108350]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T03:07:38.524 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:38 smithi019 ceph-mon[108350]: from='mgr.14162 172.21.15.19:0/3963154327' entity='mgr.smithi019.xhcxai' 2023-10-08T03:07:39.524 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:39 smithi019 ceph-mon[108350]: from='client.14194 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi019:172.21.15.19=smithi019;smithi046:172.21.15.46=smithi046", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:07:39.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:39 smithi019 ceph-mon[108350]: Saving service mon spec with placement smithi019:172.21.15.19=smithi019;smithi046:172.21.15.46=smithi046;count:2 2023-10-08T03:07:39.984 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-10-08T03:07:39.984 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":1,"fsid":"988f33ae-6587-11ee-8db5-212e2dc638e7","modified":"2023-10-08T03:06:21.001424Z","created":"2023-10-08T03:06:21.001424Z","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":"smithi019","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:3300","nonce":0},{"type":"v1","addr":"172.21.15.19:6789","nonce":0}]},"addr":"172.21.15.19:6789/0","public_addr":"172.21.15.19:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-08T03:07:39.985 INFO:teuthology.orchestra.run.smithi046.stderr:dumped monmap epoch 1 2023-10-08T03:07:40.524 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:40 smithi019 ceph-mon[108350]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T03:07:40.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:40 smithi019 ceph-mon[108350]: from='client.? 172.21.15.46:0/1935891797' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T03:07:40.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:40 smithi019 ceph-mon[108350]: from='mgr.14162 172.21.15.19:0/3963154327' entity='mgr.smithi019.xhcxai' 2023-10-08T03:07:41.360 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T03:07:41.360 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T03:07:42.524 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:42 smithi019 ceph-mon[108350]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T03:07:42.818 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-10-08T03:07:42.818 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":1,"fsid":"988f33ae-6587-11ee-8db5-212e2dc638e7","modified":"2023-10-08T03:06:21.001424Z","created":"2023-10-08T03:06:21.001424Z","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":"smithi019","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:3300","nonce":0},{"type":"v1","addr":"172.21.15.19:6789","nonce":0}]},"addr":"172.21.15.19:6789/0","public_addr":"172.21.15.19:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-08T03:07:42.820 INFO:teuthology.orchestra.run.smithi046.stderr:dumped monmap epoch 1 2023-10-08T03:07:43.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:43 smithi019 ceph-mon[108350]: from='client.? 172.21.15.46:0/2173372285' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T03:07:44.204 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T03:07:44.204 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T03:07:44.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:44 smithi019 ceph-mon[108350]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T03:07:45.672 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-10-08T03:07:45.672 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":1,"fsid":"988f33ae-6587-11ee-8db5-212e2dc638e7","modified":"2023-10-08T03:06:21.001424Z","created":"2023-10-08T03:06:21.001424Z","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":"smithi019","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:3300","nonce":0},{"type":"v1","addr":"172.21.15.19:6789","nonce":0}]},"addr":"172.21.15.19:6789/0","public_addr":"172.21.15.19:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-08T03:07:45.674 INFO:teuthology.orchestra.run.smithi046.stderr:dumped monmap epoch 1 2023-10-08T03:07:46.354 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:46 smithi019 ceph-mon[108350]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T03:07:46.354 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:46 smithi019 ceph-mon[108350]: from='client.? 172.21.15.46:0/2424758612' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T03:07:47.051 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T03:07:47.052 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T03:07:48.182 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:47 smithi019 ceph-mon[108350]: from='mgr.14162 172.21.15.19:0/3963154327' entity='mgr.smithi019.xhcxai' 2023-10-08T03:07:48.182 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:47 smithi019 ceph-mon[108350]: Deploying daemon node-exporter.smithi019 on smithi019 2023-10-08T03:07:48.183 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:47 smithi019 ceph-mon[108350]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T03:07:48.522 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-10-08T03:07:48.522 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":1,"fsid":"988f33ae-6587-11ee-8db5-212e2dc638e7","modified":"2023-10-08T03:06:21.001424Z","created":"2023-10-08T03:06:21.001424Z","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":"smithi019","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:3300","nonce":0},{"type":"v1","addr":"172.21.15.19:6789","nonce":0}]},"addr":"172.21.15.19:6789/0","public_addr":"172.21.15.19:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-08T03:07:48.525 INFO:teuthology.orchestra.run.smithi046.stderr:dumped monmap epoch 1 2023-10-08T03:07:49.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:48 smithi019 ceph-mon[108350]: from='client.? 172.21.15.46:0/3165545086' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T03:07:49.908 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T03:07:49.908 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T03:07:50.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:49 smithi019 ceph-mon[108350]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T03:07:50.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:49 smithi019 ceph-mon[108350]: from='mgr.14162 172.21.15.19:0/3963154327' entity='mgr.smithi019.xhcxai' 2023-10-08T03:07:50.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:49 smithi019 ceph-mon[108350]: from='mgr.14162 172.21.15.19:0/3963154327' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-10-08T03:07:51.372 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-10-08T03:07:51.372 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":1,"fsid":"988f33ae-6587-11ee-8db5-212e2dc638e7","modified":"2023-10-08T03:06:21.001424Z","created":"2023-10-08T03:06:21.001424Z","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":"smithi019","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:3300","nonce":0},{"type":"v1","addr":"172.21.15.19:6789","nonce":0}]},"addr":"172.21.15.19:6789/0","public_addr":"172.21.15.19:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-08T03:07:51.374 INFO:teuthology.orchestra.run.smithi046.stderr:dumped monmap epoch 1 2023-10-08T03:07:51.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:51 smithi019 ceph-mon[108350]: from='mgr.14162 172.21.15.19:0/3963154327' entity='mgr.smithi019.xhcxai' 2023-10-08T03:07:51.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:51 smithi019 ceph-mon[108350]: from='mgr.14162 172.21.15.19:0/3963154327' entity='mgr.smithi019.xhcxai' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-10-08T03:07:51.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:51 smithi019 ceph-mon[108350]: mgrmap e14: smithi019.xhcxai(active, since 35s) 2023-10-08T03:07:52.524 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:52 smithi019 ceph-mon[108350]: from='client.? 172.21.15.46:0/2269712008' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T03:07:52.748 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T03:07:52.748 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T03:07:54.307 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-10-08T03:07:54.307 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":1,"fsid":"988f33ae-6587-11ee-8db5-212e2dc638e7","modified":"2023-10-08T03:06:21.001424Z","created":"2023-10-08T03:06:21.001424Z","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":"smithi019","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:3300","nonce":0},{"type":"v1","addr":"172.21.15.19:6789","nonce":0}]},"addr":"172.21.15.19:6789/0","public_addr":"172.21.15.19:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-08T03:07:54.309 INFO:teuthology.orchestra.run.smithi046.stderr:dumped monmap epoch 1 2023-10-08T03:07:54.629 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:54 smithi019 ceph-mon[108350]: from='client.? 172.21.15.46:0/2287237352' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T03:07:55.679 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T03:07:55.679 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T03:07:57.068 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-10-08T03:07:57.069 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":1,"fsid":"988f33ae-6587-11ee-8db5-212e2dc638e7","modified":"2023-10-08T03:06:21.001424Z","created":"2023-10-08T03:06:21.001424Z","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":"smithi019","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:3300","nonce":0},{"type":"v1","addr":"172.21.15.19:6789","nonce":0}]},"addr":"172.21.15.19:6789/0","public_addr":"172.21.15.19:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-08T03:07:57.070 INFO:teuthology.orchestra.run.smithi046.stderr:dumped monmap epoch 1 2023-10-08T03:07:57.524 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:57 smithi019 ceph-mon[108350]: from='client.? 172.21.15.46:0/4213986962' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T03:07:58.432 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:58 smithi019 ceph-mon[108350]: Active manager daemon smithi019.xhcxai restarted 2023-10-08T03:07:58.432 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:58 smithi019 ceph-mon[108350]: Activating manager daemon smithi019.xhcxai 2023-10-08T03:07:58.432 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:58 smithi019 ceph-mon[108350]: osdmap e5: 0 total, 0 up, 0 in 2023-10-08T03:07:58.440 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T03:07:58.441 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T03:07:59.524 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:59 smithi019 ceph-mon[108350]: mgrmap e15: smithi019.xhcxai(active, starting, since 0.934638s) 2023-10-08T03:07:59.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:59 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mon metadata", "id": "smithi019"}]: dispatch 2023-10-08T03:07:59.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:59 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mgr metadata", "who": "smithi019.xhcxai", "id": "smithi019.xhcxai"}]: dispatch 2023-10-08T03:07:59.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:59 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-08T03:07:59.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:59 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-08T03:07:59.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:59 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-08T03:07:59.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:59 smithi019 ceph-mon[108350]: Manager daemon smithi019.xhcxai is now available 2023-10-08T03:07:59.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:59 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:07:59.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:59 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:07:59.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:59 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:07:59.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:59 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:07:59.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:59 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:07:59.526 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:59 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi019.xhcxai/mirror_snapshot_schedule"}]: dispatch 2023-10-08T03:07:59.526 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:59 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi019.xhcxai/trash_purge_schedule"}]: dispatch 2023-10-08T03:07:59.526 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:59 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:07:59.526 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:07:59 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:07:59.982 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-10-08T03:07:59.983 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":1,"fsid":"988f33ae-6587-11ee-8db5-212e2dc638e7","modified":"2023-10-08T03:06:21.001424Z","created":"2023-10-08T03:06:21.001424Z","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":"smithi019","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:3300","nonce":0},{"type":"v1","addr":"172.21.15.19:6789","nonce":0}]},"addr":"172.21.15.19:6789/0","public_addr":"172.21.15.19:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-08T03:07:59.984 INFO:teuthology.orchestra.run.smithi046.stderr:dumped monmap epoch 1 2023-10-08T03:08:00.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:00 smithi019 ceph-mon[108350]: [08/Oct/2023:03:07:58] ENGINE Bus STARTING 2023-10-08T03:08:00.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:00 smithi019 ceph-mon[108350]: [08/Oct/2023:03:07:58] ENGINE Serving on https://172.21.15.19:7150 2023-10-08T03:08:00.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:00 smithi019 ceph-mon[108350]: [08/Oct/2023:03:07:58] ENGINE Bus STARTED 2023-10-08T03:08:00.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:00 smithi019 ceph-mon[108350]: mgrmap e16: smithi019.xhcxai(active, since 1.94296s) 2023-10-08T03:08:00.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:00 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:00.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:00 smithi019 ceph-mon[108350]: from='client.? 172.21.15.46:0/983788647' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T03:08:00.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:00 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:01.341 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T03:08:01.341 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T03:08:01.460 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:01 smithi019 ceph-mon[108350]: mgrmap e17: smithi019.xhcxai(active, since 2s) 2023-10-08T03:08:01.460 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:01 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:02.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:02 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:02.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:02 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config rm", "who": "osd/host:smithi019", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:08:02.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:02 smithi019 ceph-mon[108350]: Updating smithi019:/etc/ceph/ceph.conf 2023-10-08T03:08:02.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:02 smithi019 ceph-mon[108350]: Updating smithi019:/etc/ceph/ceph.client.admin.keyring 2023-10-08T03:08:02.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:02 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:02.934 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-10-08T03:08:02.934 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":1,"fsid":"988f33ae-6587-11ee-8db5-212e2dc638e7","modified":"2023-10-08T03:06:21.001424Z","created":"2023-10-08T03:06:21.001424Z","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":"smithi019","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:3300","nonce":0},{"type":"v1","addr":"172.21.15.19:6789","nonce":0}]},"addr":"172.21.15.19:6789/0","public_addr":"172.21.15.19:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-08T03:08:02.937 INFO:teuthology.orchestra.run.smithi046.stderr:dumped monmap epoch 1 2023-10-08T03:08:04.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:03 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:04.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:03 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:04.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:03 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config rm", "who": "osd/host:smithi046", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:08:04.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:03 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:04.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:03 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi046", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-08T03:08:04.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:03 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi046", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-10-08T03:08:04.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:03 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:08:04.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:03 smithi019 ceph-mon[108350]: Deploying daemon crash.smithi046 on smithi046 2023-10-08T03:08:04.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:03 smithi019 ceph-mon[108350]: from='client.? 172.21.15.46:0/824566352' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T03:08:04.439 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T03:08:04.439 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T03:08:05.901 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-10-08T03:08:05.902 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":1,"fsid":"988f33ae-6587-11ee-8db5-212e2dc638e7","modified":"2023-10-08T03:06:21.001424Z","created":"2023-10-08T03:06:21.001424Z","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":"smithi019","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:3300","nonce":0},{"type":"v1","addr":"172.21.15.19:6789","nonce":0}]},"addr":"172.21.15.19:6789/0","public_addr":"172.21.15.19:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-08T03:08:05.904 INFO:teuthology.orchestra.run.smithi046.stderr:dumped monmap epoch 1 2023-10-08T03:08:06.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:05 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:06.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:05 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi046.qizlkx", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-08T03:08:06.026 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:05 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi046.qizlkx", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-10-08T03:08:06.026 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:05 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-08T03:08:06.026 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:05 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:08:06.027 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:05 smithi019 ceph-mon[108350]: Deploying daemon mgr.smithi046.qizlkx on smithi046 2023-10-08T03:08:07.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:06 smithi019 ceph-mon[108350]: from='client.? 172.21.15.46:0/792443439' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T03:08:07.294 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T03:08:07.294 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T03:08:08.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:07 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:08.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:07 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-08T03:08:08.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:07 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:08:08.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:07 smithi019 ceph-mon[108350]: Deploying daemon mon.smithi046 on smithi046 2023-10-08T03:08:09.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:08 smithi046 systemd[1]: Starting Ceph mon.smithi046 for 988f33ae-6587-11ee-8db5-212e2dc638e7... 2023-10-08T03:08:09.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:09 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:09.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: set uid:gid to 167:167 (ceph:ceph) 2023-10-08T03:08:09.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-10-08T03:08:09.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: pidfile_write: ignore empty --pid-file 2023-10-08T03:08:09.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 bash[111189]: f493055937f5efc42a43c0526215479b44491577722b3d7c542e3c1dfb65c506 2023-10-08T03:08:09.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: load: jerasure load: lrc 2023-10-08T03:08:09.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: RocksDB version: 6.15.5 2023-10-08T03:08:09.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-10-08T03:08:09.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Compile date Apr 18 2022 2023-10-08T03:08:09.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: DB SUMMARY 2023-10-08T03:08:09.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: DB Session ID: QJGOGTH0DSZ7GT99619T 2023-10-08T03:08:09.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: CURRENT file: CURRENT 2023-10-08T03:08:09.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: IDENTITY file: IDENTITY 2023-10-08T03:08:09.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: MANIFEST file: MANIFEST-000003 size: 57 Bytes 2023-10-08T03:08:09.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi046/store.db dir, Total Num: 0, files: 2023-10-08T03:08:09.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi046/store.db: 000004.log size: 511 ; 2023-10-08T03:08:09.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.error_if_exists: 0 2023-10-08T03:08:09.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.create_if_missing: 0 2023-10-08T03:08:09.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.paranoid_checks: 1 2023-10-08T03:08:09.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-10-08T03:08:09.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.env: 0x556bd4cd3860 2023-10-08T03:08:09.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.fs: Posix File System 2023-10-08T03:08:09.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.info_log: 0x556bd57f7fa0 2023-10-08T03:08:09.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.max_file_opening_threads: 16 2023-10-08T03:08:09.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.statistics: (nil) 2023-10-08T03:08:09.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.use_fsync: 0 2023-10-08T03:08:09.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.max_log_file_size: 0 2023-10-08T03:08:09.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-10-08T03:08:09.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.log_file_time_to_roll: 0 2023-10-08T03:08:09.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.keep_log_file_num: 1000 2023-10-08T03:08:09.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.recycle_log_file_num: 0 2023-10-08T03:08:09.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.allow_fallocate: 1 2023-10-08T03:08:09.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.allow_mmap_reads: 0 2023-10-08T03:08:09.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.allow_mmap_writes: 0 2023-10-08T03:08:09.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.use_direct_reads: 0 2023-10-08T03:08:09.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-10-08T03:08:09.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.create_missing_column_families: 0 2023-10-08T03:08:09.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.db_log_dir: 2023-10-08T03:08:09.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi046/store.db 2023-10-08T03:08:09.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.table_cache_numshardbits: 6 2023-10-08T03:08:09.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.WAL_ttl_seconds: 0 2023-10-08T03:08:09.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.WAL_size_limit_MB: 0 2023-10-08T03:08:09.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-10-08T03:08:09.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-10-08T03:08:09.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.is_fd_close_on_exec: 1 2023-10-08T03:08:09.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.advise_random_on_open: 1 2023-10-08T03:08:09.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.db_write_buffer_size: 0 2023-10-08T03:08:09.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.write_buffer_manager: 0x556bd58e8330 2023-10-08T03:08:09.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-10-08T03:08:09.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-10-08T03:08:09.638 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-10-08T03:08:09.638 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.use_adaptive_mutex: 0 2023-10-08T03:08:09.638 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.rate_limiter: (nil) 2023-10-08T03:08:09.638 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-10-08T03:08:09.638 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.wal_recovery_mode: 2 2023-10-08T03:08:09.638 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.enable_thread_tracking: 0 2023-10-08T03:08:09.639 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.enable_pipelined_write: 0 2023-10-08T03:08:09.639 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.unordered_write: 0 2023-10-08T03:08:09.639 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-10-08T03:08:09.639 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-10-08T03:08:09.639 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-10-08T03:08:09.639 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-10-08T03:08:09.640 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.row_cache: None 2023-10-08T03:08:09.640 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.wal_filter: None 2023-10-08T03:08:09.640 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-10-08T03:08:09.640 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.allow_ingest_behind: 0 2023-10-08T03:08:09.640 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.preserve_deletes: 0 2023-10-08T03:08:09.641 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.two_write_queues: 0 2023-10-08T03:08:09.641 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.manual_wal_flush: 0 2023-10-08T03:08:09.641 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.atomic_flush: 0 2023-10-08T03:08:09.641 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-10-08T03:08:09.642 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.persist_stats_to_disk: 0 2023-10-08T03:08:09.642 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.write_dbid_to_manifest: 0 2023-10-08T03:08:09.642 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.log_readahead_size: 0 2023-10-08T03:08:09.642 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-10-08T03:08:09.642 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.best_efforts_recovery: 0 2023-10-08T03:08:09.643 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-10-08T03:08:09.643 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-10-08T03:08:09.643 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.allow_data_in_errors: 0 2023-10-08T03:08:09.643 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.db_host_id: __hostname__ 2023-10-08T03:08:09.644 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.max_background_jobs: 2 2023-10-08T03:08:09.644 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.max_background_compactions: -1 2023-10-08T03:08:09.644 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.max_subcompactions: 1 2023-10-08T03:08:09.644 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-10-08T03:08:09.644 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-10-08T03:08:09.644 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.delayed_write_rate : 16777216 2023-10-08T03:08:09.645 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.max_total_wal_size: 0 2023-10-08T03:08:09.645 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-10-08T03:08:09.645 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.stats_dump_period_sec: 600 2023-10-08T03:08:09.645 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.stats_persist_period_sec: 600 2023-10-08T03:08:09.645 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-10-08T03:08:09.647 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.max_open_files: -1 2023-10-08T03:08:09.647 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.bytes_per_sync: 0 2023-10-08T03:08:09.647 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.wal_bytes_per_sync: 0 2023-10-08T03:08:09.647 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.strict_bytes_per_sync: 0 2023-10-08T03:08:09.647 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.compaction_readahead_size: 0 2023-10-08T03:08:09.648 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.max_background_flushes: -1 2023-10-08T03:08:09.648 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Compression algorithms supported: 2023-10-08T03:08:09.648 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-10-08T03:08:09.648 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: kZSTD supported: 0 2023-10-08T03:08:09.649 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: kXpressCompression supported: 0 2023-10-08T03:08:09.649 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: kLZ4HCCompression supported: 1 2023-10-08T03:08:09.649 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: kLZ4Compression supported: 1 2023-10-08T03:08:09.649 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: kBZip2Compression supported: 0 2023-10-08T03:08:09.650 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: kZlibCompression supported: 1 2023-10-08T03:08:09.650 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: kSnappyCompression supported: 1 2023-10-08T03:08:09.650 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Fast CRC32 supported: Supported on x86 2023-10-08T03:08:09.651 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi046/store.db/MANIFEST-000003 2023-10-08T03:08:09.651 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-10-08T03:08:09.651 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-10-08T03:08:09.652 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.merge_operator: 2023-10-08T03:08:09.652 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.compaction_filter: None 2023-10-08T03:08:09.652 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.compaction_filter_factory: None 2023-10-08T03:08:09.653 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.sst_partitioner_factory: None 2023-10-08T03:08:09.653 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.memtable_factory: SkipListFactory 2023-10-08T03:08:09.653 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.table_factory: BlockBasedTable 2023-10-08T03:08:09.654 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x556bd57c3d00) 2023-10-08T03:08:09.654 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: cache_index_and_filter_blocks: 1 2023-10-08T03:08:09.654 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-10-08T03:08:09.654 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-10-08T03:08:09.654 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: pin_top_level_index_and_filter: 1 2023-10-08T03:08:09.655 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: index_type: 0 2023-10-08T03:08:09.655 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: data_block_index_type: 0 2023-10-08T03:08:09.655 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: index_shortening: 1 2023-10-08T03:08:09.655 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: data_block_hash_table_util_ratio: 0.750000 2023-10-08T03:08:09.655 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: hash_index_allow_collision: 1 2023-10-08T03:08:09.655 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: checksum: 1 2023-10-08T03:08:09.656 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: no_block_cache: 0 2023-10-08T03:08:09.656 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: block_cache: 0x556bd582e170 2023-10-08T03:08:09.656 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: block_cache_name: BinnedLRUCache 2023-10-08T03:08:09.656 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: block_cache_options: 2023-10-08T03:08:09.656 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: capacity : 536870912 2023-10-08T03:08:09.656 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: num_shard_bits : 4 2023-10-08T03:08:09.657 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: strict_capacity_limit : 0 2023-10-08T03:08:09.657 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: high_pri_pool_ratio: 0.000 2023-10-08T03:08:09.657 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: block_cache_compressed: (nil) 2023-10-08T03:08:09.657 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: persistent_cache: (nil) 2023-10-08T03:08:09.657 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: block_size: 4096 2023-10-08T03:08:09.657 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: block_size_deviation: 10 2023-10-08T03:08:09.658 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: block_restart_interval: 16 2023-10-08T03:08:09.658 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: index_block_restart_interval: 1 2023-10-08T03:08:09.658 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: metadata_block_size: 4096 2023-10-08T03:08:09.658 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: partition_filters: 0 2023-10-08T03:08:09.658 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: use_delta_encoding: 1 2023-10-08T03:08:09.659 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-10-08T03:08:09.659 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: whole_key_filtering: 1 2023-10-08T03:08:09.659 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: verify_compression: 0 2023-10-08T03:08:09.659 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: read_amp_bytes_per_bit: 0 2023-10-08T03:08:09.659 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: format_version: 4 2023-10-08T03:08:09.659 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: enable_index_compression: 1 2023-10-08T03:08:09.660 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: block_align: 0 2023-10-08T03:08:09.660 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.write_buffer_size: 33554432 2023-10-08T03:08:09.660 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.max_write_buffer_number: 2 2023-10-08T03:08:09.660 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.compression: NoCompression 2023-10-08T03:08:09.660 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.bottommost_compression: Disabled 2023-10-08T03:08:09.660 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.prefix_extractor: nullptr 2023-10-08T03:08:09.661 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-10-08T03:08:09.661 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.num_levels: 7 2023-10-08T03:08:09.661 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-10-08T03:08:09.661 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-10-08T03:08:09.661 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-10-08T03:08:09.661 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-10-08T03:08:09.662 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-10-08T03:08:09.662 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-10-08T03:08:09.662 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-10-08T03:08:09.662 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-10-08T03:08:09.662 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-10-08T03:08:09.663 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-10-08T03:08:09.663 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.compression_opts.window_bits: -14 2023-10-08T03:08:09.663 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.compression_opts.level: 32767 2023-10-08T03:08:09.663 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.compression_opts.strategy: 0 2023-10-08T03:08:09.663 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-10-08T03:08:09.664 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-10-08T03:08:09.664 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-10-08T03:08:09.664 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.compression_opts.enabled: false 2023-10-08T03:08:09.664 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-10-08T03:08:09.664 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-10-08T03:08:09.665 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-10-08T03:08:09.665 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.target_file_size_base: 67108864 2023-10-08T03:08:09.665 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.target_file_size_multiplier: 1 2023-10-08T03:08:09.665 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-10-08T03:08:09.665 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-10-08T03:08:09.665 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-10-08T03:08:09.666 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-10-08T03:08:09.666 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-10-08T03:08:09.666 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-10-08T03:08:09.666 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-10-08T03:08:09.666 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-10-08T03:08:09.666 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-10-08T03:08:09.666 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-10-08T03:08:09.666 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-10-08T03:08:09.667 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-10-08T03:08:09.667 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.arena_block_size: 4194304 2023-10-08T03:08:09.667 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-10-08T03:08:09.667 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-10-08T03:08:09.667 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-10-08T03:08:09.667 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.disable_auto_compactions: 0 2023-10-08T03:08:09.667 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-10-08T03:08:09.667 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-10-08T03:08:09.668 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-10-08T03:08:09.668 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-10-08T03:08:09.668 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-10-08T03:08:09.668 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-10-08T03:08:09.668 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-10-08T03:08:09.668 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-10-08T03:08:09.668 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-10-08T03:08:09.668 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-10-08T03:08:09.669 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.table_properties_collectors: 2023-10-08T03:08:09.669 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.inplace_update_support: 0 2023-10-08T03:08:09.669 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.inplace_update_num_locks: 10000 2023-10-08T03:08:09.669 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-10-08T03:08:09.669 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-10-08T03:08:09.669 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.memtable_huge_page_size: 0 2023-10-08T03:08:09.670 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.bloom_locality: 0 2023-10-08T03:08:09.670 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.max_successive_merges: 0 2023-10-08T03:08:09.670 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.optimize_filters_for_hits: 0 2023-10-08T03:08:09.670 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.paranoid_file_checks: 0 2023-10-08T03:08:09.670 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.force_consistency_checks: 1 2023-10-08T03:08:09.670 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.report_bg_io_stats: 0 2023-10-08T03:08:09.670 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.ttl: 2592000 2023-10-08T03:08:09.671 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.periodic_compaction_seconds: 0 2023-10-08T03:08:09.671 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.enable_blob_files: false 2023-10-08T03:08:09.671 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.min_blob_size: 0 2023-10-08T03:08:09.671 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.blob_file_size: 268435456 2023-10-08T03:08:09.671 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.blob_compression_type: NoCompression 2023-10-08T03:08:09.671 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.enable_blob_garbage_collection: false 2023-10-08T03:08:09.671 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-10-08T03:08:09.671 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi046/store.db/MANIFEST-000003 succeeded,manifest_file_number is 3, next_file_number is 5, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-10-08T03:08:09.671 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 0 2023-10-08T03:08:09.671 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: [db/version_set.cc:4083] Creating manifest 7 2023-10-08T03:08:09.672 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 systemd[1]: Started Ceph mon.smithi046 for 988f33ae-6587-11ee-8db5-212e2dc638e7. 2023-10-08T03:08:09.672 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696734489254841, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-10-08T03:08:09.672 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #4 mode 2 2023-10-08T03:08:09.672 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: 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-10-08T03:08:09.672 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696734489255314, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1545, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1696734489, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "ecd1795d-627e-42fd-bc98-dd263c8061eb", "db_session_id": "QJGOGTH0DSZ7GT99619T"}} 2023-10-08T03:08:09.672 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: [db/version_set.cc:4083] Creating manifest 9 2023-10-08T03:08:09.672 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696734489255853, "job": 1, "event": "recovery_finished"} 2023-10-08T03:08:09.672 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-smithi046/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-10-08T03:08:09.672 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x556bd5814a80 2023-10-08T03:08:09.672 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: DB pointer 0x556bd5824000 2023-10-08T03:08:09.672 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-10-08T03:08:09.673 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-10-08T03:08:09.673 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: ** DB Stats ** 2023-10-08T03:08:09.673 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-08T03:08:09.673 INFO:journalctl@ceph.mon.smithi046.smithi046.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-10-08T03:08:09.673 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-08T03:08:09.673 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-08T03:08:09.673 INFO:journalctl@ceph.mon.smithi046.smithi046.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-10-08T03:08:09.673 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-10-08T03:08:09.673 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-08T03:08:09.674 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: 2023-10-08T03:08:09.674 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: ** Compaction Stats [default] ** 2023-10-08T03:08:09.674 INFO:journalctl@ceph.mon.smithi046.smithi046.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-10-08T03:08:09.674 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-08T03:08:09.674 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.4 0.00 0.00 1 0.000 0 0 2023-10-08T03:08:09.675 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.4 0.00 0.00 1 0.000 0 0 2023-10-08T03:08:09.675 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.4 0.00 0.00 1 0.000 0 0 2023-10-08T03:08:09.675 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: 2023-10-08T03:08:09.675 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: ** Compaction Stats [default] ** 2023-10-08T03:08:09.675 INFO:journalctl@ceph.mon.smithi046.smithi046.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-10-08T03:08:09.675 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-08T03:08:09.675 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.4 0.00 0.00 1 0.000 0 0 2023-10-08T03:08:09.676 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-08T03:08:09.676 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-10-08T03:08:09.676 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-10-08T03:08:09.676 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-10-08T03:08:09.676 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-10-08T03:08:09.676 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: AddFile(Keys): cumulative 0, interval 0 2023-10-08T03:08:09.677 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: Cumulative compaction: 0.00 GB write, 0.38 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-08T03:08:09.677 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: Interval compaction: 0.00 GB write, 0.38 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-08T03:08:09.677 INFO:journalctl@ceph.mon.smithi046.smithi046.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-10-08T03:08:09.677 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: 2023-10-08T03:08:09.678 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: ** File Read Latency Histogram By Level [default] ** 2023-10-08T03:08:09.678 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: 2023-10-08T03:08:09.678 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: ** Compaction Stats [default] ** 2023-10-08T03:08:09.678 INFO:journalctl@ceph.mon.smithi046.smithi046.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-10-08T03:08:09.678 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-08T03:08:09.678 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.4 0.00 0.00 1 0.000 0 0 2023-10-08T03:08:09.679 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.4 0.00 0.00 1 0.000 0 0 2023-10-08T03:08:09.679 INFO:journalctl@ceph.mon.smithi046.smithi046.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-10-08T03:08:09.679 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: 2023-10-08T03:08:09.679 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: ** Compaction Stats [default] ** 2023-10-08T03:08:09.680 INFO:journalctl@ceph.mon.smithi046.smithi046.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-10-08T03:08:09.680 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-08T03:08:09.680 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.4 0.00 0.00 1 0.000 0 0 2023-10-08T03:08:09.680 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-08T03:08:09.680 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-10-08T03:08:09.680 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-10-08T03:08:09.680 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-10-08T03:08:09.680 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-10-08T03:08:09.681 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: AddFile(Keys): cumulative 0, interval 0 2023-10-08T03:08:09.681 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: Cumulative compaction: 0.00 GB write, 0.37 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-08T03:08:09.681 INFO:journalctl@ceph.mon.smithi046.smithi046.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-10-08T03:08:09.681 INFO:journalctl@ceph.mon.smithi046.smithi046.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-10-08T03:08:09.681 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: 2023-10-08T03:08:09.681 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: ** File Read Latency Histogram By Level [default] ** 2023-10-08T03:08:09.681 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: mon.smithi046 does not exist in monmap, will attempt to join an existing cluster 2023-10-08T03:08:09.681 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: using public_addr v2:172.21.15.46:0/0 -> [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] 2023-10-08T03:08:09.681 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: starting mon.smithi046 rank -1 at public addrs [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] at bind addrs [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi046 fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 2023-10-08T03:08:09.682 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: mon.smithi046@-1(???) e0 preinit fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 2023-10-08T03:08:09.682 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: mon.smithi046@-1(synchronizing).mds e1 new map 2023-10-08T03:08:09.682 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: mon.smithi046@-1(synchronizing).mds e1 print_map 2023-10-08T03:08:09.682 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: e1 2023-10-08T03:08:09.682 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-10-08T03:08:09.682 INFO:journalctl@ceph.mon.smithi046.smithi046.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-10-08T03:08:09.682 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: legacy client fscid: -1 2023-10-08T03:08:09.682 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: 2023-10-08T03:08:09.682 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout: No filesystems configured 2023-10-08T03:08:09.683 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: mon.smithi046@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-10-08T03:08:09.683 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: mon.smithi046@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-10-08T03:08:09.683 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: mon.smithi046@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-10-08T03:08:09.683 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: mon.smithi046@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-10-08T03:08:09.683 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: mon.smithi046@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-10-08T03:08:09.683 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: mon.smithi046@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-10-08T03:08:09.683 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: mon.smithi046@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-10-08T03:08:09.683 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: mon.smithi046@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-10-08T03:08:09.683 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: mon.smithi046@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-10-08T03:08:09.683 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: mon.smithi046@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-10-08T03:08:09.684 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: mon.smithi046@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-10-08T03:08:09.684 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T03:08:09.684 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: from='client.? 172.21.15.46:0/2173372285' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T03:08:09.684 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T03:08:09.684 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T03:08:09.684 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: from='client.? 172.21.15.46:0/2424758612' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T03:08:09.684 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: from='mgr.14162 172.21.15.19:0/3963154327' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:09.684 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: Deploying daemon node-exporter.smithi019 on smithi019 2023-10-08T03:08:09.684 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T03:08:09.685 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: from='client.? 172.21.15.46:0/3165545086' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T03:08:09.685 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T03:08:09.685 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: from='mgr.14162 172.21.15.19:0/3963154327' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:09.685 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: from='mgr.14162 172.21.15.19:0/3963154327' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-10-08T03:08:09.685 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: from='mgr.14162 172.21.15.19:0/3963154327' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:09.685 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: from='mgr.14162 172.21.15.19:0/3963154327' entity='mgr.smithi019.xhcxai' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-10-08T03:08:09.685 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: mgrmap e14: smithi019.xhcxai(active, since 35s) 2023-10-08T03:08:09.685 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: from='client.? 172.21.15.46:0/2269712008' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T03:08:09.685 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: from='client.? 172.21.15.46:0/2287237352' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T03:08:09.686 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: from='client.? 172.21.15.46:0/4213986962' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T03:08:09.686 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: Active manager daemon smithi019.xhcxai restarted 2023-10-08T03:08:09.686 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: Activating manager daemon smithi019.xhcxai 2023-10-08T03:08:09.686 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: osdmap e5: 0 total, 0 up, 0 in 2023-10-08T03:08:09.686 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: mgrmap e15: smithi019.xhcxai(active, starting, since 0.934638s) 2023-10-08T03:08:09.686 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mon metadata", "id": "smithi019"}]: dispatch 2023-10-08T03:08:09.686 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mgr metadata", "who": "smithi019.xhcxai", "id": "smithi019.xhcxai"}]: dispatch 2023-10-08T03:08:09.686 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-08T03:08:09.686 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-08T03:08:09.687 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-08T03:08:09.687 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: Manager daemon smithi019.xhcxai is now available 2023-10-08T03:08:09.687 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:08:09.687 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:08:09.687 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:08:09.687 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:08:09.687 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:09.687 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi019.xhcxai/mirror_snapshot_schedule"}]: dispatch 2023-10-08T03:08:09.688 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi019.xhcxai/trash_purge_schedule"}]: dispatch 2023-10-08T03:08:09.688 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:09.688 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:09.688 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: [08/Oct/2023:03:07:58] ENGINE Bus STARTING 2023-10-08T03:08:09.688 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: [08/Oct/2023:03:07:58] ENGINE Serving on https://172.21.15.19:7150 2023-10-08T03:08:09.689 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: [08/Oct/2023:03:07:58] ENGINE Bus STARTED 2023-10-08T03:08:09.689 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: mgrmap e16: smithi019.xhcxai(active, since 1.94296s) 2023-10-08T03:08:09.689 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:09.689 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: from='client.? 172.21.15.46:0/983788647' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T03:08:09.689 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:09.689 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: mgrmap e17: smithi019.xhcxai(active, since 2s) 2023-10-08T03:08:09.689 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:09.689 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:09.690 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config rm", "who": "osd/host:smithi019", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:08:09.690 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: Updating smithi019:/etc/ceph/ceph.conf 2023-10-08T03:08:09.690 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: Updating smithi019:/etc/ceph/ceph.client.admin.keyring 2023-10-08T03:08:09.690 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:09.690 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:09.690 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:09.690 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config rm", "who": "osd/host:smithi046", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:08:09.690 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:09.690 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi046", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-08T03:08:09.690 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi046", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-10-08T03:08:09.691 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:08:09.691 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: Deploying daemon crash.smithi046 on smithi046 2023-10-08T03:08:09.691 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: from='client.? 172.21.15.46:0/824566352' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T03:08:09.691 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:09.691 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi046.qizlkx", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-08T03:08:09.691 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi046.qizlkx", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-10-08T03:08:09.691 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-08T03:08:09.691 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:08:09.691 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: Deploying daemon mgr.smithi046.qizlkx on smithi046 2023-10-08T03:08:09.691 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: from='client.? 172.21.15.46:0/792443439' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T03:08:09.692 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:09.692 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-08T03:08:09.692 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:08:09.692 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: Deploying daemon mon.smithi046 on smithi046 2023-10-08T03:08:09.692 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:09.692 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:09 smithi046 ceph-mon[111227]: mon.smithi046@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-10-08T03:08:14.324 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-10-08T03:08:14.324 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":2,"fsid":"988f33ae-6587-11ee-8db5-212e2dc638e7","modified":"2023-10-08T03:08:09.288467Z","created":"2023-10-08T03:06:21.001424Z","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":"smithi019","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:3300","nonce":0},{"type":"v1","addr":"172.21.15.19:6789","nonce":0}]},"addr":"172.21.15.19:6789/0","public_addr":"172.21.15.19:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi046","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:3300","nonce":0},{"type":"v1","addr":"172.21.15.46:6789","nonce":0}]},"addr":"172.21.15.46:6789/0","public_addr":"172.21.15.46:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-10-08T03:08:14.330 INFO:teuthology.orchestra.run.smithi046.stderr:dumped monmap epoch 2 2023-10-08T03:08:14.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:14 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mon metadata", "id": "smithi019"}]: dispatch 2023-10-08T03:08:14.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:14 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mon metadata", "id": "smithi046"}]: dispatch 2023-10-08T03:08:14.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:14 smithi046 ceph-mon[111227]: mon.smithi019 calling monitor election 2023-10-08T03:08:14.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:14 smithi046 ceph-mon[111227]: from='client.? 172.21.15.46:0/3235411320' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T03:08:14.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:14 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mon metadata", "id": "smithi046"}]: dispatch 2023-10-08T03:08:14.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:14 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mon metadata", "id": "smithi046"}]: dispatch 2023-10-08T03:08:14.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:14 smithi046 ceph-mon[111227]: mon.smithi046 calling monitor election 2023-10-08T03:08:14.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:14 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mon metadata", "id": "smithi046"}]: dispatch 2023-10-08T03:08:14.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:14 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mon metadata", "id": "smithi046"}]: dispatch 2023-10-08T03:08:14.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:14 smithi046 ceph-mon[111227]: from='mgr.? 172.21.15.46:0/1350212498' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi046.qizlkx/crt"}]: dispatch 2023-10-08T03:08:14.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:14 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mon metadata", "id": "smithi046"}]: dispatch 2023-10-08T03:08:14.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:14 smithi046 ceph-mon[111227]: mon.smithi019 is new leader, mons smithi019,smithi046 in quorum (ranks 0,1) 2023-10-08T03:08:14.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:14 smithi046 ceph-mon[111227]: monmap e2: 2 mons at {smithi019=[v2:172.21.15.19:3300/0,v1:172.21.15.19:6789/0],smithi046=[v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0]} 2023-10-08T03:08:14.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:14 smithi046 ceph-mon[111227]: fsmap 2023-10-08T03:08:14.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:14 smithi046 ceph-mon[111227]: osdmap e5: 0 total, 0 up, 0 in 2023-10-08T03:08:14.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:14 smithi046 ceph-mon[111227]: mgrmap e17: smithi019.xhcxai(active, since 17s) 2023-10-08T03:08:14.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:14 smithi046 ceph-mon[111227]: Standby manager daemon smithi046.qizlkx started 2023-10-08T03:08:14.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:14 smithi046 ceph-mon[111227]: from='mgr.? 172.21.15.46:0/1350212498' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-08T03:08:14.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:14 smithi046 ceph-mon[111227]: overall HEALTH_OK 2023-10-08T03:08:14.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:14 smithi046 ceph-mon[111227]: from='mgr.? 172.21.15.46:0/1350212498' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi046.qizlkx/key"}]: dispatch 2023-10-08T03:08:14.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:14 smithi046 ceph-mon[111227]: from='mgr.? 172.21.15.46:0/1350212498' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-08T03:08:14.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:14 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:14.663 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-10-08T03:08:14.663 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph config generate-minimal-conf 2023-10-08T03:08:14.696 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:14 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mon metadata", "id": "smithi019"}]: dispatch 2023-10-08T03:08:14.696 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:14 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mon metadata", "id": "smithi046"}]: dispatch 2023-10-08T03:08:14.696 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:14 smithi019 ceph-mon[108350]: mon.smithi019 calling monitor election 2023-10-08T03:08:14.696 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:14 smithi019 ceph-mon[108350]: from='client.? 172.21.15.46:0/3235411320' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T03:08:14.696 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:14 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mon metadata", "id": "smithi046"}]: dispatch 2023-10-08T03:08:14.696 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:14 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mon metadata", "id": "smithi046"}]: dispatch 2023-10-08T03:08:14.696 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:14 smithi019 ceph-mon[108350]: mon.smithi046 calling monitor election 2023-10-08T03:08:14.696 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:14 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mon metadata", "id": "smithi046"}]: dispatch 2023-10-08T03:08:14.697 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:14 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mon metadata", "id": "smithi046"}]: dispatch 2023-10-08T03:08:14.697 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:14 smithi019 ceph-mon[108350]: from='mgr.? 172.21.15.46:0/1350212498' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi046.qizlkx/crt"}]: dispatch 2023-10-08T03:08:14.697 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:14 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mon metadata", "id": "smithi046"}]: dispatch 2023-10-08T03:08:14.697 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:14 smithi019 ceph-mon[108350]: mon.smithi019 is new leader, mons smithi019,smithi046 in quorum (ranks 0,1) 2023-10-08T03:08:14.697 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:14 smithi019 ceph-mon[108350]: monmap e2: 2 mons at {smithi019=[v2:172.21.15.19:3300/0,v1:172.21.15.19:6789/0],smithi046=[v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0]} 2023-10-08T03:08:14.697 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:14 smithi019 ceph-mon[108350]: fsmap 2023-10-08T03:08:14.697 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:14 smithi019 ceph-mon[108350]: osdmap e5: 0 total, 0 up, 0 in 2023-10-08T03:08:14.697 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:14 smithi019 ceph-mon[108350]: mgrmap e17: smithi019.xhcxai(active, since 17s) 2023-10-08T03:08:14.697 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:14 smithi019 ceph-mon[108350]: Standby manager daemon smithi046.qizlkx started 2023-10-08T03:08:14.697 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:14 smithi019 ceph-mon[108350]: from='mgr.? 172.21.15.46:0/1350212498' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-08T03:08:14.697 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:14 smithi019 ceph-mon[108350]: overall HEALTH_OK 2023-10-08T03:08:14.698 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:14 smithi019 ceph-mon[108350]: from='mgr.? 172.21.15.46:0/1350212498' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi046.qizlkx/key"}]: dispatch 2023-10-08T03:08:14.698 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:14 smithi019 ceph-mon[108350]: from='mgr.? 172.21.15.46:0/1350212498' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-08T03:08:14.698 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:14 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:15.695 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:15 smithi019 ceph-mon[108350]: Deploying daemon node-exporter.smithi046 on smithi046 2023-10-08T03:08:15.695 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:15 smithi019 ceph-mon[108350]: mgrmap e18: smithi019.xhcxai(active, since 17s), standbys: smithi046.qizlkx 2023-10-08T03:08:15.696 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:15 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mgr metadata", "who": "smithi046.qizlkx", "id": "smithi046.qizlkx"}]: dispatch 2023-10-08T03:08:15.696 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:15 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mon metadata", "id": "smithi046"}]: dispatch 2023-10-08T03:08:15.728 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:15 smithi046 ceph-mon[111227]: Deploying daemon node-exporter.smithi046 on smithi046 2023-10-08T03:08:15.728 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:15 smithi046 ceph-mon[111227]: mgrmap e18: smithi019.xhcxai(active, since 17s), standbys: smithi046.qizlkx 2023-10-08T03:08:15.728 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:15 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mgr metadata", "who": "smithi046.qizlkx", "id": "smithi046.qizlkx"}]: dispatch 2023-10-08T03:08:15.728 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:15 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mon metadata", "id": "smithi046"}]: dispatch 2023-10-08T03:08:16.116 INFO:teuthology.orchestra.run.smithi019.stdout:# minimal ceph.conf for 988f33ae-6587-11ee-8db5-212e2dc638e7 2023-10-08T03:08:16.117 INFO:teuthology.orchestra.run.smithi019.stdout:[global] 2023-10-08T03:08:16.117 INFO:teuthology.orchestra.run.smithi019.stdout: fsid = 988f33ae-6587-11ee-8db5-212e2dc638e7 2023-10-08T03:08:16.117 INFO:teuthology.orchestra.run.smithi019.stdout: mon_host = [v2:172.21.15.19:3300/0,v1:172.21.15.19:6789/0] [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] 2023-10-08T03:08:16.472 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:16 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/3822754968' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:08:16.521 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-10-08T03:08:16.521 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2023-10-08T03:08:16.521 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd of=/etc/ceph/ceph.conf 2023-10-08T03:08:16.599 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2023-10-08T03:08:16.600 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-10-08T03:08:16.675 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2023-10-08T03:08:16.675 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/etc/ceph/ceph.conf 2023-10-08T03:08:16.710 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:16 smithi046 ceph-mon[111227]: from='client.? 172.21.15.19:0/3822754968' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:08:16.714 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2023-10-08T03:08:16.714 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-10-08T03:08:16.788 INFO:tasks.cephadm:Deploying OSDs... 2023-10-08T03:08:16.788 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2023-10-08T03:08:16.788 DEBUG:teuthology.orchestra.run.smithi019:> dd if=/scratch_devs of=/dev/stdout 2023-10-08T03:08:16.811 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-10-08T03:08:16.812 DEBUG:teuthology.orchestra.run.smithi019:> stat /dev/vg_nvme/lv_1 2023-10-08T03:08:16.875 INFO:teuthology.orchestra.run.smithi019.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-10-08T03:08:16.875 INFO:teuthology.orchestra.run.smithi019.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-08T03:08:16.875 INFO:teuthology.orchestra.run.smithi019.stdout:Device: 6h/6d Inode: 398555 Links: 1 2023-10-08T03:08:16.876 INFO:teuthology.orchestra.run.smithi019.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-08T03:08:16.876 INFO:teuthology.orchestra.run.smithi019.stdout:Context: system_u:object_r:device_t:s0 2023-10-08T03:08:16.876 INFO:teuthology.orchestra.run.smithi019.stdout:Access: 2023-10-08 03:07:47.534159627 +0000 2023-10-08T03:08:16.876 INFO:teuthology.orchestra.run.smithi019.stdout:Modify: 2023-10-08 03:04:56.617369575 +0000 2023-10-08T03:08:16.876 INFO:teuthology.orchestra.run.smithi019.stdout:Change: 2023-10-08 03:04:56.617369575 +0000 2023-10-08T03:08:16.876 INFO:teuthology.orchestra.run.smithi019.stdout: Birth: - 2023-10-08T03:08:16.876 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-10-08T03:08:16.950 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records in 2023-10-08T03:08:16.950 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records out 2023-10-08T03:08:16.950 INFO:teuthology.orchestra.run.smithi019.stderr:512 bytes copied, 0.000235789 s, 2.2 MB/s 2023-10-08T03:08:16.951 DEBUG:teuthology.orchestra.run.smithi019:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-10-08T03:08:17.017 DEBUG:teuthology.orchestra.run.smithi019:> stat /dev/vg_nvme/lv_2 2023-10-08T03:08:17.080 INFO:teuthology.orchestra.run.smithi019.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-10-08T03:08:17.080 INFO:teuthology.orchestra.run.smithi019.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-08T03:08:17.080 INFO:teuthology.orchestra.run.smithi019.stdout:Device: 6h/6d Inode: 398647 Links: 1 2023-10-08T03:08:17.080 INFO:teuthology.orchestra.run.smithi019.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-08T03:08:17.080 INFO:teuthology.orchestra.run.smithi019.stdout:Context: system_u:object_r:device_t:s0 2023-10-08T03:08:17.080 INFO:teuthology.orchestra.run.smithi019.stdout:Access: 2023-10-08 03:07:47.534159627 +0000 2023-10-08T03:08:17.080 INFO:teuthology.orchestra.run.smithi019.stdout:Modify: 2023-10-08 03:04:57.193364326 +0000 2023-10-08T03:08:17.081 INFO:teuthology.orchestra.run.smithi019.stdout:Change: 2023-10-08 03:04:57.193364326 +0000 2023-10-08T03:08:17.081 INFO:teuthology.orchestra.run.smithi019.stdout: Birth: - 2023-10-08T03:08:17.081 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-10-08T03:08:17.155 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records in 2023-10-08T03:08:17.155 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records out 2023-10-08T03:08:17.155 INFO:teuthology.orchestra.run.smithi019.stderr:512 bytes copied, 0.000233783 s, 2.2 MB/s 2023-10-08T03:08:17.156 DEBUG:teuthology.orchestra.run.smithi019:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-10-08T03:08:17.221 DEBUG:teuthology.orchestra.run.smithi019:> stat /dev/vg_nvme/lv_3 2023-10-08T03:08:17.285 INFO:teuthology.orchestra.run.smithi019.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-10-08T03:08:17.285 INFO:teuthology.orchestra.run.smithi019.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-08T03:08:17.285 INFO:teuthology.orchestra.run.smithi019.stdout:Device: 6h/6d Inode: 388025 Links: 1 2023-10-08T03:08:17.286 INFO:teuthology.orchestra.run.smithi019.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-08T03:08:17.286 INFO:teuthology.orchestra.run.smithi019.stdout:Context: system_u:object_r:device_t:s0 2023-10-08T03:08:17.286 INFO:teuthology.orchestra.run.smithi019.stdout:Access: 2023-10-08 03:07:47.534159627 +0000 2023-10-08T03:08:17.286 INFO:teuthology.orchestra.run.smithi019.stdout:Modify: 2023-10-08 03:04:57.781358968 +0000 2023-10-08T03:08:17.286 INFO:teuthology.orchestra.run.smithi019.stdout:Change: 2023-10-08 03:04:57.781358968 +0000 2023-10-08T03:08:17.286 INFO:teuthology.orchestra.run.smithi019.stdout: Birth: - 2023-10-08T03:08:17.286 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-10-08T03:08:17.360 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records in 2023-10-08T03:08:17.360 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records out 2023-10-08T03:08:17.360 INFO:teuthology.orchestra.run.smithi019.stderr:512 bytes copied, 0.000241094 s, 2.1 MB/s 2023-10-08T03:08:17.361 DEBUG:teuthology.orchestra.run.smithi019:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-10-08T03:08:17.427 DEBUG:teuthology.orchestra.run.smithi019:> stat /dev/vg_nvme/lv_4 2023-10-08T03:08:17.490 INFO:teuthology.orchestra.run.smithi019.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-10-08T03:08:17.490 INFO:teuthology.orchestra.run.smithi019.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-08T03:08:17.490 INFO:teuthology.orchestra.run.smithi019.stdout:Device: 6h/6d Inode: 398876 Links: 1 2023-10-08T03:08:17.491 INFO:teuthology.orchestra.run.smithi019.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-08T03:08:17.491 INFO:teuthology.orchestra.run.smithi019.stdout:Context: system_u:object_r:device_t:s0 2023-10-08T03:08:17.491 INFO:teuthology.orchestra.run.smithi019.stdout:Access: 2023-10-08 03:07:47.534159627 +0000 2023-10-08T03:08:17.491 INFO:teuthology.orchestra.run.smithi019.stdout:Modify: 2023-10-08 03:04:58.362353674 +0000 2023-10-08T03:08:17.491 INFO:teuthology.orchestra.run.smithi019.stdout:Change: 2023-10-08 03:04:58.362353674 +0000 2023-10-08T03:08:17.491 INFO:teuthology.orchestra.run.smithi019.stdout: Birth: - 2023-10-08T03:08:17.491 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-10-08T03:08:17.567 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records in 2023-10-08T03:08:17.567 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records out 2023-10-08T03:08:17.567 INFO:teuthology.orchestra.run.smithi019.stderr:512 bytes copied, 0.000264527 s, 1.9 MB/s 2023-10-08T03:08:17.568 DEBUG:teuthology.orchestra.run.smithi019:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-10-08T03:08:17.632 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2023-10-08T03:08:17.632 DEBUG:teuthology.orchestra.run.smithi046:> dd if=/scratch_devs of=/dev/stdout 2023-10-08T03:08:17.655 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-10-08T03:08:17.655 DEBUG:teuthology.orchestra.run.smithi046:> stat /dev/vg_nvme/lv_1 2023-10-08T03:08:17.718 INFO:teuthology.orchestra.run.smithi046.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-10-08T03:08:17.718 INFO:teuthology.orchestra.run.smithi046.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-08T03:08:17.718 INFO:teuthology.orchestra.run.smithi046.stdout:Device: 6h/6d Inode: 391989 Links: 1 2023-10-08T03:08:17.719 INFO:teuthology.orchestra.run.smithi046.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-08T03:08:17.719 INFO:teuthology.orchestra.run.smithi046.stdout:Context: system_u:object_r:device_t:s0 2023-10-08T03:08:17.719 INFO:teuthology.orchestra.run.smithi046.stdout:Access: 2023-10-08 03:08:14.868079464 +0000 2023-10-08T03:08:17.719 INFO:teuthology.orchestra.run.smithi046.stdout:Modify: 2023-10-08 03:04:56.426500702 +0000 2023-10-08T03:08:17.719 INFO:teuthology.orchestra.run.smithi046.stdout:Change: 2023-10-08 03:04:56.426500702 +0000 2023-10-08T03:08:17.719 INFO:teuthology.orchestra.run.smithi046.stdout: Birth: - 2023-10-08T03:08:17.719 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-10-08T03:08:17.793 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records in 2023-10-08T03:08:17.794 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records out 2023-10-08T03:08:17.794 INFO:teuthology.orchestra.run.smithi046.stderr:512 bytes copied, 0.000124679 s, 4.1 MB/s 2023-10-08T03:08:17.795 DEBUG:teuthology.orchestra.run.smithi046:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-10-08T03:08:17.861 DEBUG:teuthology.orchestra.run.smithi046:> stat /dev/vg_nvme/lv_2 2023-10-08T03:08:17.925 INFO:teuthology.orchestra.run.smithi046.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-10-08T03:08:17.925 INFO:teuthology.orchestra.run.smithi046.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-08T03:08:17.925 INFO:teuthology.orchestra.run.smithi046.stdout:Device: 6h/6d Inode: 398373 Links: 1 2023-10-08T03:08:17.925 INFO:teuthology.orchestra.run.smithi046.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-08T03:08:17.926 INFO:teuthology.orchestra.run.smithi046.stdout:Context: system_u:object_r:device_t:s0 2023-10-08T03:08:17.926 INFO:teuthology.orchestra.run.smithi046.stdout:Access: 2023-10-08 03:08:14.868079464 +0000 2023-10-08T03:08:17.926 INFO:teuthology.orchestra.run.smithi046.stdout:Modify: 2023-10-08 03:04:57.006494592 +0000 2023-10-08T03:08:17.926 INFO:teuthology.orchestra.run.smithi046.stdout:Change: 2023-10-08 03:04:57.006494592 +0000 2023-10-08T03:08:17.926 INFO:teuthology.orchestra.run.smithi046.stdout: Birth: - 2023-10-08T03:08:17.926 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-10-08T03:08:18.000 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records in 2023-10-08T03:08:18.000 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records out 2023-10-08T03:08:18.001 INFO:teuthology.orchestra.run.smithi046.stderr:512 bytes copied, 0.000112765 s, 4.5 MB/s 2023-10-08T03:08:18.002 DEBUG:teuthology.orchestra.run.smithi046:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-10-08T03:08:18.067 DEBUG:teuthology.orchestra.run.smithi046:> stat /dev/vg_nvme/lv_3 2023-10-08T03:08:18.130 INFO:teuthology.orchestra.run.smithi046.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-10-08T03:08:18.130 INFO:teuthology.orchestra.run.smithi046.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-08T03:08:18.131 INFO:teuthology.orchestra.run.smithi046.stdout:Device: 6h/6d Inode: 395567 Links: 1 2023-10-08T03:08:18.131 INFO:teuthology.orchestra.run.smithi046.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-08T03:08:18.131 INFO:teuthology.orchestra.run.smithi046.stdout:Context: system_u:object_r:device_t:s0 2023-10-08T03:08:18.131 INFO:teuthology.orchestra.run.smithi046.stdout:Access: 2023-10-08 03:08:14.868079464 +0000 2023-10-08T03:08:18.131 INFO:teuthology.orchestra.run.smithi046.stdout:Modify: 2023-10-08 03:04:57.588488460 +0000 2023-10-08T03:08:18.131 INFO:teuthology.orchestra.run.smithi046.stdout:Change: 2023-10-08 03:04:57.588488460 +0000 2023-10-08T03:08:18.131 INFO:teuthology.orchestra.run.smithi046.stdout: Birth: - 2023-10-08T03:08:18.131 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-10-08T03:08:18.205 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records in 2023-10-08T03:08:18.205 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records out 2023-10-08T03:08:18.205 INFO:teuthology.orchestra.run.smithi046.stderr:512 bytes copied, 0.000117396 s, 4.4 MB/s 2023-10-08T03:08:18.206 DEBUG:teuthology.orchestra.run.smithi046:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-10-08T03:08:18.271 DEBUG:teuthology.orchestra.run.smithi046:> stat /dev/vg_nvme/lv_4 2023-10-08T03:08:18.334 INFO:teuthology.orchestra.run.smithi046.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-10-08T03:08:18.335 INFO:teuthology.orchestra.run.smithi046.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-08T03:08:18.335 INFO:teuthology.orchestra.run.smithi046.stdout:Device: 6h/6d Inode: 395663 Links: 1 2023-10-08T03:08:18.335 INFO:teuthology.orchestra.run.smithi046.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-08T03:08:18.335 INFO:teuthology.orchestra.run.smithi046.stdout:Context: system_u:object_r:device_t:s0 2023-10-08T03:08:18.335 INFO:teuthology.orchestra.run.smithi046.stdout:Access: 2023-10-08 03:08:14.868079464 +0000 2023-10-08T03:08:18.335 INFO:teuthology.orchestra.run.smithi046.stdout:Modify: 2023-10-08 03:04:58.144482602 +0000 2023-10-08T03:08:18.335 INFO:teuthology.orchestra.run.smithi046.stdout:Change: 2023-10-08 03:04:58.144482602 +0000 2023-10-08T03:08:18.335 INFO:teuthology.orchestra.run.smithi046.stdout: Birth: - 2023-10-08T03:08:18.335 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-10-08T03:08:18.408 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records in 2023-10-08T03:08:18.408 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records out 2023-10-08T03:08:18.409 INFO:teuthology.orchestra.run.smithi046.stderr:512 bytes copied, 0.000131172 s, 3.9 MB/s 2023-10-08T03:08:18.410 DEBUG:teuthology.orchestra.run.smithi046:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-10-08T03:08:18.474 INFO:tasks.cephadm:Deploying osd.0 on smithi019 with /dev/vg_nvme/lv_4... 2023-10-08T03:08:18.474 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-10-08T03:08:18.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:18 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:18.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:18 smithi019 ceph-mon[108350]: Deploying daemon prometheus.smithi019 on smithi019 2023-10-08T03:08:18.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:18 smithi019 ceph-mon[108350]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T03:08:18.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:18 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:18.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:18 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:18.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:18 smithi046 ceph-mon[111227]: Deploying daemon prometheus.smithi019 on smithi019 2023-10-08T03:08:18.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:18 smithi046 ceph-mon[111227]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T03:08:18.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:18 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:20.866 INFO:teuthology.orchestra.run.smithi019.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-10-08T03:08:20.866 INFO:teuthology.orchestra.run.smithi019.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-10-08T03:08:20.866 INFO:teuthology.orchestra.run.smithi019.stderr: stderr: 10+0 records in 2023-10-08T03:08:20.867 INFO:teuthology.orchestra.run.smithi019.stderr:10+0 records out 2023-10-08T03:08:20.867 INFO:teuthology.orchestra.run.smithi019.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0116858 s, 897 MB/s 2023-10-08T03:08:20.867 INFO:teuthology.orchestra.run.smithi019.stderr:--> Zapping successful for: 2023-10-08T03:08:21.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:21 smithi019 ceph-mon[108350]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T03:08:21.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:21 smithi046 ceph-mon[111227]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T03:08:22.304 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph orch daemon add osd smithi019:vg_nvme/lv_4 2023-10-08T03:08:23.460 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:23 smithi019 ceph-mon[108350]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T03:08:23.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:23 smithi046 ceph-mon[111227]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T03:08:25.467 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:25 smithi019 ceph-mon[108350]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T03:08:25.467 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:25 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:08:25.467 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:25 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-08T03:08:25.467 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:25 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:08:25.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:25 smithi046 ceph-mon[111227]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T03:08:25.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:25 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:08:25.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:25 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-08T03:08:25.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:25 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:08:26.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:26 smithi019 ceph-mon[108350]: from='client.14234 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi019:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:08:26.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:26 smithi046 ceph-mon[111227]: from='client.14234 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi019:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:08:27.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:27 smithi019 ceph-mon[108350]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T03:08:27.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:27 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:27.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:27 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:08:27.526 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:27 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:08:27.526 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:27 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:08:27.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:27 smithi046 ceph-mon[111227]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T03:08:27.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:27 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:27.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:27 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:08:27.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:27 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:08:27.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:27 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:08:28.366 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:28 smithi046 ceph-mon[111227]: from='client.? 172.21.15.19:0/1017330971' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "880d148f-cc8b-485c-a124-23d85dfb6c1d"}]: dispatch 2023-10-08T03:08:28.366 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:28 smithi046 ceph-mon[111227]: from='client.? 172.21.15.19:0/1017330971' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "880d148f-cc8b-485c-a124-23d85dfb6c1d"}]': finished 2023-10-08T03:08:28.366 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:28 smithi046 ceph-mon[111227]: osdmap e6: 1 total, 0 up, 1 in 2023-10-08T03:08:28.366 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:28 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T03:08:28.366 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:28 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:28.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:28 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/1017330971' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "880d148f-cc8b-485c-a124-23d85dfb6c1d"}]: dispatch 2023-10-08T03:08:28.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:28 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/1017330971' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "880d148f-cc8b-485c-a124-23d85dfb6c1d"}]': finished 2023-10-08T03:08:28.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:28 smithi019 ceph-mon[108350]: osdmap e6: 1 total, 0 up, 1 in 2023-10-08T03:08:28.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:28 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T03:08:28.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:28 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:29.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:29 smithi019 ceph-mon[108350]: Updating smithi046:/etc/ceph/ceph.conf 2023-10-08T03:08:29.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:29 smithi019 ceph-mon[108350]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T03:08:29.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:29 smithi019 ceph-mon[108350]: Updating smithi046:/etc/ceph/ceph.client.admin.keyring 2023-10-08T03:08:29.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:29 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:29.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:29 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:29.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:29 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/4143930901' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T03:08:29.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:29 smithi046 ceph-mon[111227]: Updating smithi046:/etc/ceph/ceph.conf 2023-10-08T03:08:29.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:29 smithi046 ceph-mon[111227]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T03:08:29.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:29 smithi046 ceph-mon[111227]: Updating smithi046:/etc/ceph/ceph.client.admin.keyring 2023-10-08T03:08:29.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:29 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:29.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:29 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:29.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:29 smithi046 ceph-mon[111227]: from='client.? 172.21.15.19:0/4143930901' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T03:08:31.221 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:31 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:31.221 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:31 smithi019 ceph-mon[108350]: Updating smithi019:/etc/ceph/ceph.conf 2023-10-08T03:08:31.221 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:31 smithi019 ceph-mon[108350]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T03:08:31.221 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:31 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:31.221 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:31 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:31.221 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:31 smithi019 ceph-mon[108350]: Reconfiguring mon.smithi019 (unknown last config time)... 2023-10-08T03:08:31.221 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:31 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-08T03:08:31.221 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:31 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-08T03:08:31.222 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:31 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:08:31.222 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:31 smithi019 ceph-mon[108350]: Reconfiguring daemon mon.smithi019 on smithi019 2023-10-08T03:08:31.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:31 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:31.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:31 smithi046 ceph-mon[111227]: Updating smithi019:/etc/ceph/ceph.conf 2023-10-08T03:08:31.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:31 smithi046 ceph-mon[111227]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T03:08:31.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:31 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:31.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:31 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:31.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:31 smithi046 ceph-mon[111227]: Reconfiguring mon.smithi019 (unknown last config time)... 2023-10-08T03:08:31.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:31 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-08T03:08:31.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:31 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-08T03:08:31.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:31 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:08:31.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:31 smithi046 ceph-mon[111227]: Reconfiguring daemon mon.smithi019 on smithi019 2023-10-08T03:08:33.360 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:33 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:33.360 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:33 smithi019 ceph-mon[108350]: Reconfiguring mgr.smithi019.xhcxai (unknown last config time)... 2023-10-08T03:08:33.360 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:33 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi019.xhcxai", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-08T03:08:33.360 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:33 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-08T03:08:33.360 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:33 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:08:33.360 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:33 smithi019 ceph-mon[108350]: Reconfiguring daemon mgr.smithi019.xhcxai on smithi019 2023-10-08T03:08:33.360 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:33 smithi019 ceph-mon[108350]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T03:08:33.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:33 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:33.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:33 smithi046 ceph-mon[111227]: Reconfiguring mgr.smithi019.xhcxai (unknown last config time)... 2023-10-08T03:08:33.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:33 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi019.xhcxai", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-08T03:08:33.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:33 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-08T03:08:33.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:33 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:08:33.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:33 smithi046 ceph-mon[111227]: Reconfiguring daemon mgr.smithi019.xhcxai on smithi019 2023-10-08T03:08:33.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:33 smithi046 ceph-mon[111227]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T03:08:34.411 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:34 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:34.411 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:34 smithi019 ceph-mon[108350]: Reconfiguring alertmanager.smithi019 (dependencies changed)... 2023-10-08T03:08:34.411 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:34 smithi019 ceph-mon[108350]: Reconfiguring daemon alertmanager.smithi019 on smithi019 2023-10-08T03:08:34.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:34 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:34.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:34 smithi046 ceph-mon[111227]: Reconfiguring alertmanager.smithi019 (dependencies changed)... 2023-10-08T03:08:34.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:34 smithi046 ceph-mon[111227]: Reconfiguring daemon alertmanager.smithi019 on smithi019 2023-10-08T03:08:35.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:35 smithi019 ceph-mon[108350]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T03:08:35.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:35 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-10-08T03:08:35.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:35 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:08:35.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:35 smithi019 ceph-mon[108350]: Deploying daemon osd.0 on smithi019 2023-10-08T03:08:35.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:35 smithi046 ceph-mon[111227]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T03:08:35.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:35 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-10-08T03:08:35.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:35 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:08:35.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:35 smithi046 ceph-mon[111227]: Deploying daemon osd.0 on smithi019 2023-10-08T03:08:37.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:37 smithi019 ceph-mon[108350]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T03:08:37.526 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:37 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:37.526 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:37 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi019", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-08T03:08:37.526 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:37 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:08:37.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:37 smithi046 ceph-mon[111227]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T03:08:37.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:37 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:37.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:37 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi019", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-08T03:08:37.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:37 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:08:38.524 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:38 smithi019 ceph-mon[108350]: Reconfiguring crash.smithi019 (monmap changed)... 2023-10-08T03:08:38.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:38 smithi019 ceph-mon[108350]: Reconfiguring daemon crash.smithi019 on smithi019 2023-10-08T03:08:38.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:38 smithi046 ceph-mon[111227]: Reconfiguring crash.smithi019 (monmap changed)... 2023-10-08T03:08:38.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:38 smithi046 ceph-mon[111227]: Reconfiguring daemon crash.smithi019 on smithi019 2023-10-08T03:08:39.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:39 smithi019 ceph-mon[108350]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T03:08:39.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:39 smithi046 ceph-mon[111227]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T03:08:41.377 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:41 smithi019 ceph-mon[108350]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T03:08:41.377 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:41 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:41.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:41 smithi046 ceph-mon[111227]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T03:08:41.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:41 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:42.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:42 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:42.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:42 smithi046 ceph-mon[111227]: Reconfiguring grafana.smithi019 (dependencies changed)... 2023-10-08T03:08:42.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:42 smithi046 ceph-mon[111227]: Reconfiguring daemon grafana.smithi019 on smithi019 2023-10-08T03:08:42.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:42 smithi046 ceph-mon[111227]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T03:08:42.897 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:42 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:42.897 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:42 smithi019 ceph-mon[108350]: Reconfiguring grafana.smithi019 (dependencies changed)... 2023-10-08T03:08:42.897 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:42 smithi019 ceph-mon[108350]: Reconfiguring daemon grafana.smithi019 on smithi019 2023-10-08T03:08:42.897 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:42 smithi019 ceph-mon[108350]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T03:08:44.450 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:44 smithi046 ceph-mon[111227]: from='osd.0 [v2:172.21.15.19:6802/2850682131,v1:172.21.15.19:6803/2850682131]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-08T03:08:44.459 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:44 smithi019 ceph-mon[108350]: from='osd.0 [v2:172.21.15.19:6802/2850682131,v1:172.21.15.19:6803/2850682131]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-08T03:08:45.430 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:45 smithi046 ceph-mon[111227]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T03:08:45.431 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:45 smithi046 ceph-mon[111227]: from='osd.0 [v2:172.21.15.19:6802/2850682131,v1:172.21.15.19:6803/2850682131]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-10-08T03:08:45.431 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:45 smithi046 ceph-mon[111227]: osdmap e7: 1 total, 0 up, 1 in 2023-10-08T03:08:45.431 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:45 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T03:08:45.431 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:45 smithi046 ceph-mon[111227]: from='osd.0 [v2:172.21.15.19:6802/2850682131,v1:172.21.15.19:6803/2850682131]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]: dispatch 2023-10-08T03:08:45.431 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:45 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:45.431 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:45 smithi046 ceph-mon[111227]: Reconfiguring crash.smithi046 (monmap changed)... 2023-10-08T03:08:45.431 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:45 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi046", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-08T03:08:45.431 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:45 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:08:45.431 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:45 smithi046 ceph-mon[111227]: Reconfiguring daemon crash.smithi046 on smithi046 2023-10-08T03:08:45.478 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:45 smithi019 ceph-mon[108350]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T03:08:45.478 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:45 smithi019 ceph-mon[108350]: from='osd.0 [v2:172.21.15.19:6802/2850682131,v1:172.21.15.19:6803/2850682131]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-10-08T03:08:45.478 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:45 smithi019 ceph-mon[108350]: osdmap e7: 1 total, 0 up, 1 in 2023-10-08T03:08:45.478 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:45 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T03:08:45.478 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:45 smithi019 ceph-mon[108350]: from='osd.0 [v2:172.21.15.19:6802/2850682131,v1:172.21.15.19:6803/2850682131]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]: dispatch 2023-10-08T03:08:45.478 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:45 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:45.478 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:45 smithi019 ceph-mon[108350]: Reconfiguring crash.smithi046 (monmap changed)... 2023-10-08T03:08:45.479 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:45 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi046", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-08T03:08:45.479 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:45 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:08:45.479 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:45 smithi019 ceph-mon[108350]: Reconfiguring daemon crash.smithi046 on smithi046 2023-10-08T03:08:45.519 INFO:teuthology.orchestra.run.smithi019.stdout:Created osd(s) 0 on host 'smithi019' 2023-10-08T03:08:45.950 DEBUG:teuthology.orchestra.run.smithi019:osd.0> sudo journalctl -f -n 0 -u ceph-988f33ae-6587-11ee-8db5-212e2dc638e7@osd.0.service 2023-10-08T03:08:45.952 INFO:tasks.cephadm:Deploying osd.1 on smithi019 with /dev/vg_nvme/lv_3... 2023-10-08T03:08:45.952 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-10-08T03:08:45.992 INFO:journalctl@ceph.osd.0.smithi019.stdout:-- Logs begin at Sun 2023-10-08 02:56:19 UTC. -- 2023-10-08T03:08:46.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:46 smithi019 ceph-mon[108350]: from='osd.0 [v2:172.21.15.19:6802/2850682131,v1:172.21.15.19:6803/2850682131]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]': finished 2023-10-08T03:08:46.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:46 smithi019 ceph-mon[108350]: osdmap e8: 1 total, 0 up, 1 in 2023-10-08T03:08:46.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:46 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T03:08:46.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:46 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T03:08:46.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:46 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:46.276 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:46 smithi019 ceph-mon[108350]: Reconfiguring mgr.smithi046.qizlkx (monmap changed)... 2023-10-08T03:08:46.276 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:46 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi046.qizlkx", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-08T03:08:46.276 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:46 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-08T03:08:46.276 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:46 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:08:46.276 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:46 smithi019 ceph-mon[108350]: Reconfiguring daemon mgr.smithi046.qizlkx on smithi046 2023-10-08T03:08:46.276 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:46 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:46.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:46 smithi046 ceph-mon[111227]: from='osd.0 [v2:172.21.15.19:6802/2850682131,v1:172.21.15.19:6803/2850682131]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]': finished 2023-10-08T03:08:46.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:46 smithi046 ceph-mon[111227]: osdmap e8: 1 total, 0 up, 1 in 2023-10-08T03:08:46.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:46 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T03:08:46.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:46 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T03:08:46.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:46 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:46.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:46 smithi046 ceph-mon[111227]: Reconfiguring mgr.smithi046.qizlkx (monmap changed)... 2023-10-08T03:08:46.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:46 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi046.qizlkx", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-08T03:08:46.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:46 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-08T03:08:46.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:46 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:08:46.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:46 smithi046 ceph-mon[111227]: Reconfiguring daemon mgr.smithi046.qizlkx on smithi046 2023-10-08T03:08:46.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:46 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:47.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:47 smithi046 ceph-mon[111227]: purged_snaps scrub starts 2023-10-08T03:08:47.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:47 smithi046 ceph-mon[111227]: purged_snaps scrub ok 2023-10-08T03:08:47.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:47 smithi046 ceph-mon[111227]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T03:08:47.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:47 smithi046 ceph-mon[111227]: osd.0 [v2:172.21.15.19:6802/2850682131,v1:172.21.15.19:6803/2850682131] boot 2023-10-08T03:08:47.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:47 smithi046 ceph-mon[111227]: osdmap e9: 1 total, 1 up, 1 in 2023-10-08T03:08:47.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:47 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T03:08:47.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:47 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:47.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:47 smithi046 ceph-mon[111227]: Reconfiguring mon.smithi046 (monmap changed)... 2023-10-08T03:08:47.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:47 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-08T03:08:47.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:47 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-08T03:08:47.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:47 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:08:47.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:47 smithi046 ceph-mon[111227]: Reconfiguring daemon mon.smithi046 on smithi046 2023-10-08T03:08:47.416 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:47 smithi019 ceph-mon[108350]: purged_snaps scrub starts 2023-10-08T03:08:47.417 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:47 smithi019 ceph-mon[108350]: purged_snaps scrub ok 2023-10-08T03:08:47.417 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:47 smithi019 ceph-mon[108350]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T03:08:47.417 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:47 smithi019 ceph-mon[108350]: osd.0 [v2:172.21.15.19:6802/2850682131,v1:172.21.15.19:6803/2850682131] boot 2023-10-08T03:08:47.417 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:47 smithi019 ceph-mon[108350]: osdmap e9: 1 total, 1 up, 1 in 2023-10-08T03:08:47.417 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:47 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T03:08:47.417 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:47 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:47.417 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:47 smithi019 ceph-mon[108350]: Reconfiguring mon.smithi046 (monmap changed)... 2023-10-08T03:08:47.417 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:47 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-08T03:08:47.417 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:47 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-08T03:08:47.417 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:47 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:08:47.417 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:47 smithi019 ceph-mon[108350]: Reconfiguring daemon mon.smithi046 on smithi046 2023-10-08T03:08:47.652 INFO:teuthology.orchestra.run.smithi019.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-10-08T03:08:47.652 INFO:teuthology.orchestra.run.smithi019.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-10-08T03:08:47.652 INFO:teuthology.orchestra.run.smithi019.stderr: stderr: 10+0 records in 2023-10-08T03:08:47.652 INFO:teuthology.orchestra.run.smithi019.stderr:10+0 records out 2023-10-08T03:08:47.652 INFO:teuthology.orchestra.run.smithi019.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0135253 s, 775 MB/s 2023-10-08T03:08:47.652 INFO:teuthology.orchestra.run.smithi019.stderr:--> Zapping successful for: 2023-10-08T03:08:48.100 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph orch daemon add osd smithi019:vg_nvme/lv_3 2023-10-08T03:08:48.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:48 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:48.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:48 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-08T03:08:48.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:48 smithi046 ceph-mon[111227]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-08T03:08:48.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:48 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.19:9093"}]: dispatch 2023-10-08T03:08:48.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:48 smithi046 ceph-mon[111227]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.19:9093"}]: dispatch 2023-10-08T03:08:48.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:48 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:48.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:48 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-08T03:08:48.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:48 smithi046 ceph-mon[111227]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-08T03:08:48.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:48 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.19:3000"}]: dispatch 2023-10-08T03:08:48.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:48 smithi046 ceph-mon[111227]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.19:3000"}]: dispatch 2023-10-08T03:08:48.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:48 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:48.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:48 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-08T03:08:48.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:48 smithi046 ceph-mon[111227]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-08T03:08:48.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:48 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.19:9095"}]: dispatch 2023-10-08T03:08:48.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:48 smithi046 ceph-mon[111227]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.19:9095"}]: dispatch 2023-10-08T03:08:48.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:48 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:48.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:48 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:08:48.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:48 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:08:48.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:48 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:08:48.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:48 smithi046 ceph-mon[111227]: osdmap e10: 1 total, 1 up, 1 in 2023-10-08T03:08:48.704 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:48 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:48.704 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:48 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-08T03:08:48.704 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:48 smithi019 ceph-mon[108350]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-08T03:08:48.704 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:48 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.19:9093"}]: dispatch 2023-10-08T03:08:48.705 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:48 smithi019 ceph-mon[108350]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.19:9093"}]: dispatch 2023-10-08T03:08:48.705 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:48 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:48.705 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:48 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-08T03:08:48.705 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:48 smithi019 ceph-mon[108350]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-08T03:08:48.705 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:48 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.19:3000"}]: dispatch 2023-10-08T03:08:48.705 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:48 smithi019 ceph-mon[108350]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.19:3000"}]: dispatch 2023-10-08T03:08:48.705 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:48 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:48.705 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:48 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-08T03:08:48.705 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:48 smithi019 ceph-mon[108350]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-08T03:08:48.705 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:48 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.19:9095"}]: dispatch 2023-10-08T03:08:48.705 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:48 smithi019 ceph-mon[108350]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.19:9095"}]: dispatch 2023-10-08T03:08:48.706 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:48 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:48.706 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:48 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:08:48.706 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:48 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:08:48.706 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:48 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:08:48.706 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:48 smithi019 ceph-mon[108350]: osdmap e10: 1 total, 1 up, 1 in 2023-10-08T03:08:49.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:49 smithi046 ceph-mon[111227]: pgmap v23: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-10-08T03:08:49.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:49 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:49.749 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:49 smithi019 ceph-mon[108350]: pgmap v23: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-10-08T03:08:49.749 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:49 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:50.510 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:50 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:08:50.510 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:50 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-08T03:08:50.510 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:50 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:08:50.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:50 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:08:50.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:50 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-08T03:08:50.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:50 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:08:51.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:51 smithi046 ceph-mon[111227]: from='client.14252 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi019:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:08:51.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:51 smithi046 ceph-mon[111227]: pgmap v24: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-10-08T03:08:51.707 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:51 smithi019 ceph-mon[108350]: from='client.14252 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi019:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:08:51.707 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:51 smithi019 ceph-mon[108350]: pgmap v24: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-10-08T03:08:53.276 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:52 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:53.276 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:52 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/3286769753' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c2a1fa96-8a1d-4db1-a228-3e27988220a1"}]: dispatch 2023-10-08T03:08:53.276 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:52 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/3286769753' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c2a1fa96-8a1d-4db1-a228-3e27988220a1"}]': finished 2023-10-08T03:08:53.276 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:52 smithi019 ceph-mon[108350]: osdmap e11: 2 total, 1 up, 2 in 2023-10-08T03:08:53.276 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:52 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T03:08:53.276 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:52 smithi019 ceph-mon[108350]: pgmap v26: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-10-08T03:08:53.276 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:52 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/3159231072' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T03:08:53.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:52 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:53.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:52 smithi046 ceph-mon[111227]: from='client.? 172.21.15.19:0/3286769753' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c2a1fa96-8a1d-4db1-a228-3e27988220a1"}]: dispatch 2023-10-08T03:08:53.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:52 smithi046 ceph-mon[111227]: from='client.? 172.21.15.19:0/3286769753' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c2a1fa96-8a1d-4db1-a228-3e27988220a1"}]': finished 2023-10-08T03:08:53.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:52 smithi046 ceph-mon[111227]: osdmap e11: 2 total, 1 up, 2 in 2023-10-08T03:08:53.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:52 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T03:08:53.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:52 smithi046 ceph-mon[111227]: pgmap v26: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-10-08T03:08:53.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:52 smithi046 ceph-mon[111227]: from='client.? 172.21.15.19:0/3159231072' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T03:08:55.524 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:55 smithi019 ceph-mon[108350]: pgmap v27: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-10-08T03:08:55.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:55 smithi046 ceph-mon[111227]: pgmap v27: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-10-08T03:08:57.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:57 smithi019 ceph-mon[108350]: pgmap v28: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-10-08T03:08:57.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:57 smithi046 ceph-mon[111227]: pgmap v28: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-10-08T03:08:59.346 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:59 smithi019 ceph-mon[108350]: pgmap v29: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-10-08T03:08:59.346 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:59 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi019.xhcxai/mirror_snapshot_schedule"}]: dispatch 2023-10-08T03:08:59.347 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:59 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi019.xhcxai/trash_purge_schedule"}]: dispatch 2023-10-08T03:08:59.347 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:59 smithi019 ceph-mon[108350]: Detected new or changed devices on smithi019 2023-10-08T03:08:59.347 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:59 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:59.347 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:59 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:08:59.347 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:59 smithi019 ceph-mon[108350]: Adjusting osd_memory_target on smithi019 to 12894M 2023-10-08T03:08:59.347 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:59 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:59.347 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:59 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:59.347 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:59 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:08:59.347 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:59 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:08:59.347 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:08:59 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:08:59.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:59 smithi046 ceph-mon[111227]: pgmap v29: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-10-08T03:08:59.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:59 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi019.xhcxai/mirror_snapshot_schedule"}]: dispatch 2023-10-08T03:08:59.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:59 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi019.xhcxai/trash_purge_schedule"}]: dispatch 2023-10-08T03:08:59.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:59 smithi046 ceph-mon[111227]: Detected new or changed devices on smithi019 2023-10-08T03:08:59.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:59 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:59.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:59 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:08:59.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:59 smithi046 ceph-mon[111227]: Adjusting osd_memory_target on smithi019 to 12894M 2023-10-08T03:08:59.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:59 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:59.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:59 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:08:59.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:59 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:08:59.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:59 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:08:59.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:08:59 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:09:00.750 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:00 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:09:00.750 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:00 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-10-08T03:09:00.751 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:00 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:09:00.751 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:00 smithi019 ceph-mon[108350]: Deploying daemon osd.1 on smithi019 2023-10-08T03:09:00.751 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:00 smithi019 ceph-mon[108350]: pgmap v30: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-10-08T03:09:00.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:00 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:09:00.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:00 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-10-08T03:09:00.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:00 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:09:00.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:00 smithi046 ceph-mon[111227]: Deploying daemon osd.1 on smithi019 2023-10-08T03:09:00.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:00 smithi046 ceph-mon[111227]: pgmap v30: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-10-08T03:09:03.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:03 smithi019 ceph-mon[108350]: pgmap v31: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-10-08T03:09:03.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:03 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:09:03.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:03 smithi046 ceph-mon[111227]: pgmap v31: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-10-08T03:09:03.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:03 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:09:04.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:04 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:09:04.774 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:04 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:09:05.754 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:05 smithi046 ceph-mon[111227]: pgmap v32: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-10-08T03:09:05.754 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:05 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:09:05.755 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:05 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:09:05.755 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:05 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:09:05.755 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:05 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:09:05.755 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:05 smithi019 ceph-mon[108350]: pgmap v32: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-10-08T03:09:05.755 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:05 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:09:05.756 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:05 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:09:05.756 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:05 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:09:05.756 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:05 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:09:06.791 INFO:teuthology.orchestra.run.smithi019.stdout:Created osd(s) 1 on host 'smithi019' 2023-10-08T03:09:07.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:06 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:09:07.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:06 smithi019 ceph-mon[108350]: pgmap v33: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-10-08T03:09:07.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:06 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:09:07.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:06 smithi046 ceph-mon[111227]: pgmap v33: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-10-08T03:09:07.448 DEBUG:teuthology.orchestra.run.smithi019:osd.1> sudo journalctl -f -n 0 -u ceph-988f33ae-6587-11ee-8db5-212e2dc638e7@osd.1.service 2023-10-08T03:09:07.450 INFO:tasks.cephadm:Deploying osd.2 on smithi019 with /dev/vg_nvme/lv_2... 2023-10-08T03:09:07.451 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-10-08T03:09:07.490 INFO:journalctl@ceph.osd.1.smithi019.stdout:-- Logs begin at Sun 2023-10-08 02:56:19 UTC. -- 2023-10-08T03:09:07.775 INFO:journalctl@ceph.osd.1.smithi019.stdout:Oct 08 03:09:07 smithi019 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-1[125869]: 2023-10-08T03:09:07.554+0000 7f773c5c33c0 -1 osd.1 0 log_to_monitors true 2023-10-08T03:09:08.115 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:07 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:09:08.116 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:07 smithi019 ceph-mon[108350]: from='osd.1 [v2:172.21.15.19:6810/2173886097,v1:172.21.15.19:6811/2173886097]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-10-08T03:09:08.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:07 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:09:08.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:07 smithi046 ceph-mon[111227]: from='osd.1 [v2:172.21.15.19:6810/2173886097,v1:172.21.15.19:6811/2173886097]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-10-08T03:09:09.478 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:09 smithi019 ceph-mon[108350]: pgmap v34: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-10-08T03:09:09.479 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:09 smithi019 ceph-mon[108350]: from='osd.1 [v2:172.21.15.19:6810/2173886097,v1:172.21.15.19:6811/2173886097]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-10-08T03:09:09.479 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:09 smithi019 ceph-mon[108350]: osdmap e12: 2 total, 1 up, 2 in 2023-10-08T03:09:09.479 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:09 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T03:09:09.479 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:09 smithi019 ceph-mon[108350]: from='osd.1 [v2:172.21.15.19:6810/2173886097,v1:172.21.15.19:6811/2173886097]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]: dispatch 2023-10-08T03:09:09.479 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:09 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:09:09.479 INFO:journalctl@ceph.osd.1.smithi019.stdout:Oct 08 03:09:09 smithi019 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-1[125869]: 2023-10-08T03:09:09.210+0000 7f7732fc6700 -1 osd.1 0 waiting for initial osdmap 2023-10-08T03:09:09.479 INFO:journalctl@ceph.osd.1.smithi019.stdout:Oct 08 03:09:09 smithi019 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-1[125869]: 2023-10-08T03:09:09.217+0000 7f772d15c700 -1 osd.1 13 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-10-08T03:09:09.504 INFO:teuthology.orchestra.run.smithi019.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-10-08T03:09:09.504 INFO:teuthology.orchestra.run.smithi019.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-10-08T03:09:09.504 INFO:teuthology.orchestra.run.smithi019.stderr: stderr: 10+0 records in 2023-10-08T03:09:09.504 INFO:teuthology.orchestra.run.smithi019.stderr:10+0 records out 2023-10-08T03:09:09.504 INFO:teuthology.orchestra.run.smithi019.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.013351 s, 785 MB/s 2023-10-08T03:09:09.504 INFO:teuthology.orchestra.run.smithi019.stderr:--> Zapping successful for: 2023-10-08T03:09:09.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:09 smithi046 ceph-mon[111227]: pgmap v34: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-10-08T03:09:09.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:09 smithi046 ceph-mon[111227]: from='osd.1 [v2:172.21.15.19:6810/2173886097,v1:172.21.15.19:6811/2173886097]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-10-08T03:09:09.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:09 smithi046 ceph-mon[111227]: osdmap e12: 2 total, 1 up, 2 in 2023-10-08T03:09:09.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:09 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T03:09:09.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:09 smithi046 ceph-mon[111227]: from='osd.1 [v2:172.21.15.19:6810/2173886097,v1:172.21.15.19:6811/2173886097]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]: dispatch 2023-10-08T03:09:09.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:09 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:09:09.940 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph orch daemon add osd smithi019:vg_nvme/lv_2 2023-10-08T03:09:10.407 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:10 smithi019 ceph-mon[108350]: from='osd.1 [v2:172.21.15.19:6810/2173886097,v1:172.21.15.19:6811/2173886097]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]': finished 2023-10-08T03:09:10.407 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:10 smithi019 ceph-mon[108350]: osdmap e13: 2 total, 1 up, 2 in 2023-10-08T03:09:10.407 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:10 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T03:09:10.407 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:10 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T03:09:10.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:10 smithi046 ceph-mon[111227]: from='osd.1 [v2:172.21.15.19:6810/2173886097,v1:172.21.15.19:6811/2173886097]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]': finished 2023-10-08T03:09:10.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:10 smithi046 ceph-mon[111227]: osdmap e13: 2 total, 1 up, 2 in 2023-10-08T03:09:10.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:10 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T03:09:10.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:10 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T03:09:11.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:11 smithi019 ceph-mon[108350]: purged_snaps scrub starts 2023-10-08T03:09:11.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:11 smithi019 ceph-mon[108350]: purged_snaps scrub ok 2023-10-08T03:09:11.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:11 smithi019 ceph-mon[108350]: pgmap v37: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-10-08T03:09:11.276 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:11 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T03:09:11.276 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:11 smithi019 ceph-mon[108350]: osd.1 [v2:172.21.15.19:6810/2173886097,v1:172.21.15.19:6811/2173886097] boot 2023-10-08T03:09:11.276 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:11 smithi019 ceph-mon[108350]: osdmap e14: 2 total, 2 up, 2 in 2023-10-08T03:09:11.276 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:11 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T03:09:11.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:11 smithi046 ceph-mon[111227]: purged_snaps scrub starts 2023-10-08T03:09:11.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:11 smithi046 ceph-mon[111227]: purged_snaps scrub ok 2023-10-08T03:09:11.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:11 smithi046 ceph-mon[111227]: pgmap v37: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-10-08T03:09:11.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:11 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T03:09:11.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:11 smithi046 ceph-mon[111227]: osd.1 [v2:172.21.15.19:6810/2173886097,v1:172.21.15.19:6811/2173886097] boot 2023-10-08T03:09:11.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:11 smithi046 ceph-mon[111227]: osdmap e14: 2 total, 2 up, 2 in 2023-10-08T03:09:11.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:11 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T03:09:12.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:12 smithi019 ceph-mon[108350]: osdmap e15: 2 total, 2 up, 2 in 2023-10-08T03:09:12.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:12 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:09:12.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:12 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-08T03:09:12.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:12 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:09:12.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:12 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:09:12.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:12 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:09:12.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:12 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:09:12.276 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:12 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:09:12.276 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:12 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:09:12.276 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:12 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:09:12.276 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:12 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:09:12.276 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:12 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:09:12.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:12 smithi046 ceph-mon[111227]: osdmap e15: 2 total, 2 up, 2 in 2023-10-08T03:09:12.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:12 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:09:12.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:12 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-08T03:09:12.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:12 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:09:12.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:12 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:09:12.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:12 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:09:12.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:12 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:09:12.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:12 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:09:12.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:12 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:09:12.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:12 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:09:12.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:12 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:09:12.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:12 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:09:13.526 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:13 smithi019 ceph-mon[108350]: from='client.14270 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi019:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:09:13.526 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:13 smithi019 ceph-mon[108350]: Adjusting osd_memory_target on smithi019 to 6447M 2023-10-08T03:09:13.526 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:13 smithi019 ceph-mon[108350]: pgmap v40: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-10-08T03:09:13.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:13 smithi046 ceph-mon[111227]: from='client.14270 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi019:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:09:13.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:13 smithi046 ceph-mon[111227]: Adjusting osd_memory_target on smithi019 to 6447M 2023-10-08T03:09:13.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:13 smithi046 ceph-mon[111227]: pgmap v40: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-10-08T03:09:14.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:14 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/31565355' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7839f4a6-3b21-440c-b1a4-82b9abce8c04"}]: dispatch 2023-10-08T03:09:14.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:14 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/31565355' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7839f4a6-3b21-440c-b1a4-82b9abce8c04"}]': finished 2023-10-08T03:09:14.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:14 smithi019 ceph-mon[108350]: osdmap e16: 3 total, 2 up, 3 in 2023-10-08T03:09:14.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:14 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T03:09:14.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:14 smithi046 ceph-mon[111227]: from='client.? 172.21.15.19:0/31565355' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7839f4a6-3b21-440c-b1a4-82b9abce8c04"}]: dispatch 2023-10-08T03:09:14.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:14 smithi046 ceph-mon[111227]: from='client.? 172.21.15.19:0/31565355' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7839f4a6-3b21-440c-b1a4-82b9abce8c04"}]': finished 2023-10-08T03:09:14.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:14 smithi046 ceph-mon[111227]: osdmap e16: 3 total, 2 up, 3 in 2023-10-08T03:09:14.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:14 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T03:09:15.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:15 smithi019 ceph-mon[108350]: pgmap v42: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-10-08T03:09:15.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:15 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/3095337927' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T03:09:15.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:15 smithi046 ceph-mon[111227]: pgmap v42: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-10-08T03:09:15.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:15 smithi046 ceph-mon[111227]: from='client.? 172.21.15.19:0/3095337927' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T03:09:16.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:16 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:09:16.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:16 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:09:16.658 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:16 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:09:16.658 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:16 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:09:17.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:17 smithi046 ceph-mon[111227]: pgmap v43: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-10-08T03:09:17.759 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:17 smithi019 ceph-mon[108350]: pgmap v43: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-10-08T03:09:19.606 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:19 smithi019 ceph-mon[108350]: pgmap v44: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-10-08T03:09:19.606 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:19 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-10-08T03:09:19.606 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:19 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:09:19.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:19 smithi046 ceph-mon[111227]: pgmap v44: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-10-08T03:09:19.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:19 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-10-08T03:09:19.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:19 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:09:20.624 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:20 smithi019 ceph-mon[108350]: Deploying daemon osd.2 on smithi019 2023-10-08T03:09:20.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:20 smithi046 ceph-mon[111227]: Deploying daemon osd.2 on smithi019 2023-10-08T03:09:21.624 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:21 smithi019 ceph-mon[108350]: pgmap v45: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-10-08T03:09:21.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:21 smithi046 ceph-mon[111227]: pgmap v45: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-10-08T03:09:23.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:23 smithi046 ceph-mon[111227]: pgmap v46: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-10-08T03:09:23.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:23 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:09:23.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:23 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:09:23.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:23 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:09:23.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:23 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:09:23.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:23 smithi019 ceph-mon[108350]: pgmap v46: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-10-08T03:09:23.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:23 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:09:23.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:23 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:09:23.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:23 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:09:23.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:23 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:09:25.371 INFO:teuthology.orchestra.run.smithi019.stdout:Created osd(s) 2 on host 'smithi019' 2023-10-08T03:09:25.524 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:25 smithi019 ceph-mon[108350]: pgmap v47: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-10-08T03:09:25.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:25 smithi046 ceph-mon[111227]: pgmap v47: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-10-08T03:09:25.751 DEBUG:teuthology.orchestra.run.smithi019:osd.2> sudo journalctl -f -n 0 -u ceph-988f33ae-6587-11ee-8db5-212e2dc638e7@osd.2.service 2023-10-08T03:09:25.753 INFO:tasks.cephadm:Deploying osd.3 on smithi019 with /dev/vg_nvme/lv_1... 2023-10-08T03:09:25.754 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-10-08T03:09:25.792 INFO:journalctl@ceph.osd.2.smithi019.stdout:-- Logs begin at Sun 2023-10-08 02:56:19 UTC. -- 2023-10-08T03:09:26.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:26 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:09:26.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:26 smithi019 ceph-mon[108350]: from='osd.2 [v2:172.21.15.19:6818/3509319884,v1:172.21.15.19:6819/3509319884]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-08T03:09:26.525 INFO:journalctl@ceph.osd.2.smithi019.stdout:Oct 08 03:09:26 smithi019 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-2[130152]: 2023-10-08T03:09:26.162+0000 7fda9d3d53c0 -1 osd.2 0 log_to_monitors true 2023-10-08T03:09:26.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:26 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:09:26.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:26 smithi046 ceph-mon[111227]: from='osd.2 [v2:172.21.15.19:6818/3509319884,v1:172.21.15.19:6819/3509319884]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-08T03:09:27.525 INFO:journalctl@ceph.osd.2.smithi019.stdout:Oct 08 03:09:27 smithi019 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-2[130152]: 2023-10-08T03:09:27.387+0000 7fda93dd8700 -1 osd.2 0 waiting for initial osdmap 2023-10-08T03:09:27.525 INFO:journalctl@ceph.osd.2.smithi019.stdout:Oct 08 03:09:27 smithi019 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-2[130152]: 2023-10-08T03:09:27.397+0000 7fda8cf6c700 -1 osd.2 18 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-10-08T03:09:27.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:27 smithi019 ceph-mon[108350]: pgmap v48: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-10-08T03:09:27.526 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:27 smithi019 ceph-mon[108350]: from='osd.2 [v2:172.21.15.19:6818/3509319884,v1:172.21.15.19:6819/3509319884]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-10-08T03:09:27.526 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:27 smithi019 ceph-mon[108350]: osdmap e17: 3 total, 2 up, 3 in 2023-10-08T03:09:27.526 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:27 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T03:09:27.526 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:27 smithi019 ceph-mon[108350]: from='osd.2 [v2:172.21.15.19:6818/3509319884,v1:172.21.15.19:6819/3509319884]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]: dispatch 2023-10-08T03:09:27.746 INFO:teuthology.orchestra.run.smithi019.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-10-08T03:09:27.746 INFO:teuthology.orchestra.run.smithi019.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-10-08T03:09:27.746 INFO:teuthology.orchestra.run.smithi019.stderr: stderr: 10+0 records in 2023-10-08T03:09:27.746 INFO:teuthology.orchestra.run.smithi019.stderr:10+0 records out 2023-10-08T03:09:27.746 INFO:teuthology.orchestra.run.smithi019.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0121529 s, 863 MB/s 2023-10-08T03:09:27.746 INFO:teuthology.orchestra.run.smithi019.stderr:--> Zapping successful for: 2023-10-08T03:09:27.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:27 smithi046 ceph-mon[111227]: pgmap v48: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-10-08T03:09:27.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:27 smithi046 ceph-mon[111227]: from='osd.2 [v2:172.21.15.19:6818/3509319884,v1:172.21.15.19:6819/3509319884]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-10-08T03:09:27.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:27 smithi046 ceph-mon[111227]: osdmap e17: 3 total, 2 up, 3 in 2023-10-08T03:09:27.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:27 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T03:09:27.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:27 smithi046 ceph-mon[111227]: from='osd.2 [v2:172.21.15.19:6818/3509319884,v1:172.21.15.19:6819/3509319884]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]: dispatch 2023-10-08T03:09:28.171 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph orch daemon add osd smithi019:vg_nvme/lv_1 2023-10-08T03:09:28.774 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:28 smithi019 ceph-mon[108350]: from='osd.2 [v2:172.21.15.19:6818/3509319884,v1:172.21.15.19:6819/3509319884]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]': finished 2023-10-08T03:09:28.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:28 smithi019 ceph-mon[108350]: osdmap e18: 3 total, 2 up, 3 in 2023-10-08T03:09:28.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:28 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T03:09:28.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:28 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T03:09:28.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:28 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:09:28.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:28 smithi046 ceph-mon[111227]: from='osd.2 [v2:172.21.15.19:6818/3509319884,v1:172.21.15.19:6819/3509319884]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]': finished 2023-10-08T03:09:28.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:28 smithi046 ceph-mon[111227]: osdmap e18: 3 total, 2 up, 3 in 2023-10-08T03:09:28.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:28 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T03:09:28.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:28 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T03:09:28.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:28 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:09:29.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:29 smithi019 ceph-mon[108350]: purged_snaps scrub starts 2023-10-08T03:09:29.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:29 smithi019 ceph-mon[108350]: purged_snaps scrub ok 2023-10-08T03:09:29.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:29 smithi019 ceph-mon[108350]: pgmap v51: 0 pgs: ; 0 B data, 9.9 MiB used, 179 GiB / 179 GiB avail 2023-10-08T03:09:29.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:29 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T03:09:29.526 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:29 smithi019 ceph-mon[108350]: osd.2 [v2:172.21.15.19:6818/3509319884,v1:172.21.15.19:6819/3509319884] boot 2023-10-08T03:09:29.526 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:29 smithi019 ceph-mon[108350]: osdmap e19: 3 total, 3 up, 3 in 2023-10-08T03:09:29.526 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:29 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T03:09:29.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:29 smithi046 ceph-mon[111227]: purged_snaps scrub starts 2023-10-08T03:09:29.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:29 smithi046 ceph-mon[111227]: purged_snaps scrub ok 2023-10-08T03:09:29.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:29 smithi046 ceph-mon[111227]: pgmap v51: 0 pgs: ; 0 B data, 9.9 MiB used, 179 GiB / 179 GiB avail 2023-10-08T03:09:29.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:29 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T03:09:29.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:29 smithi046 ceph-mon[111227]: osd.2 [v2:172.21.15.19:6818/3509319884,v1:172.21.15.19:6819/3509319884] boot 2023-10-08T03:09:29.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:29 smithi046 ceph-mon[111227]: osdmap e19: 3 total, 3 up, 3 in 2023-10-08T03:09:29.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:29 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T03:09:30.963 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:30 smithi019 ceph-mon[108350]: osdmap e20: 3 total, 3 up, 3 in 2023-10-08T03:09:30.963 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:30 smithi019 ceph-mon[108350]: pgmap v54: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-10-08T03:09:30.963 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:30 smithi019 ceph-mon[108350]: from='client.14288 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi019:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:09:30.963 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:30 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:09:30.963 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:30 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-08T03:09:30.963 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:30 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:09:30.963 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:30 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-10-08T03:09:31.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:30 smithi046 ceph-mon[111227]: osdmap e20: 3 total, 3 up, 3 in 2023-10-08T03:09:31.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:30 smithi046 ceph-mon[111227]: pgmap v54: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-10-08T03:09:31.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:30 smithi046 ceph-mon[111227]: from='client.14288 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi019:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:09:31.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:30 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:09:31.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:30 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-08T03:09:31.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:30 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:09:31.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:30 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-10-08T03:09:32.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:31 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-10-08T03:09:32.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:31 smithi046 ceph-mon[111227]: osdmap e21: 3 total, 3 up, 3 in 2023-10-08T03:09:32.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:31 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-10-08T03:09:32.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:31 smithi046 ceph-mon[111227]: Detected new or changed devices on smithi019 2023-10-08T03:09:32.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:31 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:09:32.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:31 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:09:32.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:31 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:09:32.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:31 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:09:32.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:31 smithi046 ceph-mon[111227]: Adjusting osd_memory_target on smithi019 to 4298M 2023-10-08T03:09:32.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:31 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:09:32.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:31 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:09:32.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:31 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:09:32.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:31 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:09:32.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:31 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:09:32.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:31 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:09:32.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:31 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-10-08T03:09:32.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:31 smithi019 ceph-mon[108350]: osdmap e21: 3 total, 3 up, 3 in 2023-10-08T03:09:32.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:31 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-10-08T03:09:32.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:31 smithi019 ceph-mon[108350]: Detected new or changed devices on smithi019 2023-10-08T03:09:32.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:31 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:09:32.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:31 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:09:32.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:31 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:09:32.276 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:31 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:09:32.276 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:31 smithi019 ceph-mon[108350]: Adjusting osd_memory_target on smithi019 to 4298M 2023-10-08T03:09:32.276 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:31 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:09:32.276 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:31 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:09:32.276 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:31 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:09:32.276 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:31 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:09:32.276 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:31 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:09:32.276 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:31 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:09:33.026 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:32 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-10-08T03:09:33.027 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:32 smithi019 ceph-mon[108350]: osdmap e22: 3 total, 3 up, 3 in 2023-10-08T03:09:33.027 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:32 smithi019 ceph-mon[108350]: pgmap v57: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-10-08T03:09:33.027 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:32 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/1437955133' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3f894da5-fbee-4bc8-b840-e1e69f15859b"}]: dispatch 2023-10-08T03:09:33.027 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:32 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/1437955133' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3f894da5-fbee-4bc8-b840-e1e69f15859b"}]': finished 2023-10-08T03:09:33.027 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:32 smithi019 ceph-mon[108350]: osdmap e23: 4 total, 3 up, 4 in 2023-10-08T03:09:33.027 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:32 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T03:09:33.028 INFO:journalctl@ceph.osd.0.smithi019.stdout:Oct 08 03:09:32 smithi019 sudo[132328]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-10-08T03:09:33.028 INFO:journalctl@ceph.osd.0.smithi019.stdout:Oct 08 03:09:32 smithi019 sudo[132328]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-08T03:09:33.028 INFO:journalctl@ceph.osd.0.smithi019.stdout:Oct 08 03:09:32 smithi019 sudo[132328]: pam_unix(sudo:session): session closed for user root 2023-10-08T03:09:33.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:32 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-10-08T03:09:33.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:32 smithi046 ceph-mon[111227]: osdmap e22: 3 total, 3 up, 3 in 2023-10-08T03:09:33.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:32 smithi046 ceph-mon[111227]: pgmap v57: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-10-08T03:09:33.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:32 smithi046 ceph-mon[111227]: from='client.? 172.21.15.19:0/1437955133' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3f894da5-fbee-4bc8-b840-e1e69f15859b"}]: dispatch 2023-10-08T03:09:33.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:32 smithi046 ceph-mon[111227]: from='client.? 172.21.15.19:0/1437955133' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3f894da5-fbee-4bc8-b840-e1e69f15859b"}]': finished 2023-10-08T03:09:33.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:32 smithi046 ceph-mon[111227]: osdmap e23: 4 total, 3 up, 4 in 2023-10-08T03:09:33.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:32 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T03:09:33.524 INFO:journalctl@ceph.osd.0.smithi019.stdout:Oct 08 03:09:33 smithi019 sudo[132401]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-10-08T03:09:33.524 INFO:journalctl@ceph.osd.0.smithi019.stdout:Oct 08 03:09:33 smithi019 sudo[132401]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-08T03:09:33.525 INFO:journalctl@ceph.osd.0.smithi019.stdout:Oct 08 03:09:33 smithi019 sudo[132401]: pam_unix(sudo:session): session closed for user root 2023-10-08T03:09:34.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:33 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/2031520707' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T03:09:34.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:33 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:09:34.025 INFO:journalctl@ceph.osd.1.smithi019.stdout:Oct 08 03:09:33 smithi019 sudo[132592]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-10-08T03:09:34.025 INFO:journalctl@ceph.osd.1.smithi019.stdout:Oct 08 03:09:33 smithi019 sudo[132592]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-08T03:09:34.025 INFO:journalctl@ceph.osd.1.smithi019.stdout:Oct 08 03:09:33 smithi019 sudo[132592]: pam_unix(sudo:session): session closed for user root 2023-10-08T03:09:34.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:33 smithi046 ceph-mon[111227]: from='client.? 172.21.15.19:0/2031520707' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T03:09:34.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:33 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:09:34.524 INFO:journalctl@ceph.osd.1.smithi019.stdout:Oct 08 03:09:34 smithi019 sudo[132780]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-10-08T03:09:34.524 INFO:journalctl@ceph.osd.1.smithi019.stdout:Oct 08 03:09:34 smithi019 sudo[132780]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-08T03:09:34.525 INFO:journalctl@ceph.osd.1.smithi019.stdout:Oct 08 03:09:34 smithi019 sudo[132780]: pam_unix(sudo:session): session closed for user root 2023-10-08T03:09:35.024 INFO:journalctl@ceph.osd.2.smithi019.stdout:Oct 08 03:09:34 smithi019 sudo[132972]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-10-08T03:09:35.025 INFO:journalctl@ceph.osd.2.smithi019.stdout:Oct 08 03:09:34 smithi019 sudo[132972]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-08T03:09:35.025 INFO:journalctl@ceph.osd.2.smithi019.stdout:Oct 08 03:09:34 smithi019 sudo[132972]: pam_unix(sudo:session): session closed for user root 2023-10-08T03:09:35.525 INFO:journalctl@ceph.osd.2.smithi019.stdout:Oct 08 03:09:35 smithi019 sudo[133171]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-10-08T03:09:35.525 INFO:journalctl@ceph.osd.2.smithi019.stdout:Oct 08 03:09:35 smithi019 sudo[133171]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-08T03:09:35.526 INFO:journalctl@ceph.osd.2.smithi019.stdout:Oct 08 03:09:35 smithi019 sudo[133171]: pam_unix(sudo:session): session closed for user root 2023-10-08T03:09:36.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:35 smithi019 sudo[133205]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-10-08T03:09:36.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:35 smithi019 sudo[133205]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-08T03:09:36.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:35 smithi019 sudo[133205]: pam_unix(sudo:session): session closed for user root 2023-10-08T03:09:36.319 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:36 smithi019 sudo[133290]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-10-08T03:09:36.319 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:36 smithi019 sudo[133290]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-08T03:09:36.320 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:36 smithi019 sudo[133290]: pam_unix(sudo:session): session closed for user root 2023-10-08T03:09:36.320 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:36 smithi019 ceph-mon[108350]: pgmap v59: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-10-08T03:09:36.320 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:36 smithi019 ceph-mon[108350]: mgrmap e19: smithi019.xhcxai(active, since 96s), standbys: smithi046.qizlkx 2023-10-08T03:09:36.320 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:36 smithi019 ceph-mon[108350]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-08T03:09:36.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:36 smithi046 ceph-mon[111227]: pgmap v59: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-10-08T03:09:36.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:36 smithi046 ceph-mon[111227]: mgrmap e19: smithi019.xhcxai(active, since 96s), standbys: smithi046.qizlkx 2023-10-08T03:09:36.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:36 smithi046 ceph-mon[111227]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-08T03:09:36.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:36 smithi046 sudo[113782]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-10-08T03:09:36.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:36 smithi046 sudo[113782]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-08T03:09:36.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:36 smithi046 sudo[113782]: pam_unix(sudo:session): session closed for user root 2023-10-08T03:09:37.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:37 smithi019 ceph-mon[108350]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-08T03:09:37.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:37 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mon metadata", "id": "smithi019"}]: dispatch 2023-10-08T03:09:37.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:37 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mon metadata", "id": "smithi046"}]: dispatch 2023-10-08T03:09:37.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:37 smithi019 ceph-mon[108350]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-08T03:09:37.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:37 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mon metadata", "id": "smithi019"}]: dispatch 2023-10-08T03:09:37.276 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:37 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mon metadata", "id": "smithi046"}]: dispatch 2023-10-08T03:09:37.276 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:37 smithi019 ceph-mon[108350]: pgmap v60: 1 pgs: 1 unknown; 0 B data, 16 MiB used, 268 GiB / 268 GiB avail 2023-10-08T03:09:37.276 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:37 smithi019 ceph-mon[108350]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-08T03:09:37.276 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:37 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:09:37.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:36 smithi046 sudo[113785]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-10-08T03:09:37.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:36 smithi046 sudo[113785]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-08T03:09:37.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:36 smithi046 sudo[113785]: pam_unix(sudo:session): session closed for user root 2023-10-08T03:09:37.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:37 smithi046 ceph-mon[111227]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-08T03:09:37.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:37 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mon metadata", "id": "smithi019"}]: dispatch 2023-10-08T03:09:37.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:37 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mon metadata", "id": "smithi046"}]: dispatch 2023-10-08T03:09:37.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:37 smithi046 ceph-mon[111227]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-08T03:09:37.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:37 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mon metadata", "id": "smithi019"}]: dispatch 2023-10-08T03:09:37.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:37 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mon metadata", "id": "smithi046"}]: dispatch 2023-10-08T03:09:37.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:37 smithi046 ceph-mon[111227]: pgmap v60: 1 pgs: 1 unknown; 0 B data, 16 MiB used, 268 GiB / 268 GiB avail 2023-10-08T03:09:37.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:37 smithi046 ceph-mon[111227]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-08T03:09:37.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:37 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:09:38.524 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:38 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-10-08T03:09:38.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:38 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:09:38.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:38 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-10-08T03:09:38.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:38 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:09:39.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:39 smithi019 ceph-mon[108350]: Deploying daemon osd.3 on smithi019 2023-10-08T03:09:39.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:39 smithi019 ceph-mon[108350]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-10-08T03:09:39.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:39 smithi046 ceph-mon[111227]: Deploying daemon osd.3 on smithi019 2023-10-08T03:09:39.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:39 smithi046 ceph-mon[111227]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-10-08T03:09:41.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:41 smithi019 ceph-mon[108350]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-10-08T03:09:41.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:41 smithi046 ceph-mon[111227]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-10-08T03:09:43.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:42 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:09:43.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:42 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:09:43.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:42 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:09:43.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:42 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:09:43.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:42 smithi046 ceph-mon[111227]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 196 KiB/s wr, 13 op/s 2023-10-08T03:09:43.253 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:42 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:09:43.254 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:42 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:09:43.254 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:42 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:09:43.254 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:42 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:09:43.255 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:42 smithi019 ceph-mon[108350]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 196 KiB/s wr, 13 op/s 2023-10-08T03:09:44.402 INFO:teuthology.orchestra.run.smithi019.stdout:Created osd(s) 3 on host 'smithi019' 2023-10-08T03:09:44.951 DEBUG:teuthology.orchestra.run.smithi019:osd.3> sudo journalctl -f -n 0 -u ceph-988f33ae-6587-11ee-8db5-212e2dc638e7@osd.3.service 2023-10-08T03:09:44.954 INFO:tasks.cephadm:Deploying osd.4 on smithi046 with /dev/vg_nvme/lv_4... 2023-10-08T03:09:44.954 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-10-08T03:09:44.996 INFO:journalctl@ceph.osd.3.smithi019.stdout:-- Logs begin at Sun 2023-10-08 02:56:19 UTC. -- 2023-10-08T03:09:45.024 INFO:journalctl@ceph.osd.3.smithi019.stdout:Oct 08 03:09:44 smithi019 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-3[133931]: 2023-10-08T03:09:44.996+0000 7f480f5d43c0 -1 osd.3 0 log_to_monitors true 2023-10-08T03:09:45.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:45 smithi019 ceph-mon[108350]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2023-10-08T03:09:45.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:45 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:09:45.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:45 smithi019 ceph-mon[108350]: from='osd.3 [v2:172.21.15.19:6826/2203505730,v1:172.21.15.19:6827/2203505730]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-10-08T03:09:45.624 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:45 smithi046 ceph-mon[111227]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2023-10-08T03:09:45.624 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:45 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:09:45.624 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:45 smithi046 ceph-mon[111227]: from='osd.3 [v2:172.21.15.19:6826/2203505730,v1:172.21.15.19:6827/2203505730]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-10-08T03:09:46.410 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:46 smithi019 ceph-mon[108350]: from='osd.3 [v2:172.21.15.19:6826/2203505730,v1:172.21.15.19:6827/2203505730]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-10-08T03:09:46.410 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:46 smithi019 ceph-mon[108350]: osdmap e24: 4 total, 3 up, 4 in 2023-10-08T03:09:46.410 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:46 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T03:09:46.410 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:46 smithi019 ceph-mon[108350]: from='osd.3 [v2:172.21.15.19:6826/2203505730,v1:172.21.15.19:6827/2203505730]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]: dispatch 2023-10-08T03:09:46.410 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:46 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:09:46.410 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:46 smithi019 ceph-mon[108350]: from='osd.3 [v2:172.21.15.19:6826/2203505730,v1:172.21.15.19:6827/2203505730]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]': finished 2023-10-08T03:09:46.410 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:46 smithi019 ceph-mon[108350]: osdmap e25: 4 total, 3 up, 4 in 2023-10-08T03:09:46.410 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:46 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T03:09:46.410 INFO:journalctl@ceph.osd.3.smithi019.stdout:Oct 08 03:09:46 smithi019 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-3[133931]: 2023-10-08T03:09:46.408+0000 7f4805fd7700 -1 osd.3 0 waiting for initial osdmap 2023-10-08T03:09:46.495 INFO:teuthology.orchestra.run.smithi046.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-10-08T03:09:46.495 INFO:teuthology.orchestra.run.smithi046.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-10-08T03:09:46.495 INFO:teuthology.orchestra.run.smithi046.stderr: stderr: 10+0 records in 2023-10-08T03:09:46.495 INFO:teuthology.orchestra.run.smithi046.stderr:10+0 records out 2023-10-08T03:09:46.495 INFO:teuthology.orchestra.run.smithi046.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0109873 s, 954 MB/s 2023-10-08T03:09:46.496 INFO:teuthology.orchestra.run.smithi046.stderr:--> Zapping successful for: 2023-10-08T03:09:46.702 INFO:journalctl@ceph.osd.3.smithi019.stdout:Oct 08 03:09:46 smithi019 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-3[133931]: 2023-10-08T03:09:46.416+0000 7f480096e700 -1 osd.3 25 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-10-08T03:09:46.715 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:46 smithi046 ceph-mon[111227]: from='osd.3 [v2:172.21.15.19:6826/2203505730,v1:172.21.15.19:6827/2203505730]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-10-08T03:09:46.716 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:46 smithi046 ceph-mon[111227]: osdmap e24: 4 total, 3 up, 4 in 2023-10-08T03:09:46.716 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:46 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T03:09:46.716 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:46 smithi046 ceph-mon[111227]: from='osd.3 [v2:172.21.15.19:6826/2203505730,v1:172.21.15.19:6827/2203505730]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]: dispatch 2023-10-08T03:09:46.716 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:46 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:09:46.716 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:46 smithi046 ceph-mon[111227]: from='osd.3 [v2:172.21.15.19:6826/2203505730,v1:172.21.15.19:6827/2203505730]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]': finished 2023-10-08T03:09:46.716 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:46 smithi046 ceph-mon[111227]: osdmap e25: 4 total, 3 up, 4 in 2023-10-08T03:09:46.716 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:46 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T03:09:46.840 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph orch daemon add osd smithi046:vg_nvme/lv_4 2023-10-08T03:09:47.565 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:47 smithi046 ceph-mon[111227]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2023-10-08T03:09:47.565 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:47 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T03:09:47.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:47 smithi019 ceph-mon[108350]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2023-10-08T03:09:47.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:47 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T03:09:48.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:48 smithi046 ceph-mon[111227]: purged_snaps scrub starts 2023-10-08T03:09:48.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:48 smithi046 ceph-mon[111227]: purged_snaps scrub ok 2023-10-08T03:09:48.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:48 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T03:09:48.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:48 smithi046 ceph-mon[111227]: osd.3 [v2:172.21.15.19:6826/2203505730,v1:172.21.15.19:6827/2203505730] boot 2023-10-08T03:09:48.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:48 smithi046 ceph-mon[111227]: osdmap e26: 4 total, 4 up, 4 in 2023-10-08T03:09:48.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:48 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T03:09:48.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:48 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:09:48.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:48 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-08T03:09:48.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:48 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:09:48.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:48 smithi019 ceph-mon[108350]: purged_snaps scrub starts 2023-10-08T03:09:48.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:48 smithi019 ceph-mon[108350]: purged_snaps scrub ok 2023-10-08T03:09:48.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:48 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T03:09:48.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:48 smithi019 ceph-mon[108350]: osd.3 [v2:172.21.15.19:6826/2203505730,v1:172.21.15.19:6827/2203505730] boot 2023-10-08T03:09:48.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:48 smithi019 ceph-mon[108350]: osdmap e26: 4 total, 4 up, 4 in 2023-10-08T03:09:48.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:48 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T03:09:48.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:48 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:09:48.776 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:48 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-08T03:09:48.776 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:48 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:09:49.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:49 smithi046 ceph-mon[111227]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-10-08T03:09:49.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:49 smithi046 ceph-mon[111227]: from='client.24157 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi046:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:09:49.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:49 smithi046 ceph-mon[111227]: osdmap e27: 4 total, 4 up, 4 in 2023-10-08T03:09:49.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:49 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:09:49.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:49 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:09:49.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:49 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:09:49.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:49 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:09:49.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:49 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:09:49.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:49 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:09:49.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:49 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:09:49.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:49 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:09:49.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:49 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:09:49.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:49 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:09:49.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:49 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:09:49.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:49 smithi019 ceph-mon[108350]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-10-08T03:09:49.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:49 smithi019 ceph-mon[108350]: from='client.24157 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi046:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:09:49.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:49 smithi019 ceph-mon[108350]: osdmap e27: 4 total, 4 up, 4 in 2023-10-08T03:09:49.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:49 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:09:49.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:49 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:09:49.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:49 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:09:49.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:49 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:09:49.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:49 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:09:49.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:49 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:09:49.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:49 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:09:49.776 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:49 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:09:49.776 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:49 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:09:49.776 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:49 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:09:49.776 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:49 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:09:50.750 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:50 smithi019 ceph-mon[108350]: Detected new or changed devices on smithi019 2023-10-08T03:09:50.750 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:50 smithi019 ceph-mon[108350]: Adjusting osd_memory_target on smithi019 to 3223M 2023-10-08T03:09:50.750 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:50 smithi019 ceph-mon[108350]: from='client.? 172.21.15.46:0/2975904567' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "36b5ba4a-cddd-4908-8d48-e0b794b1b2c0"}]: dispatch 2023-10-08T03:09:50.750 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:50 smithi019 ceph-mon[108350]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "36b5ba4a-cddd-4908-8d48-e0b794b1b2c0"}]: dispatch 2023-10-08T03:09:50.750 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:50 smithi019 ceph-mon[108350]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "36b5ba4a-cddd-4908-8d48-e0b794b1b2c0"}]': finished 2023-10-08T03:09:50.750 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:50 smithi019 ceph-mon[108350]: osdmap e28: 5 total, 4 up, 5 in 2023-10-08T03:09:50.751 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:50 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T03:09:50.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:50 smithi046 ceph-mon[111227]: Detected new or changed devices on smithi019 2023-10-08T03:09:50.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:50 smithi046 ceph-mon[111227]: Adjusting osd_memory_target on smithi019 to 3223M 2023-10-08T03:09:50.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:50 smithi046 ceph-mon[111227]: from='client.? 172.21.15.46:0/2975904567' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "36b5ba4a-cddd-4908-8d48-e0b794b1b2c0"}]: dispatch 2023-10-08T03:09:50.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:50 smithi046 ceph-mon[111227]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "36b5ba4a-cddd-4908-8d48-e0b794b1b2c0"}]: dispatch 2023-10-08T03:09:50.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:50 smithi046 ceph-mon[111227]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "36b5ba4a-cddd-4908-8d48-e0b794b1b2c0"}]': finished 2023-10-08T03:09:50.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:50 smithi046 ceph-mon[111227]: osdmap e28: 5 total, 4 up, 5 in 2023-10-08T03:09:50.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:50 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T03:09:51.774 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:51 smithi019 ceph-mon[108350]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-10-08T03:09:51.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:51 smithi019 ceph-mon[108350]: from='client.? 172.21.15.46:0/1303014203' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T03:09:51.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:51 smithi046 ceph-mon[111227]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-10-08T03:09:51.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:51 smithi046 ceph-mon[111227]: from='client.? 172.21.15.46:0/1303014203' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T03:09:53.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:53 smithi046 ceph-mon[111227]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-10-08T03:09:53.774 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:53 smithi019 ceph-mon[108350]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-10-08T03:09:55.715 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:55 smithi046 ceph-mon[111227]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-10-08T03:09:55.716 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:55 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-10-08T03:09:55.716 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:55 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:09:55.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:55 smithi019 ceph-mon[108350]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-10-08T03:09:55.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:55 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-10-08T03:09:55.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:55 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:09:56.713 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:56 smithi046 ceph-mon[111227]: Deploying daemon osd.4 on smithi046 2023-10-08T03:09:56.774 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:56 smithi019 ceph-mon[108350]: Deploying daemon osd.4 on smithi046 2023-10-08T03:09:57.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:57 smithi046 ceph-mon[111227]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-10-08T03:09:57.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:57 smithi019 ceph-mon[108350]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-10-08T03:09:58.741 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:58 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi019.xhcxai/trash_purge_schedule"}]: dispatch 2023-10-08T03:09:58.741 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:58 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi019.xhcxai/mirror_snapshot_schedule"}]: dispatch 2023-10-08T03:09:58.774 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:58 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi019.xhcxai/trash_purge_schedule"}]: dispatch 2023-10-08T03:09:58.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:58 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi019.xhcxai/mirror_snapshot_schedule"}]: dispatch 2023-10-08T03:09:59.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:59 smithi046 ceph-mon[111227]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-10-08T03:09:59.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:59 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:09:59.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:59 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:09:59.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:59 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:09:59.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:09:59 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:09:59.774 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:59 smithi019 ceph-mon[108350]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-10-08T03:09:59.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:59 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:09:59.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:59 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:09:59.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:59 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:09:59.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:09:59 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:10:00.566 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:00 smithi046 ceph-mon[111227]: overall HEALTH_OK 2023-10-08T03:10:00.566 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:00 smithi046 ceph-mon[111227]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-10-08T03:10:00.748 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:00 smithi019 ceph-mon[108350]: overall HEALTH_OK 2023-10-08T03:10:00.748 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:00 smithi019 ceph-mon[108350]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-10-08T03:10:01.283 INFO:teuthology.orchestra.run.smithi046.stdout:Created osd(s) 4 on host 'smithi046' 2023-10-08T03:10:01.665 DEBUG:teuthology.orchestra.run.smithi046:osd.4> sudo journalctl -f -n 0 -u ceph-988f33ae-6587-11ee-8db5-212e2dc638e7@osd.4.service 2023-10-08T03:10:01.668 INFO:tasks.cephadm:Deploying osd.5 on smithi046 with /dev/vg_nvme/lv_3... 2023-10-08T03:10:01.668 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-10-08T03:10:01.700 INFO:journalctl@ceph.osd.4.smithi046.stdout:-- Logs begin at Sun 2023-10-08 02:56:24 UTC. -- 2023-10-08T03:10:01.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:01 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:10:01.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:01 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:10:01.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:01 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:10:01.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:01 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:10:01.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:01 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:10:01.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:01 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:10:02.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:01 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:10:02.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:01 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:10:02.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:01 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:10:02.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:01 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:10:02.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:01 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:10:02.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:01 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:10:02.218 INFO:journalctl@ceph.osd.4.smithi046.stdout:Oct 08 03:10:02 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-4[115930]: 2023-10-08T03:10:02.066+0000 7f79073cf3c0 -1 osd.4 0 log_to_monitors true 2023-10-08T03:10:02.842 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:02 smithi046 ceph-mon[111227]: from='osd.4 [v2:172.21.15.46:6800/3489298093,v1:172.21.15.46:6801/3489298093]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-08T03:10:02.843 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:02 smithi046 ceph-mon[111227]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-08T03:10:02.843 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:02 smithi046 ceph-mon[111227]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-10-08T03:10:03.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:02 smithi019 ceph-mon[108350]: from='osd.4 [v2:172.21.15.46:6800/3489298093,v1:172.21.15.46:6801/3489298093]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-08T03:10:03.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:02 smithi019 ceph-mon[108350]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-08T03:10:03.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:02 smithi019 ceph-mon[108350]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-10-08T03:10:03.529 INFO:teuthology.orchestra.run.smithi046.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-10-08T03:10:03.529 INFO:teuthology.orchestra.run.smithi046.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-10-08T03:10:03.529 INFO:teuthology.orchestra.run.smithi046.stderr: stderr: 10+0 records in 2023-10-08T03:10:03.529 INFO:teuthology.orchestra.run.smithi046.stderr:10+0 records out 2023-10-08T03:10:03.529 INFO:teuthology.orchestra.run.smithi046.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.011105 s, 944 MB/s 2023-10-08T03:10:03.529 INFO:teuthology.orchestra.run.smithi046.stderr:--> Zapping successful for: 2023-10-08T03:10:03.876 INFO:journalctl@ceph.osd.4.smithi046.stdout:Oct 08 03:10:03 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-4[115930]: 2023-10-08T03:10:03.590+0000 7f78fddd2700 -1 osd.4 0 waiting for initial osdmap 2023-10-08T03:10:03.876 INFO:journalctl@ceph.osd.4.smithi046.stdout:Oct 08 03:10:03 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-4[115930]: 2023-10-08T03:10:03.596+0000 7f78f8f6a700 -1 osd.4 30 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-10-08T03:10:03.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:03 smithi046 ceph-mon[111227]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-10-08T03:10:03.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:03 smithi046 ceph-mon[111227]: osdmap e29: 5 total, 4 up, 5 in 2023-10-08T03:10:03.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:03 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T03:10:03.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:03 smithi046 ceph-mon[111227]: from='osd.4 [v2:172.21.15.46:6800/3489298093,v1:172.21.15.46:6801/3489298093]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2023-10-08T03:10:03.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:03 smithi046 ceph-mon[111227]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2023-10-08T03:10:03.901 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph orch daemon add osd smithi046:vg_nvme/lv_3 2023-10-08T03:10:04.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:03 smithi019 ceph-mon[108350]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-10-08T03:10:04.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:03 smithi019 ceph-mon[108350]: osdmap e29: 5 total, 4 up, 5 in 2023-10-08T03:10:04.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:03 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T03:10:04.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:03 smithi019 ceph-mon[108350]: from='osd.4 [v2:172.21.15.46:6800/3489298093,v1:172.21.15.46:6801/3489298093]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2023-10-08T03:10:04.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:03 smithi019 ceph-mon[108350]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2023-10-08T03:10:04.874 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:04 smithi046 ceph-mon[111227]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]': finished 2023-10-08T03:10:04.874 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:04 smithi046 ceph-mon[111227]: osdmap e30: 5 total, 4 up, 5 in 2023-10-08T03:10:04.874 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:04 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T03:10:04.874 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:04 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T03:10:04.874 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:04 smithi046 ceph-mon[111227]: Detected new or changed devices on smithi046 2023-10-08T03:10:04.874 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:04 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:10:04.874 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:04 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:10:04.874 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:04 smithi046 ceph-mon[111227]: Adjusting osd_memory_target on smithi046 to 15966M 2023-10-08T03:10:04.874 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:04 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:10:04.874 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:04 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:10:04.874 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:04 smithi046 ceph-mon[111227]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-10-08T03:10:05.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:04 smithi019 ceph-mon[108350]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]': finished 2023-10-08T03:10:05.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:04 smithi019 ceph-mon[108350]: osdmap e30: 5 total, 4 up, 5 in 2023-10-08T03:10:05.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:04 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T03:10:05.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:04 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T03:10:05.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:04 smithi019 ceph-mon[108350]: Detected new or changed devices on smithi046 2023-10-08T03:10:05.026 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:04 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:10:05.026 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:04 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:10:05.026 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:04 smithi019 ceph-mon[108350]: Adjusting osd_memory_target on smithi046 to 15966M 2023-10-08T03:10:05.026 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:04 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:10:05.026 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:04 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:10:05.026 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:04 smithi019 ceph-mon[108350]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-10-08T03:10:05.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:05 smithi046 ceph-mon[111227]: purged_snaps scrub starts 2023-10-08T03:10:05.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:05 smithi046 ceph-mon[111227]: purged_snaps scrub ok 2023-10-08T03:10:05.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:05 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T03:10:05.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:05 smithi046 ceph-mon[111227]: osd.4 [v2:172.21.15.46:6800/3489298093,v1:172.21.15.46:6801/3489298093] boot 2023-10-08T03:10:05.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:05 smithi046 ceph-mon[111227]: osdmap e31: 5 total, 5 up, 5 in 2023-10-08T03:10:05.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:05 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T03:10:05.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:05 smithi046 ceph-mon[111227]: from='client.24175 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi046:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:10:05.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:05 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:10:05.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:05 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-08T03:10:05.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:05 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:10:06.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:05 smithi019 ceph-mon[108350]: purged_snaps scrub starts 2023-10-08T03:10:06.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:05 smithi019 ceph-mon[108350]: purged_snaps scrub ok 2023-10-08T03:10:06.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:05 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T03:10:06.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:05 smithi019 ceph-mon[108350]: osd.4 [v2:172.21.15.46:6800/3489298093,v1:172.21.15.46:6801/3489298093] boot 2023-10-08T03:10:06.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:05 smithi019 ceph-mon[108350]: osdmap e31: 5 total, 5 up, 5 in 2023-10-08T03:10:06.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:05 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T03:10:06.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:05 smithi019 ceph-mon[108350]: from='client.24175 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi046:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:10:06.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:05 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:10:06.026 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:05 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-08T03:10:06.026 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:05 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:10:06.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:06 smithi046 ceph-mon[111227]: osdmap e32: 5 total, 5 up, 5 in 2023-10-08T03:10:06.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:06 smithi046 ceph-mon[111227]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-10-08T03:10:07.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:06 smithi019 ceph-mon[108350]: osdmap e32: 5 total, 5 up, 5 in 2023-10-08T03:10:07.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:06 smithi019 ceph-mon[108350]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-10-08T03:10:07.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:07 smithi046 ceph-mon[111227]: osdmap e33: 5 total, 5 up, 5 in 2023-10-08T03:10:07.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:07 smithi046 ceph-mon[111227]: from='client.? 172.21.15.46:0/3155006830' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c4b6803c-0845-4a8f-960b-954737c916a2"}]: dispatch 2023-10-08T03:10:07.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:07 smithi046 ceph-mon[111227]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c4b6803c-0845-4a8f-960b-954737c916a2"}]: dispatch 2023-10-08T03:10:07.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:07 smithi046 ceph-mon[111227]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c4b6803c-0845-4a8f-960b-954737c916a2"}]': finished 2023-10-08T03:10:07.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:07 smithi046 ceph-mon[111227]: osdmap e34: 6 total, 5 up, 6 in 2023-10-08T03:10:07.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:07 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T03:10:08.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:07 smithi019 ceph-mon[108350]: osdmap e33: 5 total, 5 up, 5 in 2023-10-08T03:10:08.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:07 smithi019 ceph-mon[108350]: from='client.? 172.21.15.46:0/3155006830' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c4b6803c-0845-4a8f-960b-954737c916a2"}]: dispatch 2023-10-08T03:10:08.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:07 smithi019 ceph-mon[108350]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c4b6803c-0845-4a8f-960b-954737c916a2"}]: dispatch 2023-10-08T03:10:08.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:07 smithi019 ceph-mon[108350]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c4b6803c-0845-4a8f-960b-954737c916a2"}]': finished 2023-10-08T03:10:08.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:07 smithi019 ceph-mon[108350]: osdmap e34: 6 total, 5 up, 6 in 2023-10-08T03:10:08.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:07 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T03:10:08.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:08 smithi046 ceph-mon[111227]: from='client.? 172.21.15.46:0/1110012580' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T03:10:08.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:08 smithi046 ceph-mon[111227]: osdmap e35: 6 total, 5 up, 6 in 2023-10-08T03:10:08.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:08 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T03:10:08.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:08 smithi046 ceph-mon[111227]: pgmap v88: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-10-08T03:10:09.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:08 smithi019 ceph-mon[108350]: from='client.? 172.21.15.46:0/1110012580' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T03:10:09.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:08 smithi019 ceph-mon[108350]: osdmap e35: 6 total, 5 up, 6 in 2023-10-08T03:10:09.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:08 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T03:10:09.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:08 smithi019 ceph-mon[108350]: pgmap v88: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-10-08T03:10:11.524 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:11 smithi019 ceph-mon[108350]: pgmap v89: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-10-08T03:10:11.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:11 smithi046 ceph-mon[111227]: pgmap v89: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-10-08T03:10:12.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:12 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-10-08T03:10:12.399 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:12 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:10:12.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:12 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-10-08T03:10:12.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:12 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:10:13.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:13 smithi019 ceph-mon[108350]: Deploying daemon osd.5 on smithi046 2023-10-08T03:10:13.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:13 smithi019 ceph-mon[108350]: 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-10-08T03:10:13.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:13 smithi046 ceph-mon[111227]: Deploying daemon osd.5 on smithi046 2023-10-08T03:10:13.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:13 smithi046 ceph-mon[111227]: 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-10-08T03:10:15.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:15 smithi046 ceph-mon[111227]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 68 KiB/s, 0 objects/s recovering 2023-10-08T03:10:15.774 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:15 smithi019 ceph-mon[108350]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 68 KiB/s, 0 objects/s recovering 2023-10-08T03:10:17.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:17 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:10:17.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:17 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:10:17.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:17 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:10:17.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:17 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:10:17.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:17 smithi019 ceph-mon[108350]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 56 KiB/s, 0 objects/s recovering 2023-10-08T03:10:17.317 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:17 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:10:17.317 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:17 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:10:17.317 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:17 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:10:17.317 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:17 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:10:17.317 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:17 smithi046 ceph-mon[111227]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 56 KiB/s, 0 objects/s recovering 2023-10-08T03:10:18.204 INFO:teuthology.orchestra.run.smithi046.stdout:Created osd(s) 5 on host 'smithi046' 2023-10-08T03:10:18.575 DEBUG:teuthology.orchestra.run.smithi046:osd.5> sudo journalctl -f -n 0 -u ceph-988f33ae-6587-11ee-8db5-212e2dc638e7@osd.5.service 2023-10-08T03:10:18.577 INFO:tasks.cephadm:Deploying osd.6 on smithi046 with /dev/vg_nvme/lv_2... 2023-10-08T03:10:18.577 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-10-08T03:10:18.611 INFO:journalctl@ceph.osd.5.smithi046.stdout:-- Logs begin at Sun 2023-10-08 02:56:24 UTC. -- 2023-10-08T03:10:18.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:18 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:10:18.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:18 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:10:18.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:18 smithi046 ceph-mon[111227]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 51 KiB/s, 0 objects/s recovering 2023-10-08T03:10:19.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:18 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:10:19.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:18 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:10:19.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:18 smithi019 ceph-mon[108350]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 51 KiB/s, 0 objects/s recovering 2023-10-08T03:10:19.132 INFO:journalctl@ceph.osd.5.smithi046.stdout:Oct 08 03:10:19 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-5[119383]: 2023-10-08T03:10:19.052+0000 7faf844253c0 -1 osd.5 0 log_to_monitors true 2023-10-08T03:10:19.947 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:19 smithi046 ceph-mon[111227]: from='osd.5 [v2:172.21.15.46:6808/1182019144,v1:172.21.15.46:6809/1182019144]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-10-08T03:10:19.947 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:19 smithi046 ceph-mon[111227]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-10-08T03:10:20.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:19 smithi019 ceph-mon[108350]: from='osd.5 [v2:172.21.15.46:6808/1182019144,v1:172.21.15.46:6809/1182019144]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-10-08T03:10:20.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:19 smithi019 ceph-mon[108350]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-10-08T03:10:20.482 INFO:teuthology.orchestra.run.smithi046.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-10-08T03:10:20.482 INFO:teuthology.orchestra.run.smithi046.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-10-08T03:10:20.482 INFO:teuthology.orchestra.run.smithi046.stderr: stderr: 10+0 records in 2023-10-08T03:10:20.483 INFO:teuthology.orchestra.run.smithi046.stderr:10+0 records out 2023-10-08T03:10:20.483 INFO:teuthology.orchestra.run.smithi046.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0107489 s, 976 MB/s 2023-10-08T03:10:20.483 INFO:teuthology.orchestra.run.smithi046.stderr:--> Zapping successful for: 2023-10-08T03:10:20.873 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph orch daemon add osd smithi046:vg_nvme/lv_2 2023-10-08T03:10:20.907 INFO:journalctl@ceph.osd.5.smithi046.stdout:Oct 08 03:10:20 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-5[119383]: 2023-10-08T03:10:20.748+0000 7faf7ae28700 -1 osd.5 0 waiting for initial osdmap 2023-10-08T03:10:20.908 INFO:journalctl@ceph.osd.5.smithi046.stdout:Oct 08 03:10:20 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-5[119383]: 2023-10-08T03:10:20.755+0000 7faf737bb700 -1 osd.5 37 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-10-08T03:10:20.908 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:20 smithi046 ceph-mon[111227]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-10-08T03:10:20.908 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:20 smithi046 ceph-mon[111227]: osdmap e36: 6 total, 5 up, 6 in 2023-10-08T03:10:20.908 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:20 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T03:10:20.908 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:20 smithi046 ceph-mon[111227]: from='osd.5 [v2:172.21.15.46:6808/1182019144,v1:172.21.15.46:6809/1182019144]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2023-10-08T03:10:20.908 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:20 smithi046 ceph-mon[111227]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2023-10-08T03:10:20.908 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:20 smithi046 ceph-mon[111227]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-10-08T03:10:21.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:20 smithi019 ceph-mon[108350]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-10-08T03:10:21.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:20 smithi019 ceph-mon[108350]: osdmap e36: 6 total, 5 up, 6 in 2023-10-08T03:10:21.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:20 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T03:10:21.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:20 smithi019 ceph-mon[108350]: from='osd.5 [v2:172.21.15.46:6808/1182019144,v1:172.21.15.46:6809/1182019144]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2023-10-08T03:10:21.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:20 smithi019 ceph-mon[108350]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2023-10-08T03:10:21.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:20 smithi019 ceph-mon[108350]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-10-08T03:10:22.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:21 smithi019 ceph-mon[108350]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]': finished 2023-10-08T03:10:22.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:21 smithi019 ceph-mon[108350]: osdmap e37: 6 total, 5 up, 6 in 2023-10-08T03:10:22.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:21 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T03:10:22.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:21 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T03:10:22.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:21 smithi019 ceph-mon[108350]: Detected new or changed devices on smithi046 2023-10-08T03:10:22.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:21 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:10:22.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:21 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:10:22.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:21 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:10:22.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:21 smithi019 ceph-mon[108350]: Adjusting osd_memory_target on smithi046 to 7983M 2023-10-08T03:10:22.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:21 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:10:22.026 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:21 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:10:22.026 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:21 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:10:22.026 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:21 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:10:22.026 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:21 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:10:22.026 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:21 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:10:22.026 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:21 smithi019 ceph-mon[108350]: osd.5 [v2:172.21.15.46:6808/1182019144,v1:172.21.15.46:6809/1182019144] boot 2023-10-08T03:10:22.026 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:21 smithi019 ceph-mon[108350]: osdmap e38: 6 total, 6 up, 6 in 2023-10-08T03:10:22.026 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:21 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T03:10:22.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:21 smithi046 ceph-mon[111227]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]': finished 2023-10-08T03:10:22.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:21 smithi046 ceph-mon[111227]: osdmap e37: 6 total, 5 up, 6 in 2023-10-08T03:10:22.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:21 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T03:10:22.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:21 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T03:10:22.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:21 smithi046 ceph-mon[111227]: Detected new or changed devices on smithi046 2023-10-08T03:10:22.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:21 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:10:22.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:21 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:10:22.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:21 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:10:22.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:21 smithi046 ceph-mon[111227]: Adjusting osd_memory_target on smithi046 to 7983M 2023-10-08T03:10:22.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:21 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:10:22.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:21 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:10:22.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:21 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:10:22.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:21 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:10:22.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:21 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:10:22.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:21 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:10:22.128 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:21 smithi046 ceph-mon[111227]: osd.5 [v2:172.21.15.46:6808/1182019144,v1:172.21.15.46:6809/1182019144] boot 2023-10-08T03:10:22.128 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:21 smithi046 ceph-mon[111227]: osdmap e38: 6 total, 6 up, 6 in 2023-10-08T03:10:22.128 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:21 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T03:10:22.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:22 smithi046 ceph-mon[111227]: purged_snaps scrub starts 2023-10-08T03:10:22.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:22 smithi046 ceph-mon[111227]: purged_snaps scrub ok 2023-10-08T03:10:22.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:22 smithi046 ceph-mon[111227]: pgmap v98: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-10-08T03:10:22.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:22 smithi046 ceph-mon[111227]: osdmap e39: 6 total, 6 up, 6 in 2023-10-08T03:10:22.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:22 smithi046 ceph-mon[111227]: from='client.24193 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi046:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:10:22.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:22 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:10:22.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:22 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-08T03:10:22.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:22 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:10:23.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:22 smithi019 ceph-mon[108350]: purged_snaps scrub starts 2023-10-08T03:10:23.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:22 smithi019 ceph-mon[108350]: purged_snaps scrub ok 2023-10-08T03:10:23.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:22 smithi019 ceph-mon[108350]: pgmap v98: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-10-08T03:10:23.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:22 smithi019 ceph-mon[108350]: osdmap e39: 6 total, 6 up, 6 in 2023-10-08T03:10:23.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:22 smithi019 ceph-mon[108350]: from='client.24193 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi046:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:10:23.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:22 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:10:23.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:22 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-08T03:10:23.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:22 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:10:24.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:24 smithi019 ceph-mon[108350]: osdmap e40: 6 total, 6 up, 6 in 2023-10-08T03:10:24.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:24 smithi019 ceph-mon[108350]: from='client.? 172.21.15.46:0/2727158910' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3d31d041-91ba-49dc-b566-ec8f129e804c"}]: dispatch 2023-10-08T03:10:24.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:24 smithi019 ceph-mon[108350]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3d31d041-91ba-49dc-b566-ec8f129e804c"}]: dispatch 2023-10-08T03:10:24.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:24 smithi019 ceph-mon[108350]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3d31d041-91ba-49dc-b566-ec8f129e804c"}]': finished 2023-10-08T03:10:24.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:24 smithi019 ceph-mon[108350]: osdmap e41: 7 total, 6 up, 7 in 2023-10-08T03:10:24.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:24 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T03:10:24.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:24 smithi046 ceph-mon[111227]: osdmap e40: 6 total, 6 up, 6 in 2023-10-08T03:10:24.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:24 smithi046 ceph-mon[111227]: from='client.? 172.21.15.46:0/2727158910' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3d31d041-91ba-49dc-b566-ec8f129e804c"}]: dispatch 2023-10-08T03:10:24.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:24 smithi046 ceph-mon[111227]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3d31d041-91ba-49dc-b566-ec8f129e804c"}]: dispatch 2023-10-08T03:10:24.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:24 smithi046 ceph-mon[111227]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3d31d041-91ba-49dc-b566-ec8f129e804c"}]': finished 2023-10-08T03:10:24.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:24 smithi046 ceph-mon[111227]: osdmap e41: 7 total, 6 up, 7 in 2023-10-08T03:10:24.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:24 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T03:10:25.524 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:25 smithi019 ceph-mon[108350]: pgmap v102: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-10-08T03:10:25.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:25 smithi019 ceph-mon[108350]: from='client.? 172.21.15.46:0/2905687572' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T03:10:25.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:25 smithi019 ceph-mon[108350]: osdmap e42: 7 total, 6 up, 7 in 2023-10-08T03:10:25.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:25 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T03:10:25.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:25 smithi046 ceph-mon[111227]: pgmap v102: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-10-08T03:10:25.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:25 smithi046 ceph-mon[111227]: from='client.? 172.21.15.46:0/2905687572' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T03:10:25.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:25 smithi046 ceph-mon[111227]: osdmap e42: 7 total, 6 up, 7 in 2023-10-08T03:10:25.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:25 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T03:10:27.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:27 smithi019 ceph-mon[108350]: pgmap v104: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-10-08T03:10:27.619 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:27 smithi046 ceph-mon[111227]: pgmap v104: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-10-08T03:10:29.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:29 smithi046 ceph-mon[111227]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-10-08T03:10:29.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:29 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-10-08T03:10:29.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:29 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:10:29.524 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:29 smithi019 ceph-mon[108350]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-10-08T03:10:29.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:29 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-10-08T03:10:29.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:29 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:10:30.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:30 smithi019 ceph-mon[108350]: Deploying daemon osd.6 on smithi046 2023-10-08T03:10:30.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:30 smithi046 ceph-mon[111227]: Deploying daemon osd.6 on smithi046 2023-10-08T03:10:31.524 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:31 smithi019 ceph-mon[108350]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 74 KiB/s, 0 objects/s recovering 2023-10-08T03:10:31.561 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:31 smithi046 ceph-mon[111227]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 74 KiB/s, 0 objects/s recovering 2023-10-08T03:10:33.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:33 smithi019 ceph-mon[108350]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 63 KiB/s, 0 objects/s recovering 2023-10-08T03:10:33.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:33 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:10:33.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:33 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:10:33.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:33 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:10:33.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:33 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:10:33.560 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:33 smithi046 ceph-mon[111227]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 63 KiB/s, 0 objects/s recovering 2023-10-08T03:10:33.560 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:33 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:10:33.560 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:33 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:10:33.560 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:33 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:10:33.560 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:33 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:10:35.110 INFO:teuthology.orchestra.run.smithi046.stdout:Created osd(s) 6 on host 'smithi046' 2023-10-08T03:10:35.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:35 smithi019 ceph-mon[108350]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-10-08T03:10:35.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:35 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:10:35.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:35 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:10:35.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:35 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:10:35.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:35 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:10:35.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:35 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:10:35.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:35 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:10:35.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:35 smithi046 ceph-mon[111227]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-10-08T03:10:35.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:35 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:10:35.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:35 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:10:35.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:35 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:10:35.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:35 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:10:35.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:35 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:10:35.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:35 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:10:35.641 DEBUG:teuthology.orchestra.run.smithi046:osd.6> sudo journalctl -f -n 0 -u ceph-988f33ae-6587-11ee-8db5-212e2dc638e7@osd.6.service 2023-10-08T03:10:35.684 INFO:tasks.cephadm:Deploying osd.7 on smithi046 with /dev/vg_nvme/lv_1... 2023-10-08T03:10:35.685 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-10-08T03:10:35.722 INFO:journalctl@ceph.osd.6.smithi046.stdout:-- Logs begin at Sun 2023-10-08 02:56:24 UTC. -- 2023-10-08T03:10:35.916 INFO:journalctl@ceph.osd.6.smithi046.stdout:Oct 08 03:10:35 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-6[122935]: 2023-10-08T03:10:35.820+0000 7fa27cbf83c0 -1 osd.6 0 log_to_monitors true 2023-10-08T03:10:36.524 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:36 smithi019 ceph-mon[108350]: from='osd.6 [v2:172.21.15.46:6816/1244170487,v1:172.21.15.46:6817/1244170487]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-08T03:10:36.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:36 smithi019 ceph-mon[108350]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-08T03:10:36.545 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:36 smithi046 ceph-mon[111227]: from='osd.6 [v2:172.21.15.46:6816/1244170487,v1:172.21.15.46:6817/1244170487]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-08T03:10:36.545 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:36 smithi046 ceph-mon[111227]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-08T03:10:37.386 INFO:teuthology.orchestra.run.smithi046.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-10-08T03:10:37.387 INFO:teuthology.orchestra.run.smithi046.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-10-08T03:10:37.387 INFO:teuthology.orchestra.run.smithi046.stderr: stderr: 10+0 records in 2023-10-08T03:10:37.387 INFO:teuthology.orchestra.run.smithi046.stderr:10+0 records out 2023-10-08T03:10:37.387 INFO:teuthology.orchestra.run.smithi046.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0123111 s, 852 MB/s 2023-10-08T03:10:37.387 INFO:teuthology.orchestra.run.smithi046.stderr:--> Zapping successful for: 2023-10-08T03:10:37.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:37 smithi019 ceph-mon[108350]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 46 KiB/s, 0 objects/s recovering 2023-10-08T03:10:37.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:37 smithi019 ceph-mon[108350]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-10-08T03:10:37.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:37 smithi019 ceph-mon[108350]: osdmap e43: 7 total, 6 up, 7 in 2023-10-08T03:10:37.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:37 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T03:10:37.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:37 smithi019 ceph-mon[108350]: from='osd.6 [v2:172.21.15.46:6816/1244170487,v1:172.21.15.46:6817/1244170487]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2023-10-08T03:10:37.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:37 smithi019 ceph-mon[108350]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2023-10-08T03:10:37.617 INFO:journalctl@ceph.osd.6.smithi046.stdout:Oct 08 03:10:37 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-6[122935]: 2023-10-08T03:10:37.251+0000 7fa2735fb700 -1 osd.6 0 waiting for initial osdmap 2023-10-08T03:10:37.617 INFO:journalctl@ceph.osd.6.smithi046.stdout:Oct 08 03:10:37 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-6[122935]: 2023-10-08T03:10:37.259+0000 7fa26ff96700 -1 osd.6 44 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-10-08T03:10:37.617 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:37 smithi046 ceph-mon[111227]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 46 KiB/s, 0 objects/s recovering 2023-10-08T03:10:37.617 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:37 smithi046 ceph-mon[111227]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-10-08T03:10:37.618 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:37 smithi046 ceph-mon[111227]: osdmap e43: 7 total, 6 up, 7 in 2023-10-08T03:10:37.618 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:37 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T03:10:37.618 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:37 smithi046 ceph-mon[111227]: from='osd.6 [v2:172.21.15.46:6816/1244170487,v1:172.21.15.46:6817/1244170487]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2023-10-08T03:10:37.618 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:37 smithi046 ceph-mon[111227]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2023-10-08T03:10:37.889 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph orch daemon add osd smithi046:vg_nvme/lv_1 2023-10-08T03:10:38.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:38 smithi019 ceph-mon[108350]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]': finished 2023-10-08T03:10:38.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:38 smithi019 ceph-mon[108350]: osdmap e44: 7 total, 6 up, 7 in 2023-10-08T03:10:38.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:38 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T03:10:38.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:38 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T03:10:38.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:38 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:10:38.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:38 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:10:38.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:38 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:10:38.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:38 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:10:38.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:38 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:10:38.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:38 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:10:38.608 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:38 smithi046 ceph-mon[111227]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]': finished 2023-10-08T03:10:38.608 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:38 smithi046 ceph-mon[111227]: osdmap e44: 7 total, 6 up, 7 in 2023-10-08T03:10:38.609 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:38 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T03:10:38.609 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:38 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T03:10:38.609 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:38 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:10:38.609 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:38 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:10:38.609 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:38 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:10:38.609 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:38 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:10:38.609 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:38 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:10:38.609 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:38 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:10:39.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:39 smithi019 ceph-mon[108350]: purged_snaps scrub starts 2023-10-08T03:10:39.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:39 smithi019 ceph-mon[108350]: purged_snaps scrub ok 2023-10-08T03:10:39.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:39 smithi019 ceph-mon[108350]: Detected new or changed devices on smithi046 2023-10-08T03:10:39.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:39 smithi019 ceph-mon[108350]: Adjusting osd_memory_target on smithi046 to 5322M 2023-10-08T03:10:39.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:39 smithi019 ceph-mon[108350]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-10-08T03:10:39.526 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:39 smithi019 ceph-mon[108350]: osd.6 [v2:172.21.15.46:6816/1244170487,v1:172.21.15.46:6817/1244170487] boot 2023-10-08T03:10:39.526 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:39 smithi019 ceph-mon[108350]: osdmap e45: 7 total, 7 up, 7 in 2023-10-08T03:10:39.526 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:39 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T03:10:39.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:39 smithi046 ceph-mon[111227]: purged_snaps scrub starts 2023-10-08T03:10:39.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:39 smithi046 ceph-mon[111227]: purged_snaps scrub ok 2023-10-08T03:10:39.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:39 smithi046 ceph-mon[111227]: Detected new or changed devices on smithi046 2023-10-08T03:10:39.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:39 smithi046 ceph-mon[111227]: Adjusting osd_memory_target on smithi046 to 5322M 2023-10-08T03:10:39.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:39 smithi046 ceph-mon[111227]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-10-08T03:10:39.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:39 smithi046 ceph-mon[111227]: osd.6 [v2:172.21.15.46:6816/1244170487,v1:172.21.15.46:6817/1244170487] boot 2023-10-08T03:10:39.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:39 smithi046 ceph-mon[111227]: osdmap e45: 7 total, 7 up, 7 in 2023-10-08T03:10:39.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:39 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T03:10:40.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:40 smithi046 ceph-mon[111227]: osdmap e46: 7 total, 7 up, 7 in 2023-10-08T03:10:40.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:40 smithi046 ceph-mon[111227]: from='client.24211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi046:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:10:40.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:40 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:10:40.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:40 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-08T03:10:40.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:40 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:10:40.524 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:40 smithi019 ceph-mon[108350]: osdmap e46: 7 total, 7 up, 7 in 2023-10-08T03:10:40.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:40 smithi019 ceph-mon[108350]: from='client.24211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi046:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:10:40.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:40 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T03:10:40.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:40 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-08T03:10:40.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:40 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:10:41.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:41 smithi019 ceph-mon[108350]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-10-08T03:10:41.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:41 smithi019 ceph-mon[108350]: osdmap e47: 7 total, 7 up, 7 in 2023-10-08T03:10:41.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:41 smithi019 ceph-mon[108350]: from='client.? 172.21.15.46:0/3964327016' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ef646e78-0cf4-452f-9c2b-da2af8985695"}]: dispatch 2023-10-08T03:10:41.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:41 smithi019 ceph-mon[108350]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ef646e78-0cf4-452f-9c2b-da2af8985695"}]: dispatch 2023-10-08T03:10:41.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:41 smithi019 ceph-mon[108350]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ef646e78-0cf4-452f-9c2b-da2af8985695"}]': finished 2023-10-08T03:10:41.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:41 smithi019 ceph-mon[108350]: osdmap e48: 8 total, 7 up, 8 in 2023-10-08T03:10:41.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:41 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T03:10:41.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:41 smithi046 ceph-mon[111227]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-10-08T03:10:41.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:41 smithi046 ceph-mon[111227]: osdmap e47: 7 total, 7 up, 7 in 2023-10-08T03:10:41.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:41 smithi046 ceph-mon[111227]: from='client.? 172.21.15.46:0/3964327016' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ef646e78-0cf4-452f-9c2b-da2af8985695"}]: dispatch 2023-10-08T03:10:41.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:41 smithi046 ceph-mon[111227]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ef646e78-0cf4-452f-9c2b-da2af8985695"}]: dispatch 2023-10-08T03:10:41.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:41 smithi046 ceph-mon[111227]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ef646e78-0cf4-452f-9c2b-da2af8985695"}]': finished 2023-10-08T03:10:41.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:41 smithi046 ceph-mon[111227]: osdmap e48: 8 total, 7 up, 8 in 2023-10-08T03:10:41.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:41 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T03:10:42.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:42 smithi019 ceph-mon[108350]: from='client.? 172.21.15.46:0/861705077' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T03:10:42.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:42 smithi019 ceph-mon[108350]: osdmap e49: 8 total, 7 up, 8 in 2023-10-08T03:10:42.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:42 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T03:10:42.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:42 smithi046 ceph-mon[111227]: from='client.? 172.21.15.46:0/861705077' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T03:10:42.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:42 smithi046 ceph-mon[111227]: osdmap e49: 8 total, 7 up, 8 in 2023-10-08T03:10:42.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:42 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T03:10:43.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:43 smithi019 ceph-mon[108350]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-10-08T03:10:43.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:43 smithi046 ceph-mon[111227]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-10-08T03:10:45.519 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:45 smithi046 ceph-mon[111227]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-10-08T03:10:45.524 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:45 smithi019 ceph-mon[108350]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-10-08T03:10:47.601 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:47 smithi046 ceph-mon[111227]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-10-08T03:10:47.601 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:47 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-10-08T03:10:47.602 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:47 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:10:47.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:47 smithi019 ceph-mon[108350]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-10-08T03:10:47.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:47 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-10-08T03:10:47.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:47 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:10:48.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:48 smithi046 ceph-mon[111227]: Deploying daemon osd.7 on smithi046 2023-10-08T03:10:48.774 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:48 smithi019 ceph-mon[108350]: Deploying daemon osd.7 on smithi046 2023-10-08T03:10:49.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:49 smithi046 ceph-mon[111227]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-10-08T03:10:49.774 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:49 smithi019 ceph-mon[108350]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-10-08T03:10:51.360 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:51 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:10:51.360 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:51 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:10:51.360 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:51 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:10:51.360 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:51 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:10:51.360 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:51 smithi046 ceph-mon[111227]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 57 KiB/s, 0 objects/s recovering 2023-10-08T03:10:51.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:51 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:10:51.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:51 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:10:51.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:51 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:10:51.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:51 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:10:51.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:51 smithi019 ceph-mon[108350]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 57 KiB/s, 0 objects/s recovering 2023-10-08T03:10:52.522 INFO:teuthology.orchestra.run.smithi046.stdout:Created osd(s) 7 on host 'smithi046' 2023-10-08T03:10:52.880 DEBUG:teuthology.orchestra.run.smithi046:osd.7> sudo journalctl -f -n 0 -u ceph-988f33ae-6587-11ee-8db5-212e2dc638e7@osd.7.service 2023-10-08T03:10:52.882 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-10-08T03:10:52.882 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T03:10:52.914 INFO:journalctl@ceph.osd.7.smithi046.stdout:-- Logs begin at Sun 2023-10-08 02:56:24 UTC. -- 2023-10-08T03:10:53.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:53 smithi019 ceph-mon[108350]: 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-10-08T03:10:53.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:53 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:10:53.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:53 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:10:53.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:53 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:10:53.526 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:53 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:10:53.526 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:53 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:10:53.526 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:53 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:10:53.526 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:53 smithi019 ceph-mon[108350]: from='osd.7 [v2:172.21.15.46:6824/1729764581,v1:172.21.15.46:6825/1729764581]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-10-08T03:10:53.526 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:53 smithi019 ceph-mon[108350]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-10-08T03:10:53.876 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:10:53 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:10:53.435+0000 7fcfed7e63c0 -1 osd.7 0 log_to_monitors true 2023-10-08T03:10:53.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:53 smithi046 ceph-mon[111227]: 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-10-08T03:10:53.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:53 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:10:53.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:53 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:10:53.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:53 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:10:53.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:53 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:10:53.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:53 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:10:53.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:53 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:10:53.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:53 smithi046 ceph-mon[111227]: from='osd.7 [v2:172.21.15.46:6824/1729764581,v1:172.21.15.46:6825/1729764581]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-10-08T03:10:53.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:53 smithi046 ceph-mon[111227]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-10-08T03:10:54.403 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-10-08T03:10:54.774 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:54 smithi019 ceph-mon[108350]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-10-08T03:10:54.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:54 smithi019 ceph-mon[108350]: osdmap e50: 8 total, 7 up, 8 in 2023-10-08T03:10:54.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:54 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T03:10:54.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:54 smithi019 ceph-mon[108350]: from='osd.7 [v2:172.21.15.46:6824/1729764581,v1:172.21.15.46:6825/1729764581]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2023-10-08T03:10:54.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:54 smithi019 ceph-mon[108350]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2023-10-08T03:10:54.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:54 smithi019 ceph-mon[108350]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-10-08T03:10:54.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:54 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/573695362' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T03:10:54.835 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":50,"num_osds":8,"num_up_osds":7,"osd_up_since":1696734638,"num_in_osds":8,"osd_in_since":1696734641,"num_remapped_pgs":0} 2023-10-08T03:10:54.853 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:54 smithi046 ceph-mon[111227]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-10-08T03:10:54.853 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:54 smithi046 ceph-mon[111227]: osdmap e50: 8 total, 7 up, 8 in 2023-10-08T03:10:54.853 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:54 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T03:10:54.853 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:54 smithi046 ceph-mon[111227]: from='osd.7 [v2:172.21.15.46:6824/1729764581,v1:172.21.15.46:6825/1729764581]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2023-10-08T03:10:54.854 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:54 smithi046 ceph-mon[111227]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2023-10-08T03:10:54.854 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:54 smithi046 ceph-mon[111227]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-10-08T03:10:54.854 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:54 smithi046 ceph-mon[111227]: from='client.? 172.21.15.19:0/573695362' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T03:10:54.854 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:10:54 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:10:54.539+0000 7fcfe41e9700 -1 osd.7 0 waiting for initial osdmap 2023-10-08T03:10:54.854 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:10:54 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:10:54.550+0000 7fcfdeb80700 -1 osd.7 51 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-10-08T03:10:55.837 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T03:10:55.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:55 smithi019 ceph-mon[108350]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]': finished 2023-10-08T03:10:55.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:55 smithi019 ceph-mon[108350]: osdmap e51: 8 total, 7 up, 8 in 2023-10-08T03:10:55.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:55 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T03:10:55.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:55 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T03:10:55.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:55 smithi019 ceph-mon[108350]: Detected new or changed devices on smithi046 2023-10-08T03:10:55.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:55 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:10:55.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:55 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:10:55.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:55 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:10:55.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:55 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:10:55.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:55 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:10:55.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:55 smithi019 ceph-mon[108350]: Adjusting osd_memory_target on smithi046 to 3991M 2023-10-08T03:10:55.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:55 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:10:55.875 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:55 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:10:55.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:55 smithi046 ceph-mon[111227]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]': finished 2023-10-08T03:10:55.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:55 smithi046 ceph-mon[111227]: osdmap e51: 8 total, 7 up, 8 in 2023-10-08T03:10:55.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:55 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T03:10:55.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:55 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T03:10:55.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:55 smithi046 ceph-mon[111227]: Detected new or changed devices on smithi046 2023-10-08T03:10:55.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:55 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:10:55.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:55 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:10:55.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:55 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:10:55.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:55 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:10:55.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:55 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:10:55.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:55 smithi046 ceph-mon[111227]: Adjusting osd_memory_target on smithi046 to 3991M 2023-10-08T03:10:55.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:55 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:10:55.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:55 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:10:56.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:56 smithi046 ceph-mon[111227]: purged_snaps scrub starts 2023-10-08T03:10:56.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:56 smithi046 ceph-mon[111227]: purged_snaps scrub ok 2023-10-08T03:10:56.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:56 smithi046 ceph-mon[111227]: osd.7 [v2:172.21.15.46:6824/1729764581,v1:172.21.15.46:6825/1729764581] boot 2023-10-08T03:10:56.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:56 smithi046 ceph-mon[111227]: osdmap e52: 8 total, 8 up, 8 in 2023-10-08T03:10:56.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:56 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T03:10:56.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:56 smithi046 ceph-mon[111227]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:10:56.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:56 smithi046 ceph-mon[111227]: osdmap e53: 8 total, 8 up, 8 in 2023-10-08T03:10:56.932 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:56 smithi019 ceph-mon[108350]: purged_snaps scrub starts 2023-10-08T03:10:56.932 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:56 smithi019 ceph-mon[108350]: purged_snaps scrub ok 2023-10-08T03:10:56.933 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:56 smithi019 ceph-mon[108350]: osd.7 [v2:172.21.15.46:6824/1729764581,v1:172.21.15.46:6825/1729764581] boot 2023-10-08T03:10:56.933 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:56 smithi019 ceph-mon[108350]: osdmap e52: 8 total, 8 up, 8 in 2023-10-08T03:10:56.933 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:56 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T03:10:56.933 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:56 smithi019 ceph-mon[108350]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:10:56.933 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:56 smithi019 ceph-mon[108350]: osdmap e53: 8 total, 8 up, 8 in 2023-10-08T03:10:57.345 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-10-08T03:10:57.766 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":53,"num_osds":8,"num_up_osds":8,"osd_up_since":1696734655,"num_in_osds":8,"osd_in_since":1696734641,"num_remapped_pgs":1} 2023-10-08T03:10:57.767 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph osd dump --format=json 2023-10-08T03:10:58.066 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/mon.smithi019/config 2023-10-08T03:10:58.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:58 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/235285168' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T03:10:58.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:58 smithi019 ceph-mon[108350]: osdmap e54: 8 total, 8 up, 8 in 2023-10-08T03:10:58.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:58 smithi046 ceph-mon[111227]: from='client.? 172.21.15.19:0/235285168' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T03:10:58.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:58 smithi046 ceph-mon[111227]: osdmap e54: 8 total, 8 up, 8 in 2023-10-08T03:10:59.396 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-10-08T03:10:59.396 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":55,"fsid":"988f33ae-6587-11ee-8db5-212e2dc638e7","created":"2023-10-08T03:06:23.623657+0000","modified":"2023-10-08T03:10:59.225105+0000","last_up_change":"2023-10-08T03:10:55.530019+0000","last_in_change":"2023-10-08T03:10:41.189626+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-10-08T03:09:30.728919+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"23","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"880d148f-cc8b-485c-a124-23d85dfb6c1d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":54,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6802","nonce":2850682131},{"type":"v1","addr":"172.21.15.19:6803","nonce":2850682131}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6804","nonce":2850682131},{"type":"v1","addr":"172.21.15.19:6805","nonce":2850682131}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6808","nonce":2850682131},{"type":"v1","addr":"172.21.15.19:6809","nonce":2850682131}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6806","nonce":2850682131},{"type":"v1","addr":"172.21.15.19:6807","nonce":2850682131}]},"public_addr":"172.21.15.19:6803/2850682131","cluster_addr":"172.21.15.19:6805/2850682131","heartbeat_back_addr":"172.21.15.19:6809/2850682131","heartbeat_front_addr":"172.21.15.19:6807/2850682131","state":["exists","up"]},{"osd":1,"uuid":"c2a1fa96-8a1d-4db1-a228-3e27988220a1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6810","nonce":2173886097},{"type":"v1","addr":"172.21.15.19:6811","nonce":2173886097}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6812","nonce":2173886097},{"type":"v1","addr":"172.21.15.19:6813","nonce":2173886097}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6816","nonce":2173886097},{"type":"v1","addr":"172.21.15.19:6817","nonce":2173886097}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6814","nonce":2173886097},{"type":"v1","addr":"172.21.15.19:6815","nonce":2173886097}]},"public_addr":"172.21.15.19:6811/2173886097","cluster_addr":"172.21.15.19:6813/2173886097","heartbeat_back_addr":"172.21.15.19:6817/2173886097","heartbeat_front_addr":"172.21.15.19:6815/2173886097","state":["exists","up"]},{"osd":2,"uuid":"7839f4a6-3b21-440c-b1a4-82b9abce8c04","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.19:6818","nonce":3509319884},{"type":"v1","addr":"172.21.15.19:6819","nonce":3509319884}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6820","nonce":3509319884},{"type":"v1","addr":"172.21.15.19:6821","nonce":3509319884}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6824","nonce":3509319884},{"type":"v1","addr":"172.21.15.19:6825","nonce":3509319884}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6822","nonce":3509319884},{"type":"v1","addr":"172.21.15.19:6823","nonce":3509319884}]},"public_addr":"172.21.15.19:6819/3509319884","cluster_addr":"172.21.15.19:6821/3509319884","heartbeat_back_addr":"172.21.15.19:6825/3509319884","heartbeat_front_addr":"172.21.15.19:6823/3509319884","state":["exists","up"]},{"osd":3,"uuid":"3f894da5-fbee-4bc8-b840-e1e69f15859b","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.19:6826","nonce":2203505730},{"type":"v1","addr":"172.21.15.19:6827","nonce":2203505730}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6828","nonce":2203505730},{"type":"v1","addr":"172.21.15.19:6829","nonce":2203505730}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6832","nonce":2203505730},{"type":"v1","addr":"172.21.15.19:6833","nonce":2203505730}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6830","nonce":2203505730},{"type":"v1","addr":"172.21.15.19:6831","nonce":2203505730}]},"public_addr":"172.21.15.19:6827/2203505730","cluster_addr":"172.21.15.19:6829/2203505730","heartbeat_back_addr":"172.21.15.19:6833/2203505730","heartbeat_front_addr":"172.21.15.19:6831/2203505730","state":["exists","up"]},{"osd":4,"uuid":"36b5ba4a-cddd-4908-8d48-e0b794b1b2c0","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.46:6800","nonce":3489298093},{"type":"v1","addr":"172.21.15.46:6801","nonce":3489298093}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6802","nonce":3489298093},{"type":"v1","addr":"172.21.15.46:6803","nonce":3489298093}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6806","nonce":3489298093},{"type":"v1","addr":"172.21.15.46:6807","nonce":3489298093}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6804","nonce":3489298093},{"type":"v1","addr":"172.21.15.46:6805","nonce":3489298093}]},"public_addr":"172.21.15.46:6801/3489298093","cluster_addr":"172.21.15.46:6803/3489298093","heartbeat_back_addr":"172.21.15.46:6807/3489298093","heartbeat_front_addr":"172.21.15.46:6805/3489298093","state":["exists","up"]},{"osd":5,"uuid":"c4b6803c-0845-4a8f-960b-954737c916a2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6808","nonce":1182019144},{"type":"v1","addr":"172.21.15.46:6809","nonce":1182019144}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6810","nonce":1182019144},{"type":"v1","addr":"172.21.15.46:6811","nonce":1182019144}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6814","nonce":1182019144},{"type":"v1","addr":"172.21.15.46:6815","nonce":1182019144}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6812","nonce":1182019144},{"type":"v1","addr":"172.21.15.46:6813","nonce":1182019144}]},"public_addr":"172.21.15.46:6809/1182019144","cluster_addr":"172.21.15.46:6811/1182019144","heartbeat_back_addr":"172.21.15.46:6815/1182019144","heartbeat_front_addr":"172.21.15.46:6813/1182019144","state":["exists","up"]},{"osd":6,"uuid":"3d31d041-91ba-49dc-b566-ec8f129e804c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":45,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6816","nonce":1244170487},{"type":"v1","addr":"172.21.15.46:6817","nonce":1244170487}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6818","nonce":1244170487},{"type":"v1","addr":"172.21.15.46:6819","nonce":1244170487}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6822","nonce":1244170487},{"type":"v1","addr":"172.21.15.46:6823","nonce":1244170487}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6820","nonce":1244170487},{"type":"v1","addr":"172.21.15.46:6821","nonce":1244170487}]},"public_addr":"172.21.15.46:6817/1244170487","cluster_addr":"172.21.15.46:6819/1244170487","heartbeat_back_addr":"172.21.15.46:6823/1244170487","heartbeat_front_addr":"172.21.15.46:6821/1244170487","state":["exists","up"]},{"osd":7,"uuid":"ef646e78-0cf4-452f-9c2b-da2af8985695","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":52,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6824","nonce":1729764581},{"type":"v1","addr":"172.21.15.46:6825","nonce":1729764581}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6826","nonce":1729764581},{"type":"v1","addr":"172.21.15.46:6827","nonce":1729764581}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6830","nonce":1729764581},{"type":"v1","addr":"172.21.15.46:6831","nonce":1729764581}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6828","nonce":1729764581},{"type":"v1","addr":"172.21.15.46:6829","nonce":1729764581}]},"public_addr":"172.21.15.46:6825/1729764581","cluster_addr":"172.21.15.46:6827/1729764581","heartbeat_back_addr":"172.21.15.46:6831/1729764581","heartbeat_front_addr":"172.21.15.46:6829/1729764581","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-10-08T03:08:44.799524+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-10-08T03:09:08.603516+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-10-08T03:09:27.158348+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-10-08T03:09:45.979227+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-10-08T03:10:03.053784+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-10-08T03:10:20.101091+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-10-08T03:10:36.812196+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-10-08T03:10:54.484100+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.19:0/281298586":"2023-10-09T03:07:57.250777+0000","172.21.15.19:0/4178110692":"2023-10-09T03:07:15.065764+0000","172.21.15.19:6801/1566967378":"2023-10-09T03:07:57.250777+0000","172.21.15.19:0/2363227281":"2023-10-09T03:07:15.065764+0000","172.21.15.19:6801/1680301663":"2023-10-09T03:07:15.065764+0000","172.21.15.19:0/2197715490":"2023-10-09T03:07:15.065764+0000","172.21.15.19:0/1251164854":"2023-10-09T03:07:57.250777+0000","172.21.15.19:0/4234237981":"2023-10-09T03:06:49.002279+0000","172.21.15.19:0/2711868150":"2023-10-09T03:06:49.002279+0000","172.21.15.19:6800/1566967378":"2023-10-09T03:07:57.250777+0000","172.21.15.19:0/2518168147":"2023-10-09T03:06:49.002279+0000","172.21.15.19:6800/1680301663":"2023-10-09T03:07:15.065764+0000","172.21.15.19:6800/4260965321":"2023-10-09T03:06:49.002279+0000","172.21.15.19:0/788624854":"2023-10-09T03:07:57.250777+0000","172.21.15.19:6801/4260965321":"2023-10-09T03:06:49.002279+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-10-08T03:10:59.524 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:59 smithi019 ceph-mon[108350]: pgmap v132: 1 pgs: 1 remapped+peering; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:10:59.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:59 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi019.xhcxai/trash_purge_schedule"}]: dispatch 2023-10-08T03:10:59.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:10:59 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi019.xhcxai/mirror_snapshot_schedule"}]: dispatch 2023-10-08T03:10:59.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:59 smithi046 ceph-mon[111227]: pgmap v132: 1 pgs: 1 remapped+peering; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:10:59.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:59 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi019.xhcxai/trash_purge_schedule"}]: dispatch 2023-10-08T03:10:59.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:10:59 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi019.xhcxai/mirror_snapshot_schedule"}]: dispatch 2023-10-08T03:10:59.802 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-10-08T03:09:30.728919+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '23', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}}] 2023-10-08T03:10:59.802 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph osd pool get .mgr pg_num 2023-10-08T03:11:00.069 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/mon.smithi019/config 2023-10-08T03:11:00.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:00 smithi019 ceph-mon[108350]: osdmap e55: 8 total, 8 up, 8 in 2023-10-08T03:11:00.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:00 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/477076216' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-08T03:11:00.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:00 smithi046 ceph-mon[111227]: osdmap e55: 8 total, 8 up, 8 in 2023-10-08T03:11:00.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:00 smithi046 ceph-mon[111227]: from='client.? 172.21.15.19:0/477076216' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-08T03:11:01.308 INFO:teuthology.orchestra.run.smithi019.stdout:pg_num: 1 2023-10-08T03:11:01.524 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:01 smithi019 ceph-mon[108350]: pgmap v134: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:11:01.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:01 smithi019 ceph-mon[108350]: osdmap e56: 8 total, 8 up, 8 in 2023-10-08T03:11:01.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:01 smithi046 ceph-mon[111227]: pgmap v134: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:11:01.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:01 smithi046 ceph-mon[111227]: osdmap e56: 8 total, 8 up, 8 in 2023-10-08T03:11:01.732 INFO:tasks.cephadm:Setting up client nodes... 2023-10-08T03:11:01.732 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-10-08T03:11:02.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:02 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/3682656088' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-10-08T03:11:02.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:02 smithi046 ceph-mon[111227]: from='client.? 172.21.15.19:0/3682656088' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-10-08T03:11:03.348 INFO:teuthology.orchestra.run.smithi019.stdout:[client.0] 2023-10-08T03:11:03.348 INFO:teuthology.orchestra.run.smithi019.stdout: key = AQDHHSJlRzyWFBAAG2P8Kt9CGteQPvR+QXobKQ== 2023-10-08T03:11:03.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:03 smithi019 ceph-mon[108350]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 91 KiB/s, 0 objects/s recovering 2023-10-08T03:11:03.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:03 smithi046 ceph-mon[111227]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 91 KiB/s, 0 objects/s recovering 2023-10-08T03:11:03.750 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2023-10-08T03:11:03.750 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-10-08T03:11:03.750 DEBUG:teuthology.orchestra.run.smithi019:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-10-08T03:11:03.805 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-10-08T03:11:03.805 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-10-08T03:11:03.806 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph mgr dump --format=json 2023-10-08T03:11:04.106 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/mon.smithi019/config 2023-10-08T03:11:04.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:04 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/1752910475' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-08T03:11:04.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:04 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/1752910475' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-10-08T03:11:04.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:04 smithi046 ceph-mon[111227]: from='client.? 172.21.15.19:0/1752910475' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-08T03:11:04.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:04 smithi046 ceph-mon[111227]: from='client.? 172.21.15.19:0/1752910475' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-10-08T03:11:05.488 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-10-08T03:11:05.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:05 smithi046 ceph-mon[111227]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 77 KiB/s, 0 objects/s recovering 2023-10-08T03:11:05.645 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:05 smithi019 ceph-mon[108350]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 77 KiB/s, 0 objects/s recovering 2023-10-08T03:11:05.874 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":19,"active_gid":14204,"active_name":"smithi019.xhcxai","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6800","nonce":2373366541},{"type":"v1","addr":"172.21.15.19:6801","nonce":2373366541}]},"active_addr":"172.21.15.19:6801/2373366541","active_change":"2023-10-08T03:07:57.251226+0000","active_mgr_features":4540138303579357183,"available":true,"standbys":[{"gid":14224,"name":"smithi046.qizlkx","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.19:8443/","prometheus":"http://172.21.15.19: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.19:0","nonce":113097340}]},{"addrvec":[{"type":"v2","addr":"172.21.15.19:0","nonce":777215487}]},{"addrvec":[{"type":"v2","addr":"172.21.15.19:0","nonce":2570950491}]},{"addrvec":[{"type":"v2","addr":"172.21.15.19:0","nonce":3545655618}]}]}} 2023-10-08T03:11:05.879 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-10-08T03:11:05.879 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-10-08T03:11:05.880 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph osd dump --format=json 2023-10-08T03:11:06.139 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/mon.smithi019/config 2023-10-08T03:11:06.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:06 smithi046 ceph-mon[111227]: from='client.? 172.21.15.19:0/1471694607' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-10-08T03:11:06.720 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:06 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/1471694607' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-10-08T03:11:07.413 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-10-08T03:11:07.413 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":56,"fsid":"988f33ae-6587-11ee-8db5-212e2dc638e7","created":"2023-10-08T03:06:23.623657+0000","modified":"2023-10-08T03:11:00.231862+0000","last_up_change":"2023-10-08T03:10:55.530019+0000","last_in_change":"2023-10-08T03:10:41.189626+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-10-08T03:09:30.728919+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"23","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"880d148f-cc8b-485c-a124-23d85dfb6c1d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":54,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6802","nonce":2850682131},{"type":"v1","addr":"172.21.15.19:6803","nonce":2850682131}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6804","nonce":2850682131},{"type":"v1","addr":"172.21.15.19:6805","nonce":2850682131}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6808","nonce":2850682131},{"type":"v1","addr":"172.21.15.19:6809","nonce":2850682131}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6806","nonce":2850682131},{"type":"v1","addr":"172.21.15.19:6807","nonce":2850682131}]},"public_addr":"172.21.15.19:6803/2850682131","cluster_addr":"172.21.15.19:6805/2850682131","heartbeat_back_addr":"172.21.15.19:6809/2850682131","heartbeat_front_addr":"172.21.15.19:6807/2850682131","state":["exists","up"]},{"osd":1,"uuid":"c2a1fa96-8a1d-4db1-a228-3e27988220a1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6810","nonce":2173886097},{"type":"v1","addr":"172.21.15.19:6811","nonce":2173886097}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6812","nonce":2173886097},{"type":"v1","addr":"172.21.15.19:6813","nonce":2173886097}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6816","nonce":2173886097},{"type":"v1","addr":"172.21.15.19:6817","nonce":2173886097}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6814","nonce":2173886097},{"type":"v1","addr":"172.21.15.19:6815","nonce":2173886097}]},"public_addr":"172.21.15.19:6811/2173886097","cluster_addr":"172.21.15.19:6813/2173886097","heartbeat_back_addr":"172.21.15.19:6817/2173886097","heartbeat_front_addr":"172.21.15.19:6815/2173886097","state":["exists","up"]},{"osd":2,"uuid":"7839f4a6-3b21-440c-b1a4-82b9abce8c04","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.19:6818","nonce":3509319884},{"type":"v1","addr":"172.21.15.19:6819","nonce":3509319884}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6820","nonce":3509319884},{"type":"v1","addr":"172.21.15.19:6821","nonce":3509319884}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6824","nonce":3509319884},{"type":"v1","addr":"172.21.15.19:6825","nonce":3509319884}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6822","nonce":3509319884},{"type":"v1","addr":"172.21.15.19:6823","nonce":3509319884}]},"public_addr":"172.21.15.19:6819/3509319884","cluster_addr":"172.21.15.19:6821/3509319884","heartbeat_back_addr":"172.21.15.19:6825/3509319884","heartbeat_front_addr":"172.21.15.19:6823/3509319884","state":["exists","up"]},{"osd":3,"uuid":"3f894da5-fbee-4bc8-b840-e1e69f15859b","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.19:6826","nonce":2203505730},{"type":"v1","addr":"172.21.15.19:6827","nonce":2203505730}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6828","nonce":2203505730},{"type":"v1","addr":"172.21.15.19:6829","nonce":2203505730}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6832","nonce":2203505730},{"type":"v1","addr":"172.21.15.19:6833","nonce":2203505730}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6830","nonce":2203505730},{"type":"v1","addr":"172.21.15.19:6831","nonce":2203505730}]},"public_addr":"172.21.15.19:6827/2203505730","cluster_addr":"172.21.15.19:6829/2203505730","heartbeat_back_addr":"172.21.15.19:6833/2203505730","heartbeat_front_addr":"172.21.15.19:6831/2203505730","state":["exists","up"]},{"osd":4,"uuid":"36b5ba4a-cddd-4908-8d48-e0b794b1b2c0","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.46:6800","nonce":3489298093},{"type":"v1","addr":"172.21.15.46:6801","nonce":3489298093}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6802","nonce":3489298093},{"type":"v1","addr":"172.21.15.46:6803","nonce":3489298093}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6806","nonce":3489298093},{"type":"v1","addr":"172.21.15.46:6807","nonce":3489298093}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6804","nonce":3489298093},{"type":"v1","addr":"172.21.15.46:6805","nonce":3489298093}]},"public_addr":"172.21.15.46:6801/3489298093","cluster_addr":"172.21.15.46:6803/3489298093","heartbeat_back_addr":"172.21.15.46:6807/3489298093","heartbeat_front_addr":"172.21.15.46:6805/3489298093","state":["exists","up"]},{"osd":5,"uuid":"c4b6803c-0845-4a8f-960b-954737c916a2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6808","nonce":1182019144},{"type":"v1","addr":"172.21.15.46:6809","nonce":1182019144}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6810","nonce":1182019144},{"type":"v1","addr":"172.21.15.46:6811","nonce":1182019144}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6814","nonce":1182019144},{"type":"v1","addr":"172.21.15.46:6815","nonce":1182019144}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6812","nonce":1182019144},{"type":"v1","addr":"172.21.15.46:6813","nonce":1182019144}]},"public_addr":"172.21.15.46:6809/1182019144","cluster_addr":"172.21.15.46:6811/1182019144","heartbeat_back_addr":"172.21.15.46:6815/1182019144","heartbeat_front_addr":"172.21.15.46:6813/1182019144","state":["exists","up"]},{"osd":6,"uuid":"3d31d041-91ba-49dc-b566-ec8f129e804c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":45,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6816","nonce":1244170487},{"type":"v1","addr":"172.21.15.46:6817","nonce":1244170487}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6818","nonce":1244170487},{"type":"v1","addr":"172.21.15.46:6819","nonce":1244170487}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6822","nonce":1244170487},{"type":"v1","addr":"172.21.15.46:6823","nonce":1244170487}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6820","nonce":1244170487},{"type":"v1","addr":"172.21.15.46:6821","nonce":1244170487}]},"public_addr":"172.21.15.46:6817/1244170487","cluster_addr":"172.21.15.46:6819/1244170487","heartbeat_back_addr":"172.21.15.46:6823/1244170487","heartbeat_front_addr":"172.21.15.46:6821/1244170487","state":["exists","up"]},{"osd":7,"uuid":"ef646e78-0cf4-452f-9c2b-da2af8985695","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":52,"up_thru":55,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6824","nonce":1729764581},{"type":"v1","addr":"172.21.15.46:6825","nonce":1729764581}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6826","nonce":1729764581},{"type":"v1","addr":"172.21.15.46:6827","nonce":1729764581}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6830","nonce":1729764581},{"type":"v1","addr":"172.21.15.46:6831","nonce":1729764581}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6828","nonce":1729764581},{"type":"v1","addr":"172.21.15.46:6829","nonce":1729764581}]},"public_addr":"172.21.15.46:6825/1729764581","cluster_addr":"172.21.15.46:6827/1729764581","heartbeat_back_addr":"172.21.15.46:6831/1729764581","heartbeat_front_addr":"172.21.15.46:6829/1729764581","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-10-08T03:08:44.799524+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-10-08T03:09:08.603516+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-10-08T03:09:27.158348+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-10-08T03:09:45.979227+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-10-08T03:10:03.053784+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-10-08T03:10:20.101091+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-10-08T03:10:36.812196+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-10-08T03:10:54.484100+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.19:0/281298586":"2023-10-09T03:07:57.250777+0000","172.21.15.19:0/4178110692":"2023-10-09T03:07:15.065764+0000","172.21.15.19:6801/1566967378":"2023-10-09T03:07:57.250777+0000","172.21.15.19:0/2363227281":"2023-10-09T03:07:15.065764+0000","172.21.15.19:6801/1680301663":"2023-10-09T03:07:15.065764+0000","172.21.15.19:0/2197715490":"2023-10-09T03:07:15.065764+0000","172.21.15.19:0/1251164854":"2023-10-09T03:07:57.250777+0000","172.21.15.19:0/4234237981":"2023-10-09T03:06:49.002279+0000","172.21.15.19:0/2711868150":"2023-10-09T03:06:49.002279+0000","172.21.15.19:6800/1566967378":"2023-10-09T03:07:57.250777+0000","172.21.15.19:0/2518168147":"2023-10-09T03:06:49.002279+0000","172.21.15.19:6800/1680301663":"2023-10-09T03:07:15.065764+0000","172.21.15.19:6800/4260965321":"2023-10-09T03:06:49.002279+0000","172.21.15.19:0/788624854":"2023-10-09T03:07:57.250777+0000","172.21.15.19:6801/4260965321":"2023-10-09T03:06:49.002279+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-10-08T03:11:07.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:07 smithi046 ceph-mon[111227]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-10-08T03:11:07.628 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:07 smithi019 ceph-mon[108350]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-10-08T03:11:07.856 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-10-08T03:11:07.856 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph osd dump --format=json 2023-10-08T03:11:08.114 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/mon.smithi019/config 2023-10-08T03:11:08.524 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:08 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/2390027226' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-08T03:11:08.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:08 smithi046 ceph-mon[111227]: from='client.? 172.21.15.19:0/2390027226' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-08T03:11:09.364 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-10-08T03:11:09.364 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":56,"fsid":"988f33ae-6587-11ee-8db5-212e2dc638e7","created":"2023-10-08T03:06:23.623657+0000","modified":"2023-10-08T03:11:00.231862+0000","last_up_change":"2023-10-08T03:10:55.530019+0000","last_in_change":"2023-10-08T03:10:41.189626+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-10-08T03:09:30.728919+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"23","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"880d148f-cc8b-485c-a124-23d85dfb6c1d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":54,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6802","nonce":2850682131},{"type":"v1","addr":"172.21.15.19:6803","nonce":2850682131}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6804","nonce":2850682131},{"type":"v1","addr":"172.21.15.19:6805","nonce":2850682131}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6808","nonce":2850682131},{"type":"v1","addr":"172.21.15.19:6809","nonce":2850682131}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6806","nonce":2850682131},{"type":"v1","addr":"172.21.15.19:6807","nonce":2850682131}]},"public_addr":"172.21.15.19:6803/2850682131","cluster_addr":"172.21.15.19:6805/2850682131","heartbeat_back_addr":"172.21.15.19:6809/2850682131","heartbeat_front_addr":"172.21.15.19:6807/2850682131","state":["exists","up"]},{"osd":1,"uuid":"c2a1fa96-8a1d-4db1-a228-3e27988220a1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6810","nonce":2173886097},{"type":"v1","addr":"172.21.15.19:6811","nonce":2173886097}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6812","nonce":2173886097},{"type":"v1","addr":"172.21.15.19:6813","nonce":2173886097}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6816","nonce":2173886097},{"type":"v1","addr":"172.21.15.19:6817","nonce":2173886097}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6814","nonce":2173886097},{"type":"v1","addr":"172.21.15.19:6815","nonce":2173886097}]},"public_addr":"172.21.15.19:6811/2173886097","cluster_addr":"172.21.15.19:6813/2173886097","heartbeat_back_addr":"172.21.15.19:6817/2173886097","heartbeat_front_addr":"172.21.15.19:6815/2173886097","state":["exists","up"]},{"osd":2,"uuid":"7839f4a6-3b21-440c-b1a4-82b9abce8c04","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.19:6818","nonce":3509319884},{"type":"v1","addr":"172.21.15.19:6819","nonce":3509319884}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6820","nonce":3509319884},{"type":"v1","addr":"172.21.15.19:6821","nonce":3509319884}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6824","nonce":3509319884},{"type":"v1","addr":"172.21.15.19:6825","nonce":3509319884}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6822","nonce":3509319884},{"type":"v1","addr":"172.21.15.19:6823","nonce":3509319884}]},"public_addr":"172.21.15.19:6819/3509319884","cluster_addr":"172.21.15.19:6821/3509319884","heartbeat_back_addr":"172.21.15.19:6825/3509319884","heartbeat_front_addr":"172.21.15.19:6823/3509319884","state":["exists","up"]},{"osd":3,"uuid":"3f894da5-fbee-4bc8-b840-e1e69f15859b","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.19:6826","nonce":2203505730},{"type":"v1","addr":"172.21.15.19:6827","nonce":2203505730}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6828","nonce":2203505730},{"type":"v1","addr":"172.21.15.19:6829","nonce":2203505730}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6832","nonce":2203505730},{"type":"v1","addr":"172.21.15.19:6833","nonce":2203505730}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6830","nonce":2203505730},{"type":"v1","addr":"172.21.15.19:6831","nonce":2203505730}]},"public_addr":"172.21.15.19:6827/2203505730","cluster_addr":"172.21.15.19:6829/2203505730","heartbeat_back_addr":"172.21.15.19:6833/2203505730","heartbeat_front_addr":"172.21.15.19:6831/2203505730","state":["exists","up"]},{"osd":4,"uuid":"36b5ba4a-cddd-4908-8d48-e0b794b1b2c0","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.46:6800","nonce":3489298093},{"type":"v1","addr":"172.21.15.46:6801","nonce":3489298093}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6802","nonce":3489298093},{"type":"v1","addr":"172.21.15.46:6803","nonce":3489298093}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6806","nonce":3489298093},{"type":"v1","addr":"172.21.15.46:6807","nonce":3489298093}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6804","nonce":3489298093},{"type":"v1","addr":"172.21.15.46:6805","nonce":3489298093}]},"public_addr":"172.21.15.46:6801/3489298093","cluster_addr":"172.21.15.46:6803/3489298093","heartbeat_back_addr":"172.21.15.46:6807/3489298093","heartbeat_front_addr":"172.21.15.46:6805/3489298093","state":["exists","up"]},{"osd":5,"uuid":"c4b6803c-0845-4a8f-960b-954737c916a2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6808","nonce":1182019144},{"type":"v1","addr":"172.21.15.46:6809","nonce":1182019144}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6810","nonce":1182019144},{"type":"v1","addr":"172.21.15.46:6811","nonce":1182019144}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6814","nonce":1182019144},{"type":"v1","addr":"172.21.15.46:6815","nonce":1182019144}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6812","nonce":1182019144},{"type":"v1","addr":"172.21.15.46:6813","nonce":1182019144}]},"public_addr":"172.21.15.46:6809/1182019144","cluster_addr":"172.21.15.46:6811/1182019144","heartbeat_back_addr":"172.21.15.46:6815/1182019144","heartbeat_front_addr":"172.21.15.46:6813/1182019144","state":["exists","up"]},{"osd":6,"uuid":"3d31d041-91ba-49dc-b566-ec8f129e804c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":45,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6816","nonce":1244170487},{"type":"v1","addr":"172.21.15.46:6817","nonce":1244170487}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6818","nonce":1244170487},{"type":"v1","addr":"172.21.15.46:6819","nonce":1244170487}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6822","nonce":1244170487},{"type":"v1","addr":"172.21.15.46:6823","nonce":1244170487}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6820","nonce":1244170487},{"type":"v1","addr":"172.21.15.46:6821","nonce":1244170487}]},"public_addr":"172.21.15.46:6817/1244170487","cluster_addr":"172.21.15.46:6819/1244170487","heartbeat_back_addr":"172.21.15.46:6823/1244170487","heartbeat_front_addr":"172.21.15.46:6821/1244170487","state":["exists","up"]},{"osd":7,"uuid":"ef646e78-0cf4-452f-9c2b-da2af8985695","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":52,"up_thru":55,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6824","nonce":1729764581},{"type":"v1","addr":"172.21.15.46:6825","nonce":1729764581}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6826","nonce":1729764581},{"type":"v1","addr":"172.21.15.46:6827","nonce":1729764581}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6830","nonce":1729764581},{"type":"v1","addr":"172.21.15.46:6831","nonce":1729764581}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6828","nonce":1729764581},{"type":"v1","addr":"172.21.15.46:6829","nonce":1729764581}]},"public_addr":"172.21.15.46:6825/1729764581","cluster_addr":"172.21.15.46:6827/1729764581","heartbeat_back_addr":"172.21.15.46:6831/1729764581","heartbeat_front_addr":"172.21.15.46:6829/1729764581","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-10-08T03:08:44.799524+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-10-08T03:09:08.603516+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-10-08T03:09:27.158348+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-10-08T03:09:45.979227+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-10-08T03:10:03.053784+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-10-08T03:10:20.101091+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-10-08T03:10:36.812196+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-10-08T03:10:54.484100+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.19:0/281298586":"2023-10-09T03:07:57.250777+0000","172.21.15.19:0/4178110692":"2023-10-09T03:07:15.065764+0000","172.21.15.19:6801/1566967378":"2023-10-09T03:07:57.250777+0000","172.21.15.19:0/2363227281":"2023-10-09T03:07:15.065764+0000","172.21.15.19:6801/1680301663":"2023-10-09T03:07:15.065764+0000","172.21.15.19:0/2197715490":"2023-10-09T03:07:15.065764+0000","172.21.15.19:0/1251164854":"2023-10-09T03:07:57.250777+0000","172.21.15.19:0/4234237981":"2023-10-09T03:06:49.002279+0000","172.21.15.19:0/2711868150":"2023-10-09T03:06:49.002279+0000","172.21.15.19:6800/1566967378":"2023-10-09T03:07:57.250777+0000","172.21.15.19:0/2518168147":"2023-10-09T03:06:49.002279+0000","172.21.15.19:6800/1680301663":"2023-10-09T03:07:15.065764+0000","172.21.15.19:6800/4260965321":"2023-10-09T03:06:49.002279+0000","172.21.15.19:0/788624854":"2023-10-09T03:07:57.250777+0000","172.21.15.19:6801/4260965321":"2023-10-09T03:06:49.002279+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-10-08T03:11:09.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:09 smithi046 ceph-mon[111227]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 57 KiB/s, 0 objects/s recovering 2023-10-08T03:11:09.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:09 smithi046 ceph-mon[111227]: from='client.? 172.21.15.19:0/1369937496' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-08T03:11:09.757 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:09 smithi019 ceph-mon[108350]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 57 KiB/s, 0 objects/s recovering 2023-10-08T03:11:09.757 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:09 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/1369937496' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-08T03:11:09.784 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph tell osd.0 flush_pg_stats 2023-10-08T03:11:09.784 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph tell osd.1 flush_pg_stats 2023-10-08T03:11:09.785 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph tell osd.2 flush_pg_stats 2023-10-08T03:11:09.785 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph tell osd.3 flush_pg_stats 2023-10-08T03:11:09.786 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph tell osd.4 flush_pg_stats 2023-10-08T03:11:09.786 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph tell osd.5 flush_pg_stats 2023-10-08T03:11:09.786 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph tell osd.6 flush_pg_stats 2023-10-08T03:11:09.787 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph tell osd.7 flush_pg_stats 2023-10-08T03:11:10.245 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/mon.smithi019/config 2023-10-08T03:11:10.253 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/mon.smithi019/config 2023-10-08T03:11:10.267 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/mon.smithi019/config 2023-10-08T03:11:10.333 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/mon.smithi019/config 2023-10-08T03:11:10.435 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/mon.smithi019/config 2023-10-08T03:11:10.486 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/mon.smithi019/config 2023-10-08T03:11:10.838 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/mon.smithi019/config 2023-10-08T03:11:11.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:11 smithi046 ceph-mon[111227]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-10-08T03:11:11.636 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:11 smithi019 ceph-mon[108350]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-10-08T03:11:13.446 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:13 smithi019 ceph-mon[108350]: 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-10-08T03:11:13.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:13 smithi046 ceph-mon[111227]: 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-10-08T03:11:14.084 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/mon.smithi019/config 2023-10-08T03:11:14.573 INFO:teuthology.orchestra.run.smithi019.stdout:81604378648 2023-10-08T03:11:14.574 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph osd last-stat-seq osd.2 2023-10-08T03:11:15.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:15 smithi019 ceph-mon[108350]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:11:15.634 INFO:teuthology.orchestra.run.smithi019.stdout:193273528329 2023-10-08T03:11:15.635 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph osd last-stat-seq osd.6 2023-10-08T03:11:15.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:15 smithi046 ceph-mon[111227]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:11:15.896 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/mon.smithi019/config 2023-10-08T03:11:16.692 INFO:teuthology.orchestra.run.smithi019.stdout:163208757260 2023-10-08T03:11:16.693 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph osd last-stat-seq osd.5 2023-10-08T03:11:17.205 INFO:teuthology.orchestra.run.smithi019.stdout:223338299398 2023-10-08T03:11:17.205 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph osd last-stat-seq osd.7 2023-10-08T03:11:17.491 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:17 smithi019 ceph-mon[108350]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:11:17.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:17 smithi046 ceph-mon[111227]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:11:18.658 INFO:teuthology.orchestra.run.smithi019.stdout:60129542170 2023-10-08T03:11:18.658 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph osd last-stat-seq osd.1 2023-10-08T03:11:18.680 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/mon.smithi019/config 2023-10-08T03:11:18.705 INFO:teuthology.orchestra.run.smithi019.stdout:133143986194 2023-10-08T03:11:18.705 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph osd last-stat-seq osd.4 2023-10-08T03:11:18.929 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/mon.smithi019/config 2023-10-08T03:11:19.280 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/mon.smithi019/config 2023-10-08T03:11:19.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:19 smithi019 ceph-mon[108350]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:11:19.813 INFO:teuthology.orchestra.run.smithi019.stdout:111669149718 2023-10-08T03:11:19.814 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph osd last-stat-seq osd.3 2023-10-08T03:11:19.872 INFO:teuthology.orchestra.run.smithi019.stdout:38654705695 2023-10-08T03:11:19.872 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph osd last-stat-seq osd.0 2023-10-08T03:11:19.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:19 smithi046 ceph-mon[111227]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:11:20.124 INFO:teuthology.orchestra.run.smithi019.stdout:81604378649 2023-10-08T03:11:20.719 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:20 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/2699256978' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-10-08T03:11:20.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:20 smithi046 ceph-mon[111227]: from='client.? 172.21.15.19:0/2699256978' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-10-08T03:11:20.945 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378648 got 81604378649 for osd.2 2023-10-08T03:11:20.946 DEBUG:teuthology.parallel:result is None 2023-10-08T03:11:21.071 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/mon.smithi019/config 2023-10-08T03:11:21.072 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/mon.smithi019/config 2023-10-08T03:11:21.072 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/mon.smithi019/config 2023-10-08T03:11:21.076 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/mon.smithi019/config 2023-10-08T03:11:21.756 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:21 smithi019 ceph-mon[108350]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:11:21.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:21 smithi046 ceph-mon[111227]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:11:22.391 INFO:teuthology.orchestra.run.smithi019.stdout:163208757261 2023-10-08T03:11:23.418 INFO:teuthology.orchestra.run.smithi019.stdout:193273528331 2023-10-08T03:11:23.524 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:23 smithi019 ceph-mon[108350]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:11:23.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:23 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/956713930' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-10-08T03:11:23.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:23 smithi046 ceph-mon[111227]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:11:23.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:23 smithi046 ceph-mon[111227]: from='client.? 172.21.15.19:0/956713930' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-10-08T03:11:23.994 INFO:tasks.cephadm.ceph_manager.ceph:need seq 193273528329 got 193273528331 for osd.6 2023-10-08T03:11:23.995 DEBUG:teuthology.parallel:result is None 2023-10-08T03:11:24.380 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:24 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/3294407190' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-10-08T03:11:24.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:24 smithi046 ceph-mon[111227]: from='client.? 172.21.15.19:0/3294407190' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-10-08T03:11:24.764 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757260 got 163208757261 for osd.5 2023-10-08T03:11:24.764 DEBUG:teuthology.parallel:result is None 2023-10-08T03:11:25.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:25 smithi019 ceph-mon[108350]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:11:25.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:25 smithi046 ceph-mon[111227]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:11:25.980 INFO:teuthology.orchestra.run.smithi019.stdout:133143986195 2023-10-08T03:11:26.151 INFO:teuthology.orchestra.run.smithi019.stdout:60129542172 2023-10-08T03:11:26.253 INFO:teuthology.orchestra.run.smithi019.stdout:223338299401 2023-10-08T03:11:26.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:26 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/4249900240' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-10-08T03:11:26.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:26 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/2461264036' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-10-08T03:11:26.415 INFO:teuthology.orchestra.run.smithi019.stdout:111669149719 2023-10-08T03:11:26.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:26 smithi046 ceph-mon[111227]: from='client.? 172.21.15.19:0/4249900240' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-10-08T03:11:26.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:26 smithi046 ceph-mon[111227]: from='client.? 172.21.15.19:0/2461264036' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-10-08T03:11:26.795 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986194 got 133143986195 for osd.4 2023-10-08T03:11:26.795 DEBUG:teuthology.parallel:result is None 2023-10-08T03:11:27.045 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149718 got 111669149719 for osd.3 2023-10-08T03:11:27.045 DEBUG:teuthology.parallel:result is None 2023-10-08T03:11:27.177 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542170 got 60129542172 for osd.1 2023-10-08T03:11:27.177 DEBUG:teuthology.parallel:result is None 2023-10-08T03:11:27.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:27 smithi019 ceph-mon[108350]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:11:27.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:27 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/1373512318' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-10-08T03:11:27.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:27 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/3876277369' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-10-08T03:11:27.404 INFO:tasks.cephadm.ceph_manager.ceph:need seq 223338299398 got 223338299401 for osd.7 2023-10-08T03:11:27.405 DEBUG:teuthology.parallel:result is None 2023-10-08T03:11:27.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:27 smithi046 ceph-mon[111227]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:11:27.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:27 smithi046 ceph-mon[111227]: from='client.? 172.21.15.19:0/1373512318' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-10-08T03:11:27.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:27 smithi046 ceph-mon[111227]: from='client.? 172.21.15.19:0/3876277369' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-10-08T03:11:27.816 INFO:teuthology.orchestra.run.smithi019.stdout:38654705697 2023-10-08T03:11:28.276 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705695 got 38654705697 for osd.0 2023-10-08T03:11:28.276 DEBUG:teuthology.parallel:result is None 2023-10-08T03:11:28.276 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-10-08T03:11:28.276 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph pg dump --format=json 2023-10-08T03:11:28.524 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:28 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/2938845981' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-10-08T03:11:28.535 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/mon.smithi019/config 2023-10-08T03:11:28.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:28 smithi046 ceph-mon[111227]: from='client.? 172.21.15.19:0/2938845981' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-10-08T03:11:29.361 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:29 smithi019 ceph-mon[108350]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:11:29.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:29 smithi046 ceph-mon[111227]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:11:29.774 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-10-08T03:11:29.776 INFO:teuthology.orchestra.run.smithi019.stderr:dumped all 2023-10-08T03:11:30.190 INFO:teuthology.orchestra.run.smithi019.stdout:{"pg_ready":true,"pg_map":{"version":149,"stamp":"2023-10-08T03:11:28.232102+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":48324,"kb_used_data":6020,"kb_used_omap":0,"kb_used_meta":42240,"kb_avail":749912892,"statfs":{"total":767960285184,"available":767910801408,"internally_reserved":0,"allocated":6164480,"data_stored":3431005,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43253760},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002227"},"pg_stats":[{"pgid":"1.0","version":"23'117","reported_seq":226,"reported_epoch":56,"state":"active+clean","last_fresh":"2023-10-08T03:11:00.241688+0000","last_change":"2023-10-08T03:11:00.241688+0000","last_active":"2023-10-08T03:11:00.241688+0000","last_peered":"2023-10-08T03:11:00.241688+0000","last_clean":"2023-10-08T03:11:00.241688+0000","last_became_active":"2023-10-08T03:11:00.241251+0000","last_became_peered":"2023-10-08T03:11:00.241251+0000","last_unstale":"2023-10-08T03:11:00.241688+0000","last_undegraded":"2023-10-08T03:11:00.241688+0000","last_fullsized":"2023-10-08T03:11:00.241688+0000","mapping_epoch":55,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-08T03:09:30.814474+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-08T03:09:30.814474+0000","last_clean_scrub_stamp":"2023-10-08T03:09:30.814474+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-10-09T03:43:58.486241+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":52,"seq":223338299401,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6012,"kb_used_data":1076,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739140,"statfs":{"total":95995035648,"available":95988879360,"internally_reserved":0,"allocated":1101824,"data_stored":759319,"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.59399999999999997}]},{"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.48299999999999998}]},{"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.54400000000000004}]},{"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.56699999999999995}]},{"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.60799999999999998}]},{"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.53200000000000003}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.65700000000000003}]}]},{"osd":6,"up_from":45,"seq":193273528332,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6080,"kb_used_data":1080,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739072,"statfs":{"total":95995035648,"available":95988809728,"internally_reserved":0,"allocated":1105920,"data_stored":759642,"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.54100000000000004}]},{"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.52900000000000003}]},{"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.57499999999999996}]},{"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.41499999999999998}]},{"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.39400000000000002}]},{"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.35699999999999998}]},{"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.42699999999999999}]}]},{"osd":1,"up_from":14,"seq":60129542173,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6256,"kb_used_data":552,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738896,"statfs":{"total":95995035648,"available":95988629504,"internally_reserved":0,"allocated":565248,"data_stored":230148,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5832704},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sun Oct 8 03:11:12 2023","interfaces":[{"interface":"back","average":{"1min":0.40500000000000003,"5min":0.40899999999999997,"15min":0.40999999999999998},"min":{"1min":0.309,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.46000000000000002},{"interface":"front","average":{"1min":0.45800000000000002,"5min":0.42599999999999999,"15min":0.42099999999999999},"min":{"1min":0.36799999999999999,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"last":0.39200000000000002}]},{"osd":2,"last update":"Sun Oct 8 03:10:32 2023","interfaces":[{"interface":"back","average":{"1min":0.44,"5min":0.44,"15min":0.44},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"last":0.41499999999999998},{"interface":"front","average":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.623,"5min":0.623,"15min":0.623},"last":0.502}]},{"osd":3,"last update":"Sun Oct 8 03:10:50 2023","interfaces":[{"interface":"back","average":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"min":{"1min":0.32800000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"last":0.441},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"last":0.35099999999999998}]},{"osd":4,"last update":"Sun Oct 8 03:11:07 2023","interfaces":[{"interface":"back","average":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"min":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"max":{"1min":0.879,"5min":0.879,"15min":0.879},"last":0.69099999999999995},{"interface":"front","average":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"min":{"1min":0.504,"5min":0.504,"15min":0.504},"max":{"1min":0.83499999999999996,"5min":0.83499999999999996,"15min":0.83499999999999996},"last":0.66200000000000003}]},{"osd":5,"last update":"Sun Oct 8 03:11:22 2023","interfaces":[{"interface":"back","average":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"min":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"max":{"1min":0.96399999999999997,"5min":0.96399999999999997,"15min":0.96399999999999997},"last":0.61599999999999999},{"interface":"front","average":{"1min":0.72199999999999998,"5min":0.72199999999999998,"15min":0.72199999999999998},"min":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"max":{"1min":1.0269999999999999,"5min":1.0269999999999999,"15min":1.0269999999999999},"last":0.76400000000000001}]},{"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.71399999999999997}]},{"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.78800000000000003}]}]},{"osd":0,"up_from":9,"seq":38654705698,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6848,"kb_used_data":1080,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738304,"statfs":{"total":95995035648,"available":95988023296,"internally_reserved":0,"allocated":1105920,"data_stored":759642,"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":"Sun Oct 8 03:11:17 2023","interfaces":[{"interface":"back","average":{"1min":0.39200000000000002,"5min":0.36799999999999999,"15min":0.36399999999999999},"min":{"1min":0.27600000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"last":0.58799999999999997},{"interface":"front","average":{"1min":0.433,"5min":0.38800000000000001,"15min":0.38},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"last":0.51900000000000002}]},{"osd":2,"last update":"Sun Oct 8 03:10:33 2023","interfaces":[{"interface":"back","average":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"last":0.499},{"interface":"front","average":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"last":0.64600000000000002}]},{"osd":3,"last update":"Sun Oct 8 03:10:50 2023","interfaces":[{"interface":"back","average":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"last":0.57899999999999996},{"interface":"front","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.67400000000000004}]},{"osd":4,"last update":"Sun Oct 8 03:11:08 2023","interfaces":[{"interface":"back","average":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"min":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"max":{"1min":0.88200000000000001,"5min":0.88200000000000001,"15min":0.88200000000000001},"last":0.85899999999999999},{"interface":"front","average":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"min":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":0.85699999999999998,"5min":0.85699999999999998,"15min":0.85699999999999998},"last":0.83799999999999997}]},{"osd":5,"last update":"Sun Oct 8 03:11:22 2023","interfaces":[{"interface":"back","average":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"min":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"max":{"1min":1.0289999999999999,"5min":1.0289999999999999,"15min":1.0289999999999999},"last":0.89200000000000002},{"interface":"front","average":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"min":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"max":{"1min":0.92600000000000005,"5min":0.92600000000000005,"15min":0.92600000000000005},"last":0.90300000000000002}]},{"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.84699999999999998}]},{"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.874}]}]},{"osd":2,"up_from":19,"seq":81604378651,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6200,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5632,"kb_avail":93738952,"statfs":{"total":95995035648,"available":95988686848,"internally_reserved":0,"allocated":573440,"data_stored":230714,"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":"Sun Oct 8 03:10:31 2023","interfaces":[{"interface":"back","average":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"min":{"1min":0.27900000000000003,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"last":0.307},{"interface":"front","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.83299999999999996,"5min":0.83299999999999996,"15min":0.83299999999999996},"last":0.56899999999999995}]},{"osd":1,"last update":"Sun Oct 8 03:10:31 2023","interfaces":[{"interface":"back","average":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.45100000000000001},{"interface":"front","average":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.33500000000000002}]},{"osd":3,"last update":"Sun Oct 8 03:10:49 2023","interfaces":[{"interface":"back","average":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"last":0.42699999999999999},{"interface":"front","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.41799999999999998}]},{"osd":4,"last update":"Sun Oct 8 03:11:05 2023","interfaces":[{"interface":"back","average":{"1min":0.623,"5min":0.623,"15min":0.623},"min":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":0.81200000000000006,"5min":0.81200000000000006,"15min":0.81200000000000006},"last":0.47699999999999998},{"interface":"front","average":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.89900000000000002,"5min":0.89900000000000002,"15min":0.89900000000000002},"last":0.54900000000000004}]},{"osd":5,"last update":"Sun Oct 8 03:11:22 2023","interfaces":[{"interface":"back","average":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.95599999999999996,"5min":0.95599999999999996,"15min":0.95599999999999996},"last":0.628},{"interface":"front","average":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"min":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"max":{"1min":0.90900000000000003,"5min":0.90900000000000003,"15min":0.90900000000000003},"last":0.63600000000000001}]},{"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.58799999999999997}]},{"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.68100000000000005}]}]},{"osd":3,"up_from":26,"seq":111669149719,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5620,"kb_used_data":556,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739532,"statfs":{"total":95995035648,"available":95989280768,"internally_reserved":0,"allocated":569344,"data_stored":230413,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sun Oct 8 03:10:52 2023","interfaces":[{"interface":"back","average":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"min":{"1min":0.28399999999999997,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"last":0.40000000000000002},{"interface":"front","average":{"1min":0.441,"5min":0.441,"15min":0.441},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"last":0.377}]},{"osd":1,"last update":"Sun Oct 8 03:10:52 2023","interfaces":[{"interface":"back","average":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.43099999999999999},{"interface":"front","average":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"last":0.35399999999999998}]},{"osd":2,"last update":"Sun Oct 8 03:10:52 2023","interfaces":[{"interface":"back","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.44800000000000001},{"interface":"front","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.70199999999999996,"5min":0.70199999999999996,"15min":0.70199999999999996},"last":0.46100000000000002}]},{"osd":4,"last update":"Sun Oct 8 03:11:05 2023","interfaces":[{"interface":"back","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.89900000000000002,"5min":0.89900000000000002,"15min":0.89900000000000002},"last":0.56000000000000005},{"interface":"front","average":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"min":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"max":{"1min":0.86799999999999999,"5min":0.86799999999999999,"15min":0.86799999999999999},"last":0.60599999999999998}]},{"osd":5,"last update":"Sun Oct 8 03:11:22 2023","interfaces":[{"interface":"back","average":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"min":{"1min":0.495,"5min":0.495,"15min":0.495},"max":{"1min":0.872,"5min":0.872,"15min":0.872},"last":0.58499999999999996},{"interface":"front","average":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"min":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"max":{"1min":1.73,"5min":1.73,"15min":1.73},"last":0.71499999999999997}]},{"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.76600000000000001}]},{"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.745}]}]},{"osd":4,"up_from":31,"seq":133143986196,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5688,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739464,"statfs":{"total":95995035648,"available":95989211136,"internally_reserved":0,"allocated":573440,"data_stored":230714,"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":"Sun Oct 8 03:11:06 2023","interfaces":[{"interface":"back","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.69099999999999995},{"interface":"front","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.49099999999999999}]},{"osd":1,"last update":"Sun Oct 8 03:11:06 2023","interfaces":[{"interface":"back","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"max":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.56599999999999995},{"interface":"front","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.47399999999999998}]},{"osd":2,"last update":"Sun Oct 8 03:11:06 2023","interfaces":[{"interface":"back","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.52800000000000002},{"interface":"front","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.499,"5min":0.499,"15min":0.499},"max":{"1min":0.753,"5min":0.753,"15min":0.753},"last":0.621}]},{"osd":3,"last update":"Sun Oct 8 03:11:06 2023","interfaces":[{"interface":"back","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.439,"5min":0.439,"15min":0.439},"max":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"last":0.74299999999999999},{"interface":"front","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.85499999999999998}]},{"osd":5,"last update":"Sun Oct 8 03:11:25 2023","interfaces":[{"interface":"back","average":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"min":{"1min":0.29799999999999999,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"last":0.77400000000000002},{"interface":"front","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.82299999999999995,"5min":0.82299999999999995,"15min":0.82299999999999995},"last":0.82299999999999995}]},{"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.72099999999999997}]},{"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.81399999999999995}]}]},{"osd":5,"up_from":38,"seq":163208757263,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5620,"kb_used_data":556,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739532,"statfs":{"total":95995035648,"available":95989280768,"internally_reserved":0,"allocated":569344,"data_stored":230413,"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":"Sun Oct 8 03:11:24 2023","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.88400000000000001,"5min":0.88400000000000001,"15min":0.88400000000000001},"last":0.47099999999999997},{"interface":"front","average":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":1.169,"5min":1.169,"15min":1.169},"last":0.56699999999999995}]},{"osd":1,"last update":"Sun Oct 8 03:11:24 2023","interfaces":[{"interface":"back","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.53800000000000003},{"interface":"front","average":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":0.83399999999999996,"5min":0.83399999999999996,"15min":0.83399999999999996},"last":0.73999999999999999}]},{"osd":2,"last update":"Sun Oct 8 03:11:24 2023","interfaces":[{"interface":"back","average":{"1min":0.622,"5min":0.622,"15min":0.622},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":1.077,"5min":1.077,"15min":1.077},"last":0.60999999999999999},{"interface":"front","average":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":1.0449999999999999,"5min":1.0449999999999999,"15min":1.0449999999999999},"last":0.63500000000000001}]},{"osd":3,"last update":"Sun Oct 8 03:11:24 2023","interfaces":[{"interface":"back","average":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.82499999999999996,"5min":0.82499999999999996,"15min":0.82499999999999996},"last":0.77800000000000002},{"interface":"front","average":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":2.1240000000000001,"5min":2.1240000000000001,"15min":2.1240000000000001},"last":0.69399999999999995}]},{"osd":4,"last update":"Sun Oct 8 03:11:24 2023","interfaces":[{"interface":"back","average":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"last":0.66200000000000003},{"interface":"front","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"last":0.70499999999999996}]},{"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.79500000000000004}]},{"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.86199999999999999}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-10-08T03:11:30.192 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph pg dump --format=json 2023-10-08T03:11:30.452 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/mon.smithi019/config 2023-10-08T03:11:31.370 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:31 smithi019 ceph-mon[108350]: from='client.14466 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T03:11:31.371 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:31 smithi019 ceph-mon[108350]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:11:31.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:31 smithi046 ceph-mon[111227]: from='client.14466 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T03:11:31.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:31 smithi046 ceph-mon[111227]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:11:31.776 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-10-08T03:11:31.778 INFO:teuthology.orchestra.run.smithi019.stderr:dumped all 2023-10-08T03:11:32.214 INFO:teuthology.orchestra.run.smithi019.stdout:{"pg_ready":true,"pg_map":{"version":150,"stamp":"2023-10-08T03:11:30.232421+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":48324,"kb_used_data":6020,"kb_used_omap":0,"kb_used_meta":42240,"kb_avail":749912892,"statfs":{"total":767960285184,"available":767910801408,"internally_reserved":0,"allocated":6164480,"data_stored":3431005,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43253760},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002035"},"pg_stats":[{"pgid":"1.0","version":"23'117","reported_seq":226,"reported_epoch":56,"state":"active+clean","last_fresh":"2023-10-08T03:11:00.241688+0000","last_change":"2023-10-08T03:11:00.241688+0000","last_active":"2023-10-08T03:11:00.241688+0000","last_peered":"2023-10-08T03:11:00.241688+0000","last_clean":"2023-10-08T03:11:00.241688+0000","last_became_active":"2023-10-08T03:11:00.241251+0000","last_became_peered":"2023-10-08T03:11:00.241251+0000","last_unstale":"2023-10-08T03:11:00.241688+0000","last_undegraded":"2023-10-08T03:11:00.241688+0000","last_fullsized":"2023-10-08T03:11:00.241688+0000","mapping_epoch":55,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-08T03:09:30.814474+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-08T03:09:30.814474+0000","last_clean_scrub_stamp":"2023-10-08T03:09:30.814474+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-10-09T03:43:58.486241+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":52,"seq":223338299401,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6012,"kb_used_data":1076,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739140,"statfs":{"total":95995035648,"available":95988879360,"internally_reserved":0,"allocated":1101824,"data_stored":759319,"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.59399999999999997}]},{"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.48299999999999998}]},{"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.54400000000000004}]},{"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.56699999999999995}]},{"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.60799999999999998}]},{"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.53200000000000003}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.65700000000000003}]}]},{"osd":6,"up_from":45,"seq":193273528333,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6080,"kb_used_data":1080,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739072,"statfs":{"total":95995035648,"available":95988809728,"internally_reserved":0,"allocated":1105920,"data_stored":759642,"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.55100000000000005}]},{"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.47799999999999998}]},{"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.36199999999999999}]},{"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.48999999999999999}]},{"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.45800000000000002}]},{"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.433}]},{"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.56200000000000006}]}]},{"osd":1,"up_from":14,"seq":60129542173,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6256,"kb_used_data":552,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738896,"statfs":{"total":95995035648,"available":95988629504,"internally_reserved":0,"allocated":565248,"data_stored":230148,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5832704},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sun Oct 8 03:11:12 2023","interfaces":[{"interface":"back","average":{"1min":0.40500000000000003,"5min":0.40899999999999997,"15min":0.40999999999999998},"min":{"1min":0.309,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.46000000000000002},{"interface":"front","average":{"1min":0.45800000000000002,"5min":0.42599999999999999,"15min":0.42099999999999999},"min":{"1min":0.36799999999999999,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"last":0.39200000000000002}]},{"osd":2,"last update":"Sun Oct 8 03:10:32 2023","interfaces":[{"interface":"back","average":{"1min":0.44,"5min":0.44,"15min":0.44},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"last":0.41499999999999998},{"interface":"front","average":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.623,"5min":0.623,"15min":0.623},"last":0.502}]},{"osd":3,"last update":"Sun Oct 8 03:10:50 2023","interfaces":[{"interface":"back","average":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"min":{"1min":0.32800000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"last":0.441},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"last":0.35099999999999998}]},{"osd":4,"last update":"Sun Oct 8 03:11:07 2023","interfaces":[{"interface":"back","average":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"min":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"max":{"1min":0.879,"5min":0.879,"15min":0.879},"last":0.69099999999999995},{"interface":"front","average":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"min":{"1min":0.504,"5min":0.504,"15min":0.504},"max":{"1min":0.83499999999999996,"5min":0.83499999999999996,"15min":0.83499999999999996},"last":0.66200000000000003}]},{"osd":5,"last update":"Sun Oct 8 03:11:22 2023","interfaces":[{"interface":"back","average":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"min":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"max":{"1min":0.96399999999999997,"5min":0.96399999999999997,"15min":0.96399999999999997},"last":0.61599999999999999},{"interface":"front","average":{"1min":0.72199999999999998,"5min":0.72199999999999998,"15min":0.72199999999999998},"min":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"max":{"1min":1.0269999999999999,"5min":1.0269999999999999,"15min":1.0269999999999999},"last":0.76400000000000001}]},{"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.71399999999999997}]},{"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.78800000000000003}]}]},{"osd":0,"up_from":9,"seq":38654705698,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6848,"kb_used_data":1080,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738304,"statfs":{"total":95995035648,"available":95988023296,"internally_reserved":0,"allocated":1105920,"data_stored":759642,"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":"Sun Oct 8 03:11:17 2023","interfaces":[{"interface":"back","average":{"1min":0.39200000000000002,"5min":0.36799999999999999,"15min":0.36399999999999999},"min":{"1min":0.27600000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"last":0.58799999999999997},{"interface":"front","average":{"1min":0.433,"5min":0.38800000000000001,"15min":0.38},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"last":0.51900000000000002}]},{"osd":2,"last update":"Sun Oct 8 03:10:33 2023","interfaces":[{"interface":"back","average":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"last":0.499},{"interface":"front","average":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"last":0.64600000000000002}]},{"osd":3,"last update":"Sun Oct 8 03:10:50 2023","interfaces":[{"interface":"back","average":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"last":0.57899999999999996},{"interface":"front","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.67400000000000004}]},{"osd":4,"last update":"Sun Oct 8 03:11:08 2023","interfaces":[{"interface":"back","average":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"min":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"max":{"1min":0.88200000000000001,"5min":0.88200000000000001,"15min":0.88200000000000001},"last":0.85899999999999999},{"interface":"front","average":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"min":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":0.85699999999999998,"5min":0.85699999999999998,"15min":0.85699999999999998},"last":0.83799999999999997}]},{"osd":5,"last update":"Sun Oct 8 03:11:22 2023","interfaces":[{"interface":"back","average":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"min":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"max":{"1min":1.0289999999999999,"5min":1.0289999999999999,"15min":1.0289999999999999},"last":0.89200000000000002},{"interface":"front","average":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"min":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"max":{"1min":0.92600000000000005,"5min":0.92600000000000005,"15min":0.92600000000000005},"last":0.90300000000000002}]},{"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.84699999999999998}]},{"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.874}]}]},{"osd":2,"up_from":19,"seq":81604378652,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6200,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5632,"kb_avail":93738952,"statfs":{"total":95995035648,"available":95988686848,"internally_reserved":0,"allocated":573440,"data_stored":230714,"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":"Sun Oct 8 03:10:31 2023","interfaces":[{"interface":"back","average":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"min":{"1min":0.27900000000000003,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"last":0.39900000000000002},{"interface":"front","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.83299999999999996,"5min":0.83299999999999996,"15min":0.83299999999999996},"last":0.38300000000000001}]},{"osd":1,"last update":"Sun Oct 8 03:10:31 2023","interfaces":[{"interface":"back","average":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.59899999999999998},{"interface":"front","average":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.34200000000000003}]},{"osd":3,"last update":"Sun Oct 8 03:10:49 2023","interfaces":[{"interface":"back","average":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"last":0.64700000000000002},{"interface":"front","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.56399999999999995}]},{"osd":4,"last update":"Sun Oct 8 03:11:05 2023","interfaces":[{"interface":"back","average":{"1min":0.623,"5min":0.623,"15min":0.623},"min":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":0.81200000000000006,"5min":0.81200000000000006,"15min":0.81200000000000006},"last":0.80900000000000005},{"interface":"front","average":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.89900000000000002,"5min":0.89900000000000002,"15min":0.89900000000000002},"last":0.69199999999999995}]},{"osd":5,"last update":"Sun Oct 8 03:11:22 2023","interfaces":[{"interface":"back","average":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.95599999999999996,"5min":0.95599999999999996,"15min":0.95599999999999996},"last":0.72399999999999998},{"interface":"front","average":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"min":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"max":{"1min":0.90900000000000003,"5min":0.90900000000000003,"15min":0.90900000000000003},"last":0.82999999999999996}]},{"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.77300000000000002}]},{"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.78900000000000003}]}]},{"osd":3,"up_from":26,"seq":111669149720,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5620,"kb_used_data":556,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739532,"statfs":{"total":95995035648,"available":95989280768,"internally_reserved":0,"allocated":569344,"data_stored":230413,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sun Oct 8 03:10:52 2023","interfaces":[{"interface":"back","average":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"min":{"1min":0.28399999999999997,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"last":0.378},{"interface":"front","average":{"1min":0.441,"5min":0.441,"15min":0.441},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"last":0.505}]},{"osd":1,"last update":"Sun Oct 8 03:10:52 2023","interfaces":[{"interface":"back","average":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.55400000000000005},{"interface":"front","average":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"last":0.41599999999999998}]},{"osd":2,"last update":"Sun Oct 8 03:10:52 2023","interfaces":[{"interface":"back","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.46700000000000003},{"interface":"front","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.70199999999999996,"5min":0.70199999999999996,"15min":0.70199999999999996},"last":0.433}]},{"osd":4,"last update":"Sun Oct 8 03:11:05 2023","interfaces":[{"interface":"back","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.89900000000000002,"5min":0.89900000000000002,"15min":0.89900000000000002},"last":0.72499999999999998},{"interface":"front","average":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"min":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"max":{"1min":0.86799999999999999,"5min":0.86799999999999999,"15min":0.86799999999999999},"last":0.71599999999999997}]},{"osd":5,"last update":"Sun Oct 8 03:11:22 2023","interfaces":[{"interface":"back","average":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"min":{"1min":0.495,"5min":0.495,"15min":0.495},"max":{"1min":0.872,"5min":0.872,"15min":0.872},"last":0.76300000000000001},{"interface":"front","average":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"min":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"max":{"1min":1.73,"5min":1.73,"15min":1.73},"last":0.65000000000000002}]},{"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.74399999999999999}]},{"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.79800000000000004}]}]},{"osd":4,"up_from":31,"seq":133143986196,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5688,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739464,"statfs":{"total":95995035648,"available":95989211136,"internally_reserved":0,"allocated":573440,"data_stored":230714,"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":"Sun Oct 8 03:11:06 2023","interfaces":[{"interface":"back","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.69099999999999995},{"interface":"front","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.49099999999999999}]},{"osd":1,"last update":"Sun Oct 8 03:11:06 2023","interfaces":[{"interface":"back","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"max":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.56599999999999995},{"interface":"front","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.47399999999999998}]},{"osd":2,"last update":"Sun Oct 8 03:11:06 2023","interfaces":[{"interface":"back","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.52800000000000002},{"interface":"front","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.499,"5min":0.499,"15min":0.499},"max":{"1min":0.753,"5min":0.753,"15min":0.753},"last":0.621}]},{"osd":3,"last update":"Sun Oct 8 03:11:06 2023","interfaces":[{"interface":"back","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.439,"5min":0.439,"15min":0.439},"max":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"last":0.74299999999999999},{"interface":"front","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.85499999999999998}]},{"osd":5,"last update":"Sun Oct 8 03:11:25 2023","interfaces":[{"interface":"back","average":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"min":{"1min":0.29799999999999999,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"last":0.77400000000000002},{"interface":"front","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.82299999999999995,"5min":0.82299999999999995,"15min":0.82299999999999995},"last":0.82299999999999995}]},{"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.72099999999999997}]},{"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.81399999999999995}]}]},{"osd":5,"up_from":38,"seq":163208757263,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5620,"kb_used_data":556,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739532,"statfs":{"total":95995035648,"available":95989280768,"internally_reserved":0,"allocated":569344,"data_stored":230413,"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":"Sun Oct 8 03:11:24 2023","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.88400000000000001,"5min":0.88400000000000001,"15min":0.88400000000000001},"last":0.47099999999999997},{"interface":"front","average":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":1.169,"5min":1.169,"15min":1.169},"last":0.56699999999999995}]},{"osd":1,"last update":"Sun Oct 8 03:11:24 2023","interfaces":[{"interface":"back","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.53800000000000003},{"interface":"front","average":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":0.83399999999999996,"5min":0.83399999999999996,"15min":0.83399999999999996},"last":0.73999999999999999}]},{"osd":2,"last update":"Sun Oct 8 03:11:24 2023","interfaces":[{"interface":"back","average":{"1min":0.622,"5min":0.622,"15min":0.622},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":1.077,"5min":1.077,"15min":1.077},"last":0.60999999999999999},{"interface":"front","average":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":1.0449999999999999,"5min":1.0449999999999999,"15min":1.0449999999999999},"last":0.63500000000000001}]},{"osd":3,"last update":"Sun Oct 8 03:11:24 2023","interfaces":[{"interface":"back","average":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.82499999999999996,"5min":0.82499999999999996,"15min":0.82499999999999996},"last":0.77800000000000002},{"interface":"front","average":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":2.1240000000000001,"5min":2.1240000000000001,"15min":2.1240000000000001},"last":0.69399999999999995}]},{"osd":4,"last update":"Sun Oct 8 03:11:24 2023","interfaces":[{"interface":"back","average":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"last":0.66200000000000003},{"interface":"front","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"last":0.70499999999999996}]},{"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.79500000000000004}]},{"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.86199999999999999}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-10-08T03:11:32.216 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-10-08T03:11:32.216 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-10-08T03:11:32.216 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-10-08T03:11:32.216 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph health --format=json 2023-10-08T03:11:32.478 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/mon.smithi019/config 2023-10-08T03:11:33.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:33 smithi019 ceph-mon[108350]: from='client.14470 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T03:11:33.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:33 smithi019 ceph-mon[108350]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:11:33.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:33 smithi046 ceph-mon[111227]: from='client.14470 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T03:11:33.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:33 smithi046 ceph-mon[111227]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:11:33.785 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-10-08T03:11:33.785 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-10-08T03:11:34.220 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-10-08T03:11:34.220 INFO:tasks.cephadm:Setup complete, yielding 2023-10-08T03:11:34.221 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-10-08T03:11:34.230 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi019.front.sepia.ceph.com 2023-10-08T03:11:34.230 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- bash -c 'ceph orch status' 2023-10-08T03:11:34.524 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:34 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/73436229' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-10-08T03:11:34.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:34 smithi046 ceph-mon[111227]: from='client.? 172.21.15.19:0/73436229' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-10-08T03:11:35.524 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:35 smithi019 ceph-mon[108350]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:11:35.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:35 smithi046 ceph-mon[111227]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:11:35.748 INFO:teuthology.orchestra.run.smithi019.stdout:Backend: cephadm 2023-10-08T03:11:35.748 INFO:teuthology.orchestra.run.smithi019.stdout:Available: Yes 2023-10-08T03:11:35.748 INFO:teuthology.orchestra.run.smithi019.stdout:Paused: No 2023-10-08T03:11:36.180 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- bash -c 'ceph orch ps' 2023-10-08T03:11:37.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:37 smithi019 ceph-mon[108350]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:11:37.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:37 smithi019 ceph-mon[108350]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:11:37.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:37 smithi046 ceph-mon[111227]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:11:37.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:37 smithi046 ceph-mon[111227]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:11:37.707 INFO:teuthology.orchestra.run.smithi019.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-08T03:11:37.707 INFO:teuthology.orchestra.run.smithi019.stdout:alertmanager.smithi019 smithi019 *:9093,9094 running (3m) 111s ago 4m - - ba2b418f427c ade3e95870bf 2023-10-08T03:11:37.707 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi019 smithi019 running (4m) 111s ago 4m - - 17.2.0 e1d6a67b021e 93f2f87f70d7 2023-10-08T03:11:37.707 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi046 smithi046 running (3m) 45s ago 3m - - 17.2.0 e1d6a67b021e 3eac4fedb25b 2023-10-08T03:11:37.707 INFO:teuthology.orchestra.run.smithi019.stdout:grafana.smithi019 smithi019 *:3000 running (2m) 111s ago 3m - - 8.3.5 dad864ee21e9 6683f7ce36b6 2023-10-08T03:11:37.707 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi019.xhcxai smithi019 *:9283 running (5m) 111s ago 5m - - 17.2.0 e1d6a67b021e ffebd90d85cb 2023-10-08T03:11:37.708 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi046.qizlkx smithi046 *:8443,9283 running (3m) 45s ago 3m - - 17.2.0 e1d6a67b021e 6ab06f7574ef 2023-10-08T03:11:37.708 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi019 smithi019 running (5m) 111s ago 5m - 2048M 17.2.0 e1d6a67b021e 3343e10344ce 2023-10-08T03:11:37.708 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi046 smithi046 running (3m) 45s ago 3m - 2048M 17.2.0 e1d6a67b021e f493055937f5 2023-10-08T03:11:37.708 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi019 smithi019 *:9100 running (3m) 111s ago 3m - - 1dbe0e931976 8e589a1445ab 2023-10-08T03:11:37.708 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi046 smithi046 *:9100 running (3m) 45s ago 3m - - 1dbe0e931976 a90bdf22df08 2023-10-08T03:11:37.708 INFO:teuthology.orchestra.run.smithi019.stdout:osd.0 smithi019 running (2m) 111s ago 2m - 3223M 17.2.0 e1d6a67b021e 87e5445a13d5 2023-10-08T03:11:37.708 INFO:teuthology.orchestra.run.smithi019.stdout:osd.1 smithi019 running (2m) 111s ago 2m - 3223M 17.2.0 e1d6a67b021e 790a367854df 2023-10-08T03:11:37.708 INFO:teuthology.orchestra.run.smithi019.stdout:osd.2 smithi019 running (2m) 111s ago 2m - 3223M 17.2.0 e1d6a67b021e 7a427689da6b 2023-10-08T03:11:37.708 INFO:teuthology.orchestra.run.smithi019.stdout:osd.3 smithi019 running (116s) 111s ago 115s - 3223M 17.2.0 e1d6a67b021e 61eeb3784da1 2023-10-08T03:11:37.708 INFO:teuthology.orchestra.run.smithi019.stdout:osd.4 smithi046 running (99s) 45s ago 98s - 3991M 17.2.0 e1d6a67b021e f34ac437618f 2023-10-08T03:11:37.708 INFO:teuthology.orchestra.run.smithi019.stdout:osd.5 smithi046 running (82s) 45s ago 81s - 3991M 17.2.0 e1d6a67b021e 410d010c43f3 2023-10-08T03:11:37.708 INFO:teuthology.orchestra.run.smithi019.stdout:osd.6 smithi046 running (65s) 45s ago 64s - 3991M 17.2.0 e1d6a67b021e 16f12791da25 2023-10-08T03:11:37.709 INFO:teuthology.orchestra.run.smithi019.stdout:osd.7 smithi046 running (47s) 45s ago 47s - 3991M 17.2.0 e1d6a67b021e 54d01c0d1021 2023-10-08T03:11:37.709 INFO:teuthology.orchestra.run.smithi019.stdout:prometheus.smithi019 smithi019 *:9095 running (3m) 111s ago 3m - - 514e6a882f6e 471cfc1c77a3 2023-10-08T03:11:38.126 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- bash -c 'ceph orch ls' 2023-10-08T03:11:39.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:39 smithi046 ceph-mon[111227]: from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:11:39.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:39 smithi046 ceph-mon[111227]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:11:39.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:39 smithi019 ceph-mon[108350]: from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:11:39.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:39 smithi019 ceph-mon[108350]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:11:39.827 INFO:teuthology.orchestra.run.smithi019.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-10-08T03:11:39.827 INFO:teuthology.orchestra.run.smithi019.stdout:alertmanager ?:9093,9094 1/1 113s ago 4m count:1 2023-10-08T03:11:39.827 INFO:teuthology.orchestra.run.smithi019.stdout:crash 2/2 113s ago 4m * 2023-10-08T03:11:39.827 INFO:teuthology.orchestra.run.smithi019.stdout:grafana ?:3000 1/1 113s ago 4m count:1 2023-10-08T03:11:39.827 INFO:teuthology.orchestra.run.smithi019.stdout:mgr 2/2 113s ago 4m count:2 2023-10-08T03:11:39.827 INFO:teuthology.orchestra.run.smithi019.stdout:mon 2/2 113s ago 4m smithi019:172.21.15.19=smithi019;smithi046:172.21.15.46=smithi046;count:2 2023-10-08T03:11:39.827 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter ?:9100 2/2 113s ago 4m * 2023-10-08T03:11:39.827 INFO:teuthology.orchestra.run.smithi019.stdout:osd 8 113s ago - 2023-10-08T03:11:39.827 INFO:teuthology.orchestra.run.smithi019.stdout:prometheus ?:9095 1/1 113s ago 4m count:1 2023-10-08T03:11:40.257 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- bash -c 'ceph orch host ls' 2023-10-08T03:11:41.393 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:41 smithi019 ceph-mon[108350]: from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:11:41.393 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:41 smithi019 ceph-mon[108350]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:11:41.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:41 smithi046 ceph-mon[111227]: from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:11:41.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:41 smithi046 ceph-mon[111227]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:11:41.841 INFO:teuthology.orchestra.run.smithi019.stdout:HOST ADDR LABELS STATUS 2023-10-08T03:11:41.842 INFO:teuthology.orchestra.run.smithi019.stdout:smithi019 172.21.15.19 2023-10-08T03:11:41.842 INFO:teuthology.orchestra.run.smithi019.stdout:smithi046 172.21.15.46 2023-10-08T03:11:41.842 INFO:teuthology.orchestra.run.smithi019.stdout:2 hosts in cluster 2023-10-08T03:11:42.253 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- bash -c 'ceph orch device ls' 2023-10-08T03:11:43.484 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:43 smithi019 ceph-mon[108350]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:11:43.485 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:43 smithi019 ceph-mon[108350]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:11:43.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:43 smithi046 ceph-mon[111227]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:11:43.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:43 smithi046 ceph-mon[111227]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:11:43.887 INFO:teuthology.orchestra.run.smithi019.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REJECT REASONS 2023-10-08T03:11:43.887 INFO:teuthology.orchestra.run.smithi019.stdout:smithi019 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT5330002G400BGN 400G LVM detected, locked 2023-10-08T03:11:43.887 INFO:teuthology.orchestra.run.smithi019.stdout:smithi046 /dev/nvme0n1 ssd INTEL_SSDPED1D480GA_PHMB7512009A480DGN 480G LVM detected, locked 2023-10-08T03:11:44.285 INFO:teuthology.run_tasks:Running task vip.exec... 2023-10-08T03:11:44.294 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi019.front.sepia.ceph.com 2023-10-08T03:11:44.294 DEBUG:teuthology.orchestra.run.smithi019:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-10-08T03:11:44.331 INFO:teuthology.orchestra.run.smithi019.stderr:+ systemctl stop nfs-server 2023-10-08T03:11:44.340 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi046.front.sepia.ceph.com 2023-10-08T03:11:44.341 DEBUG:teuthology.orchestra.run.smithi046:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-10-08T03:11:44.383 INFO:teuthology.orchestra.run.smithi046.stderr:+ systemctl stop nfs-server 2023-10-08T03:11:44.392 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-10-08T03:11:44.401 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi019.front.sepia.ceph.com 2023-10-08T03:11:44.401 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- bash -c 'ceph fs volume create foofs' 2023-10-08T03:11:45.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:45 smithi019 ceph-mon[108350]: from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:11:45.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:45 smithi019 ceph-mon[108350]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:11:45.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:45 smithi046 ceph-mon[111227]: from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:11:45.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:45 smithi046 ceph-mon[111227]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:11:46.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:46 smithi046 ceph-mon[111227]: from='client.14498 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:11:46.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:46 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-10-08T03:11:46.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:46 smithi046 ceph-mon[111227]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:11:47.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:46 smithi019 ceph-mon[108350]: from='client.14498 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:11:47.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:46 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-10-08T03:11:47.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:46 smithi019 ceph-mon[108350]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:11:47.814 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:47 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-10-08T03:11:48.584 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:47 smithi019 ceph-mon[108350]: osdmap e57: 8 total, 8 up, 8 in 2023-10-08T03:11:48.584 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:47 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-10-08T03:11:48.584 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:47 smithi019 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-mon-smithi019[108327]: 2023-10-08T03:11:47.546+0000 7f1938021700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-10-08T03:11:48.586 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:47 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-10-08T03:11:48.586 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:47 smithi046 ceph-mon[111227]: osdmap e57: 8 total, 8 up, 8 in 2023-10-08T03:11:48.586 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:47 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-10-08T03:11:48.587 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-10-08T03:11:48.597 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2023-10-08T03:11:49.221 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph orch ls -f json 2023-10-08T03:11:49.222 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:48 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-10-08T03:11:49.223 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:48 smithi046 ceph-mon[111227]: osdmap e58: 8 total, 8 up, 8 in 2023-10-08T03:11:49.223 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:48 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-10-08T03:11:49.223 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:48 smithi046 ceph-mon[111227]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-10-08T03:11:49.223 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:48 smithi046 ceph-mon[111227]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-10-08T03:11:49.223 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:48 smithi046 ceph-mon[111227]: osdmap e59: 8 total, 8 up, 8 in 2023-10-08T03:11:49.223 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:48 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-10-08T03:11:49.223 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:48 smithi046 ceph-mon[111227]: fsmap foofs:0 2023-10-08T03:11:49.223 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:48 smithi046 ceph-mon[111227]: Saving service mds.foofs spec with placement count:2 2023-10-08T03:11:49.223 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:48 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:11:49.223 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:48 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:11:49.223 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:48 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:11:49.224 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:48 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:11:49.224 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:48 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:11:49.224 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:48 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:11:49.618 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:48 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi019.mucmqc", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-10-08T03:11:49.618 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:48 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi019.mucmqc", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-10-08T03:11:49.618 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:48 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:11:49.619 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:48 smithi046 ceph-mon[111227]: Deploying daemon mds.foofs.smithi019.mucmqc on smithi019 2023-10-08T03:11:49.619 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:48 smithi046 ceph-mon[111227]: pgmap v162: 65 pgs: 7 creating+peering, 1 active+clean, 57 unknown; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:11:49.619 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:48 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-10-08T03:11:49.619 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:48 smithi019 ceph-mon[108350]: osdmap e58: 8 total, 8 up, 8 in 2023-10-08T03:11:49.619 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:48 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-10-08T03:11:49.625 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:48 smithi019 ceph-mon[108350]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-10-08T03:11:49.625 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:48 smithi019 ceph-mon[108350]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-10-08T03:11:49.625 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:48 smithi019 ceph-mon[108350]: osdmap e59: 8 total, 8 up, 8 in 2023-10-08T03:11:49.625 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:48 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-10-08T03:11:49.626 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:48 smithi019 ceph-mon[108350]: fsmap foofs:0 2023-10-08T03:11:49.626 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:48 smithi019 ceph-mon[108350]: Saving service mds.foofs spec with placement count:2 2023-10-08T03:11:49.629 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:48 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:11:49.629 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:48 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:11:49.629 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:48 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:11:49.631 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:48 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:11:49.631 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:48 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:11:49.631 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:48 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:11:49.631 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:48 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi019.mucmqc", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-10-08T03:11:49.631 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:48 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi019.mucmqc", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-10-08T03:11:49.631 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:48 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:11:49.631 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:48 smithi019 ceph-mon[108350]: Deploying daemon mds.foofs.smithi019.mucmqc on smithi019 2023-10-08T03:11:49.631 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:48 smithi019 ceph-mon[108350]: pgmap v162: 65 pgs: 7 creating+peering, 1 active+clean, 57 unknown; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:11:49.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:49 smithi046 ceph-mon[111227]: osdmap e60: 8 total, 8 up, 8 in 2023-10-08T03:11:49.881 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:49 smithi019 ceph-mon[108350]: osdmap e60: 8 total, 8 up, 8 in 2023-10-08T03:11:50.708 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:50 smithi046 ceph-mon[111227]: osdmap e61: 8 total, 8 up, 8 in 2023-10-08T03:11:50.708 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:50 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:11:50.708 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:50 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi046.mfhvuj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-10-08T03:11:50.709 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:50 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi046.mfhvuj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-10-08T03:11:50.709 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:50 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:11:50.709 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:50 smithi046 ceph-mon[111227]: Deploying daemon mds.foofs.smithi046.mfhvuj on smithi046 2023-10-08T03:11:50.709 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:50 smithi046 ceph-mon[111227]: pgmap v165: 65 pgs: 13 creating+peering, 15 active+clean, 37 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:11:50.824 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:50 smithi019 ceph-mon[108350]: osdmap e61: 8 total, 8 up, 8 in 2023-10-08T03:11:50.824 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:50 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:11:50.824 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:50 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi046.mfhvuj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-10-08T03:11:50.825 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:50 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi046.mfhvuj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-10-08T03:11:50.825 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:50 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:11:50.825 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:50 smithi019 ceph-mon[108350]: Deploying daemon mds.foofs.smithi046.mfhvuj on smithi046 2023-10-08T03:11:50.825 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:50 smithi019 ceph-mon[108350]: pgmap v165: 65 pgs: 13 creating+peering, 15 active+clean, 37 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:11:51.223 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-10-08T03:11:51.224 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-08T03:07:04.428215Z", "last_refresh": "2023-10-08T03:09:46.102135Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-08T03:07:00.128552Z", "last_refresh": "2023-10-08T03:09:46.102210Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-08T03:07:02.460660Z", "last_refresh": "2023-10-08T03:09:46.102280Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-08T03:11:47.572077Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-08T03:11:47.566789Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-08T03:06:59.116223Z", "last_refresh": "2023-10-08T03:09:46.102054Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi046:172.21.15.46=smithi046"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-08T03:07:38.081720Z", "last_refresh": "2023-10-08T03:09:46.101892Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-08T03:07:03.410798Z", "last_refresh": "2023-10-08T03:09:46.102348Z", "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-10-08T03:09:46.102486Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-08T03:07:01.245296Z", "last_refresh": "2023-10-08T03:09:46.102417Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-08T03:11:51.678 INFO:tasks.cephadm:mds.foofs has 0/2 2023-10-08T03:11:51.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:51 smithi046 ceph-mon[111227]: mds.? [v2:172.21.15.19:6834/331446482,v1:172.21.15.19:6835/331446482] up:boot 2023-10-08T03:11:51.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:51 smithi046 ceph-mon[111227]: daemon mds.foofs.smithi019.mucmqc assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-10-08T03:11:51.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:51 smithi046 ceph-mon[111227]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-10-08T03:11:51.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:51 smithi046 ceph-mon[111227]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-10-08T03:11:51.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:51 smithi046 ceph-mon[111227]: Cluster is now healthy 2023-10-08T03:11:51.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:51 smithi046 ceph-mon[111227]: fsmap foofs:0 1 up:standby 2023-10-08T03:11:51.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:51 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi019.mucmqc"}]: dispatch 2023-10-08T03:11:51.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:51 smithi046 ceph-mon[111227]: fsmap foofs:1 {0=foofs.smithi019.mucmqc=up:creating} 2023-10-08T03:11:51.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:51 smithi046 ceph-mon[111227]: daemon mds.foofs.smithi019.mucmqc is now active in filesystem foofs as rank 0 2023-10-08T03:11:51.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:51 smithi046 ceph-mon[111227]: from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T03:11:52.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:51 smithi019 ceph-mon[108350]: mds.? [v2:172.21.15.19:6834/331446482,v1:172.21.15.19:6835/331446482] up:boot 2023-10-08T03:11:52.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:51 smithi019 ceph-mon[108350]: daemon mds.foofs.smithi019.mucmqc assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-10-08T03:11:52.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:51 smithi019 ceph-mon[108350]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-10-08T03:11:52.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:51 smithi019 ceph-mon[108350]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-10-08T03:11:52.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:51 smithi019 ceph-mon[108350]: Cluster is now healthy 2023-10-08T03:11:52.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:51 smithi019 ceph-mon[108350]: fsmap foofs:0 1 up:standby 2023-10-08T03:11:52.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:51 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi019.mucmqc"}]: dispatch 2023-10-08T03:11:52.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:51 smithi019 ceph-mon[108350]: fsmap foofs:1 {0=foofs.smithi019.mucmqc=up:creating} 2023-10-08T03:11:52.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:51 smithi019 ceph-mon[108350]: daemon mds.foofs.smithi019.mucmqc is now active in filesystem foofs as rank 0 2023-10-08T03:11:52.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:51 smithi019 ceph-mon[108350]: from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T03:11:52.679 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph orch ls -f json 2023-10-08T03:11:52.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:52 smithi046 ceph-mon[111227]: mds.? [v2:172.21.15.19:6834/331446482,v1:172.21.15.19:6835/331446482] up:active 2023-10-08T03:11:52.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:52 smithi046 ceph-mon[111227]: fsmap foofs:1 {0=foofs.smithi019.mucmqc=up:active} 2023-10-08T03:11:52.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:52 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:11:52.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:52 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:11:52.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:52 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:11:52.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:52 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:11:52.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:52 smithi046 ceph-mon[111227]: pgmap v166: 65 pgs: 6 creating+peering, 59 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 2.1 KiB/s wr, 2 op/s 2023-10-08T03:11:52.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:52 smithi046 ceph-mon[111227]: mds.? [v2:172.21.15.46:6832/4144496839,v1:172.21.15.46:6833/4144496839] up:boot 2023-10-08T03:11:52.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:52 smithi046 ceph-mon[111227]: fsmap foofs:1 {0=foofs.smithi019.mucmqc=up:active} 1 up:standby 2023-10-08T03:11:52.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:52 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi046.mfhvuj"}]: dispatch 2023-10-08T03:11:53.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:52 smithi019 ceph-mon[108350]: mds.? [v2:172.21.15.19:6834/331446482,v1:172.21.15.19:6835/331446482] up:active 2023-10-08T03:11:53.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:52 smithi019 ceph-mon[108350]: fsmap foofs:1 {0=foofs.smithi019.mucmqc=up:active} 2023-10-08T03:11:53.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:52 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:11:53.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:52 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:11:53.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:52 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:11:53.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:52 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:11:53.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:52 smithi019 ceph-mon[108350]: pgmap v166: 65 pgs: 6 creating+peering, 59 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 2.1 KiB/s wr, 2 op/s 2023-10-08T03:11:53.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:52 smithi019 ceph-mon[108350]: mds.? [v2:172.21.15.46:6832/4144496839,v1:172.21.15.46:6833/4144496839] up:boot 2023-10-08T03:11:53.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:52 smithi019 ceph-mon[108350]: fsmap foofs:1 {0=foofs.smithi019.mucmqc=up:active} 1 up:standby 2023-10-08T03:11:53.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:52 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi046.mfhvuj"}]: dispatch 2023-10-08T03:11:54.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:54 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:11:54.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:54 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:11:54.564 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-10-08T03:11:54.564 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-08T03:07:04.428215Z", "last_refresh": "2023-10-08T03:09:46.102135Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-08T03:07:00.128552Z", "last_refresh": "2023-10-08T03:09:46.102210Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-08T03:07:02.460660Z", "last_refresh": "2023-10-08T03:09:46.102280Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-08T03:11:47.572077Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-08T03:11:47.566789Z", "last_refresh": "2023-10-08T03:11:53.163175Z", "running": 1, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-08T03:06:59.116223Z", "last_refresh": "2023-10-08T03:09:46.102054Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi046:172.21.15.46=smithi046"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-08T03:07:38.081720Z", "last_refresh": "2023-10-08T03:09:46.101892Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-08T03:07:03.410798Z", "last_refresh": "2023-10-08T03:09:46.102348Z", "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-10-08T03:09:46.102486Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-08T03:07:01.245296Z", "last_refresh": "2023-10-08T03:09:46.102417Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-08T03:11:54.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:54 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:11:54.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:54 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:11:55.177 INFO:tasks.cephadm:mds.foofs has 1/2 2023-10-08T03:11:55.524 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:55 smithi019 ceph-mon[108350]: pgmap v167: 65 pgs: 65 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 1 op/s 2023-10-08T03:11:55.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:55 smithi046 ceph-mon[111227]: pgmap v167: 65 pgs: 65 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 1 op/s 2023-10-08T03:11:56.178 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- ceph orch ls -f json 2023-10-08T03:11:56.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:56 smithi019 ceph-mon[108350]: from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T03:11:56.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:56 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:11:56.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:56 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:11:56.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:56 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:11:56.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:56 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:11:56.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:56 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:11:56.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:56 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:11:56.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:56 smithi046 ceph-mon[111227]: from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T03:11:56.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:56 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:11:56.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:56 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:11:56.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:56 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:11:56.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:56 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:11:56.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:56 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:11:56.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:56 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:11:57.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:57 smithi019 ceph-mon[108350]: pgmap v168: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s wr, 5 op/s 2023-10-08T03:11:57.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:57 smithi046 ceph-mon[111227]: pgmap v168: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s wr, 5 op/s 2023-10-08T03:11:57.718 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-10-08T03:11:57.718 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-08T03:07:04.428215Z", "last_refresh": "2023-10-08T03:11:55.677196Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-08T03:07:00.128552Z", "last_refresh": "2023-10-08T03:11:53.162152Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-08T03:07:02.460660Z", "last_refresh": "2023-10-08T03:11:55.677339Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-08T03:11:47.572077Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-08T03:11:47.566789Z", "last_refresh": "2023-10-08T03:11:53.163175Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-08T03:06:59.116223Z", "last_refresh": "2023-10-08T03:11:53.162403Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi046:172.21.15.46=smithi046"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-08T03:07:38.081720Z", "last_refresh": "2023-10-08T03:11:53.162559Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-08T03:07:03.410798Z", "last_refresh": "2023-10-08T03:11:53.162715Z", "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-10-08T03:11:53.162870Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-08T03:07:01.245296Z", "last_refresh": "2023-10-08T03:11:55.677478Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-08T03:11:58.127 INFO:tasks.cephadm:mds.foofs has 2/2 2023-10-08T03:11:58.127 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-10-08T03:11:58.137 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi019.front.sepia.ceph.com 2023-10-08T03:11:58.137 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2023-10-08T03:11:58.504 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:58 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]: dispatch 2023-10-08T03:11:58.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:58 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]: dispatch 2023-10-08T03:11:59.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:59 smithi019 ceph-mon[108350]: from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T03:11:59.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:59 smithi019 ceph-mon[108350]: pgmap v169: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 4 op/s 2023-10-08T03:11:59.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:59 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]': finished 2023-10-08T03:11:59.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:59 smithi019 ceph-mon[108350]: osdmap e62: 8 total, 8 up, 8 in 2023-10-08T03:11:59.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:59 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi019.xhcxai/mirror_snapshot_schedule"}]: dispatch 2023-10-08T03:11:59.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:11:59 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi019.xhcxai/trash_purge_schedule"}]: dispatch 2023-10-08T03:11:59.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:59 smithi046 ceph-mon[111227]: from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T03:11:59.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:59 smithi046 ceph-mon[111227]: pgmap v169: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 4 op/s 2023-10-08T03:11:59.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:59 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]': finished 2023-10-08T03:11:59.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:59 smithi046 ceph-mon[111227]: osdmap e62: 8 total, 8 up, 8 in 2023-10-08T03:11:59.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:59 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi019.xhcxai/mirror_snapshot_schedule"}]: dispatch 2023-10-08T03:11:59.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:11:59 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi019.xhcxai/trash_purge_schedule"}]: dispatch 2023-10-08T03:12:00.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:00 smithi019 ceph-mon[108350]: osdmap e63: 8 total, 8 up, 8 in 2023-10-08T03:12:00.526 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:00 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-10-08T03:12:00.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:00 smithi046 ceph-mon[111227]: osdmap e63: 8 total, 8 up, 8 in 2023-10-08T03:12:00.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:00 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-10-08T03:12:01.305 INFO:teuthology.orchestra.run.smithi019.stdout:NFS Cluster Created Successfully 2023-10-08T03:12:01.542 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:01 smithi019 ceph-mon[108350]: from='client.14522 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:12:01.542 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:01 smithi019 ceph-mon[108350]: pgmap v172: 65 pgs: 1 peering, 64 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 383 B/s wr, 3 op/s 2023-10-08T03:12:01.543 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:01 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-10-08T03:12:01.543 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:01 smithi019 ceph-mon[108350]: osdmap e64: 8 total, 8 up, 8 in 2023-10-08T03:12:01.543 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:01 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-10-08T03:12:01.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:01 smithi046 ceph-mon[111227]: from='client.14522 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:12:01.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:01 smithi046 ceph-mon[111227]: pgmap v172: 65 pgs: 1 peering, 64 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 383 B/s wr, 3 op/s 2023-10-08T03:12:01.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:01 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-10-08T03:12:01.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:01 smithi046 ceph-mon[111227]: osdmap e64: 8 total, 8 up, 8 in 2023-10-08T03:12:01.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:01 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-10-08T03:12:01.788 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-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-10-08T03:12:02.450 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:02 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-10-08T03:12:02.450 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:02 smithi019 ceph-mon[108350]: osdmap e65: 8 total, 8 up, 8 in 2023-10-08T03:12:02.450 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:02 smithi019 ceph-mon[108350]: Saving service nfs.foo spec with placement count:2 2023-10-08T03:12:02.450 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:02 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:12:02.450 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:02 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:12:02.450 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:02 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:12:02.450 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:02 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:12:02.450 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:02 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:12:02.451 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:02 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:12:02.451 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:02 smithi019 ceph-mon[108350]: Creating key for client.nfs.foo.0.0.smithi019.xoggxc 2023-10-08T03:12:02.451 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:02 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi019.xoggxc", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-10-08T03:12:02.451 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:02 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi019.xoggxc", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-10-08T03:12:02.451 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:02 smithi019 ceph-mon[108350]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-10-08T03:12:02.451 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:02 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-10-08T03:12:02.451 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:02 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-10-08T03:12:02.451 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:02 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:12:02.451 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:02 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-10-08T03:12:02.451 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:02 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-10-08T03:12:02.451 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:02 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi019.xoggxc-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-08T03:12:02.451 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:02 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi019.xoggxc-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-08T03:12:02.452 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:02 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:12:02.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:02 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-10-08T03:12:02.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:02 smithi046 ceph-mon[111227]: osdmap e65: 8 total, 8 up, 8 in 2023-10-08T03:12:02.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:02 smithi046 ceph-mon[111227]: Saving service nfs.foo spec with placement count:2 2023-10-08T03:12:02.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:02 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:12:02.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:02 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:12:02.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:02 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:12:02.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:02 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:12:02.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:02 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:12:02.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:02 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:12:02.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:02 smithi046 ceph-mon[111227]: Creating key for client.nfs.foo.0.0.smithi019.xoggxc 2023-10-08T03:12:02.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:02 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi019.xoggxc", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-10-08T03:12:02.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:02 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi019.xoggxc", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-10-08T03:12:02.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:02 smithi046 ceph-mon[111227]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-10-08T03:12:02.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:02 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-10-08T03:12:02.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:02 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-10-08T03:12:02.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:02 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:12:02.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:02 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-10-08T03:12:02.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:02 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-10-08T03:12:02.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:02 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi019.xoggxc-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-08T03:12:02.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:02 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi019.xoggxc-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-08T03:12:02.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:02 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:12:03.526 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:03 smithi019 ceph-mon[108350]: Rados config object exists: conf-nfs.foo 2023-10-08T03:12:03.526 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:03 smithi019 ceph-mon[108350]: Creating key for client.nfs.foo.0.0.smithi019.xoggxc-rgw 2023-10-08T03:12:03.526 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:03 smithi019 ceph-mon[108350]: Deploying daemon nfs.foo.0.0.smithi019.xoggxc on smithi019 2023-10-08T03:12:03.526 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:03 smithi019 ceph-mon[108350]: pgmap v175: 97 pgs: 14 creating+peering, 11 unknown, 1 peering, 71 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:12:03.526 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:03 smithi019 ceph-mon[108350]: osdmap e66: 8 total, 8 up, 8 in 2023-10-08T03:12:03.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:03 smithi046 ceph-mon[111227]: Rados config object exists: conf-nfs.foo 2023-10-08T03:12:03.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:03 smithi046 ceph-mon[111227]: Creating key for client.nfs.foo.0.0.smithi019.xoggxc-rgw 2023-10-08T03:12:03.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:03 smithi046 ceph-mon[111227]: Deploying daemon nfs.foo.0.0.smithi019.xoggxc on smithi019 2023-10-08T03:12:03.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:03 smithi046 ceph-mon[111227]: pgmap v175: 97 pgs: 14 creating+peering, 11 unknown, 1 peering, 71 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail 2023-10-08T03:12:03.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:03 smithi046 ceph-mon[111227]: osdmap e66: 8 total, 8 up, 8 in 2023-10-08T03:12:03.870 INFO:teuthology.orchestra.run.smithi019.stderr:Invalid command: Unexpected argument '--clusterid' 2023-10-08T03:12:03.870 INFO:teuthology.orchestra.run.smithi019.stderr:nfs export create cephfs [] [--readonly] [--client_addr ...] [--squash ] : Create a CephFS export 2023-10-08T03:12:03.870 INFO:teuthology.orchestra.run.smithi019.stderr:Error EINVAL: invalid command 2023-10-08T03:12:04.267 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2023-10-08T03:12:04.267 INFO:teuthology.orchestra.run.smithi019.stdout: "bind": "/fake", 2023-10-08T03:12:04.267 INFO:teuthology.orchestra.run.smithi019.stdout: "fs": "foofs", 2023-10-08T03:12:04.267 INFO:teuthology.orchestra.run.smithi019.stdout: "path": "/", 2023-10-08T03:12:04.267 INFO:teuthology.orchestra.run.smithi019.stdout: "cluster": "foo", 2023-10-08T03:12:04.267 INFO:teuthology.orchestra.run.smithi019.stdout: "mode": "RW" 2023-10-08T03:12:04.268 INFO:teuthology.orchestra.run.smithi019.stdout:} 2023-10-08T03:12:04.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:04 smithi046 ceph-mon[111227]: mgrmap e20: smithi019.xhcxai(active, since 4m), standbys: smithi046.qizlkx 2023-10-08T03:12:04.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:04 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:12:04.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:04 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:12:04.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:04 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi046.xbdcvc", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-10-08T03:12:04.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:04 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi046.xbdcvc", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-10-08T03:12:04.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:04 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-10-08T03:12:04.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:04 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-10-08T03:12:04.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:04 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:12:04.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:04 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 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-10-08T03:12:04.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:04 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 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-10-08T03:12:04.689 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:04 smithi019 ceph-mon[108350]: mgrmap e20: smithi019.xhcxai(active, since 4m), standbys: smithi046.qizlkx 2023-10-08T03:12:04.690 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:04 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:12:04.690 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:04 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:12:04.690 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:04 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi046.xbdcvc", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-10-08T03:12:04.690 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:04 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi046.xbdcvc", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-10-08T03:12:04.691 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:04 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-10-08T03:12:04.691 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:04 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-10-08T03:12:04.691 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:04 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:12:04.691 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:04 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 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-10-08T03:12:04.691 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:04 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 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-10-08T03:12:04.718 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2023-10-08T03:12:05.465 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:05 smithi019 ceph-mon[108350]: Creating key for client.nfs.foo.1.0.smithi046.xbdcvc 2023-10-08T03:12:05.465 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:05 smithi019 ceph-mon[108350]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-10-08T03:12:05.465 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:05 smithi019 ceph-mon[108350]: from='client.14544 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:12:05.465 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:05 smithi019 ceph-mon[108350]: pgmap v177: 97 pgs: 14 creating+peering, 4 unknown, 1 peering, 78 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 205 B/s rd, 411 B/s wr, 1 op/s 2023-10-08T03:12:05.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:05 smithi046 ceph-mon[111227]: Creating key for client.nfs.foo.1.0.smithi046.xbdcvc 2023-10-08T03:12:05.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:05 smithi046 ceph-mon[111227]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-10-08T03:12:05.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:05 smithi046 ceph-mon[111227]: from='client.14544 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:12:05.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:05 smithi046 ceph-mon[111227]: pgmap v177: 97 pgs: 14 creating+peering, 4 unknown, 1 peering, 78 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 205 B/s rd, 411 B/s wr, 1 op/s 2023-10-08T03:12:07.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:07 smithi019 ceph-mon[108350]: pgmap v178: 97 pgs: 97 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-10-08T03:12:07.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:07 smithi019 ceph-mon[108350]: from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:12:07.526 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:07 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-10-08T03:12:07.526 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:07 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-10-08T03:12:07.526 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:07 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi046.xbdcvc-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-08T03:12:07.526 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:07 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi046.xbdcvc-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-08T03:12:07.526 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:07 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:12:07.573 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:07 smithi046 ceph-mon[111227]: pgmap v178: 97 pgs: 97 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-10-08T03:12:07.573 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:07 smithi046 ceph-mon[111227]: from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:12:07.573 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:07 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-10-08T03:12:07.574 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:07 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-10-08T03:12:07.574 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:07 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi046.xbdcvc-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-08T03:12:07.574 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:07 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi046.xbdcvc-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-08T03:12:07.574 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:07 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:12:08.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:08 smithi046 ceph-mon[111227]: Rados config object exists: conf-nfs.foo 2023-10-08T03:12:08.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:08 smithi046 ceph-mon[111227]: Creating key for client.nfs.foo.1.0.smithi046.xbdcvc-rgw 2023-10-08T03:12:08.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:08 smithi046 ceph-mon[111227]: Deploying daemon nfs.foo.1.0.smithi046.xbdcvc on smithi046 2023-10-08T03:12:08.774 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:08 smithi019 ceph-mon[108350]: Rados config object exists: conf-nfs.foo 2023-10-08T03:12:08.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:08 smithi019 ceph-mon[108350]: Creating key for client.nfs.foo.1.0.smithi046.xbdcvc-rgw 2023-10-08T03:12:08.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:08 smithi019 ceph-mon[108350]: Deploying daemon nfs.foo.1.0.smithi046.xbdcvc on smithi046 2023-10-08T03:12:09.568 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:09 smithi019 ceph-mon[108350]: from='client.14574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:12:09.568 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:09 smithi019 ceph-mon[108350]: pgmap v179: 97 pgs: 97 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 128 B/s rd, 256 B/s wr, 0 op/s 2023-10-08T03:12:09.568 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:09 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:12:09.569 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:09 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:12:09.569 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:09 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:12:09.569 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:09 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:12:09.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:09 smithi046 ceph-mon[111227]: from='client.14574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:12:09.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:09 smithi046 ceph-mon[111227]: pgmap v179: 97 pgs: 97 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 128 B/s rd, 256 B/s wr, 0 op/s 2023-10-08T03:12:09.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:09 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:12:09.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:09 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:12:09.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:09 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:12:09.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:09 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:12:10.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:10 smithi046 ceph-mon[111227]: from='client.14578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:12:10.751 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:10 smithi019 ceph-mon[108350]: from='client.14578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:12:11.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:11 smithi046 ceph-mon[111227]: pgmap v180: 97 pgs: 97 active+clean; 581 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 2.1 KiB/s wr, 4 op/s 2023-10-08T03:12:11.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:11 smithi046 ceph-mon[111227]: from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:12:11.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:11 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:12:11.774 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:11 smithi019 ceph-mon[108350]: pgmap v180: 97 pgs: 97 active+clean; 581 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 2.1 KiB/s wr, 4 op/s 2023-10-08T03:12:11.774 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:11 smithi019 ceph-mon[108350]: from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:12:11.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:11 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:12:12.980 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo ?:2049 2/2 2s ago 11s count:2 2023-10-08T03:12:13.389 INFO:teuthology.run_tasks:Running task vip.exec... 2023-10-08T03:12:13.398 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi019.front.sepia.ceph.com 2023-10-08T03:12:13.399 DEBUG:teuthology.orchestra.run.smithi019:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2023-10-08T03:12:13.434 INFO:teuthology.orchestra.run.smithi019.stderr:+ mkdir /mnt/foo 2023-10-08T03:12:13.455 DEBUG:teuthology.orchestra.run.smithi019:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2023-10-08T03:12:13.528 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:13 smithi019 ceph-mon[108350]: from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:12:13.529 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:13 smithi019 ceph-mon[108350]: pgmap v181: 97 pgs: 97 active+clean; 581 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1.9 KiB/s wr, 4 op/s 2023-10-08T03:12:13.529 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:13 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:12:13.529 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:13 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:12:13.529 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:13 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:12:13.529 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:13 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:12:13.529 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:13 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:12:13.529 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:13 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:12:13.529 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:13 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:12:13.529 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:13 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:12:13.531 INFO:teuthology.orchestra.run.smithi019.stderr:++ hostname 2023-10-08T03:12:13.532 INFO:teuthology.orchestra.run.smithi019.stderr:+ mount -t nfs smithi019:/fake /mnt/foo -o sync 2023-10-08T03:12:13.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:13 smithi046 ceph-mon[111227]: from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:12:13.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:13 smithi046 ceph-mon[111227]: pgmap v181: 97 pgs: 97 active+clean; 581 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1.9 KiB/s wr, 4 op/s 2023-10-08T03:12:13.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:13 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:12:13.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:13 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:12:13.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:13 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:12:13.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:13 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:12:13.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:13 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:12:13.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:13 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:12:13.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:13 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:12:13.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:13 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:12:13.956 DEBUG:teuthology.orchestra.run.smithi019:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2023-10-08T03:12:14.032 INFO:teuthology.orchestra.run.smithi019.stderr:+ echo test 2023-10-08T03:12:14.082 DEBUG:teuthology.orchestra.run.smithi019:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2023-10-08T03:12:14.156 INFO:teuthology.orchestra.run.smithi019.stderr:+ sync 2023-10-08T03:12:14.541 INFO:teuthology.run_tasks:Running task parallel... 2023-10-08T03:12:14.552 INFO:teuthology.task.parallel:starting parallel... 2023-10-08T03:12:14.552 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-10-08T03:12:14.553 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-10-08T03:12:14.553 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi019.front.sepia.ceph.com 2023-10-08T03:12:14.553 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -e sha1=9725b08fd801c82987c737f7e6d354878f036ee8 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2023-10-08T03:12:14.554 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-10-08T03:12:14.554 INFO:teuthology.task.sequential:In sequential, running task exec... 2023-10-08T03:12:14.555 INFO:teuthology.task.exec:Executing custom commands... 2023-10-08T03:12:14.555 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi019.front.sepia.ceph.com 2023-10-08T03:12:14.555 DEBUG:teuthology.orchestra.run.smithi019:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2023-10-08T03:12:14.613 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:14 smithi019 ceph-mon[108350]: from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:12:14.614 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:14 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:12:14.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:14 smithi046 ceph-mon[111227]: from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:12:14.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:14 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:12:14.730 INFO:teuthology.orchestra.run.smithi019.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-10-08T03:12:14.730 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-10-08T03:12:14.730 INFO:teuthology.orchestra.run.smithi019.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2023-10-08T03:12:14.736 INFO:teuthology.orchestra.run.smithi019.stdout:4 of 5 processes prepared for launch 0 sec 2023-10-08T03:12:14.836 INFO:teuthology.orchestra.run.smithi019.stdout:5 of 5 processes prepared for launch 0 sec 2023-10-08T03:12:14.836 INFO:teuthology.orchestra.run.smithi019.stdout:releasing clients 2023-10-08T03:12:15.477 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:15 smithi019 ceph-mon[108350]: pgmap v182: 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-10-08T03:12:15.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:15 smithi046 ceph-mon[111227]: pgmap v182: 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-10-08T03:12:15.836 INFO:teuthology.orchestra.run.smithi019.stdout: 5 87 19.79 MB/sec warmup 1 sec latency 220.414 ms 2023-10-08T03:12:16.836 INFO:teuthology.orchestra.run.smithi019.stdout: 5 188 18.80 MB/sec warmup 2 sec latency 131.050 ms 2023-10-08T03:12:17.349 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:17 smithi019 ceph-mon[108350]: pgmap v183: 97 pgs: 97 active+clean; 5.8 MiB data, 51 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 453 KiB/s wr, 14 op/s 2023-10-08T03:12:17.370 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -e sha1=9725b08fd801c82987c737f7e6d354878f036ee8 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2023-10-08T03:12:17.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:17 smithi046 ceph-mon[111227]: pgmap v183: 97 pgs: 97 active+clean; 5.8 MiB data, 51 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 453 KiB/s wr, 14 op/s 2023-10-08T03:12:17.836 INFO:teuthology.orchestra.run.smithi019.stdout: 5 282 17.49 MB/sec warmup 3 sec latency 149.068 ms 2023-10-08T03:12:18.836 INFO:teuthology.orchestra.run.smithi019.stdout: 5 377 16.84 MB/sec warmup 4 sec latency 134.155 ms 2023-10-08T03:12:19.437 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:19 smithi019 ceph-mon[108350]: pgmap v184: 97 pgs: 97 active+clean; 13 MiB data, 61 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 1.1 MiB/s wr, 25 op/s 2023-10-08T03:12:19.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:19 smithi046 ceph-mon[111227]: pgmap v184: 97 pgs: 97 active+clean; 13 MiB data, 61 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 1.1 MiB/s wr, 25 op/s 2023-10-08T03:12:19.836 INFO:teuthology.orchestra.run.smithi019.stdout: 5 479 16.74 MB/sec warmup 5 sec latency 136.372 ms 2023-10-08T03:12:20.147 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -e sha1=9725b08fd801c82987c737f7e6d354878f036ee8 -- bash -c 'ceph config set global log_to_journald false --force' 2023-10-08T03:12:20.843 INFO:teuthology.orchestra.run.smithi019.stdout: 5 615 16.65 MB/sec warmup 6 sec latency 185.716 ms 2023-10-08T03:12:21.520 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:21 smithi019 ceph-mon[108350]: pgmap v185: 97 pgs: 97 active+clean; 37 MiB data, 102 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 3.2 MiB/s wr, 184 op/s 2023-10-08T03:12:21.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:21 smithi046 ceph-mon[111227]: pgmap v185: 97 pgs: 97 active+clean; 37 MiB data, 102 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 3.2 MiB/s wr, 184 op/s 2023-10-08T03:12:21.849 INFO:teuthology.orchestra.run.smithi019.stdout: 5 857 15.38 MB/sec warmup 7 sec latency 104.187 ms 2023-10-08T03:12:22.849 INFO:teuthology.orchestra.run.smithi019.stdout: 5 1128 14.26 MB/sec warmup 8 sec latency 94.598 ms 2023-10-08T03:12:22.983 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -e sha1=9725b08fd801c82987c737f7e6d354878f036ee8 -- bash -c 'ceph mgr module enable nfs --force' 2023-10-08T03:12:23.544 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:23 smithi019 ceph-mon[108350]: pgmap v186: 97 pgs: 97 active+clean; 95 MiB data, 136 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 8.0 MiB/s wr, 281 op/s 2023-10-08T03:12:23.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:23 smithi046 ceph-mon[111227]: pgmap v186: 97 pgs: 97 active+clean; 95 MiB data, 136 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 8.0 MiB/s wr, 281 op/s 2023-10-08T03:12:23.852 INFO:teuthology.orchestra.run.smithi019.stdout: 5 1591 14.50 MB/sec warmup 9 sec latency 93.979 ms 2023-10-08T03:12:24.865 INFO:teuthology.orchestra.run.smithi019.stdout: 5 2113 13.38 MB/sec warmup 10 sec latency 102.179 ms 2023-10-08T03:12:25.561 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:25 smithi019 ceph-mon[108350]: pgmap v187: 97 pgs: 97 active+clean; 104 MiB data, 158 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 9.0 MiB/s wr, 413 op/s 2023-10-08T03:12:25.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:25 smithi046 ceph-mon[111227]: pgmap v187: 97 pgs: 97 active+clean; 104 MiB data, 158 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 9.0 MiB/s wr, 413 op/s 2023-10-08T03:12:25.865 INFO:teuthology.orchestra.run.smithi019.stdout: 5 2529 13.25 MB/sec warmup 11 sec latency 107.719 ms 2023-10-08T03:12:26.392 INFO:teuthology.orchestra.run.smithi019.stderr:module 'nfs' is already enabled 2023-10-08T03:12:26.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:26 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/4120449330' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-10-08T03:12:26.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:26 smithi046 ceph-mon[111227]: from='client.? 172.21.15.19:0/4120449330' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-10-08T03:12:26.866 INFO:teuthology.orchestra.run.smithi019.stdout: 5 2940 13.37 MB/sec warmup 12 sec latency 126.260 ms 2023-10-08T03:12:27.034 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -e sha1=9725b08fd801c82987c737f7e6d354878f036ee8 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2023-10-08T03:12:27.600 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:27 smithi019 ceph-mon[108350]: pgmap v188: 97 pgs: 97 active+clean; 114 MiB data, 217 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 10 MiB/s wr, 529 op/s 2023-10-08T03:12:27.600 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:27 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/4120449330' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2023-10-08T03:12:27.600 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:27 smithi019 ceph-mon[108350]: mgrmap e21: smithi019.xhcxai(active, since 4m), standbys: smithi046.qizlkx 2023-10-08T03:12:27.866 INFO:teuthology.orchestra.run.smithi019.stdout: 5 3348 13.82 MB/sec warmup 13 sec latency 193.689 ms 2023-10-08T03:12:27.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:27 smithi046 ceph-mon[111227]: pgmap v188: 97 pgs: 97 active+clean; 114 MiB data, 217 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 10 MiB/s wr, 529 op/s 2023-10-08T03:12:27.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:27 smithi046 ceph-mon[111227]: from='client.? 172.21.15.19:0/4120449330' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2023-10-08T03:12:27.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:27 smithi046 ceph-mon[111227]: mgrmap e21: smithi019.xhcxai(active, since 4m), standbys: smithi046.qizlkx 2023-10-08T03:12:28.875 INFO:teuthology.orchestra.run.smithi019.stdout: 5 3623 13.68 MB/sec warmup 14 sec latency 131.312 ms 2023-10-08T03:12:29.557 INFO:teuthology.orchestra.run.smithi019.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 2023-10-08T03:12:29.650 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:29 smithi019 ceph-mon[108350]: pgmap v189: 97 pgs: 97 active+clean; 118 MiB data, 237 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 11 MiB/s wr, 568 op/s 2023-10-08T03:12:29.876 INFO:teuthology.orchestra.run.smithi019.stdout: 5 3850 13.19 MB/sec warmup 15 sec latency 131.709 ms 2023-10-08T03:12:29.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:29 smithi046 ceph-mon[111227]: pgmap v189: 97 pgs: 97 active+clean; 118 MiB data, 237 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 11 MiB/s wr, 568 op/s 2023-10-08T03:12:30.238 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-10-08T03:12:30.239 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi019.front.sepia.ceph.com 2023-10-08T03:12:30.239 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -e sha1=9725b08fd801c82987c737f7e6d354878f036ee8 -- 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-10-08T03:12:30.681 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:30 smithi019 ceph-mon[108350]: from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:12:30.682 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:30 smithi019 ceph-mon[108350]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 2023-10-08T03:12:30.682 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:30 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:12:30.683 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:30 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:12:30.683 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:30 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:12:30.683 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:30 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:12:30.683 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:30 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:12:30.683 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:30 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:12:30.683 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:30 smithi019 ceph-mon[108350]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 2023-10-08T03:12:30.683 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:30 smithi019 ceph-mon[108350]: pgmap v190: 97 pgs: 97 active+clean; 119 MiB data, 206 MiB used, 715 GiB / 715 GiB avail; 2.8 KiB/s rd, 10 MiB/s wr, 578 op/s 2023-10-08T03:12:30.875 INFO:teuthology.orchestra.run.smithi019.stdout: 5 4000 12.49 MB/sec warmup 16 sec latency 125.052 ms 2023-10-08T03:12:30.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:30 smithi046 ceph-mon[111227]: from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:12:30.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:30 smithi046 ceph-mon[111227]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 2023-10-08T03:12:30.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:30 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:12:30.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:30 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:12:30.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:30 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:12:30.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:30 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:12:30.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:30 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:12:30.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:30 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:12:30.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:30 smithi046 ceph-mon[111227]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 2023-10-08T03:12:30.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:30 smithi046 ceph-mon[111227]: pgmap v190: 97 pgs: 97 active+clean; 119 MiB data, 206 MiB used, 715 GiB / 715 GiB avail; 2.8 KiB/s rd, 10 MiB/s wr, 578 op/s 2023-10-08T03:12:31.875 INFO:teuthology.orchestra.run.smithi019.stdout: 5 4149 11.81 MB/sec warmup 17 sec latency 144.763 ms 2023-10-08T03:12:32.848 INFO:teuthology.orchestra.run.smithi019.stdout:true 2023-10-08T03:12:32.876 INFO:teuthology.orchestra.run.smithi019.stdout: 5 4286 11.26 MB/sec warmup 18 sec latency 141.105 ms 2023-10-08T03:12:33.564 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:33 smithi019 ceph-mon[108350]: pgmap v191: 97 pgs: 97 active+clean; 131 MiB data, 216 MiB used, 715 GiB / 715 GiB avail; 2.8 KiB/s rd, 10 MiB/s wr, 552 op/s 2023-10-08T03:12:33.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:33 smithi046 ceph-mon[111227]: pgmap v191: 97 pgs: 97 active+clean; 131 MiB data, 216 MiB used, 715 GiB / 715 GiB avail; 2.8 KiB/s rd, 10 MiB/s wr, 552 op/s 2023-10-08T03:12:33.875 INFO:teuthology.orchestra.run.smithi019.stdout: 5 4433 10.73 MB/sec warmup 19 sec latency 147.317 ms 2023-10-08T03:12:33.936 INFO:teuthology.orchestra.run.smithi019.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-08T03:12:33.936 INFO:teuthology.orchestra.run.smithi019.stdout:alertmanager.smithi019 smithi019 *:9093,9094 running (3m) 21s ago 5m 24.1M - ba2b418f427c ade3e95870bf 2023-10-08T03:12:33.936 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi019 smithi019 running (4m) 21s ago 4m 7013k - 17.2.0 e1d6a67b021e 93f2f87f70d7 2023-10-08T03:12:33.936 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi046 smithi046 running (4m) 23s ago 4m 7180k - 17.2.0 e1d6a67b021e 3eac4fedb25b 2023-10-08T03:12:33.936 INFO:teuthology.orchestra.run.smithi019.stdout:grafana.smithi019 smithi019 *:3000 running (3m) 21s ago 4m 50.0M - 8.3.5 dad864ee21e9 6683f7ce36b6 2023-10-08T03:12:33.936 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi019.mucmqc smithi019 running (44s) 21s ago 44s 16.5M - 17.2.0 e1d6a67b021e 7f9ed02e230d 2023-10-08T03:12:33.936 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi046.mfhvuj smithi046 running (42s) 23s ago 42s 15.6M - 17.2.0 e1d6a67b021e fa7253ccc386 2023-10-08T03:12:33.937 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi019.xhcxai smithi019 *:9283 running (6m) 21s ago 6m 476M - 17.2.0 e1d6a67b021e ffebd90d85cb 2023-10-08T03:12:33.937 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi046.qizlkx smithi046 *:8443,9283 running (4m) 23s ago 4m 419M - 17.2.0 e1d6a67b021e 6ab06f7574ef 2023-10-08T03:12:33.937 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi019 smithi019 running (6m) 21s ago 6m 81.5M 2048M 17.2.0 e1d6a67b021e 3343e10344ce 2023-10-08T03:12:33.937 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi046 smithi046 running (4m) 23s ago 4m 64.4M 2048M 17.2.0 e1d6a67b021e f493055937f5 2023-10-08T03:12:33.937 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.0.0.smithi019.xoggxc smithi019 *:2049 running (30s) 21s ago 29s 52.3M - 4.0 e1d6a67b021e 7bfe4ef2f1b4 2023-10-08T03:12:33.937 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.1.0.smithi046.xbdcvc smithi046 *:2049 running (25s) 23s ago 25s 55.9M - 4.0 e1d6a67b021e 4183af495695 2023-10-08T03:12:33.937 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi019 smithi019 *:9100 running (4m) 21s ago 4m 24.6M - 1dbe0e931976 8e589a1445ab 2023-10-08T03:12:33.937 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi046 smithi046 *:9100 running (4m) 23s ago 4m 26.8M - 1dbe0e931976 a90bdf22df08 2023-10-08T03:12:33.937 INFO:teuthology.orchestra.run.smithi019.stdout:osd.0 smithi019 running (3m) 21s ago 3m 54.5M 3223M 17.2.0 e1d6a67b021e 87e5445a13d5 2023-10-08T03:12:33.937 INFO:teuthology.orchestra.run.smithi019.stdout:osd.1 smithi019 running (3m) 21s ago 3m 57.8M 3223M 17.2.0 e1d6a67b021e 790a367854df 2023-10-08T03:12:33.938 INFO:teuthology.orchestra.run.smithi019.stdout:osd.2 smithi019 running (3m) 21s ago 3m 51.0M 3223M 17.2.0 e1d6a67b021e 7a427689da6b 2023-10-08T03:12:33.938 INFO:teuthology.orchestra.run.smithi019.stdout:osd.3 smithi019 running (2m) 21s ago 2m 50.5M 3223M 17.2.0 e1d6a67b021e 61eeb3784da1 2023-10-08T03:12:33.938 INFO:teuthology.orchestra.run.smithi019.stdout:osd.4 smithi046 running (2m) 23s ago 2m 52.3M 3991M 17.2.0 e1d6a67b021e f34ac437618f 2023-10-08T03:12:33.938 INFO:teuthology.orchestra.run.smithi019.stdout:osd.5 smithi046 running (2m) 23s ago 2m 48.5M 3991M 17.2.0 e1d6a67b021e 410d010c43f3 2023-10-08T03:12:33.938 INFO:teuthology.orchestra.run.smithi019.stdout:osd.6 smithi046 running (2m) 23s ago 2m 47.8M 3991M 17.2.0 e1d6a67b021e 16f12791da25 2023-10-08T03:12:33.938 INFO:teuthology.orchestra.run.smithi019.stdout:osd.7 smithi046 running (103s) 23s ago 103s 51.3M 3991M 17.2.0 e1d6a67b021e 54d01c0d1021 2023-10-08T03:12:33.938 INFO:teuthology.orchestra.run.smithi019.stdout:prometheus.smithi019 smithi019 *:9095 running (4m) 21s ago 4m 64.3M - 514e6a882f6e 471cfc1c77a3 2023-10-08T03:12:34.339 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:34 smithi019 ceph-mon[108350]: from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:12:34.341 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:34 smithi019 ceph-mon[108350]: from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:12:34.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:34 smithi046 ceph-mon[111227]: from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:12:34.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:34 smithi046 ceph-mon[111227]: from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:12:34.632 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2023-10-08T03:12:34.632 INFO:teuthology.orchestra.run.smithi019.stdout: "mon": { 2023-10-08T03:12:34.632 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-10-08T03:12:34.632 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2023-10-08T03:12:34.633 INFO:teuthology.orchestra.run.smithi019.stdout: "mgr": { 2023-10-08T03:12:34.633 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-10-08T03:12:34.633 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2023-10-08T03:12:34.633 INFO:teuthology.orchestra.run.smithi019.stdout: "osd": { 2023-10-08T03:12:34.633 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-10-08T03:12:34.633 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2023-10-08T03:12:34.633 INFO:teuthology.orchestra.run.smithi019.stdout: "mds": { 2023-10-08T03:12:34.633 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-10-08T03:12:34.633 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2023-10-08T03:12:34.633 INFO:teuthology.orchestra.run.smithi019.stdout: "overall": { 2023-10-08T03:12:34.633 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-10-08T03:12:34.634 INFO:teuthology.orchestra.run.smithi019.stdout: } 2023-10-08T03:12:34.634 INFO:teuthology.orchestra.run.smithi019.stdout:} 2023-10-08T03:12:34.882 INFO:teuthology.orchestra.run.smithi019.stdout: 5 4573 10.41 MB/sec warmup 20 sec latency 129.182 ms 2023-10-08T03:12:35.215 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2023-10-08T03:12:35.215 INFO:teuthology.orchestra.run.smithi019.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8", 2023-10-08T03:12:35.215 INFO:teuthology.orchestra.run.smithi019.stdout: "in_progress": true, 2023-10-08T03:12:35.215 INFO:teuthology.orchestra.run.smithi019.stdout: "services_complete": [], 2023-10-08T03:12:35.215 INFO:teuthology.orchestra.run.smithi019.stdout: "progress": "", 2023-10-08T03:12:35.215 INFO:teuthology.orchestra.run.smithi019.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 image" 2023-10-08T03:12:35.215 INFO:teuthology.orchestra.run.smithi019.stdout:} 2023-10-08T03:12:35.388 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:35 smithi019 ceph-mon[108350]: from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:12:35.388 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:35 smithi019 ceph-mon[108350]: pgmap v192: 97 pgs: 97 active+clean; 130 MiB data, 216 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s rd, 5.3 MiB/s wr, 456 op/s 2023-10-08T03:12:35.388 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:35 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/215715644' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-08T03:12:35.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:35 smithi046 ceph-mon[111227]: from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:12:35.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:35 smithi046 ceph-mon[111227]: pgmap v192: 97 pgs: 97 active+clean; 130 MiB data, 216 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s rd, 5.3 MiB/s wr, 456 op/s 2023-10-08T03:12:35.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:35 smithi046 ceph-mon[111227]: from='client.? 172.21.15.19:0/215715644' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-08T03:12:35.884 INFO:teuthology.orchestra.run.smithi019.stdout: 5 4680 10.05 MB/sec warmup 21 sec latency 124.861 ms 2023-10-08T03:12:35.921 INFO:teuthology.orchestra.run.smithi019.stdout:HEALTH_OK 2023-10-08T03:12:36.438 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:36 smithi019 ceph-mon[108350]: from='client.24445 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:12:36.724 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:36 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/4142249628' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-08T03:12:36.725 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:36 smithi046 ceph-mon[111227]: from='client.24445 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:12:36.725 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:36 smithi046 ceph-mon[111227]: from='client.? 172.21.15.19:0/4142249628' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-08T03:12:36.883 INFO:teuthology.orchestra.run.smithi019.stdout: 5 4820 9.66 MB/sec warmup 22 sec latency 178.262 ms 2023-10-08T03:12:37.457 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:37 smithi019 ceph-mon[108350]: pgmap v193: 97 pgs: 97 active+clean; 128 MiB data, 250 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.8 MiB/s wr, 397 op/s 2023-10-08T03:12:37.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:37 smithi046 ceph-mon[111227]: pgmap v193: 97 pgs: 97 active+clean; 128 MiB data, 250 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.8 MiB/s wr, 397 op/s 2023-10-08T03:12:37.883 INFO:teuthology.orchestra.run.smithi019.stdout: 5 5178 9.71 MB/sec warmup 23 sec latency 125.389 ms 2023-10-08T03:12:38.883 INFO:teuthology.orchestra.run.smithi019.stdout: 5 5535 9.53 MB/sec warmup 24 sec latency 113.177 ms 2023-10-08T03:12:39.468 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:39 smithi019 ceph-mon[108350]: pgmap v194: 97 pgs: 97 active+clean; 123 MiB data, 258 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 294 op/s 2023-10-08T03:12:39.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:39 smithi046 ceph-mon[111227]: pgmap v194: 97 pgs: 97 active+clean; 123 MiB data, 258 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 294 op/s 2023-10-08T03:12:39.884 INFO:teuthology.orchestra.run.smithi019.stdout: 5 5849 9.46 MB/sec warmup 25 sec latency 113.905 ms 2023-10-08T03:12:40.884 INFO:teuthology.orchestra.run.smithi019.stdout: 5 6175 9.47 MB/sec warmup 26 sec latency 129.150 ms 2023-10-08T03:12:41.496 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:41 smithi019 ceph-mon[108350]: pgmap v195: 97 pgs: 97 active+clean; 124 MiB data, 273 MiB used, 715 GiB / 715 GiB avail; 7.4 KiB/s rd, 3.3 MiB/s wr, 328 op/s 2023-10-08T03:12:41.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:41 smithi046 ceph-mon[111227]: pgmap v195: 97 pgs: 97 active+clean; 124 MiB data, 273 MiB used, 715 GiB / 715 GiB avail; 7.4 KiB/s rd, 3.3 MiB/s wr, 328 op/s 2023-10-08T03:12:41.884 INFO:teuthology.orchestra.run.smithi019.stdout: 5 6496 9.59 MB/sec warmup 27 sec latency 131.308 ms 2023-10-08T03:12:42.884 INFO:teuthology.orchestra.run.smithi019.stdout: 5 6842 9.68 MB/sec warmup 28 sec latency 128.140 ms 2023-10-08T03:12:43.568 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:43 smithi019 ceph-mon[108350]: pgmap v196: 97 pgs: 97 active+clean; 130 MiB data, 296 MiB used, 715 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.0 MiB/s wr, 357 op/s 2023-10-08T03:12:43.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:43 smithi046 ceph-mon[111227]: pgmap v196: 97 pgs: 97 active+clean; 130 MiB data, 296 MiB used, 715 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.0 MiB/s wr, 357 op/s 2023-10-08T03:12:43.884 INFO:teuthology.orchestra.run.smithi019.stdout: 5 7086 9.74 MB/sec warmup 29 sec latency 130.337 ms 2023-10-08T03:12:44.884 INFO:teuthology.orchestra.run.smithi019.stdout: 5 7326 9.65 MB/sec warmup 30 sec latency 129.160 ms 2023-10-08T03:12:45.626 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:45 smithi019 ceph-mon[108350]: pgmap v197: 97 pgs: 97 active+clean; 133 MiB data, 306 MiB used, 715 GiB / 715 GiB avail; 5.3 KiB/s rd, 2.6 MiB/s wr, 286 op/s 2023-10-08T03:12:45.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:45 smithi046 ceph-mon[111227]: pgmap v197: 97 pgs: 97 active+clean; 133 MiB data, 306 MiB used, 715 GiB / 715 GiB avail; 5.3 KiB/s rd, 2.6 MiB/s wr, 286 op/s 2023-10-08T03:12:45.884 INFO:teuthology.orchestra.run.smithi019.stdout: 5 7549 9.50 MB/sec warmup 31 sec latency 129.611 ms 2023-10-08T03:12:46.884 INFO:teuthology.orchestra.run.smithi019.stdout: 5 7763 9.28 MB/sec warmup 32 sec latency 133.194 ms 2023-10-08T03:12:47.524 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:47 smithi019 ceph-mon[108350]: pgmap v198: 97 pgs: 97 active+clean; 141 MiB data, 340 MiB used, 715 GiB / 715 GiB avail; 6.9 KiB/s rd, 3.8 MiB/s wr, 410 op/s 2023-10-08T03:12:47.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:47 smithi046 ceph-mon[111227]: pgmap v198: 97 pgs: 97 active+clean; 141 MiB data, 340 MiB used, 715 GiB / 715 GiB avail; 6.9 KiB/s rd, 3.8 MiB/s wr, 410 op/s 2023-10-08T03:12:47.884 INFO:teuthology.orchestra.run.smithi019.stdout: 5 7883 9.06 MB/sec warmup 33 sec latency 491.965 ms 2023-10-08T03:12:48.888 INFO:teuthology.orchestra.run.smithi019.stdout: 5 8087 8.90 MB/sec warmup 34 sec latency 134.045 ms 2023-10-08T03:12:49.453 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:49 smithi019 ceph-mon[108350]: pgmap v199: 97 pgs: 97 active+clean; 143 MiB data, 361 MiB used, 715 GiB / 715 GiB avail; 3.6 KiB/s rd, 3.7 MiB/s wr, 350 op/s 2023-10-08T03:12:49.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:49 smithi046 ceph-mon[111227]: pgmap v199: 97 pgs: 97 active+clean; 143 MiB data, 361 MiB used, 715 GiB / 715 GiB avail; 3.6 KiB/s rd, 3.7 MiB/s wr, 350 op/s 2023-10-08T03:12:49.889 INFO:teuthology.orchestra.run.smithi019.stdout: 5 8343 8.86 MB/sec warmup 35 sec latency 165.315 ms 2023-10-08T03:12:50.889 INFO:teuthology.orchestra.run.smithi019.stdout: 5 8603 8.81 MB/sec warmup 36 sec latency 125.776 ms 2023-10-08T03:12:51.510 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:51 smithi019 ceph-mon[108350]: pgmap v200: 97 pgs: 97 active+clean; 144 MiB data, 378 MiB used, 715 GiB / 715 GiB avail; 7.2 KiB/s rd, 3.7 MiB/s wr, 345 op/s 2023-10-08T03:12:51.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:51 smithi046 ceph-mon[111227]: pgmap v200: 97 pgs: 97 active+clean; 144 MiB data, 378 MiB used, 715 GiB / 715 GiB avail; 7.2 KiB/s rd, 3.7 MiB/s wr, 345 op/s 2023-10-08T03:12:51.889 INFO:teuthology.orchestra.run.smithi019.stdout: 5 8808 8.63 MB/sec warmup 37 sec latency 118.406 ms 2023-10-08T03:12:52.889 INFO:teuthology.orchestra.run.smithi019.stdout: 5 9060 8.48 MB/sec warmup 38 sec latency 154.634 ms 2023-10-08T03:12:53.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:53 smithi019 ceph-mon[108350]: pgmap v201: 97 pgs: 97 active+clean; 143 MiB data, 383 MiB used, 715 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.2 MiB/s wr, 386 op/s 2023-10-08T03:12:53.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:53 smithi046 ceph-mon[111227]: pgmap v201: 97 pgs: 97 active+clean; 143 MiB data, 383 MiB used, 715 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.2 MiB/s wr, 386 op/s 2023-10-08T03:12:53.899 INFO:teuthology.orchestra.run.smithi019.stdout: 5 9289 8.39 MB/sec warmup 39 sec latency 123.866 ms 2023-10-08T03:12:54.899 INFO:teuthology.orchestra.run.smithi019.stdout: 5 9521 8.44 MB/sec warmup 40 sec latency 130.363 ms 2023-10-08T03:12:55.389 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:55 smithi019 ceph-mon[108350]: pgmap v202: 97 pgs: 97 active+clean; 138 MiB data, 391 MiB used, 715 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 361 op/s 2023-10-08T03:12:55.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:55 smithi046 ceph-mon[111227]: pgmap v202: 97 pgs: 97 active+clean; 138 MiB data, 391 MiB used, 715 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 361 op/s 2023-10-08T03:12:55.899 INFO:teuthology.orchestra.run.smithi019.stdout: 5 9844 8.46 MB/sec warmup 41 sec latency 127.058 ms 2023-10-08T03:12:56.899 INFO:teuthology.orchestra.run.smithi019.stdout: 5 10182 8.57 MB/sec warmup 42 sec latency 126.245 ms 2023-10-08T03:12:57.460 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:57 smithi019 ceph-mon[108350]: pgmap v203: 97 pgs: 97 active+clean; 141 MiB data, 422 MiB used, 715 GiB / 715 GiB avail; 7.2 KiB/s rd, 3.7 MiB/s wr, 382 op/s 2023-10-08T03:12:57.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:57 smithi046 ceph-mon[111227]: pgmap v203: 97 pgs: 97 active+clean; 141 MiB data, 422 MiB used, 715 GiB / 715 GiB avail; 7.2 KiB/s rd, 3.7 MiB/s wr, 382 op/s 2023-10-08T03:12:57.899 INFO:teuthology.orchestra.run.smithi019.stdout: 5 10476 8.64 MB/sec warmup 43 sec latency 140.508 ms 2023-10-08T03:12:58.475 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:58 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2023-10-08T03:12:58.475 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:58 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2023-10-08T03:12:58.475 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:58 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2023-10-08T03:12:58.475 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:58 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi019.xhcxai/mirror_snapshot_schedule"}]: dispatch 2023-10-08T03:12:58.475 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:58 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi019.xhcxai/trash_purge_schedule"}]: dispatch 2023-10-08T03:12:58.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:58 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2023-10-08T03:12:58.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:58 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2023-10-08T03:12:58.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:58 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2023-10-08T03:12:58.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:58 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi019.xhcxai/mirror_snapshot_schedule"}]: dispatch 2023-10-08T03:12:58.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:58 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi019.xhcxai/trash_purge_schedule"}]: dispatch 2023-10-08T03:12:58.899 INFO:teuthology.orchestra.run.smithi019.stdout: 5 10763 8.69 MB/sec warmup 44 sec latency 121.535 ms 2023-10-08T03:12:59.492 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:59 smithi019 ceph-mon[108350]: pgmap v204: 97 pgs: 97 active+clean; 147 MiB data, 420 MiB used, 715 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.2 MiB/s wr, 343 op/s 2023-10-08T03:12:59.492 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:59 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]': finished 2023-10-08T03:12:59.492 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:59 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]': finished 2023-10-08T03:12:59.492 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:59 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]': finished 2023-10-08T03:12:59.492 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:59 smithi019 ceph-mon[108350]: osdmap e67: 8 total, 8 up, 8 in 2023-10-08T03:12:59.492 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:59 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:12:59.492 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:12:59 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:12:59.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:59 smithi046 ceph-mon[111227]: pgmap v204: 97 pgs: 97 active+clean; 147 MiB data, 420 MiB used, 715 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.2 MiB/s wr, 343 op/s 2023-10-08T03:12:59.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:59 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]': finished 2023-10-08T03:12:59.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:59 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]': finished 2023-10-08T03:12:59.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:59 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]': finished 2023-10-08T03:12:59.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:59 smithi046 ceph-mon[111227]: osdmap e67: 8 total, 8 up, 8 in 2023-10-08T03:12:59.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:59 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:12:59.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:12:59 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:12:59.899 INFO:teuthology.orchestra.run.smithi019.stdout: 5 11068 8.66 MB/sec warmup 45 sec latency 120.882 ms 2023-10-08T03:13:00.504 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:00 smithi019 ceph-mon[108350]: Upgrade: Target is version 18.0.0-6609-g9725b08f (unknown) 2023-10-08T03:13:00.504 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:00 smithi019 ceph-mon[108350]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:97fb66d1505dfd3031f50aea63af756a6271a8b2b32c547a25afa8a80ba68991, digests ['quay.ceph.io/ceph-ci/ceph@sha256:97fb66d1505dfd3031f50aea63af756a6271a8b2b32c547a25afa8a80ba68991'] 2023-10-08T03:13:00.504 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:00 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:13:00.504 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:00 smithi019 ceph-mon[108350]: Upgrade: Need to upgrade myself (mgr.smithi019.xhcxai) 2023-10-08T03:13:00.504 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:00 smithi019 ceph-mon[108350]: osdmap e68: 8 total, 8 up, 8 in 2023-10-08T03:13:00.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:00 smithi046 ceph-mon[111227]: Upgrade: Target is version 18.0.0-6609-g9725b08f (unknown) 2023-10-08T03:13:00.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:00 smithi046 ceph-mon[111227]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:97fb66d1505dfd3031f50aea63af756a6271a8b2b32c547a25afa8a80ba68991, digests ['quay.ceph.io/ceph-ci/ceph@sha256:97fb66d1505dfd3031f50aea63af756a6271a8b2b32c547a25afa8a80ba68991'] 2023-10-08T03:13:00.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:00 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:13:00.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:00 smithi046 ceph-mon[111227]: Upgrade: Need to upgrade myself (mgr.smithi019.xhcxai) 2023-10-08T03:13:00.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:00 smithi046 ceph-mon[111227]: osdmap e68: 8 total, 8 up, 8 in 2023-10-08T03:13:00.902 INFO:teuthology.orchestra.run.smithi019.stdout: 5 11334 8.53 MB/sec warmup 46 sec latency 125.691 ms 2023-10-08T03:13:01.518 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:01 smithi019 ceph-mon[108350]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:97fb66d1505dfd3031f50aea63af756a6271a8b2b32c547a25afa8a80ba68991 on smithi046 2023-10-08T03:13:01.518 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:01 smithi019 ceph-mon[108350]: pgmap v207: 97 pgs: 1 activating, 1 peering, 95 active+clean; 149 MiB data, 434 MiB used, 715 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.0 MiB/s wr, 315 op/s 2023-10-08T03:13:01.518 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:01 smithi019 ceph-mon[108350]: Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2023-10-08T03:13:01.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:01 smithi046 ceph-mon[111227]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:97fb66d1505dfd3031f50aea63af756a6271a8b2b32c547a25afa8a80ba68991 on smithi046 2023-10-08T03:13:01.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:01 smithi046 ceph-mon[111227]: pgmap v207: 97 pgs: 1 activating, 1 peering, 95 active+clean; 149 MiB data, 434 MiB used, 715 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.0 MiB/s wr, 315 op/s 2023-10-08T03:13:01.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:01 smithi046 ceph-mon[111227]: Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2023-10-08T03:13:01.902 INFO:teuthology.orchestra.run.smithi019.stdout: 5 11579 8.51 MB/sec warmup 47 sec latency 126.368 ms 2023-10-08T03:13:02.902 INFO:teuthology.orchestra.run.smithi019.stdout: 5 11863 8.48 MB/sec warmup 48 sec latency 143.094 ms 2023-10-08T03:13:03.281 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:03 smithi046 ceph-mon[111227]: pgmap v208: 97 pgs: 1 activating, 1 peering, 95 active+clean; 157 MiB data, 458 MiB used, 715 GiB / 715 GiB avail; 4.9 KiB/s rd, 5.0 MiB/s wr, 439 op/s 2023-10-08T03:13:03.334 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:03 smithi019 ceph-mon[108350]: pgmap v208: 97 pgs: 1 activating, 1 peering, 95 active+clean; 157 MiB data, 458 MiB used, 715 GiB / 715 GiB avail; 4.9 KiB/s rd, 5.0 MiB/s wr, 439 op/s 2023-10-08T03:13:03.902 INFO:teuthology.orchestra.run.smithi019.stdout: 5 12188 8.37 MB/sec warmup 49 sec latency 129.822 ms 2023-10-08T03:13:04.910 INFO:teuthology.orchestra.run.smithi019.stdout: 5 12506 8.33 MB/sec warmup 50 sec latency 123.677 ms 2023-10-08T03:13:05.623 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:05 smithi019 ceph-mon[108350]: pgmap v209: 97 pgs: 1 activating, 96 active+clean; 156 MiB data, 467 MiB used, 715 GiB / 715 GiB avail; 2.5 KiB/s rd, 4.5 MiB/s wr, 385 op/s 2023-10-08T03:13:05.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:05 smithi046 ceph-mon[111227]: pgmap v209: 97 pgs: 1 activating, 96 active+clean; 156 MiB data, 467 MiB used, 715 GiB / 715 GiB avail; 2.5 KiB/s rd, 4.5 MiB/s wr, 385 op/s 2023-10-08T03:13:05.910 INFO:teuthology.orchestra.run.smithi019.stdout: 5 12712 8.25 MB/sec warmup 51 sec latency 118.107 ms 2023-10-08T03:13:06.434 INFO:teuthology.orchestra.run.smithi019.stdout:true 2023-10-08T03:13:06.652 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:06 smithi019 ceph-mon[108350]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2023-10-08T03:13:06.652 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:06 smithi019 ceph-mon[108350]: Cluster is now healthy 2023-10-08T03:13:06.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:06 smithi046 ceph-mon[111227]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2023-10-08T03:13:06.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:06 smithi046 ceph-mon[111227]: Cluster is now healthy 2023-10-08T03:13:06.910 INFO:teuthology.orchestra.run.smithi019.stdout: 5 13039 8.35 MB/sec warmup 52 sec latency 129.928 ms 2023-10-08T03:13:07.363 INFO:teuthology.orchestra.run.smithi019.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-08T03:13:07.364 INFO:teuthology.orchestra.run.smithi019.stdout:alertmanager.smithi019 smithi019 *:9093,9094 running (4m) 55s ago 5m 24.1M - ba2b418f427c ade3e95870bf 2023-10-08T03:13:07.364 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi019 smithi019 running (5m) 55s ago 5m 7013k - 17.2.0 e1d6a67b021e 93f2f87f70d7 2023-10-08T03:13:07.364 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi046 smithi046 running (5m) 56s ago 5m 7180k - 17.2.0 e1d6a67b021e 3eac4fedb25b 2023-10-08T03:13:07.364 INFO:teuthology.orchestra.run.smithi019.stdout:grafana.smithi019 smithi019 *:3000 running (4m) 55s ago 5m 50.0M - 8.3.5 dad864ee21e9 6683f7ce36b6 2023-10-08T03:13:07.364 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi019.mucmqc smithi019 running (77s) 55s ago 77s 16.5M - 17.2.0 e1d6a67b021e 7f9ed02e230d 2023-10-08T03:13:07.364 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi046.mfhvuj smithi046 running (76s) 56s ago 75s 15.6M - 17.2.0 e1d6a67b021e fa7253ccc386 2023-10-08T03:13:07.364 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi019.xhcxai smithi019 *:9283 running (6m) 55s ago 6m 476M - 17.2.0 e1d6a67b021e ffebd90d85cb 2023-10-08T03:13:07.364 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi046.qizlkx smithi046 *:8443,9283 running (5m) 56s ago 5m 419M - 17.2.0 e1d6a67b021e 6ab06f7574ef 2023-10-08T03:13:07.365 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi019 smithi019 running (6m) 55s ago 6m 81.5M 2048M 17.2.0 e1d6a67b021e 3343e10344ce 2023-10-08T03:13:07.365 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi046 smithi046 running (4m) 56s ago 4m 64.4M 2048M 17.2.0 e1d6a67b021e f493055937f5 2023-10-08T03:13:07.365 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.0.0.smithi019.xoggxc smithi019 *:2049 running (63s) 55s ago 63s 52.3M - 4.0 e1d6a67b021e 7bfe4ef2f1b4 2023-10-08T03:13:07.365 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.1.0.smithi046.xbdcvc smithi046 *:2049 running (58s) 56s ago 58s 55.9M - 4.0 e1d6a67b021e 4183af495695 2023-10-08T03:13:07.365 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi019 smithi019 *:9100 running (5m) 55s ago 5m 24.6M - 1dbe0e931976 8e589a1445ab 2023-10-08T03:13:07.365 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi046 smithi046 *:9100 running (4m) 56s ago 4m 26.8M - 1dbe0e931976 a90bdf22df08 2023-10-08T03:13:07.365 INFO:teuthology.orchestra.run.smithi019.stdout:osd.0 smithi019 running (4m) 55s ago 4m 54.5M 3223M 17.2.0 e1d6a67b021e 87e5445a13d5 2023-10-08T03:13:07.365 INFO:teuthology.orchestra.run.smithi019.stdout:osd.1 smithi019 running (4m) 55s ago 4m 57.8M 3223M 17.2.0 e1d6a67b021e 790a367854df 2023-10-08T03:13:07.365 INFO:teuthology.orchestra.run.smithi019.stdout:osd.2 smithi019 running (3m) 55s ago 3m 51.0M 3223M 17.2.0 e1d6a67b021e 7a427689da6b 2023-10-08T03:13:07.365 INFO:teuthology.orchestra.run.smithi019.stdout:osd.3 smithi019 running (3m) 55s ago 3m 50.5M 3223M 17.2.0 e1d6a67b021e 61eeb3784da1 2023-10-08T03:13:07.365 INFO:teuthology.orchestra.run.smithi019.stdout:osd.4 smithi046 running (3m) 56s ago 3m 52.3M 3991M 17.2.0 e1d6a67b021e f34ac437618f 2023-10-08T03:13:07.365 INFO:teuthology.orchestra.run.smithi019.stdout:osd.5 smithi046 running (2m) 56s ago 2m 48.5M 3991M 17.2.0 e1d6a67b021e 410d010c43f3 2023-10-08T03:13:07.366 INFO:teuthology.orchestra.run.smithi019.stdout:osd.6 smithi046 running (2m) 56s ago 2m 47.8M 3991M 17.2.0 e1d6a67b021e 16f12791da25 2023-10-08T03:13:07.366 INFO:teuthology.orchestra.run.smithi019.stdout:osd.7 smithi046 running (2m) 56s ago 2m 51.3M 3991M 17.2.0 e1d6a67b021e 54d01c0d1021 2023-10-08T03:13:07.366 INFO:teuthology.orchestra.run.smithi019.stdout:prometheus.smithi019 smithi019 *:9095 running (4m) 55s ago 4m 64.3M - 514e6a882f6e 471cfc1c77a3 2023-10-08T03:13:07.686 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:07 smithi019 ceph-mon[108350]: pgmap v210: 97 pgs: 97 active+clean; 155 MiB data, 487 MiB used, 715 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.5 MiB/s wr, 423 op/s 2023-10-08T03:13:07.686 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:07 smithi019 ceph-mon[108350]: from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:13:07.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:07 smithi046 ceph-mon[111227]: pgmap v210: 97 pgs: 97 active+clean; 155 MiB data, 487 MiB used, 715 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.5 MiB/s wr, 423 op/s 2023-10-08T03:13:07.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:07 smithi046 ceph-mon[111227]: from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:13:07.910 INFO:teuthology.orchestra.run.smithi019.stdout: 5 13408 8.39 MB/sec warmup 53 sec latency 120.777 ms 2023-10-08T03:13:07.930 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2023-10-08T03:13:07.930 INFO:teuthology.orchestra.run.smithi019.stdout: "mon": { 2023-10-08T03:13:07.930 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-10-08T03:13:07.930 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2023-10-08T03:13:07.930 INFO:teuthology.orchestra.run.smithi019.stdout: "mgr": { 2023-10-08T03:13:07.930 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-10-08T03:13:07.930 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2023-10-08T03:13:07.930 INFO:teuthology.orchestra.run.smithi019.stdout: "osd": { 2023-10-08T03:13:07.930 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-10-08T03:13:07.930 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2023-10-08T03:13:07.931 INFO:teuthology.orchestra.run.smithi019.stdout: "mds": { 2023-10-08T03:13:07.931 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-10-08T03:13:07.931 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2023-10-08T03:13:07.931 INFO:teuthology.orchestra.run.smithi019.stdout: "overall": { 2023-10-08T03:13:07.931 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-10-08T03:13:07.931 INFO:teuthology.orchestra.run.smithi019.stdout: } 2023-10-08T03:13:07.931 INFO:teuthology.orchestra.run.smithi019.stdout:} 2023-10-08T03:13:08.425 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2023-10-08T03:13:08.425 INFO:teuthology.orchestra.run.smithi019.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:97fb66d1505dfd3031f50aea63af756a6271a8b2b32c547a25afa8a80ba68991", 2023-10-08T03:13:08.425 INFO:teuthology.orchestra.run.smithi019.stdout: "in_progress": true, 2023-10-08T03:13:08.425 INFO:teuthology.orchestra.run.smithi019.stdout: "services_complete": [], 2023-10-08T03:13:08.425 INFO:teuthology.orchestra.run.smithi019.stdout: "progress": "0/23 daemons upgraded", 2023-10-08T03:13:08.425 INFO:teuthology.orchestra.run.smithi019.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:97fb66d1505dfd3031f50aea63af756a6271a8b2b32c547a25afa8a80ba68991 image on host smithi046" 2023-10-08T03:13:08.425 INFO:teuthology.orchestra.run.smithi019.stdout:} 2023-10-08T03:13:08.712 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:08 smithi019 ceph-mon[108350]: from='client.24453 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:13:08.712 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:08 smithi019 ceph-mon[108350]: from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:13:08.712 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:08 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/3645719635' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-08T03:13:08.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:08 smithi046 ceph-mon[111227]: from='client.24453 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:13:08.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:08 smithi046 ceph-mon[111227]: from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:13:08.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:08 smithi046 ceph-mon[111227]: from='client.? 172.21.15.19:0/3645719635' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-08T03:13:08.910 INFO:teuthology.orchestra.run.smithi019.stdout: 5 13720 8.41 MB/sec warmup 54 sec latency 124.230 ms 2023-10-08T03:13:08.993 INFO:teuthology.orchestra.run.smithi019.stdout:HEALTH_OK 2023-10-08T03:13:09.728 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:09 smithi019 ceph-mon[108350]: pgmap v211: 97 pgs: 97 active+clean; 155 MiB data, 507 MiB used, 715 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.1 MiB/s wr, 413 op/s 2023-10-08T03:13:09.729 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:09 smithi019 ceph-mon[108350]: from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:13:09.729 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:09 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/2435597662' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-08T03:13:09.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:09 smithi046 ceph-mon[111227]: pgmap v211: 97 pgs: 97 active+clean; 155 MiB data, 507 MiB used, 715 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.1 MiB/s wr, 413 op/s 2023-10-08T03:13:09.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:09 smithi046 ceph-mon[111227]: from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:13:09.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:09 smithi046 ceph-mon[111227]: from='client.? 172.21.15.19:0/2435597662' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-08T03:13:09.911 INFO:teuthology.orchestra.run.smithi019.stdout: 5 14018 8.48 MB/sec warmup 55 sec latency 198.056 ms 2023-10-08T03:13:10.910 INFO:teuthology.orchestra.run.smithi019.stdout: 5 14376 8.50 MB/sec warmup 56 sec latency 129.731 ms 2023-10-08T03:13:11.504 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:11 smithi019 ceph-mon[108350]: pgmap v212: 97 pgs: 97 active+clean; 157 MiB data, 521 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 3.9 MiB/s wr, 382 op/s 2023-10-08T03:13:11.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:11 smithi046 ceph-mon[111227]: pgmap v212: 97 pgs: 97 active+clean; 157 MiB data, 521 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 3.9 MiB/s wr, 382 op/s 2023-10-08T03:13:11.910 INFO:teuthology.orchestra.run.smithi019.stdout: 5 14792 8.54 MB/sec warmup 57 sec latency 145.486 ms 2023-10-08T03:13:12.910 INFO:teuthology.orchestra.run.smithi019.stdout: 5 15051 8.48 MB/sec warmup 58 sec latency 133.035 ms 2023-10-08T03:13:13.334 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:13 smithi019 ceph-mon[108350]: pgmap v213: 97 pgs: 97 active+clean; 164 MiB data, 530 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.9 MiB/s wr, 442 op/s 2023-10-08T03:13:13.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:13 smithi046 ceph-mon[111227]: pgmap v213: 97 pgs: 97 active+clean; 164 MiB data, 530 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.9 MiB/s wr, 442 op/s 2023-10-08T03:13:13.910 INFO:teuthology.orchestra.run.smithi019.stdout: 5 15345 8.46 MB/sec warmup 59 sec latency 129.105 ms 2023-10-08T03:13:14.352 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:14 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:13:14.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:14 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:13:14.910 INFO:teuthology.orchestra.run.smithi019.stdout: 5 15672 8.40 MB/sec warmup 60 sec latency 87.942 ms 2023-10-08T03:13:15.353 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:15 smithi019 ceph-mon[108350]: pgmap v214: 97 pgs: 97 active+clean; 167 MiB data, 552 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 414 op/s 2023-10-08T03:13:15.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:15 smithi046 ceph-mon[111227]: pgmap v214: 97 pgs: 97 active+clean; 167 MiB data, 552 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 414 op/s 2023-10-08T03:13:15.910 INFO:teuthology.orchestra.run.smithi019.stdout: 5 15906 8.34 MB/sec warmup 61 sec latency 122.465 ms 2023-10-08T03:13:16.910 INFO:teuthology.orchestra.run.smithi019.stdout: 5 16234 8.37 MB/sec warmup 62 sec latency 131.456 ms 2023-10-08T03:13:17.360 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:17 smithi019 ceph-mon[108350]: pgmap v215: 97 pgs: 97 active+clean; 169 MiB data, 587 MiB used, 715 GiB / 715 GiB avail; 9.7 KiB/s rd, 4.6 MiB/s wr, 465 op/s 2023-10-08T03:13:17.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:17 smithi046 ceph-mon[111227]: pgmap v215: 97 pgs: 97 active+clean; 169 MiB data, 587 MiB used, 715 GiB / 715 GiB avail; 9.7 KiB/s rd, 4.6 MiB/s wr, 465 op/s 2023-10-08T03:13:17.911 INFO:teuthology.orchestra.run.smithi019.stdout: 5 16624 8.43 MB/sec warmup 63 sec latency 122.659 ms 2023-10-08T03:13:18.911 INFO:teuthology.orchestra.run.smithi019.stdout: 5 17063 8.50 MB/sec warmup 64 sec latency 126.948 ms 2023-10-08T03:13:19.396 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:19 smithi019 ceph-mon[108350]: pgmap v216: 97 pgs: 97 active+clean; 166 MiB data, 599 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.3 MiB/s wr, 402 op/s 2023-10-08T03:13:19.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:19 smithi046 ceph-mon[111227]: pgmap v216: 97 pgs: 97 active+clean; 166 MiB data, 599 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.3 MiB/s wr, 402 op/s 2023-10-08T03:13:19.911 INFO:teuthology.orchestra.run.smithi019.stdout: 5 17383 8.51 MB/sec warmup 65 sec latency 129.607 ms 2023-10-08T03:13:20.911 INFO:teuthology.orchestra.run.smithi019.stdout: 5 17721 8.56 MB/sec warmup 66 sec latency 139.944 ms 2023-10-08T03:13:21.418 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:21 smithi019 ceph-mon[108350]: pgmap v217: 97 pgs: 97 active+clean; 166 MiB data, 597 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 4.1 MiB/s wr, 358 op/s 2023-10-08T03:13:21.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:21 smithi046 ceph-mon[111227]: pgmap v217: 97 pgs: 97 active+clean; 166 MiB data, 597 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 4.1 MiB/s wr, 358 op/s 2023-10-08T03:13:21.918 INFO:teuthology.orchestra.run.smithi019.stdout: 5 17984 8.58 MB/sec warmup 67 sec latency 132.001 ms 2023-10-08T03:13:22.917 INFO:teuthology.orchestra.run.smithi019.stdout: 5 18301 8.61 MB/sec warmup 68 sec latency 140.450 ms 2023-10-08T03:13:23.464 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:23 smithi019 ceph-mon[108350]: pgmap v218: 97 pgs: 97 active+clean; 177 MiB data, 621 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.6 MiB/s wr, 538 op/s 2023-10-08T03:13:23.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:23 smithi046 ceph-mon[111227]: pgmap v218: 97 pgs: 97 active+clean; 177 MiB data, 621 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.6 MiB/s wr, 538 op/s 2023-10-08T03:13:23.917 INFO:teuthology.orchestra.run.smithi019.stdout: 5 18666 8.55 MB/sec warmup 69 sec latency 124.109 ms 2023-10-08T03:13:24.925 INFO:teuthology.orchestra.run.smithi019.stdout: 5 19045 8.53 MB/sec warmup 70 sec latency 125.327 ms 2023-10-08T03:13:25.389 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:25 smithi019 ceph-mon[108350]: pgmap v219: 97 pgs: 97 active+clean; 180 MiB data, 644 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.8 MiB/s wr, 468 op/s 2023-10-08T03:13:25.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:25 smithi046 ceph-mon[111227]: pgmap v219: 97 pgs: 97 active+clean; 180 MiB data, 644 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.8 MiB/s wr, 468 op/s 2023-10-08T03:13:25.925 INFO:teuthology.orchestra.run.smithi019.stdout: 5 19465 8.56 MB/sec warmup 71 sec latency 128.112 ms 2023-10-08T03:13:26.926 INFO:teuthology.orchestra.run.smithi019.stdout: 5 19865 8.56 MB/sec warmup 72 sec latency 94.068 ms 2023-10-08T03:13:27.521 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:27 smithi046 ceph-mon[111227]: pgmap v220: 97 pgs: 97 active+clean; 179 MiB data, 679 MiB used, 715 GiB / 715 GiB avail; 9.1 KiB/s rd, 4.8 MiB/s wr, 424 op/s 2023-10-08T03:13:27.521 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:27 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:13:27.521 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:27 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi046.qizlkx", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-08T03:13:27.521 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:27 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-08T03:13:27.521 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:27 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:13:27.522 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:27 smithi019 ceph-mon[108350]: pgmap v220: 97 pgs: 97 active+clean; 179 MiB data, 679 MiB used, 715 GiB / 715 GiB avail; 9.1 KiB/s rd, 4.8 MiB/s wr, 424 op/s 2023-10-08T03:13:27.522 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:27 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:13:27.522 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:27 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi046.qizlkx", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-08T03:13:27.522 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:27 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-08T03:13:27.522 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:27 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:13:27.927 INFO:teuthology.orchestra.run.smithi019.stdout: 5 20238 8.59 MB/sec warmup 73 sec latency 126.278 ms 2023-10-08T03:13:28.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:28 smithi046 ceph-mon[111227]: Upgrade: Updating mgr.smithi046.qizlkx 2023-10-08T03:13:28.545 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:28 smithi019 ceph-mon[108350]: Upgrade: Updating mgr.smithi046.qizlkx 2023-10-08T03:13:28.546 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:28 smithi019 ceph-mon[108350]: Deploying daemon mgr.smithi046.qizlkx on smithi046 2023-10-08T03:13:28.646 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:28 smithi046 ceph-mon[111227]: Deploying daemon mgr.smithi046.qizlkx on smithi046 2023-10-08T03:13:28.927 INFO:teuthology.orchestra.run.smithi019.stdout: 5 20662 8.63 MB/sec warmup 74 sec latency 128.205 ms 2023-10-08T03:13:29.568 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:29 smithi019 ceph-mon[108350]: pgmap v221: 97 pgs: 97 active+clean; 183 MiB data, 704 MiB used, 715 GiB / 715 GiB avail; 5.5 KiB/s rd, 5.0 MiB/s wr, 472 op/s 2023-10-08T03:13:29.568 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:29 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:13:29.569 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:29 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:13:29.569 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:29 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:13:29.569 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:29 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:13:29.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:29 smithi046 ceph-mon[111227]: pgmap v221: 97 pgs: 97 active+clean; 183 MiB data, 704 MiB used, 715 GiB / 715 GiB avail; 5.5 KiB/s rd, 5.0 MiB/s wr, 472 op/s 2023-10-08T03:13:29.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:29 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:13:29.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:29 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:13:29.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:29 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:13:29.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:29 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:13:29.927 INFO:teuthology.orchestra.run.smithi019.stdout: 5 21003 8.68 MB/sec warmup 75 sec latency 126.671 ms 2023-10-08T03:13:30.927 INFO:teuthology.orchestra.run.smithi019.stdout: 5 21325 8.69 MB/sec warmup 76 sec latency 146.225 ms 2023-10-08T03:13:31.591 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:31 smithi019 ceph-mon[108350]: pgmap v222: 97 pgs: 97 active+clean; 186 MiB data, 702 MiB used, 715 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.2 MiB/s wr, 535 op/s 2023-10-08T03:13:31.591 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:31 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:13:31.796 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:31 smithi046 ceph-mon[111227]: pgmap v222: 97 pgs: 97 active+clean; 186 MiB data, 702 MiB used, 715 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.2 MiB/s wr, 535 op/s 2023-10-08T03:13:31.796 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:31 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:13:31.927 INFO:teuthology.orchestra.run.smithi019.stdout: 5 21598 8.72 MB/sec warmup 77 sec latency 126.833 ms 2023-10-08T03:13:32.927 INFO:teuthology.orchestra.run.smithi019.stdout: 5 21882 8.69 MB/sec warmup 78 sec latency 146.247 ms 2023-10-08T03:13:33.326 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:33 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:13:33.327 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:33 smithi046 ceph-mon[111227]: pgmap v223: 97 pgs: 97 active+clean; 188 MiB data, 710 MiB used, 715 GiB / 715 GiB avail; 6.5 KiB/s rd, 6.2 MiB/s wr, 598 op/s 2023-10-08T03:13:33.359 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:33 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:13:33.359 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:33 smithi019 ceph-mon[108350]: pgmap v223: 97 pgs: 97 active+clean; 188 MiB data, 710 MiB used, 715 GiB / 715 GiB avail; 6.5 KiB/s rd, 6.2 MiB/s wr, 598 op/s 2023-10-08T03:13:33.927 INFO:teuthology.orchestra.run.smithi019.stdout: 5 22189 8.65 MB/sec warmup 79 sec latency 148.502 ms 2023-10-08T03:13:34.928 INFO:teuthology.orchestra.run.smithi019.stdout: 5 22412 8.59 MB/sec warmup 80 sec latency 135.395 ms 2023-10-08T03:13:35.668 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:35 smithi019 ceph-mon[108350]: pgmap v224: 97 pgs: 97 active+clean; 189 MiB data, 721 MiB used, 715 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.7 MiB/s wr, 423 op/s 2023-10-08T03:13:35.668 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:35 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:13:35.668 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:35 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:13:35.668 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:35 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:13:35.668 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:35 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:13:35.668 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:35 smithi019 ceph-mon[108350]: Upgrade: Need to upgrade myself (mgr.smithi019.xhcxai) 2023-10-08T03:13:35.669 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:35 smithi019 ceph-mon[108350]: Failing over to other MGR 2023-10-08T03:13:35.669 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:35 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mgr fail", "who": "smithi019.xhcxai"}]: dispatch 2023-10-08T03:13:35.669 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:35 smithi019 ceph-mon[108350]: osdmap e69: 8 total, 8 up, 8 in 2023-10-08T03:13:35.669 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:35 smithi019 ceph-mon[108350]: Standby manager daemon smithi019.xhcxai started 2023-10-08T03:13:35.794 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:35 smithi046 ceph-mon[111227]: pgmap v224: 97 pgs: 97 active+clean; 189 MiB data, 721 MiB used, 715 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.7 MiB/s wr, 423 op/s 2023-10-08T03:13:35.795 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:35 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:13:35.795 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:35 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:13:35.795 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:35 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' 2023-10-08T03:13:35.795 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:35 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:13:35.795 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:35 smithi046 ceph-mon[111227]: Upgrade: Need to upgrade myself (mgr.smithi019.xhcxai) 2023-10-08T03:13:35.795 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:35 smithi046 ceph-mon[111227]: Failing over to other MGR 2023-10-08T03:13:35.796 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:35 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "mgr fail", "who": "smithi019.xhcxai"}]: dispatch 2023-10-08T03:13:35.796 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:35 smithi046 ceph-mon[111227]: osdmap e69: 8 total, 8 up, 8 in 2023-10-08T03:13:35.796 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:35 smithi046 ceph-mon[111227]: Standby manager daemon smithi019.xhcxai started 2023-10-08T03:13:35.947 INFO:teuthology.orchestra.run.smithi019.stdout: 5 22662 8.56 MB/sec warmup 81 sec latency 126.759 ms 2023-10-08T03:13:36.703 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:36 smithi019 ceph-mon[108350]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd='[{"prefix": "mgr fail", "who": "smithi019.xhcxai"}]': finished 2023-10-08T03:13:36.703 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:36 smithi019 ceph-mon[108350]: mgrmap e22: smithi046.qizlkx(active, starting, since 0.999236s), standbys: smithi019.xhcxai 2023-10-08T03:13:36.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:36 smithi046 ceph-mon[111227]: from='mgr.14204 172.21.15.19:0/818005959' entity='mgr.smithi019.xhcxai' cmd='[{"prefix": "mgr fail", "who": "smithi019.xhcxai"}]': finished 2023-10-08T03:13:36.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:36 smithi046 ceph-mon[111227]: mgrmap e22: smithi046.qizlkx(active, starting, since 0.999236s), standbys: smithi019.xhcxai 2023-10-08T03:13:36.947 INFO:teuthology.orchestra.run.smithi019.stdout: 5 22971 8.57 MB/sec warmup 82 sec latency 110.055 ms 2023-10-08T03:13:37.947 INFO:teuthology.orchestra.run.smithi019.stdout: 5 23328 8.54 MB/sec warmup 83 sec latency 127.662 ms 2023-10-08T03:13:38.497 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:38 smithi019 ceph-mon[108350]: Active manager daemon smithi046.qizlkx restarted 2023-10-08T03:13:38.497 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:38 smithi019 ceph-mon[108350]: Activating manager daemon smithi046.qizlkx 2023-10-08T03:13:38.497 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:38 smithi019 ceph-mon[108350]: osdmap e70: 8 total, 8 up, 8 in 2023-10-08T03:13:38.497 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:38 smithi019 ceph-mon[108350]: from='mgr.? 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi046.qizlkx/crt"}]: dispatch 2023-10-08T03:13:38.497 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:38 smithi019 ceph-mon[108350]: from='mgr.? 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-08T03:13:38.497 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:38 smithi019 ceph-mon[108350]: from='mgr.? 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi046.qizlkx/key"}]: dispatch 2023-10-08T03:13:38.497 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:38 smithi019 ceph-mon[108350]: from='mgr.? 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-08T03:13:38.554 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:38 smithi046 ceph-mon[111227]: Active manager daemon smithi046.qizlkx restarted 2023-10-08T03:13:38.555 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:38 smithi046 ceph-mon[111227]: Activating manager daemon smithi046.qizlkx 2023-10-08T03:13:38.555 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:38 smithi046 ceph-mon[111227]: osdmap e70: 8 total, 8 up, 8 in 2023-10-08T03:13:38.555 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:38 smithi046 ceph-mon[111227]: from='mgr.? 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi046.qizlkx/crt"}]: dispatch 2023-10-08T03:13:38.555 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:38 smithi046 ceph-mon[111227]: from='mgr.? 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-08T03:13:38.555 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:38 smithi046 ceph-mon[111227]: from='mgr.? 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi046.qizlkx/key"}]: dispatch 2023-10-08T03:13:38.555 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:38 smithi046 ceph-mon[111227]: from='mgr.? 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-08T03:13:38.947 INFO:teuthology.orchestra.run.smithi019.stdout: 5 23641 8.54 MB/sec warmup 84 sec latency 129.890 ms 2023-10-08T03:13:39.512 INFO:teuthology.orchestra.run.smithi019.stdout:true 2023-10-08T03:13:39.516 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:39 smithi019 ceph-mon[108350]: mgrmap e23: smithi046.qizlkx(active, starting, since 0.563494s), standbys: smithi019.xhcxai 2023-10-08T03:13:39.516 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:39 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "mon metadata", "id": "smithi019"}]: dispatch 2023-10-08T03:13:39.516 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:39 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "mon metadata", "id": "smithi046"}]: dispatch 2023-10-08T03:13:39.516 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:39 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi019.mucmqc"}]: dispatch 2023-10-08T03:13:39.517 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:39 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi046.mfhvuj"}]: dispatch 2023-10-08T03:13:39.517 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:39 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "mgr metadata", "who": "smithi046.qizlkx", "id": "smithi046.qizlkx"}]: dispatch 2023-10-08T03:13:39.517 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:39 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "mgr metadata", "who": "smithi019.xhcxai", "id": "smithi019.xhcxai"}]: dispatch 2023-10-08T03:13:39.517 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:39 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T03:13:39.517 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:39 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T03:13:39.517 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:39 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T03:13:39.517 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:39 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T03:13:39.517 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:39 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T03:13:39.517 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:39 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T03:13:39.517 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:39 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T03:13:39.517 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:39 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T03:13:39.517 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:39 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-08T03:13:39.518 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:39 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-08T03:13:39.518 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:39 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-08T03:13:39.518 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:39 smithi019 ceph-mon[108350]: Manager daemon smithi046.qizlkx is now available 2023-10-08T03:13:39.518 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:39 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:13:39.518 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:39 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:13:39.518 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:39 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:13:39.518 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:39 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:13:39.518 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:39 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi046.qizlkx/mirror_snapshot_schedule"}]: dispatch 2023-10-08T03:13:39.518 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:39 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi046.qizlkx/mirror_snapshot_schedule"}]: dispatch 2023-10-08T03:13:39.518 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:39 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi046.qizlkx/trash_purge_schedule"}]: dispatch 2023-10-08T03:13:39.518 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:39 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi046.qizlkx/trash_purge_schedule"}]: dispatch 2023-10-08T03:13:39.518 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:39 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:13:39.519 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:39 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:13:39.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:39 smithi046 ceph-mon[111227]: mgrmap e23: smithi046.qizlkx(active, starting, since 0.563494s), standbys: smithi019.xhcxai 2023-10-08T03:13:39.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:39 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "mon metadata", "id": "smithi019"}]: dispatch 2023-10-08T03:13:39.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:39 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "mon metadata", "id": "smithi046"}]: dispatch 2023-10-08T03:13:39.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:39 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi019.mucmqc"}]: dispatch 2023-10-08T03:13:39.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:39 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi046.mfhvuj"}]: dispatch 2023-10-08T03:13:39.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:39 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "mgr metadata", "who": "smithi046.qizlkx", "id": "smithi046.qizlkx"}]: dispatch 2023-10-08T03:13:39.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:39 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "mgr metadata", "who": "smithi019.xhcxai", "id": "smithi019.xhcxai"}]: dispatch 2023-10-08T03:13:39.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:39 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T03:13:39.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:39 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T03:13:39.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:39 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T03:13:39.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:39 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T03:13:39.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:39 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T03:13:39.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:39 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T03:13:39.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:39 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T03:13:39.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:39 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T03:13:39.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:39 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-08T03:13:39.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:39 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-08T03:13:39.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:39 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-08T03:13:39.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:39 smithi046 ceph-mon[111227]: Manager daemon smithi046.qizlkx is now available 2023-10-08T03:13:39.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:39 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:13:39.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:39 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:13:39.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:39 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:13:39.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:39 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:13:39.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:39 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi046.qizlkx/mirror_snapshot_schedule"}]: dispatch 2023-10-08T03:13:39.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:39 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi046.qizlkx/mirror_snapshot_schedule"}]: dispatch 2023-10-08T03:13:39.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:39 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi046.qizlkx/trash_purge_schedule"}]: dispatch 2023-10-08T03:13:39.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:39 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi046.qizlkx/trash_purge_schedule"}]: dispatch 2023-10-08T03:13:39.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:39 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:13:39.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:39 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:13:39.947 INFO:teuthology.orchestra.run.smithi019.stdout: 5 23878 8.55 MB/sec warmup 85 sec latency 133.296 ms 2023-10-08T03:13:40.556 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:40 smithi019 ceph-mon[108350]: Deploying cephadm binary to smithi046 2023-10-08T03:13:40.556 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:40 smithi019 ceph-mon[108350]: Deploying cephadm binary to smithi019 2023-10-08T03:13:40.556 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:40 smithi019 ceph-mon[108350]: mgrmap e24: smithi046.qizlkx(active, since 1.57585s), standbys: smithi019.xhcxai 2023-10-08T03:13:40.556 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:40 smithi019 ceph-mon[108350]: pgmap v3: 97 pgs: 97 active+clean; 193 MiB data, 804 MiB used, 714 GiB / 715 GiB avail 2023-10-08T03:13:40.557 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:40 smithi019 ceph-mon[108350]: from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:13:40.557 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:40 smithi019 ceph-mon[108350]: [08/Oct/2023:03:13:39] ENGINE Bus STARTING 2023-10-08T03:13:40.557 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:40 smithi019 ceph-mon[108350]: [08/Oct/2023:03:13:39] ENGINE Serving on http://172.21.15.46:8765 2023-10-08T03:13:40.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:40 smithi046 ceph-mon[111227]: Deploying cephadm binary to smithi046 2023-10-08T03:13:40.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:40 smithi046 ceph-mon[111227]: Deploying cephadm binary to smithi019 2023-10-08T03:13:40.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:40 smithi046 ceph-mon[111227]: mgrmap e24: smithi046.qizlkx(active, since 1.57585s), standbys: smithi019.xhcxai 2023-10-08T03:13:40.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:40 smithi046 ceph-mon[111227]: pgmap v3: 97 pgs: 97 active+clean; 193 MiB data, 804 MiB used, 714 GiB / 715 GiB avail 2023-10-08T03:13:40.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:40 smithi046 ceph-mon[111227]: from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:13:40.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:40 smithi046 ceph-mon[111227]: [08/Oct/2023:03:13:39] ENGINE Bus STARTING 2023-10-08T03:13:40.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:40 smithi046 ceph-mon[111227]: [08/Oct/2023:03:13:39] ENGINE Serving on http://172.21.15.46:8765 2023-10-08T03:13:40.798 INFO:teuthology.orchestra.run.smithi019.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-08T03:13:40.799 INFO:teuthology.orchestra.run.smithi019.stdout:alertmanager.smithi019 smithi019 *:9093,9094 running (5m) 88s ago 6m 24.1M - ba2b418f427c ade3e95870bf 2023-10-08T03:13:40.799 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi019 smithi019 running (6m) 88s ago 6m 7013k - 17.2.0 e1d6a67b021e 93f2f87f70d7 2023-10-08T03:13:40.799 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi046 smithi046 running (5m) 9s ago 5m 7176k - 17.2.0 e1d6a67b021e 3eac4fedb25b 2023-10-08T03:13:40.799 INFO:teuthology.orchestra.run.smithi019.stdout:grafana.smithi019 smithi019 *:3000 running (4m) 88s ago 5m 50.0M - 8.3.5 dad864ee21e9 6683f7ce36b6 2023-10-08T03:13:40.799 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi019.mucmqc smithi019 running (111s) 88s ago 110s 16.5M - 17.2.0 e1d6a67b021e 7f9ed02e230d 2023-10-08T03:13:40.799 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi046.mfhvuj smithi046 running (109s) 9s ago 109s 15.9M - 17.2.0 e1d6a67b021e fa7253ccc386 2023-10-08T03:13:40.799 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi019.xhcxai smithi019 *:9283 running (7m) 88s ago 7m 476M - 17.2.0 e1d6a67b021e ffebd90d85cb 2023-10-08T03:13:40.799 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi046.qizlkx smithi046 *:8443,9283 running (12s) 9s ago 5m 49.2M - 18.0.0-6609-g9725b08f d68377abd09f 8fbe4275b077 2023-10-08T03:13:40.799 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi019 smithi019 running (7m) 88s ago 7m 81.5M 2048M 17.2.0 e1d6a67b021e 3343e10344ce 2023-10-08T03:13:40.799 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi046 smithi046 running (5m) 9s ago 5m 56.3M 2048M 17.2.0 e1d6a67b021e f493055937f5 2023-10-08T03:13:40.799 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.0.0.smithi019.xoggxc smithi019 *:2049 running (97s) 88s ago 96s 52.3M - 4.0 e1d6a67b021e 7bfe4ef2f1b4 2023-10-08T03:13:40.799 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.1.0.smithi046.xbdcvc smithi046 *:2049 running (92s) 9s ago 91s 79.9M - 4.0 e1d6a67b021e 4183af495695 2023-10-08T03:13:40.800 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi019 smithi019 *:9100 running (5m) 88s ago 5m 24.6M - 1dbe0e931976 8e589a1445ab 2023-10-08T03:13:40.800 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi046 smithi046 *:9100 running (5m) 9s ago 5m 25.8M - 1dbe0e931976 a90bdf22df08 2023-10-08T03:13:40.800 INFO:teuthology.orchestra.run.smithi019.stdout:osd.0 smithi019 running (5m) 88s ago 5m 54.5M 3223M 17.2.0 e1d6a67b021e 87e5445a13d5 2023-10-08T03:13:40.800 INFO:teuthology.orchestra.run.smithi019.stdout:osd.1 smithi019 running (4m) 88s ago 4m 57.8M 3223M 17.2.0 e1d6a67b021e 790a367854df 2023-10-08T03:13:40.800 INFO:teuthology.orchestra.run.smithi019.stdout:osd.2 smithi019 running (4m) 88s ago 4m 51.0M 3223M 17.2.0 e1d6a67b021e 7a427689da6b 2023-10-08T03:13:40.800 INFO:teuthology.orchestra.run.smithi019.stdout:osd.3 smithi019 running (3m) 88s ago 3m 50.5M 3223M 17.2.0 e1d6a67b021e 61eeb3784da1 2023-10-08T03:13:40.800 INFO:teuthology.orchestra.run.smithi019.stdout:osd.4 smithi046 running (3m) 9s ago 3m 336M 3991M 17.2.0 e1d6a67b021e f34ac437618f 2023-10-08T03:13:40.800 INFO:teuthology.orchestra.run.smithi019.stdout:osd.5 smithi046 running (3m) 9s ago 3m 383M 3991M 17.2.0 e1d6a67b021e 410d010c43f3 2023-10-08T03:13:40.800 INFO:teuthology.orchestra.run.smithi019.stdout:osd.6 smithi046 running (3m) 9s ago 3m 321M 3991M 17.2.0 e1d6a67b021e 16f12791da25 2023-10-08T03:13:40.800 INFO:teuthology.orchestra.run.smithi019.stdout:osd.7 smithi046 running (2m) 9s ago 2m 539M 3991M 17.2.0 e1d6a67b021e 54d01c0d1021 2023-10-08T03:13:40.801 INFO:teuthology.orchestra.run.smithi019.stdout:prometheus.smithi019 smithi019 *:9095 running (5m) 88s ago 5m 64.3M - 514e6a882f6e 471cfc1c77a3 2023-10-08T03:13:40.956 INFO:teuthology.orchestra.run.smithi019.stdout: 5 24135 8.54 MB/sec warmup 86 sec latency 137.472 ms 2023-10-08T03:13:41.465 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2023-10-08T03:13:41.465 INFO:teuthology.orchestra.run.smithi019.stdout: "mon": { 2023-10-08T03:13:41.465 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-10-08T03:13:41.465 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2023-10-08T03:13:41.465 INFO:teuthology.orchestra.run.smithi019.stdout: "mgr": { 2023-10-08T03:13:41.466 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-10-08T03:13:41.466 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 18.0.0-6609-g9725b08f (9725b08fd801c82987c737f7e6d354878f036ee8) reef (dev)": 1 2023-10-08T03:13:41.466 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2023-10-08T03:13:41.466 INFO:teuthology.orchestra.run.smithi019.stdout: "osd": { 2023-10-08T03:13:41.466 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-10-08T03:13:41.466 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2023-10-08T03:13:41.467 INFO:teuthology.orchestra.run.smithi019.stdout: "mds": { 2023-10-08T03:13:41.467 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-10-08T03:13:41.467 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2023-10-08T03:13:41.467 INFO:teuthology.orchestra.run.smithi019.stdout: "overall": { 2023-10-08T03:13:41.467 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-10-08T03:13:41.467 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 18.0.0-6609-g9725b08f (9725b08fd801c82987c737f7e6d354878f036ee8) reef (dev)": 1 2023-10-08T03:13:41.467 INFO:teuthology.orchestra.run.smithi019.stdout: } 2023-10-08T03:13:41.467 INFO:teuthology.orchestra.run.smithi019.stdout:} 2023-10-08T03:13:41.509 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:41 smithi019 ceph-mon[108350]: [08/Oct/2023:03:13:39] ENGINE Serving on https://172.21.15.46:7150 2023-10-08T03:13:41.510 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:41 smithi019 ceph-mon[108350]: [08/Oct/2023:03:13:39] ENGINE Bus STARTED 2023-10-08T03:13:41.510 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:41 smithi019 ceph-mon[108350]: from='client.24497 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:13:41.510 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:41 smithi019 ceph-mon[108350]: pgmap v4: 97 pgs: 97 active+clean; 193 MiB data, 804 MiB used, 714 GiB / 715 GiB avail 2023-10-08T03:13:41.510 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:41 smithi019 ceph-mon[108350]: mgrmap e25: smithi046.qizlkx(active, since 2s), standbys: smithi019.xhcxai 2023-10-08T03:13:41.510 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:41 smithi019 ceph-mon[108350]: from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:13:41.593 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:41 smithi046 ceph-mon[111227]: [08/Oct/2023:03:13:39] ENGINE Serving on https://172.21.15.46:7150 2023-10-08T03:13:41.593 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:41 smithi046 ceph-mon[111227]: [08/Oct/2023:03:13:39] ENGINE Bus STARTED 2023-10-08T03:13:41.593 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:41 smithi046 ceph-mon[111227]: from='client.24497 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:13:41.593 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:41 smithi046 ceph-mon[111227]: pgmap v4: 97 pgs: 97 active+clean; 193 MiB data, 804 MiB used, 714 GiB / 715 GiB avail 2023-10-08T03:13:41.594 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:41 smithi046 ceph-mon[111227]: mgrmap e25: smithi046.qizlkx(active, since 2s), standbys: smithi019.xhcxai 2023-10-08T03:13:41.594 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:41 smithi046 ceph-mon[111227]: from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:13:41.962 INFO:teuthology.orchestra.run.smithi019.stdout: 5 24350 8.52 MB/sec warmup 87 sec latency 115.006 ms 2023-10-08T03:13:42.000 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2023-10-08T03:13:42.001 INFO:teuthology.orchestra.run.smithi019.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:97fb66d1505dfd3031f50aea63af756a6271a8b2b32c547a25afa8a80ba68991", 2023-10-08T03:13:42.001 INFO:teuthology.orchestra.run.smithi019.stdout: "in_progress": true, 2023-10-08T03:13:42.001 INFO:teuthology.orchestra.run.smithi019.stdout: "which": "Upgrading all daemon types on all hosts", 2023-10-08T03:13:42.001 INFO:teuthology.orchestra.run.smithi019.stdout: "services_complete": [], 2023-10-08T03:13:42.001 INFO:teuthology.orchestra.run.smithi019.stdout: "progress": "1/23 daemons upgraded", 2023-10-08T03:13:42.001 INFO:teuthology.orchestra.run.smithi019.stdout: "message": "", 2023-10-08T03:13:42.001 INFO:teuthology.orchestra.run.smithi019.stdout: "is_paused": false 2023-10-08T03:13:42.001 INFO:teuthology.orchestra.run.smithi019.stdout:} 2023-10-08T03:13:42.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:42 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/1195119243' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-08T03:13:42.674 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:42 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:13:42.675 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:42 smithi046 ceph-mon[111227]: from='client.? 172.21.15.19:0/1195119243' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-08T03:13:42.675 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:42 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:13:42.676 INFO:teuthology.orchestra.run.smithi019.stdout:HEALTH_OK 2023-10-08T03:13:42.966 INFO:teuthology.orchestra.run.smithi019.stdout: 5 24609 8.51 MB/sec warmup 88 sec latency 86.795 ms 2023-10-08T03:13:43.623 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:43 smithi019 ceph-mon[108350]: from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:13:43.670 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:43 smithi019 ceph-mon[108350]: pgmap v5: 97 pgs: 97 active+clean; 193 MiB data, 804 MiB used, 714 GiB / 715 GiB avail 2023-10-08T03:13:43.670 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:43 smithi019 ceph-mon[108350]: mgrmap e26: smithi046.qizlkx(active, since 4s), standbys: smithi019.xhcxai 2023-10-08T03:13:43.670 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:43 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:13:43.670 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:43 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/2004510789' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-08T03:13:43.670 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:43 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:13:43.670 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:43 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:13:43.671 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:43 smithi046 ceph-mon[111227]: from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:13:43.671 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:43 smithi046 ceph-mon[111227]: pgmap v5: 97 pgs: 97 active+clean; 193 MiB data, 804 MiB used, 714 GiB / 715 GiB avail 2023-10-08T03:13:43.671 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:43 smithi046 ceph-mon[111227]: mgrmap e26: smithi046.qizlkx(active, since 4s), standbys: smithi019.xhcxai 2023-10-08T03:13:43.671 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:43 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:13:43.671 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:43 smithi046 ceph-mon[111227]: from='client.? 172.21.15.19:0/2004510789' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-08T03:13:43.671 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:43 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:13:43.671 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:43 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:13:43.966 INFO:teuthology.orchestra.run.smithi019.stdout: 5 24854 8.48 MB/sec warmup 89 sec latency 119.528 ms 2023-10-08T03:13:44.968 INFO:teuthology.orchestra.run.smithi019.stdout: 5 25063 8.47 MB/sec warmup 90 sec latency 135.602 ms 2023-10-08T03:13:45.514 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:45 smithi046 ceph-mon[111227]: pgmap v6: 97 pgs: 97 active+clean; 193 MiB data, 804 MiB used, 714 GiB / 715 GiB avail 2023-10-08T03:13:45.514 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:45 smithi046 ceph-mon[111227]: Standby manager daemon smithi019.xhcxai restarted 2023-10-08T03:13:45.515 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:45 smithi046 ceph-mon[111227]: Standby manager daemon smithi019.xhcxai started 2023-10-08T03:13:45.515 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:45 smithi046 ceph-mon[111227]: from='mgr.? 172.21.15.19:0/2532180484' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi019.xhcxai/crt"}]: dispatch 2023-10-08T03:13:45.515 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:45 smithi046 ceph-mon[111227]: from='mgr.? 172.21.15.19:0/2532180484' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-08T03:13:45.515 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:45 smithi046 ceph-mon[111227]: from='mgr.? 172.21.15.19:0/2532180484' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi019.xhcxai/key"}]: dispatch 2023-10-08T03:13:45.515 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:45 smithi046 ceph-mon[111227]: from='mgr.? 172.21.15.19:0/2532180484' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-08T03:13:45.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:45 smithi019 ceph-mon[108350]: pgmap v6: 97 pgs: 97 active+clean; 193 MiB data, 804 MiB used, 714 GiB / 715 GiB avail 2023-10-08T03:13:45.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:45 smithi019 ceph-mon[108350]: Standby manager daemon smithi019.xhcxai restarted 2023-10-08T03:13:45.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:45 smithi019 ceph-mon[108350]: Standby manager daemon smithi019.xhcxai started 2023-10-08T03:13:45.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:45 smithi019 ceph-mon[108350]: from='mgr.? 172.21.15.19:0/2532180484' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi019.xhcxai/crt"}]: dispatch 2023-10-08T03:13:45.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:45 smithi019 ceph-mon[108350]: from='mgr.? 172.21.15.19:0/2532180484' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-08T03:13:45.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:45 smithi019 ceph-mon[108350]: from='mgr.? 172.21.15.19:0/2532180484' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi019.xhcxai/key"}]: dispatch 2023-10-08T03:13:45.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:45 smithi019 ceph-mon[108350]: from='mgr.? 172.21.15.19:0/2532180484' entity='mgr.smithi019.xhcxai' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-08T03:13:45.977 INFO:teuthology.orchestra.run.smithi019.stdout: 5 25349 8.48 MB/sec warmup 91 sec latency 126.012 ms 2023-10-08T03:13:46.465 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:46 smithi019 ceph-mon[108350]: mgrmap e27: smithi046.qizlkx(active, since 7s), standbys: smithi019.xhcxai 2023-10-08T03:13:46.465 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:46 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:13:46.465 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:46 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:13:46.465 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:46 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:13:46.465 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:46 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:13:46.465 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:46 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:13:46.466 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:46 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:13:46.466 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:46 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:13:46.466 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:46 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:13:46.466 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:46 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:13:46.466 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:46 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:13:46.466 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:46 smithi019 ceph-mon[108350]: Adjusting osd_memory_target on smithi046 to 2711M 2023-10-08T03:13:46.466 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:46 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:13:46.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:46 smithi046 ceph-mon[111227]: mgrmap e27: smithi046.qizlkx(active, since 7s), standbys: smithi019.xhcxai 2023-10-08T03:13:46.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:46 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:13:46.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:46 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:13:46.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:46 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:13:46.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:46 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:13:46.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:46 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:13:46.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:46 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:13:46.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:46 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:13:46.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:46 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:13:46.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:46 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:13:46.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:46 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:13:46.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:46 smithi046 ceph-mon[111227]: Adjusting osd_memory_target on smithi046 to 2711M 2023-10-08T03:13:46.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:46 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:13:46.977 INFO:teuthology.orchestra.run.smithi019.stdout: 5 25592 8.42 MB/sec warmup 92 sec latency 126.090 ms 2023-10-08T03:13:47.720 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:47 smithi019 ceph-mon[108350]: pgmap v7: 97 pgs: 97 active+clean; 204 MiB data, 841 MiB used, 714 GiB / 715 GiB avail; 33 KiB/s rd, 3.0 MiB/s wr, 259 op/s 2023-10-08T03:13:47.720 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:47 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:13:47.720 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:47 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:13:47.977 INFO:teuthology.orchestra.run.smithi019.stdout: 5 25890 8.40 MB/sec warmup 93 sec latency 124.201 ms 2023-10-08T03:13:48.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:47 smithi046 ceph-mon[111227]: pgmap v7: 97 pgs: 97 active+clean; 204 MiB data, 841 MiB used, 714 GiB / 715 GiB avail; 33 KiB/s rd, 3.0 MiB/s wr, 259 op/s 2023-10-08T03:13:48.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:47 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:13:48.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:47 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:13:48.977 INFO:teuthology.orchestra.run.smithi019.stdout: 5 26110 8.37 MB/sec warmup 94 sec latency 127.189 ms 2023-10-08T03:13:49.001 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:48 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:13:49.001 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:48 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:13:49.001 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:48 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:13:49.001 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:48 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:13:49.002 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:48 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:13:49.002 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:48 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:13:49.002 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:48 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:13:49.002 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:48 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:13:49.002 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:48 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:13:49.002 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:48 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:13:49.002 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:48 smithi019 ceph-mon[108350]: Adjusting osd_memory_target on smithi019 to 1943M 2023-10-08T03:13:49.002 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:48 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:13:49.002 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:48 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:13:49.002 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:48 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:13:49.003 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:48 smithi019 ceph-mon[108350]: Updating smithi019:/etc/ceph/ceph.conf 2023-10-08T03:13:49.003 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:48 smithi019 ceph-mon[108350]: Updating smithi046:/etc/ceph/ceph.conf 2023-10-08T03:13:49.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:48 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:13:49.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:48 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:13:49.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:48 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:13:49.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:48 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:13:49.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:48 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:13:49.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:48 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:13:49.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:48 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:13:49.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:48 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:13:49.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:48 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:13:49.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:48 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T03:13:49.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:48 smithi046 ceph-mon[111227]: Adjusting osd_memory_target on smithi019 to 1943M 2023-10-08T03:13:49.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:48 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:13:49.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:48 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:13:49.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:48 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:13:49.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:48 smithi046 ceph-mon[111227]: Updating smithi019:/etc/ceph/ceph.conf 2023-10-08T03:13:49.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:48 smithi046 ceph-mon[111227]: Updating smithi046:/etc/ceph/ceph.conf 2023-10-08T03:13:49.984 INFO:teuthology.orchestra.run.smithi019.stdout: 5 26499 8.40 MB/sec warmup 95 sec latency 134.292 ms 2023-10-08T03:13:50.015 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:49 smithi019 ceph-mon[108350]: Updating smithi019:/var/lib/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/config/ceph.conf 2023-10-08T03:13:50.016 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:49 smithi019 ceph-mon[108350]: Updating smithi046:/var/lib/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/config/ceph.conf 2023-10-08T03:13:50.016 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:49 smithi019 ceph-mon[108350]: pgmap v8: 97 pgs: 97 active+clean; 204 MiB data, 841 MiB used, 714 GiB / 715 GiB avail; 25 KiB/s rd, 2.3 MiB/s wr, 201 op/s 2023-10-08T03:13:50.016 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:49 smithi019 ceph-mon[108350]: Updating smithi019:/etc/ceph/ceph.client.admin.keyring 2023-10-08T03:13:50.016 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:49 smithi019 ceph-mon[108350]: Updating smithi046:/etc/ceph/ceph.client.admin.keyring 2023-10-08T03:13:50.016 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:49 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:13:50.016 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:49 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:13:50.017 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:49 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:13:50.017 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:49 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:13:50.017 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:49 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:13:50.017 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:49 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:13:50.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:49 smithi046 ceph-mon[111227]: Updating smithi019:/var/lib/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/config/ceph.conf 2023-10-08T03:13:50.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:49 smithi046 ceph-mon[111227]: Updating smithi046:/var/lib/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/config/ceph.conf 2023-10-08T03:13:50.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:49 smithi046 ceph-mon[111227]: pgmap v8: 97 pgs: 97 active+clean; 204 MiB data, 841 MiB used, 714 GiB / 715 GiB avail; 25 KiB/s rd, 2.3 MiB/s wr, 201 op/s 2023-10-08T03:13:50.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:49 smithi046 ceph-mon[111227]: Updating smithi019:/etc/ceph/ceph.client.admin.keyring 2023-10-08T03:13:50.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:49 smithi046 ceph-mon[111227]: Updating smithi046:/etc/ceph/ceph.client.admin.keyring 2023-10-08T03:13:50.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:49 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:13:50.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:49 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:13:50.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:49 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:13:50.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:49 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:13:50.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:49 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:13:50.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:49 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:13:50.993 INFO:teuthology.orchestra.run.smithi019.stdout: 5 26889 8.41 MB/sec warmup 96 sec latency 126.810 ms 2023-10-08T03:13:51.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:50 smithi019 ceph-mon[108350]: Updating smithi019:/var/lib/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-08T03:13:51.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:50 smithi019 ceph-mon[108350]: Updating smithi046:/var/lib/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-08T03:13:51.026 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:50 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:13:51.026 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:50 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:13:51.026 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:50 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:13:51.026 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:50 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:13:51.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:50 smithi046 ceph-mon[111227]: Updating smithi019:/var/lib/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-08T03:13:51.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:50 smithi046 ceph-mon[111227]: Updating smithi046:/var/lib/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-08T03:13:51.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:50 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:13:51.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:50 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:13:51.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:50 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:13:51.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:50 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:13:51.993 INFO:teuthology.orchestra.run.smithi019.stdout: 5 27314 8.44 MB/sec warmup 97 sec latency 128.001 ms 2023-10-08T03:13:52.041 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:51 smithi019 ceph-mon[108350]: Reconfiguring alertmanager.smithi019 (dependencies changed)... 2023-10-08T03:13:52.041 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:51 smithi019 ceph-mon[108350]: Reconfiguring daemon alertmanager.smithi019 on smithi019 2023-10-08T03:13:52.041 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:51 smithi019 ceph-mon[108350]: pgmap v9: 97 pgs: 97 active+clean; 205 MiB data, 888 MiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 3.6 MiB/s wr, 345 op/s 2023-10-08T03:13:52.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:51 smithi046 ceph-mon[111227]: Reconfiguring alertmanager.smithi019 (dependencies changed)... 2023-10-08T03:13:52.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:51 smithi046 ceph-mon[111227]: Reconfiguring daemon alertmanager.smithi019 on smithi019 2023-10-08T03:13:52.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:51 smithi046 ceph-mon[111227]: pgmap v9: 97 pgs: 97 active+clean; 205 MiB data, 888 MiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 3.6 MiB/s wr, 345 op/s 2023-10-08T03:13:52.994 INFO:teuthology.orchestra.run.smithi019.stdout: 5 27630 8.42 MB/sec warmup 98 sec latency 112.627 ms 2023-10-08T03:13:53.312 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:53 smithi019 ceph-mon[108350]: pgmap v10: 97 pgs: 97 active+clean; 205 MiB data, 888 MiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 3.3 MiB/s wr, 315 op/s 2023-10-08T03:13:53.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:53 smithi046 ceph-mon[111227]: pgmap v10: 97 pgs: 97 active+clean; 205 MiB data, 888 MiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 3.3 MiB/s wr, 315 op/s 2023-10-08T03:13:54.003 INFO:teuthology.orchestra.run.smithi019.stdout: 5 27944 8.43 MB/sec warmup 99 sec latency 120.990 ms 2023-10-08T03:13:54.337 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:54 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:13:54.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:54 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:13:55.006 INFO:teuthology.orchestra.run.smithi019.stdout: 5 28172 8.41 MB/sec warmup 100 sec latency 131.648 ms 2023-10-08T03:13:55.356 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:55 smithi019 ceph-mon[108350]: pgmap v11: 97 pgs: 97 active+clean; 205 MiB data, 888 MiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 3.3 MiB/s wr, 315 op/s 2023-10-08T03:13:55.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:55 smithi046 ceph-mon[111227]: pgmap v11: 97 pgs: 97 active+clean; 205 MiB data, 888 MiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 3.3 MiB/s wr, 315 op/s 2023-10-08T03:13:56.006 INFO:teuthology.orchestra.run.smithi019.stdout: 5 28463 8.43 MB/sec warmup 101 sec latency 126.802 ms 2023-10-08T03:13:57.006 INFO:teuthology.orchestra.run.smithi019.stdout: 5 28794 8.47 MB/sec warmup 102 sec latency 139.195 ms 2023-10-08T03:13:57.634 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:57 smithi019 ceph-mon[108350]: pgmap v12: 97 pgs: 97 active+clean; 212 MiB data, 928 MiB used, 714 GiB / 715 GiB avail; 25 KiB/s rd, 5.3 MiB/s wr, 516 op/s 2023-10-08T03:13:57.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:57 smithi046 ceph-mon[111227]: pgmap v12: 97 pgs: 97 active+clean; 212 MiB data, 928 MiB used, 714 GiB / 715 GiB avail; 25 KiB/s rd, 5.3 MiB/s wr, 516 op/s 2023-10-08T03:13:58.006 INFO:teuthology.orchestra.run.smithi019.stdout: 5 29128 8.48 MB/sec warmup 103 sec latency 128.441 ms 2023-10-08T03:13:59.006 INFO:teuthology.orchestra.run.smithi019.stdout: 5 29436 8.46 MB/sec warmup 104 sec latency 126.714 ms 2023-10-08T03:13:59.414 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:13:59 smithi019 ceph-mon[108350]: pgmap v13: 97 pgs: 97 active+clean; 212 MiB data, 928 MiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 365 op/s 2023-10-08T03:13:59.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:13:59 smithi046 ceph-mon[111227]: pgmap v13: 97 pgs: 97 active+clean; 212 MiB data, 928 MiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 365 op/s 2023-10-08T03:14:00.006 INFO:teuthology.orchestra.run.smithi019.stdout: 5 29734 8.41 MB/sec warmup 105 sec latency 117.841 ms 2023-10-08T03:14:01.006 INFO:teuthology.orchestra.run.smithi019.stdout: 5 29996 8.40 MB/sec warmup 106 sec latency 123.999 ms 2023-10-08T03:14:01.441 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:01 smithi019 ceph-mon[108350]: pgmap v14: 97 pgs: 97 active+clean; 218 MiB data, 929 MiB used, 714 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.6 MiB/s wr, 549 op/s 2023-10-08T03:14:01.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:01 smithi046 ceph-mon[111227]: pgmap v14: 97 pgs: 97 active+clean; 218 MiB data, 929 MiB used, 714 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.6 MiB/s wr, 549 op/s 2023-10-08T03:14:02.006 INFO:teuthology.orchestra.run.smithi019.stdout: 5 30330 8.42 MB/sec warmup 107 sec latency 130.781 ms 2023-10-08T03:14:02.968 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:02 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:14:02.968 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:02 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:14:02.968 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:02 smithi019 ceph-mon[108350]: Reconfiguring grafana.smithi019 (dependencies changed)... 2023-10-08T03:14:02.968 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:02 smithi019 ceph-mon[108350]: Regenerating cephadm self-signed grafana TLS certificates 2023-10-08T03:14:02.968 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:02 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:14:02.968 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:02 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:14:02.969 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:02 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-10-08T03:14:02.969 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:02 smithi019 ceph-mon[108350]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-10-08T03:14:02.969 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:02 smithi019 ceph-mon[108350]: Reconfiguring daemon grafana.smithi019 on smithi019 2023-10-08T03:14:02.969 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:02 smithi019 ceph-mon[108350]: pgmap v15: 97 pgs: 97 active+clean; 218 MiB data, 929 MiB used, 714 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.0 MiB/s wr, 384 op/s 2023-10-08T03:14:03.006 INFO:teuthology.orchestra.run.smithi019.stdout: 5 30639 8.43 MB/sec warmup 108 sec latency 105.236 ms 2023-10-08T03:14:03.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:02 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:14:03.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:02 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:14:03.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:02 smithi046 ceph-mon[111227]: Reconfiguring grafana.smithi019 (dependencies changed)... 2023-10-08T03:14:03.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:02 smithi046 ceph-mon[111227]: Regenerating cephadm self-signed grafana TLS certificates 2023-10-08T03:14:03.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:02 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:14:03.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:02 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:14:03.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:02 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-10-08T03:14:03.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:02 smithi046 ceph-mon[111227]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-10-08T03:14:03.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:02 smithi046 ceph-mon[111227]: Reconfiguring daemon grafana.smithi019 on smithi019 2023-10-08T03:14:03.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:02 smithi046 ceph-mon[111227]: pgmap v15: 97 pgs: 97 active+clean; 218 MiB data, 929 MiB used, 714 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.0 MiB/s wr, 384 op/s 2023-10-08T03:14:04.006 INFO:teuthology.orchestra.run.smithi019.stdout: 5 30951 8.40 MB/sec warmup 109 sec latency 121.142 ms 2023-10-08T03:14:05.007 INFO:teuthology.orchestra.run.smithi019.stdout: 5 31278 8.37 MB/sec warmup 110 sec latency 128.239 ms 2023-10-08T03:14:05.498 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:05 smithi019 ceph-mon[108350]: pgmap v16: 97 pgs: 97 active+clean; 218 MiB data, 929 MiB used, 714 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.0 MiB/s wr, 384 op/s 2023-10-08T03:14:05.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:05 smithi046 ceph-mon[111227]: pgmap v16: 97 pgs: 97 active+clean; 218 MiB data, 929 MiB used, 714 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.0 MiB/s wr, 384 op/s 2023-10-08T03:14:06.010 INFO:teuthology.orchestra.run.smithi019.stdout: 5 31542 8.39 MB/sec warmup 111 sec latency 146.956 ms 2023-10-08T03:14:07.010 INFO:teuthology.orchestra.run.smithi019.stdout: 5 31867 8.43 MB/sec warmup 112 sec latency 134.140 ms 2023-10-08T03:14:07.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:07 smithi019 ceph-mon[108350]: pgmap v17: 97 pgs: 97 active+clean; 220 MiB data, 1003 MiB used, 714 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.7 MiB/s wr, 567 op/s 2023-10-08T03:14:07.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:07 smithi046 ceph-mon[111227]: pgmap v17: 97 pgs: 97 active+clean; 220 MiB data, 1003 MiB used, 714 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.7 MiB/s wr, 567 op/s 2023-10-08T03:14:08.011 INFO:teuthology.orchestra.run.smithi019.stdout: 5 32091 8.40 MB/sec warmup 113 sec latency 145.786 ms 2023-10-08T03:14:09.011 INFO:teuthology.orchestra.run.smithi019.stdout: 5 32328 8.42 MB/sec warmup 114 sec latency 126.755 ms 2023-10-08T03:14:09.616 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:09 smithi019 ceph-mon[108350]: pgmap v18: 97 pgs: 97 active+clean; 220 MiB data, 1003 MiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.7 MiB/s wr, 367 op/s 2023-10-08T03:14:09.617 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:09 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:14:09.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:09 smithi046 ceph-mon[111227]: pgmap v18: 97 pgs: 97 active+clean; 220 MiB data, 1003 MiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.7 MiB/s wr, 367 op/s 2023-10-08T03:14:09.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:09 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:14:10.011 INFO:teuthology.orchestra.run.smithi019.stdout: 5 32564 8.40 MB/sec warmup 115 sec latency 149.960 ms 2023-10-08T03:14:11.011 INFO:teuthology.orchestra.run.smithi019.stdout: 5 32729 8.36 MB/sec warmup 116 sec latency 143.493 ms 2023-10-08T03:14:11.671 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:11 smithi019 ceph-mon[108350]: pgmap v19: 97 pgs: 97 active+clean; 229 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.6 MiB/s wr, 529 op/s 2023-10-08T03:14:11.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:11 smithi046 ceph-mon[111227]: pgmap v19: 97 pgs: 97 active+clean; 229 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.6 MiB/s wr, 529 op/s 2023-10-08T03:14:12.011 INFO:teuthology.orchestra.run.smithi019.stdout: 5 32921 8.31 MB/sec warmup 117 sec latency 129.879 ms 2023-10-08T03:14:13.018 INFO:teuthology.orchestra.run.smithi019.stdout: 5 33112 8.26 MB/sec warmup 118 sec latency 124.961 ms 2023-10-08T03:14:13.282 INFO:teuthology.orchestra.run.smithi019.stdout:true 2023-10-08T03:14:13.439 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:13 smithi019 ceph-mon[108350]: pgmap v20: 97 pgs: 97 active+clean; 229 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.6 MiB/s wr, 344 op/s 2023-10-08T03:14:13.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:13 smithi046 ceph-mon[111227]: pgmap v20: 97 pgs: 97 active+clean; 229 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.6 MiB/s wr, 344 op/s 2023-10-08T03:14:14.019 INFO:teuthology.orchestra.run.smithi019.stdout: 5 33265 8.21 MB/sec warmup 119 sec latency 103.862 ms 2023-10-08T03:14:14.405 INFO:teuthology.orchestra.run.smithi019.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-08T03:14:14.405 INFO:teuthology.orchestra.run.smithi019.stdout:alertmanager.smithi019 smithi019 *:9093,9094 starting - - - - 2023-10-08T03:14:14.405 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi019 smithi019 running (6m) 27s ago 6m 7013k - 17.2.0 e1d6a67b021e 93f2f87f70d7 2023-10-08T03:14:14.405 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi046 smithi046 running (6m) 32s ago 6m 7172k - 17.2.0 e1d6a67b021e 3eac4fedb25b 2023-10-08T03:14:14.405 INFO:teuthology.orchestra.run.smithi019.stdout:grafana.smithi019 smithi019 *:3000 running (5m) 27s ago 6m 59.4M - 8.3.5 dad864ee21e9 6683f7ce36b6 2023-10-08T03:14:14.405 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi019.mucmqc smithi019 running (2m) 27s ago 2m 34.1M - 17.2.0 e1d6a67b021e 7f9ed02e230d 2023-10-08T03:14:14.406 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi046.mfhvuj smithi046 running (2m) 32s ago 2m 16.2M - 17.2.0 e1d6a67b021e fa7253ccc386 2023-10-08T03:14:14.406 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi019.xhcxai smithi019 *:9283 running (7m) 27s ago 7m 313M - 17.2.0 e1d6a67b021e ffebd90d85cb 2023-10-08T03:14:14.406 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi046.qizlkx smithi046 *:8443,9283 running (45s) 32s ago 6m 487M - 18.0.0-6609-g9725b08f d68377abd09f 8fbe4275b077 2023-10-08T03:14:14.406 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi019 smithi019 running (7m) 27s ago 7m 93.7M 2048M 17.2.0 e1d6a67b021e 3343e10344ce 2023-10-08T03:14:14.406 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi046 smithi046 running (6m) 32s ago 6m 62.3M 2048M 17.2.0 e1d6a67b021e f493055937f5 2023-10-08T03:14:14.406 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.0.0.smithi019.xoggxc smithi019 *:2049 running (2m) 27s ago 2m 256M - 4.0 e1d6a67b021e 7bfe4ef2f1b4 2023-10-08T03:14:14.406 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.1.0.smithi046.xbdcvc smithi046 *:2049 running (2m) 32s ago 2m 80.5M - 4.0 e1d6a67b021e 4183af495695 2023-10-08T03:14:14.406 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi019 smithi019 *:9100 running (6m) 27s ago 6m 29.7M - 1.3.1 1dbe0e931976 8e589a1445ab 2023-10-08T03:14:14.406 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi046 smithi046 *:9100 running (5m) 32s ago 5m 28.3M - 1.3.1 1dbe0e931976 a90bdf22df08 2023-10-08T03:14:14.406 INFO:teuthology.orchestra.run.smithi019.stdout:osd.0 smithi019 running (5m) 27s ago 5m 476M 1943M 17.2.0 e1d6a67b021e 87e5445a13d5 2023-10-08T03:14:14.407 INFO:teuthology.orchestra.run.smithi019.stdout:osd.1 smithi019 running (5m) 27s ago 5m 303M 1943M 17.2.0 e1d6a67b021e 790a367854df 2023-10-08T03:14:14.407 INFO:teuthology.orchestra.run.smithi019.stdout:osd.2 smithi019 running (4m) 27s ago 4m 197M 1943M 17.2.0 e1d6a67b021e 7a427689da6b 2023-10-08T03:14:14.407 INFO:teuthology.orchestra.run.smithi019.stdout:osd.3 smithi019 running (4m) 27s ago 4m 418M 1943M 17.2.0 e1d6a67b021e 61eeb3784da1 2023-10-08T03:14:14.407 INFO:teuthology.orchestra.run.smithi019.stdout:osd.4 smithi046 running (4m) 32s ago 4m 393M 2711M 17.2.0 e1d6a67b021e f34ac437618f 2023-10-08T03:14:14.407 INFO:teuthology.orchestra.run.smithi019.stdout:osd.5 smithi046 running (3m) 32s ago 3m 416M 2711M 17.2.0 e1d6a67b021e 410d010c43f3 2023-10-08T03:14:14.407 INFO:teuthology.orchestra.run.smithi019.stdout:osd.6 smithi046 running (3m) 32s ago 3m 352M 2711M 17.2.0 e1d6a67b021e 16f12791da25 2023-10-08T03:14:14.407 INFO:teuthology.orchestra.run.smithi019.stdout:osd.7 smithi046 running (3m) 32s ago 3m 653M 2711M 17.2.0 e1d6a67b021e 54d01c0d1021 2023-10-08T03:14:14.407 INFO:teuthology.orchestra.run.smithi019.stdout:prometheus.smithi019 smithi019 *:9095 running (5m) 27s ago 5m 68.9M - 2.33.4 514e6a882f6e 471cfc1c77a3 2023-10-08T03:14:14.462 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:14 smithi019 ceph-mon[108350]: from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:14:14.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:14 smithi046 ceph-mon[111227]: from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:14:15.011 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2023-10-08T03:14:15.012 INFO:teuthology.orchestra.run.smithi019.stdout: "mon": { 2023-10-08T03:14:15.012 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-10-08T03:14:15.012 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2023-10-08T03:14:15.012 INFO:teuthology.orchestra.run.smithi019.stdout: "mgr": { 2023-10-08T03:14:15.012 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-10-08T03:14:15.012 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 18.0.0-6609-g9725b08f (9725b08fd801c82987c737f7e6d354878f036ee8) reef (dev)": 1 2023-10-08T03:14:15.012 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2023-10-08T03:14:15.012 INFO:teuthology.orchestra.run.smithi019.stdout: "osd": { 2023-10-08T03:14:15.013 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-10-08T03:14:15.013 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2023-10-08T03:14:15.013 INFO:teuthology.orchestra.run.smithi019.stdout: "mds": { 2023-10-08T03:14:15.013 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-10-08T03:14:15.013 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2023-10-08T03:14:15.013 INFO:teuthology.orchestra.run.smithi019.stdout: "overall": { 2023-10-08T03:14:15.013 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-10-08T03:14:15.013 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 18.0.0-6609-g9725b08f (9725b08fd801c82987c737f7e6d354878f036ee8) reef (dev)": 1 2023-10-08T03:14:15.013 INFO:teuthology.orchestra.run.smithi019.stdout: } 2023-10-08T03:14:15.013 INFO:teuthology.orchestra.run.smithi019.stdout:} 2023-10-08T03:14:15.480 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:15 smithi019 ceph-mon[108350]: from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:14:15.480 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:15 smithi019 ceph-mon[108350]: pgmap v21: 97 pgs: 97 active+clean; 229 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.6 MiB/s wr, 344 op/s 2023-10-08T03:14:15.480 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:15 smithi019 ceph-mon[108350]: from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:14:15.480 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:15 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/2695817255' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-08T03:14:15.518 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2023-10-08T03:14:15.519 INFO:teuthology.orchestra.run.smithi019.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:97fb66d1505dfd3031f50aea63af756a6271a8b2b32c547a25afa8a80ba68991", 2023-10-08T03:14:15.519 INFO:teuthology.orchestra.run.smithi019.stdout: "in_progress": true, 2023-10-08T03:14:15.519 INFO:teuthology.orchestra.run.smithi019.stdout: "which": "Upgrading all daemon types on all hosts", 2023-10-08T03:14:15.519 INFO:teuthology.orchestra.run.smithi019.stdout: "services_complete": [], 2023-10-08T03:14:15.519 INFO:teuthology.orchestra.run.smithi019.stdout: "progress": "1/23 daemons upgraded", 2023-10-08T03:14:15.519 INFO:teuthology.orchestra.run.smithi019.stdout: "message": "", 2023-10-08T03:14:15.519 INFO:teuthology.orchestra.run.smithi019.stdout: "is_paused": false 2023-10-08T03:14:15.519 INFO:teuthology.orchestra.run.smithi019.stdout:} 2023-10-08T03:14:15.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:15 smithi046 ceph-mon[111227]: from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:14:15.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:15 smithi046 ceph-mon[111227]: pgmap v21: 97 pgs: 97 active+clean; 229 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.6 MiB/s wr, 344 op/s 2023-10-08T03:14:15.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:15 smithi046 ceph-mon[111227]: from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:14:15.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:15 smithi046 ceph-mon[111227]: from='client.? 172.21.15.19:0/2695817255' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-08T03:14:16.021 INFO:teuthology.orchestra.run.smithi019.stdout: 5 33788 9.35 MB/sec execute 1 sec latency 136.065 ms 2023-10-08T03:14:16.133 INFO:teuthology.orchestra.run.smithi019.stdout:HEALTH_OK 2023-10-08T03:14:16.506 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:16 smithi019 ceph-mon[108350]: from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:14:16.506 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:16 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/3991527104' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-08T03:14:16.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:16 smithi046 ceph-mon[111227]: from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:14:16.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:16 smithi046 ceph-mon[111227]: from='client.? 172.21.15.19:0/3991527104' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-08T03:14:17.021 INFO:teuthology.orchestra.run.smithi019.stdout: 5 34132 8.81 MB/sec execute 2 sec latency 130.567 ms 2023-10-08T03:14:17.513 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:17 smithi019 ceph-mon[108350]: pgmap v22: 97 pgs: 97 active+clean; 231 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.7 MiB/s wr, 467 op/s 2023-10-08T03:14:17.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:17 smithi046 ceph-mon[111227]: pgmap v22: 97 pgs: 97 active+clean; 231 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.7 MiB/s wr, 467 op/s 2023-10-08T03:14:18.032 INFO:teuthology.orchestra.run.smithi019.stdout: 5 34546 7.29 MB/sec execute 3 sec latency 130.294 ms 2023-10-08T03:14:19.033 INFO:teuthology.orchestra.run.smithi019.stdout: 5 34942 8.64 MB/sec execute 4 sec latency 111.362 ms 2023-10-08T03:14:19.498 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:19 smithi019 ceph-mon[108350]: pgmap v23: 97 pgs: 97 active+clean; 231 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.1 MiB/s wr, 284 op/s 2023-10-08T03:14:19.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:19 smithi046 ceph-mon[111227]: pgmap v23: 97 pgs: 97 active+clean; 231 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.1 MiB/s wr, 284 op/s 2023-10-08T03:14:20.031 INFO:teuthology.orchestra.run.smithi019.stdout: 5 35299 9.38 MB/sec execute 5 sec latency 108.004 ms 2023-10-08T03:14:21.031 INFO:teuthology.orchestra.run.smithi019.stdout: 5 35699 10.79 MB/sec execute 6 sec latency 129.691 ms 2023-10-08T03:14:21.564 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:21 smithi019 ceph-mon[108350]: pgmap v24: 97 pgs: 97 active+clean; 237 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.0 MiB/s wr, 483 op/s 2023-10-08T03:14:21.565 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:21 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:14:21.565 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:21 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:14:21.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:21 smithi046 ceph-mon[111227]: pgmap v24: 97 pgs: 97 active+clean; 237 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.0 MiB/s wr, 483 op/s 2023-10-08T03:14:21.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:21 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:14:21.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:21 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:14:22.039 INFO:teuthology.orchestra.run.smithi019.stdout: 5 35989 10.27 MB/sec execute 7 sec latency 115.149 ms 2023-10-08T03:14:22.564 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:22 smithi019 ceph-mon[108350]: Reconfiguring node-exporter.smithi019 (dependencies changed)... 2023-10-08T03:14:22.564 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:22 smithi019 ceph-mon[108350]: Reconfiguring daemon node-exporter.smithi019 on smithi019 2023-10-08T03:14:22.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:22 smithi046 ceph-mon[111227]: Reconfiguring node-exporter.smithi019 (dependencies changed)... 2023-10-08T03:14:22.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:22 smithi046 ceph-mon[111227]: Reconfiguring daemon node-exporter.smithi019 on smithi019 2023-10-08T03:14:23.039 INFO:teuthology.orchestra.run.smithi019.stdout: 5 36300 9.71 MB/sec execute 8 sec latency 87.629 ms 2023-10-08T03:14:23.580 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:23 smithi019 ceph-mon[108350]: pgmap v25: 97 pgs: 97 active+clean; 237 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.1 MiB/s wr, 321 op/s 2023-10-08T03:14:23.580 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:23 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:14:23.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:23 smithi046 ceph-mon[111227]: pgmap v25: 97 pgs: 97 active+clean; 237 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.1 MiB/s wr, 321 op/s 2023-10-08T03:14:23.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:23 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:14:24.041 INFO:teuthology.orchestra.run.smithi019.stdout: 5 36600 9.23 MB/sec execute 9 sec latency 129.506 ms 2023-10-08T03:14:25.043 INFO:teuthology.orchestra.run.smithi019.stdout: 5 36946 9.31 MB/sec execute 10 sec latency 130.083 ms 2023-10-08T03:14:25.612 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:25 smithi019 ceph-mon[108350]: pgmap v26: 97 pgs: 97 active+clean; 237 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.1 MiB/s wr, 321 op/s 2023-10-08T03:14:25.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:25 smithi046 ceph-mon[111227]: pgmap v26: 97 pgs: 97 active+clean; 237 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.1 MiB/s wr, 321 op/s 2023-10-08T03:14:26.042 INFO:teuthology.orchestra.run.smithi019.stdout: 5 37263 9.16 MB/sec execute 11 sec latency 119.484 ms 2023-10-08T03:14:27.042 INFO:teuthology.orchestra.run.smithi019.stdout: 5 37586 9.16 MB/sec execute 12 sec latency 120.463 ms 2023-10-08T03:14:27.914 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:27 smithi019 ceph-mon[108350]: pgmap v27: 97 pgs: 97 active+clean; 248 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.3 MiB/s wr, 516 op/s 2023-10-08T03:14:27.914 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:27 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:14:27.914 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:27 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:14:27.914 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:27 smithi019 ceph-mon[108350]: Reconfiguring prometheus.smithi019 (dependencies changed)... 2023-10-08T03:14:28.042 INFO:teuthology.orchestra.run.smithi019.stdout: 5 37929 8.88 MB/sec execute 13 sec latency 121.997 ms 2023-10-08T03:14:28.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:27 smithi046 ceph-mon[111227]: pgmap v27: 97 pgs: 97 active+clean; 248 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.3 MiB/s wr, 516 op/s 2023-10-08T03:14:28.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:27 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:14:28.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:27 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:14:28.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:27 smithi046 ceph-mon[111227]: Reconfiguring prometheus.smithi019 (dependencies changed)... 2023-10-08T03:14:28.928 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:28 smithi019 ceph-mon[108350]: Reconfiguring daemon prometheus.smithi019 on smithi019 2023-10-08T03:14:29.042 INFO:teuthology.orchestra.run.smithi019.stdout: 5 38222 8.55 MB/sec execute 14 sec latency 123.928 ms 2023-10-08T03:14:29.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:28 smithi046 ceph-mon[111227]: Reconfiguring daemon prometheus.smithi019 on smithi019 2023-10-08T03:14:29.985 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:29 smithi019 ceph-mon[108350]: pgmap v28: 97 pgs: 97 active+clean; 248 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 5.1 KiB/s rd, 4.1 MiB/s wr, 393 op/s 2023-10-08T03:14:30.042 INFO:teuthology.orchestra.run.smithi019.stdout: 5 38388 8.39 MB/sec execute 15 sec latency 144.371 ms 2023-10-08T03:14:30.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:29 smithi046 ceph-mon[111227]: pgmap v28: 97 pgs: 97 active+clean; 248 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 5.1 KiB/s rd, 4.1 MiB/s wr, 393 op/s 2023-10-08T03:14:31.042 INFO:teuthology.orchestra.run.smithi019.stdout: 5 38684 8.47 MB/sec execute 16 sec latency 136.022 ms 2023-10-08T03:14:32.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:31 smithi019 ceph-mon[108350]: pgmap v29: 97 pgs: 97 active+clean; 245 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.7 MiB/s wr, 582 op/s 2023-10-08T03:14:32.042 INFO:teuthology.orchestra.run.smithi019.stdout: 5 39034 8.90 MB/sec execute 17 sec latency 120.811 ms 2023-10-08T03:14:32.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:31 smithi046 ceph-mon[111227]: pgmap v29: 97 pgs: 97 active+clean; 245 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.7 MiB/s wr, 582 op/s 2023-10-08T03:14:33.044 INFO:teuthology.orchestra.run.smithi019.stdout: 5 39367 9.04 MB/sec execute 18 sec latency 202.225 ms 2023-10-08T03:14:33.548 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:33 smithi019 ceph-mon[108350]: pgmap v30: 97 pgs: 97 active+clean; 245 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 3.8 MiB/s wr, 383 op/s 2023-10-08T03:14:33.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:33 smithi046 ceph-mon[111227]: pgmap v30: 97 pgs: 97 active+clean; 245 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 3.8 MiB/s wr, 383 op/s 2023-10-08T03:14:34.044 INFO:teuthology.orchestra.run.smithi019.stdout: 5 39674 9.06 MB/sec execute 19 sec latency 123.954 ms 2023-10-08T03:14:35.044 INFO:teuthology.orchestra.run.smithi019.stdout: 5 39905 8.72 MB/sec execute 20 sec latency 124.987 ms 2023-10-08T03:14:35.594 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:35 smithi019 ceph-mon[108350]: pgmap v31: 97 pgs: 97 active+clean; 245 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 3.8 MiB/s wr, 383 op/s 2023-10-08T03:14:35.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:35 smithi046 ceph-mon[111227]: pgmap v31: 97 pgs: 97 active+clean; 245 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 3.8 MiB/s wr, 383 op/s 2023-10-08T03:14:36.051 INFO:teuthology.orchestra.run.smithi019.stdout: 5 40079 8.43 MB/sec execute 21 sec latency 120.509 ms 2023-10-08T03:14:37.051 INFO:teuthology.orchestra.run.smithi019.stdout: 5 40290 8.18 MB/sec execute 22 sec latency 161.086 ms 2023-10-08T03:14:37.420 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:37 smithi019 ceph-mon[108350]: pgmap v32: 97 pgs: 97 active+clean; 256 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 8.5 KiB/s rd, 6.0 MiB/s wr, 557 op/s 2023-10-08T03:14:37.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:37 smithi046 ceph-mon[111227]: pgmap v32: 97 pgs: 97 active+clean; 256 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 8.5 KiB/s rd, 6.0 MiB/s wr, 557 op/s 2023-10-08T03:14:38.051 INFO:teuthology.orchestra.run.smithi019.stdout: 5 40518 8.19 MB/sec execute 23 sec latency 198.434 ms 2023-10-08T03:14:39.052 INFO:teuthology.orchestra.run.smithi019.stdout: 5 40775 8.17 MB/sec execute 24 sec latency 140.981 ms 2023-10-08T03:14:39.477 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:39 smithi019 ceph-mon[108350]: pgmap v33: 97 pgs: 97 active+clean; 256 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 363 op/s 2023-10-08T03:14:39.477 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:39 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:14:39.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:39 smithi046 ceph-mon[111227]: pgmap v33: 97 pgs: 97 active+clean; 256 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 363 op/s 2023-10-08T03:14:39.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:39 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:14:40.052 INFO:teuthology.orchestra.run.smithi019.stdout: 5 41104 8.18 MB/sec execute 25 sec latency 114.766 ms 2023-10-08T03:14:41.018 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:40 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:14:41.019 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:40 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:14:41.019 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:40 smithi019 ceph-mon[108350]: Reconfiguring node-exporter.smithi046 (dependencies changed)... 2023-10-08T03:14:41.019 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:40 smithi019 ceph-mon[108350]: Reconfiguring daemon node-exporter.smithi046 on smithi046 2023-10-08T03:14:41.019 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:40 smithi019 ceph-mon[108350]: pgmap v34: 97 pgs: 97 active+clean; 253 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.2 MiB/s wr, 512 op/s 2023-10-08T03:14:41.051 INFO:teuthology.orchestra.run.smithi019.stdout: 5 41499 8.12 MB/sec execute 26 sec latency 105.339 ms 2023-10-08T03:14:41.356 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:41 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:14:41.357 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:41 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:14:41.357 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:41 smithi046 ceph-mon[111227]: Reconfiguring node-exporter.smithi046 (dependencies changed)... 2023-10-08T03:14:41.357 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:41 smithi046 ceph-mon[111227]: Reconfiguring daemon node-exporter.smithi046 on smithi046 2023-10-08T03:14:41.357 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:41 smithi046 ceph-mon[111227]: pgmap v34: 97 pgs: 97 active+clean; 253 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.2 MiB/s wr, 512 op/s 2023-10-08T03:14:42.052 INFO:teuthology.orchestra.run.smithi019.stdout: 5 41784 8.11 MB/sec execute 27 sec latency 123.176 ms 2023-10-08T03:14:42.288 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:42 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:14:42.288 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:42 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:14:42.288 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:42 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-08T03:14:42.288 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:42 smithi019 ceph-mon[108350]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-08T03:14:42.288 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:42 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi019.front.sepia.ceph.com:9093"}]: dispatch 2023-10-08T03:14:42.288 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:42 smithi019 ceph-mon[108350]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi019.front.sepia.ceph.com:9093"}]: dispatch 2023-10-08T03:14:42.289 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:42 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:14:42.289 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:42 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-08T03:14:42.289 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:42 smithi019 ceph-mon[108350]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-08T03:14:42.289 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:42 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi019.front.sepia.ceph.com:3000"}]: dispatch 2023-10-08T03:14:42.289 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:42 smithi019 ceph-mon[108350]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi019.front.sepia.ceph.com:3000"}]: dispatch 2023-10-08T03:14:42.289 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:42 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:14:42.289 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:42 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-08T03:14:42.289 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:42 smithi019 ceph-mon[108350]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-08T03:14:42.289 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:42 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi019.front.sepia.ceph.com:9095"}]: dispatch 2023-10-08T03:14:42.290 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:42 smithi019 ceph-mon[108350]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi019.front.sepia.ceph.com:9095"}]: dispatch 2023-10-08T03:14:42.290 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:42 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:14:42.290 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:42 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:14:42.290 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:42 smithi019 ceph-mon[108350]: Upgrade: Need to upgrade myself (mgr.smithi046.qizlkx) 2023-10-08T03:14:42.290 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:42 smithi019 ceph-mon[108350]: Upgrade: Need to upgrade myself (mgr.smithi046.qizlkx) 2023-10-08T03:14:42.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:42 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:14:42.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:42 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:14:42.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:42 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-08T03:14:42.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:42 smithi046 ceph-mon[111227]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-08T03:14:42.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:42 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi019.front.sepia.ceph.com:9093"}]: dispatch 2023-10-08T03:14:42.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:42 smithi046 ceph-mon[111227]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi019.front.sepia.ceph.com:9093"}]: dispatch 2023-10-08T03:14:42.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:42 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:14:42.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:42 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-08T03:14:42.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:42 smithi046 ceph-mon[111227]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-08T03:14:42.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:42 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi019.front.sepia.ceph.com:3000"}]: dispatch 2023-10-08T03:14:42.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:42 smithi046 ceph-mon[111227]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi019.front.sepia.ceph.com:3000"}]: dispatch 2023-10-08T03:14:42.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:42 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:14:42.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:42 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-08T03:14:42.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:42 smithi046 ceph-mon[111227]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-08T03:14:42.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:42 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi019.front.sepia.ceph.com:9095"}]: dispatch 2023-10-08T03:14:42.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:42 smithi046 ceph-mon[111227]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi019.front.sepia.ceph.com:9095"}]: dispatch 2023-10-08T03:14:42.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:42 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:14:42.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:42 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:14:42.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:42 smithi046 ceph-mon[111227]: Upgrade: Need to upgrade myself (mgr.smithi046.qizlkx) 2023-10-08T03:14:42.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:42 smithi046 ceph-mon[111227]: Upgrade: Need to upgrade myself (mgr.smithi046.qizlkx) 2023-10-08T03:14:43.052 INFO:teuthology.orchestra.run.smithi019.stdout: 5 42112 8.15 MB/sec execute 28 sec latency 134.134 ms 2023-10-08T03:14:43.563 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:43 smithi019 ceph-mon[108350]: pgmap v35: 97 pgs: 97 active+clean; 253 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 323 op/s 2023-10-08T03:14:43.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:43 smithi046 ceph-mon[111227]: pgmap v35: 97 pgs: 97 active+clean; 253 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 323 op/s 2023-10-08T03:14:44.055 INFO:teuthology.orchestra.run.smithi019.stdout: 5 42465 8.40 MB/sec execute 29 sec latency 141.086 ms 2023-10-08T03:14:44.591 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:44 smithi019 ceph-mon[108350]: Upgrade: Updating mgr.smithi019.xhcxai 2023-10-08T03:14:44.591 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:44 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:14:44.591 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:44 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi019.xhcxai", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-08T03:14:44.591 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:44 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi019.xhcxai", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-08T03:14:44.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:44 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-08T03:14:44.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:44 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:14:44.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:44 smithi019 ceph-mon[108350]: Deploying daemon mgr.smithi019.xhcxai on smithi019 2023-10-08T03:14:44.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:44 smithi046 ceph-mon[111227]: Upgrade: Updating mgr.smithi019.xhcxai 2023-10-08T03:14:44.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:44 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:14:44.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:44 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi019.xhcxai", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-08T03:14:44.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:44 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi019.xhcxai", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-08T03:14:44.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:44 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-08T03:14:44.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:44 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:14:44.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:44 smithi046 ceph-mon[111227]: Deploying daemon mgr.smithi019.xhcxai on smithi019 2023-10-08T03:14:45.061 INFO:teuthology.orchestra.run.smithi019.stdout: 5 42790 8.49 MB/sec execute 30 sec latency 124.072 ms 2023-10-08T03:14:45.601 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:45 smithi019 ceph-mon[108350]: pgmap v36: 97 pgs: 97 active+clean; 253 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 323 op/s 2023-10-08T03:14:45.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:45 smithi046 ceph-mon[111227]: pgmap v36: 97 pgs: 97 active+clean; 253 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 323 op/s 2023-10-08T03:14:46.061 INFO:teuthology.orchestra.run.smithi019.stdout: 5 43096 8.60 MB/sec execute 31 sec latency 133.280 ms 2023-10-08T03:14:46.630 INFO:teuthology.orchestra.run.smithi019.stdout:true 2023-10-08T03:14:47.061 INFO:teuthology.orchestra.run.smithi019.stdout: 5 43323 8.40 MB/sec execute 32 sec latency 145.446 ms 2023-10-08T03:14:47.566 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:47 smithi019 ceph-mon[108350]: pgmap v37: 97 pgs: 97 active+clean; 267 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.5 MiB/s wr, 510 op/s 2023-10-08T03:14:47.566 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:47 smithi019 ceph-mon[108350]: from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:14:47.643 INFO:teuthology.orchestra.run.smithi019.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-08T03:14:47.643 INFO:teuthology.orchestra.run.smithi019.stdout:alertmanager.smithi019 smithi019 *:9093,9094 starting - - - - 2023-10-08T03:14:47.643 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi019 smithi019 running (7m) 60s ago 7m 7013k - 17.2.0 e1d6a67b021e 93f2f87f70d7 2023-10-08T03:14:47.643 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi046 smithi046 running (6m) 65s ago 6m 7172k - 17.2.0 e1d6a67b021e 3eac4fedb25b 2023-10-08T03:14:47.643 INFO:teuthology.orchestra.run.smithi019.stdout:grafana.smithi019 smithi019 *:3000 starting - - - - 2023-10-08T03:14:47.644 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi019.mucmqc smithi019 running (2m) 60s ago 2m 34.1M - 17.2.0 e1d6a67b021e 7f9ed02e230d 2023-10-08T03:14:47.644 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi046.mfhvuj smithi046 running (2m) 65s ago 2m 16.2M - 17.2.0 e1d6a67b021e fa7253ccc386 2023-10-08T03:14:47.644 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi019.xhcxai smithi019 *:9283 running (8m) 60s ago 8m 313M - 17.2.0 e1d6a67b021e ffebd90d85cb 2023-10-08T03:14:47.644 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi046.qizlkx smithi046 *:8443,9283 running (79s) 65s ago 6m 487M - 18.0.0-6609-g9725b08f d68377abd09f 8fbe4275b077 2023-10-08T03:14:47.644 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi019 smithi019 running (8m) 60s ago 8m 93.7M 2048M 17.2.0 e1d6a67b021e 3343e10344ce 2023-10-08T03:14:47.644 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi046 smithi046 running (6m) 65s ago 6m 62.3M 2048M 17.2.0 e1d6a67b021e f493055937f5 2023-10-08T03:14:47.644 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.0.0.smithi019.xoggxc smithi019 *:2049 running (2m) 60s ago 2m 256M - 4.0 e1d6a67b021e 7bfe4ef2f1b4 2023-10-08T03:14:47.644 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.1.0.smithi046.xbdcvc smithi046 *:2049 running (2m) 65s ago 2m 80.5M - 4.0 e1d6a67b021e 4183af495695 2023-10-08T03:14:47.644 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi019 smithi019 *:9100 starting - - - - 2023-10-08T03:14:47.644 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi046 smithi046 *:9100 starting - - - - 2023-10-08T03:14:47.644 INFO:teuthology.orchestra.run.smithi019.stdout:osd.0 smithi019 running (6m) 60s ago 6m 476M 1943M 17.2.0 e1d6a67b021e 87e5445a13d5 2023-10-08T03:14:47.645 INFO:teuthology.orchestra.run.smithi019.stdout:osd.1 smithi019 running (5m) 60s ago 5m 303M 1943M 17.2.0 e1d6a67b021e 790a367854df 2023-10-08T03:14:47.645 INFO:teuthology.orchestra.run.smithi019.stdout:osd.2 smithi019 running (5m) 60s ago 5m 197M 1943M 17.2.0 e1d6a67b021e 7a427689da6b 2023-10-08T03:14:47.645 INFO:teuthology.orchestra.run.smithi019.stdout:osd.3 smithi019 running (5m) 60s ago 5m 418M 1943M 17.2.0 e1d6a67b021e 61eeb3784da1 2023-10-08T03:14:47.645 INFO:teuthology.orchestra.run.smithi019.stdout:osd.4 smithi046 running (4m) 65s ago 4m 393M 2711M 17.2.0 e1d6a67b021e f34ac437618f 2023-10-08T03:14:47.645 INFO:teuthology.orchestra.run.smithi019.stdout:osd.5 smithi046 running (4m) 65s ago 4m 416M 2711M 17.2.0 e1d6a67b021e 410d010c43f3 2023-10-08T03:14:47.645 INFO:teuthology.orchestra.run.smithi019.stdout:osd.6 smithi046 running (4m) 65s ago 4m 352M 2711M 17.2.0 e1d6a67b021e 16f12791da25 2023-10-08T03:14:47.645 INFO:teuthology.orchestra.run.smithi019.stdout:osd.7 smithi046 running (3m) 65s ago 3m 653M 2711M 17.2.0 e1d6a67b021e 54d01c0d1021 2023-10-08T03:14:47.645 INFO:teuthology.orchestra.run.smithi019.stdout:prometheus.smithi019 smithi019 *:9095 starting - - - - 2023-10-08T03:14:47.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:47 smithi046 ceph-mon[111227]: pgmap v37: 97 pgs: 97 active+clean; 267 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.5 MiB/s wr, 510 op/s 2023-10-08T03:14:47.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:47 smithi046 ceph-mon[111227]: from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:14:48.069 INFO:teuthology.orchestra.run.smithi019.stdout: 5 43607 8.25 MB/sec execute 33 sec latency 127.099 ms 2023-10-08T03:14:48.280 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2023-10-08T03:14:48.280 INFO:teuthology.orchestra.run.smithi019.stdout: "mon": { 2023-10-08T03:14:48.280 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-10-08T03:14:48.280 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2023-10-08T03:14:48.280 INFO:teuthology.orchestra.run.smithi019.stdout: "mgr": { 2023-10-08T03:14:48.280 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-10-08T03:14:48.280 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 18.0.0-6609-g9725b08f (9725b08fd801c82987c737f7e6d354878f036ee8) reef (dev)": 1 2023-10-08T03:14:48.280 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2023-10-08T03:14:48.280 INFO:teuthology.orchestra.run.smithi019.stdout: "osd": { 2023-10-08T03:14:48.280 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-10-08T03:14:48.280 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2023-10-08T03:14:48.280 INFO:teuthology.orchestra.run.smithi019.stdout: "mds": { 2023-10-08T03:14:48.281 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-10-08T03:14:48.281 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2023-10-08T03:14:48.281 INFO:teuthology.orchestra.run.smithi019.stdout: "overall": { 2023-10-08T03:14:48.281 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-10-08T03:14:48.281 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 18.0.0-6609-g9725b08f (9725b08fd801c82987c737f7e6d354878f036ee8) reef (dev)": 1 2023-10-08T03:14:48.281 INFO:teuthology.orchestra.run.smithi019.stdout: } 2023-10-08T03:14:48.281 INFO:teuthology.orchestra.run.smithi019.stdout:} 2023-10-08T03:14:48.652 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:48 smithi019 ceph-mon[108350]: from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:14:48.652 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:48 smithi019 ceph-mon[108350]: from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:14:48.652 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:48 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/982142264' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-08T03:14:48.840 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2023-10-08T03:14:48.841 INFO:teuthology.orchestra.run.smithi019.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:97fb66d1505dfd3031f50aea63af756a6271a8b2b32c547a25afa8a80ba68991", 2023-10-08T03:14:48.841 INFO:teuthology.orchestra.run.smithi019.stdout: "in_progress": true, 2023-10-08T03:14:48.841 INFO:teuthology.orchestra.run.smithi019.stdout: "which": "Upgrading all daemon types on all hosts", 2023-10-08T03:14:48.841 INFO:teuthology.orchestra.run.smithi019.stdout: "services_complete": [], 2023-10-08T03:14:48.841 INFO:teuthology.orchestra.run.smithi019.stdout: "progress": "1/23 daemons upgraded", 2023-10-08T03:14:48.841 INFO:teuthology.orchestra.run.smithi019.stdout: "message": "Currently upgrading mgr daemons", 2023-10-08T03:14:48.841 INFO:teuthology.orchestra.run.smithi019.stdout: "is_paused": false 2023-10-08T03:14:48.841 INFO:teuthology.orchestra.run.smithi019.stdout:} 2023-10-08T03:14:48.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:48 smithi046 ceph-mon[111227]: from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:14:48.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:48 smithi046 ceph-mon[111227]: from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:14:48.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:48 smithi046 ceph-mon[111227]: from='client.? 172.21.15.19:0/982142264' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-08T03:14:49.078 INFO:teuthology.orchestra.run.smithi019.stdout: 5 43857 8.13 MB/sec execute 34 sec latency 117.279 ms 2023-10-08T03:14:49.491 INFO:teuthology.orchestra.run.smithi019.stdout:HEALTH_OK 2023-10-08T03:14:49.666 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:49 smithi019 ceph-mon[108350]: pgmap v38: 97 pgs: 97 active+clean; 267 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 336 op/s 2023-10-08T03:14:49.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:49 smithi046 ceph-mon[111227]: pgmap v38: 97 pgs: 97 active+clean; 267 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 336 op/s 2023-10-08T03:14:50.077 INFO:teuthology.orchestra.run.smithi019.stdout: 5 44195 8.27 MB/sec execute 35 sec latency 131.281 ms 2023-10-08T03:14:50.696 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:50 smithi019 ceph-mon[108350]: from='client.24551 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:14:50.696 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:50 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/226020661' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-08T03:14:50.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:50 smithi046 ceph-mon[111227]: from='client.24551 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:14:50.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:50 smithi046 ceph-mon[111227]: from='client.? 172.21.15.19:0/226020661' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-08T03:14:51.078 INFO:teuthology.orchestra.run.smithi019.stdout: 5 44555 8.23 MB/sec execute 36 sec latency 129.346 ms 2023-10-08T03:14:51.468 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:51 smithi019 ceph-mon[108350]: pgmap v39: 97 pgs: 97 active+clean; 269 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.2 MiB/s wr, 515 op/s 2023-10-08T03:14:51.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:51 smithi046 ceph-mon[111227]: pgmap v39: 97 pgs: 97 active+clean; 269 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.2 MiB/s wr, 515 op/s 2023-10-08T03:14:52.084 INFO:teuthology.orchestra.run.smithi019.stdout: 5 44922 8.25 MB/sec execute 37 sec latency 126.397 ms 2023-10-08T03:14:53.084 INFO:teuthology.orchestra.run.smithi019.stdout: 5 45263 8.22 MB/sec execute 38 sec latency 124.580 ms 2023-10-08T03:14:53.483 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:53 smithi019 ceph-mon[108350]: pgmap v40: 97 pgs: 97 active+clean; 269 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.8 MiB/s wr, 366 op/s 2023-10-08T03:14:53.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:53 smithi046 ceph-mon[111227]: pgmap v40: 97 pgs: 97 active+clean; 269 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.8 MiB/s wr, 366 op/s 2023-10-08T03:14:54.084 INFO:teuthology.orchestra.run.smithi019.stdout: 5 45589 8.24 MB/sec execute 39 sec latency 126.867 ms 2023-10-08T03:14:54.492 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:54 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:14:54.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:54 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:14:55.084 INFO:teuthology.orchestra.run.smithi019.stdout: 5 46057 8.49 MB/sec execute 40 sec latency 135.210 ms 2023-10-08T03:14:55.527 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:55 smithi019 ceph-mon[108350]: pgmap v41: 97 pgs: 97 active+clean; 269 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.3 KiB/s rd, 4.0 MiB/s wr, 377 op/s 2023-10-08T03:14:55.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:55 smithi046 ceph-mon[111227]: pgmap v41: 97 pgs: 97 active+clean; 269 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.3 KiB/s rd, 4.0 MiB/s wr, 377 op/s 2023-10-08T03:14:56.084 INFO:teuthology.orchestra.run.smithi019.stdout: 5 46446 8.63 MB/sec execute 41 sec latency 123.673 ms 2023-10-08T03:14:57.084 INFO:teuthology.orchestra.run.smithi019.stdout: 5 46731 8.65 MB/sec execute 42 sec latency 182.696 ms 2023-10-08T03:14:57.566 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:57 smithi019 ceph-mon[108350]: pgmap v42: 97 pgs: 97 active+clean; 275 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.8 MiB/s wr, 568 op/s 2023-10-08T03:14:57.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:57 smithi046 ceph-mon[111227]: pgmap v42: 97 pgs: 97 active+clean; 275 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.8 MiB/s wr, 568 op/s 2023-10-08T03:14:58.084 INFO:teuthology.orchestra.run.smithi019.stdout: 5 47053 8.50 MB/sec execute 43 sec latency 89.912 ms 2023-10-08T03:14:59.084 INFO:teuthology.orchestra.run.smithi019.stdout: 5 47367 8.41 MB/sec execute 44 sec latency 87.981 ms 2023-10-08T03:14:59.606 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:14:59 smithi019 ceph-mon[108350]: pgmap v43: 97 pgs: 97 active+clean; 275 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 381 op/s 2023-10-08T03:14:59.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:14:59 smithi046 ceph-mon[111227]: pgmap v43: 97 pgs: 97 active+clean; 275 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 381 op/s 2023-10-08T03:15:00.084 INFO:teuthology.orchestra.run.smithi019.stdout: 5 47625 8.41 MB/sec execute 45 sec latency 129.101 ms 2023-10-08T03:15:01.085 INFO:teuthology.orchestra.run.smithi019.stdout: 5 48151 8.58 MB/sec execute 46 sec latency 86.905 ms 2023-10-08T03:15:01.638 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:15:01 smithi019 ceph-mon[108350]: pgmap v44: 97 pgs: 97 active+clean; 284 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.1 MiB/s wr, 595 op/s 2023-10-08T03:15:01.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:15:01 smithi046 ceph-mon[111227]: pgmap v44: 97 pgs: 97 active+clean; 284 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.1 MiB/s wr, 595 op/s 2023-10-08T03:15:02.090 INFO:teuthology.orchestra.run.smithi019.stdout: 5 48645 8.56 MB/sec execute 47 sec latency 215.908 ms 2023-10-08T03:15:03.095 INFO:teuthology.orchestra.run.smithi019.stdout: 5 49037 8.65 MB/sec execute 48 sec latency 134.571 ms 2023-10-08T03:15:03.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:15:03 smithi019 ceph-mon[108350]: pgmap v45: 97 pgs: 97 active+clean; 284 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 415 op/s 2023-10-08T03:15:03.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:15:03 smithi046 ceph-mon[111227]: pgmap v45: 97 pgs: 97 active+clean; 284 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 415 op/s 2023-10-08T03:15:04.101 INFO:teuthology.orchestra.run.smithi019.stdout: 5 49421 8.75 MB/sec execute 49 sec latency 139.311 ms 2023-10-08T03:15:05.102 INFO:teuthology.orchestra.run.smithi019.stdout: 5 49745 8.80 MB/sec execute 50 sec latency 126.942 ms 2023-10-08T03:15:05.452 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:15:05 smithi019 ceph-mon[108350]: pgmap v46: 97 pgs: 97 active+clean; 288 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.6 MiB/s wr, 552 op/s 2023-10-08T03:15:05.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:15:05 smithi046 ceph-mon[111227]: pgmap v46: 97 pgs: 97 active+clean; 288 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.6 MiB/s wr, 552 op/s 2023-10-08T03:15:06.101 INFO:teuthology.orchestra.run.smithi019.stdout: 5 50052 8.88 MB/sec execute 51 sec latency 126.985 ms 2023-10-08T03:15:07.106 INFO:teuthology.orchestra.run.smithi019.stdout: 5 50341 8.83 MB/sec execute 52 sec latency 129.952 ms 2023-10-08T03:15:07.488 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:15:07 smithi019 ceph-mon[108350]: pgmap v47: 97 pgs: 97 active+clean; 291 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.5 MiB/s wr, 642 op/s 2023-10-08T03:15:07.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:15:07 smithi046 ceph-mon[111227]: pgmap v47: 97 pgs: 97 active+clean; 291 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.5 MiB/s wr, 642 op/s 2023-10-08T03:15:08.106 INFO:teuthology.orchestra.run.smithi019.stdout: 5 50619 8.71 MB/sec execute 53 sec latency 145.102 ms 2023-10-08T03:15:08.503 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:15:08 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:15:08.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:15:08 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:15:09.106 INFO:teuthology.orchestra.run.smithi019.stdout: 5 50919 8.64 MB/sec execute 54 sec latency 130.633 ms 2023-10-08T03:15:09.520 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:15:09 smithi019 ceph-mon[108350]: pgmap v48: 97 pgs: 97 active+clean; 291 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.8 MiB/s wr, 451 op/s 2023-10-08T03:15:09.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:15:09 smithi046 ceph-mon[111227]: pgmap v48: 97 pgs: 97 active+clean; 291 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.8 MiB/s wr, 451 op/s 2023-10-08T03:15:10.111 INFO:teuthology.orchestra.run.smithi019.stdout: 5 51233 8.64 MB/sec execute 55 sec latency 127.484 ms 2023-10-08T03:15:11.111 INFO:teuthology.orchestra.run.smithi019.stdout: 5 51481 8.61 MB/sec execute 56 sec latency 135.195 ms 2023-10-08T03:15:11.549 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:15:11 smithi019 ceph-mon[108350]: pgmap v49: 97 pgs: 97 active+clean; 297 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.7 MiB/s wr, 643 op/s 2023-10-08T03:15:11.549 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:15:11 smithi019 ceph-mon[108350]: mgrmap e28: smithi046.qizlkx(active, since 92s), standbys: smithi019.xhcxai 2023-10-08T03:15:11.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:15:11 smithi046 ceph-mon[111227]: pgmap v49: 97 pgs: 97 active+clean; 297 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.7 MiB/s wr, 643 op/s 2023-10-08T03:15:11.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:15:11 smithi046 ceph-mon[111227]: mgrmap e28: smithi046.qizlkx(active, since 92s), standbys: smithi019.xhcxai 2023-10-08T03:15:12.111 INFO:teuthology.orchestra.run.smithi019.stdout: 5 51852 8.63 MB/sec execute 57 sec latency 135.044 ms 2023-10-08T03:15:13.111 INFO:teuthology.orchestra.run.smithi019.stdout: 5 52173 8.60 MB/sec execute 58 sec latency 146.272 ms 2023-10-08T03:15:13.317 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:15:13 smithi019 ceph-mon[108350]: pgmap v50: 97 pgs: 97 active+clean; 297 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.4 MiB/s wr, 429 op/s 2023-10-08T03:15:13.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:15:13 smithi046 ceph-mon[111227]: pgmap v50: 97 pgs: 97 active+clean; 297 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.4 MiB/s wr, 429 op/s 2023-10-08T03:15:14.114 INFO:teuthology.orchestra.run.smithi019.stdout: 5 52536 8.66 MB/sec execute 59 sec latency 87.458 ms 2023-10-08T03:15:15.114 INFO:teuthology.orchestra.run.smithi019.stdout: 5 52829 8.62 MB/sec execute 60 sec latency 129.816 ms 2023-10-08T03:15:15.426 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:15:15 smithi019 ceph-mon[108350]: pgmap v51: 97 pgs: 97 active+clean; 299 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.6 MiB/s wr, 576 op/s 2023-10-08T03:15:15.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:15:15 smithi046 ceph-mon[111227]: pgmap v51: 97 pgs: 97 active+clean; 299 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.6 MiB/s wr, 576 op/s 2023-10-08T03:15:16.117 INFO:teuthology.orchestra.run.smithi019.stdout: 5 53175 8.72 MB/sec execute 61 sec latency 129.983 ms 2023-10-08T03:15:17.123 INFO:teuthology.orchestra.run.smithi019.stdout: 5 53490 8.77 MB/sec execute 62 sec latency 135.200 ms 2023-10-08T03:15:17.497 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:15:17 smithi019 ceph-mon[108350]: pgmap v52: 97 pgs: 97 active+clean; 299 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.1 KiB/s rd, 4.9 MiB/s wr, 475 op/s 2023-10-08T03:15:17.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:15:17 smithi046 ceph-mon[111227]: pgmap v52: 97 pgs: 97 active+clean; 299 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.1 KiB/s rd, 4.9 MiB/s wr, 475 op/s 2023-10-08T03:15:18.128 INFO:teuthology.orchestra.run.smithi019.stdout: 5 53768 8.73 MB/sec execute 63 sec latency 129.310 ms 2023-10-08T03:15:19.128 INFO:teuthology.orchestra.run.smithi019.stdout: 5 54029 8.67 MB/sec execute 64 sec latency 123.428 ms 2023-10-08T03:15:19.548 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:15:19 smithi019 ceph-mon[108350]: pgmap v53: 97 pgs: 97 active+clean; 299 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.7 MiB/s wr, 374 op/s 2023-10-08T03:15:19.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:15:19 smithi046 ceph-mon[111227]: pgmap v53: 97 pgs: 97 active+clean; 299 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.7 MiB/s wr, 374 op/s 2023-10-08T03:15:20.020 INFO:teuthology.orchestra.run.smithi019.stdout:true 2023-10-08T03:15:20.128 INFO:teuthology.orchestra.run.smithi019.stdout: 5 54261 8.59 MB/sec execute 65 sec latency 112.345 ms 2023-10-08T03:15:21.071 INFO:teuthology.orchestra.run.smithi019.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-08T03:15:21.071 INFO:teuthology.orchestra.run.smithi019.stdout:alertmanager.smithi019 smithi019 *:9093,9094 starting - - - - 2023-10-08T03:15:21.071 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi019 smithi019 running (7m) 94s ago 7m 7013k - 17.2.0 e1d6a67b021e 93f2f87f70d7 2023-10-08T03:15:21.071 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi046 smithi046 running (7m) 98s ago 7m 7172k - 17.2.0 e1d6a67b021e 3eac4fedb25b 2023-10-08T03:15:21.071 INFO:teuthology.orchestra.run.smithi019.stdout:grafana.smithi019 smithi019 *:3000 starting - - - - 2023-10-08T03:15:21.072 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi019.mucmqc smithi019 running (3m) 94s ago 3m 34.1M - 17.2.0 e1d6a67b021e 7f9ed02e230d 2023-10-08T03:15:21.072 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi046.mfhvuj smithi046 running (3m) 98s ago 3m 16.2M - 17.2.0 e1d6a67b021e fa7253ccc386 2023-10-08T03:15:21.072 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi019.xhcxai smithi019 *:9283 running (8m) 94s ago 8m 313M - 17.2.0 e1d6a67b021e ffebd90d85cb 2023-10-08T03:15:21.072 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi046.qizlkx smithi046 *:8443,9283 running (112s) 98s ago 7m 487M - 18.0.0-6609-g9725b08f d68377abd09f 8fbe4275b077 2023-10-08T03:15:21.072 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi019 smithi019 running (8m) 94s ago 8m 93.7M 2048M 17.2.0 e1d6a67b021e 3343e10344ce 2023-10-08T03:15:21.073 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi046 smithi046 running (7m) 98s ago 7m 62.3M 2048M 17.2.0 e1d6a67b021e f493055937f5 2023-10-08T03:15:21.073 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.0.0.smithi019.xoggxc smithi019 *:2049 running (3m) 94s ago 3m 256M - 4.0 e1d6a67b021e 7bfe4ef2f1b4 2023-10-08T03:15:21.073 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.1.0.smithi046.xbdcvc smithi046 *:2049 running (3m) 98s ago 3m 80.5M - 4.0 e1d6a67b021e 4183af495695 2023-10-08T03:15:21.073 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi019 smithi019 *:9100 starting - - - - 2023-10-08T03:15:21.073 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi046 smithi046 *:9100 starting - - - - 2023-10-08T03:15:21.073 INFO:teuthology.orchestra.run.smithi019.stdout:osd.0 smithi019 running (6m) 94s ago 6m 476M 1943M 17.2.0 e1d6a67b021e 87e5445a13d5 2023-10-08T03:15:21.074 INFO:teuthology.orchestra.run.smithi019.stdout:osd.1 smithi019 running (6m) 94s ago 6m 303M 1943M 17.2.0 e1d6a67b021e 790a367854df 2023-10-08T03:15:21.074 INFO:teuthology.orchestra.run.smithi019.stdout:osd.2 smithi019 running (5m) 94s ago 5m 197M 1943M 17.2.0 e1d6a67b021e 7a427689da6b 2023-10-08T03:15:21.074 INFO:teuthology.orchestra.run.smithi019.stdout:osd.3 smithi019 running (5m) 94s ago 5m 418M 1943M 17.2.0 e1d6a67b021e 61eeb3784da1 2023-10-08T03:15:21.074 INFO:teuthology.orchestra.run.smithi019.stdout:osd.4 smithi046 running (5m) 98s ago 5m 393M 2711M 17.2.0 e1d6a67b021e f34ac437618f 2023-10-08T03:15:21.074 INFO:teuthology.orchestra.run.smithi019.stdout:osd.5 smithi046 running (5m) 98s ago 5m 416M 2711M 17.2.0 e1d6a67b021e 410d010c43f3 2023-10-08T03:15:21.074 INFO:teuthology.orchestra.run.smithi019.stdout:osd.6 smithi046 running (4m) 98s ago 4m 352M 2711M 17.2.0 e1d6a67b021e 16f12791da25 2023-10-08T03:15:21.075 INFO:teuthology.orchestra.run.smithi019.stdout:osd.7 smithi046 running (4m) 98s ago 4m 653M 2711M 17.2.0 e1d6a67b021e 54d01c0d1021 2023-10-08T03:15:21.075 INFO:teuthology.orchestra.run.smithi019.stdout:prometheus.smithi019 smithi019 *:9095 starting - - - - 2023-10-08T03:15:21.128 INFO:teuthology.orchestra.run.smithi019.stdout: 5 54523 8.57 MB/sec execute 66 sec latency 127.344 ms 2023-10-08T03:15:21.602 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:15:21 smithi019 ceph-mon[108350]: from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:15:21.602 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:15:21 smithi019 ceph-mon[108350]: pgmap v54: 97 pgs: 97 active+clean; 308 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.6 MiB/s wr, 554 op/s 2023-10-08T03:15:21.602 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:15:21 smithi019 ceph-mon[108350]: from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:15:21.663 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2023-10-08T03:15:21.663 INFO:teuthology.orchestra.run.smithi019.stdout: "mon": { 2023-10-08T03:15:21.663 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-10-08T03:15:21.663 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2023-10-08T03:15:21.664 INFO:teuthology.orchestra.run.smithi019.stdout: "mgr": { 2023-10-08T03:15:21.664 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-10-08T03:15:21.664 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 18.0.0-6609-g9725b08f (9725b08fd801c82987c737f7e6d354878f036ee8) reef (dev)": 1 2023-10-08T03:15:21.664 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2023-10-08T03:15:21.664 INFO:teuthology.orchestra.run.smithi019.stdout: "osd": { 2023-10-08T03:15:21.664 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-10-08T03:15:21.664 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2023-10-08T03:15:21.664 INFO:teuthology.orchestra.run.smithi019.stdout: "mds": { 2023-10-08T03:15:21.664 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-10-08T03:15:21.664 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2023-10-08T03:15:21.665 INFO:teuthology.orchestra.run.smithi019.stdout: "overall": { 2023-10-08T03:15:21.665 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-10-08T03:15:21.665 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 18.0.0-6609-g9725b08f (9725b08fd801c82987c737f7e6d354878f036ee8) reef (dev)": 1 2023-10-08T03:15:21.665 INFO:teuthology.orchestra.run.smithi019.stdout: } 2023-10-08T03:15:21.665 INFO:teuthology.orchestra.run.smithi019.stdout:} 2023-10-08T03:15:21.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:15:21 smithi046 ceph-mon[111227]: from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:15:21.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:15:21 smithi046 ceph-mon[111227]: pgmap v54: 97 pgs: 97 active+clean; 308 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.6 MiB/s wr, 554 op/s 2023-10-08T03:15:21.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:15:21 smithi046 ceph-mon[111227]: from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:15:22.128 INFO:teuthology.orchestra.run.smithi019.stdout: 5 54819 8.57 MB/sec execute 67 sec latency 129.547 ms 2023-10-08T03:15:22.206 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2023-10-08T03:15:22.206 INFO:teuthology.orchestra.run.smithi019.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:97fb66d1505dfd3031f50aea63af756a6271a8b2b32c547a25afa8a80ba68991", 2023-10-08T03:15:22.207 INFO:teuthology.orchestra.run.smithi019.stdout: "in_progress": true, 2023-10-08T03:15:22.207 INFO:teuthology.orchestra.run.smithi019.stdout: "which": "Upgrading all daemon types on all hosts", 2023-10-08T03:15:22.207 INFO:teuthology.orchestra.run.smithi019.stdout: "services_complete": [], 2023-10-08T03:15:22.207 INFO:teuthology.orchestra.run.smithi019.stdout: "progress": "1/23 daemons upgraded", 2023-10-08T03:15:22.207 INFO:teuthology.orchestra.run.smithi019.stdout: "message": "Currently upgrading mgr daemons", 2023-10-08T03:15:22.207 INFO:teuthology.orchestra.run.smithi019.stdout: "is_paused": false 2023-10-08T03:15:22.207 INFO:teuthology.orchestra.run.smithi019.stdout:} 2023-10-08T03:15:22.612 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:15:22 smithi019 ceph-mon[108350]: from='client.24561 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:15:22.612 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:15:22 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/2399492292' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-08T03:15:22.843 INFO:teuthology.orchestra.run.smithi019.stdout:HEALTH_OK 2023-10-08T03:15:22.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:15:22 smithi046 ceph-mon[111227]: from='client.24561 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:15:22.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:15:22 smithi046 ceph-mon[111227]: from='client.? 172.21.15.19:0/2399492292' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-08T03:15:23.128 INFO:teuthology.orchestra.run.smithi019.stdout: 5 55178 8.55 MB/sec execute 68 sec latency 96.277 ms 2023-10-08T03:15:23.622 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:15:23 smithi019 ceph-mon[108350]: from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:15:23.622 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:15:23 smithi019 ceph-mon[108350]: pgmap v55: 97 pgs: 97 active+clean; 308 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.7 MiB/s wr, 361 op/s 2023-10-08T03:15:23.622 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:15:23 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/2637638555' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-08T03:15:23.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:15:23 smithi046 ceph-mon[111227]: from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:15:23.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:15:23 smithi046 ceph-mon[111227]: pgmap v55: 97 pgs: 97 active+clean; 308 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.7 MiB/s wr, 361 op/s 2023-10-08T03:15:23.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:15:23 smithi046 ceph-mon[111227]: from='client.? 172.21.15.19:0/2637638555' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-08T03:15:24.128 INFO:teuthology.orchestra.run.smithi019.stdout: 5 55528 8.53 MB/sec execute 69 sec latency 129.215 ms 2023-10-08T03:15:24.658 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:15:24 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:15:24.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:15:24 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:15:25.128 INFO:teuthology.orchestra.run.smithi019.stdout: 5 55813 8.54 MB/sec execute 70 sec latency 133.561 ms 2023-10-08T03:15:25.672 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:15:25 smithi019 ceph-mon[108350]: pgmap v56: 97 pgs: 97 active+clean; 307 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.6 MiB/s wr, 425 op/s 2023-10-08T03:15:25.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:15:25 smithi046 ceph-mon[111227]: pgmap v56: 97 pgs: 97 active+clean; 307 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.6 MiB/s wr, 425 op/s 2023-10-08T03:15:26.128 INFO:teuthology.orchestra.run.smithi019.stdout: 5 56145 8.62 MB/sec execute 71 sec latency 131.911 ms 2023-10-08T03:15:27.138 INFO:teuthology.orchestra.run.smithi019.stdout: 5 56540 8.63 MB/sec execute 72 sec latency 127.418 ms 2023-10-08T03:15:27.705 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:15:27 smithi019 ceph-mon[108350]: pgmap v57: 97 pgs: 97 active+clean; 309 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 8.6 KiB/s rd, 4.2 MiB/s wr, 398 op/s 2023-10-08T03:15:27.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:15:27 smithi046 ceph-mon[111227]: pgmap v57: 97 pgs: 97 active+clean; 309 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 8.6 KiB/s rd, 4.2 MiB/s wr, 398 op/s 2023-10-08T03:15:28.139 INFO:teuthology.orchestra.run.smithi019.stdout: 5 56810 8.62 MB/sec execute 73 sec latency 124.587 ms 2023-10-08T03:15:29.138 INFO:teuthology.orchestra.run.smithi019.stdout: 5 57070 8.59 MB/sec execute 74 sec latency 123.790 ms 2023-10-08T03:15:29.512 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:15:29 smithi019 ceph-mon[108350]: pgmap v58: 97 pgs: 97 active+clean; 309 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.7 MiB/s wr, 362 op/s 2023-10-08T03:15:29.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:15:29 smithi046 ceph-mon[111227]: pgmap v58: 97 pgs: 97 active+clean; 309 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.7 MiB/s wr, 362 op/s 2023-10-08T03:15:30.138 INFO:teuthology.orchestra.run.smithi019.stdout: 5 57338 8.60 MB/sec execute 75 sec latency 124.236 ms 2023-10-08T03:15:31.138 INFO:teuthology.orchestra.run.smithi019.stdout: 5 57572 8.53 MB/sec execute 76 sec latency 131.818 ms 2023-10-08T03:15:31.565 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:15:31 smithi019 ceph-mon[108350]: pgmap v59: 97 pgs: 97 active+clean; 317 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.8 MiB/s wr, 553 op/s 2023-10-08T03:15:31.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:15:31 smithi046 ceph-mon[111227]: pgmap v59: 97 pgs: 97 active+clean; 317 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.8 MiB/s wr, 553 op/s 2023-10-08T03:15:32.141 INFO:teuthology.orchestra.run.smithi019.stdout: 5 57898 8.55 MB/sec execute 77 sec latency 106.402 ms 2023-10-08T03:15:33.140 INFO:teuthology.orchestra.run.smithi019.stdout: 5 58146 8.49 MB/sec execute 78 sec latency 126.624 ms 2023-10-08T03:15:33.346 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:15:33 smithi019 ceph-mon[108350]: pgmap v60: 97 pgs: 97 active+clean; 317 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 374 op/s 2023-10-08T03:15:33.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:15:33 smithi046 ceph-mon[111227]: pgmap v60: 97 pgs: 97 active+clean; 317 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 374 op/s 2023-10-08T03:15:34.140 INFO:teuthology.orchestra.run.smithi019.stdout: 5 58495 8.51 MB/sec execute 79 sec latency 127.001 ms 2023-10-08T03:15:35.140 INFO:teuthology.orchestra.run.smithi019.stdout: 5 58808 8.49 MB/sec execute 80 sec latency 138.152 ms 2023-10-08T03:15:35.634 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:15:35 smithi019 ceph-mon[108350]: pgmap v61: 97 pgs: 97 active+clean; 316 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.8 MiB/s wr, 451 op/s 2023-10-08T03:15:35.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:15:35 smithi046 ceph-mon[111227]: pgmap v61: 97 pgs: 97 active+clean; 316 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.8 MiB/s wr, 451 op/s 2023-10-08T03:15:36.140 INFO:teuthology.orchestra.run.smithi019.stdout: 5 59252 8.52 MB/sec execute 81 sec latency 106.363 ms 2023-10-08T03:15:37.140 INFO:teuthology.orchestra.run.smithi019.stdout: 5 59591 8.58 MB/sec execute 82 sec latency 129.558 ms 2023-10-08T03:15:37.658 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:15:37 smithi019 ceph-mon[108350]: pgmap v62: 97 pgs: 97 active+clean; 319 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 8.9 KiB/s rd, 4.6 MiB/s wr, 485 op/s 2023-10-08T03:15:37.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:15:37 smithi046 ceph-mon[111227]: pgmap v62: 97 pgs: 97 active+clean; 319 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 8.9 KiB/s rd, 4.6 MiB/s wr, 485 op/s 2023-10-08T03:15:38.141 INFO:teuthology.orchestra.run.smithi019.stdout: 5 60017 8.60 MB/sec execute 83 sec latency 123.211 ms 2023-10-08T03:15:39.147 INFO:teuthology.orchestra.run.smithi019.stdout: 5 60367 8.61 MB/sec execute 84 sec latency 129.814 ms 2023-10-08T03:15:39.685 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:15:39 smithi019 ceph-mon[108350]: pgmap v63: 97 pgs: 97 active+clean; 319 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 365 op/s 2023-10-08T03:15:39.685 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:15:39 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:15:39.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:15:39 smithi046 ceph-mon[111227]: pgmap v63: 97 pgs: 97 active+clean; 319 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 365 op/s 2023-10-08T03:15:39.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:15:39 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:15:40.147 INFO:teuthology.orchestra.run.smithi019.stdout: 5 60650 8.63 MB/sec execute 85 sec latency 126.453 ms 2023-10-08T03:15:41.147 INFO:teuthology.orchestra.run.smithi019.stdout: 5 60949 8.63 MB/sec execute 86 sec latency 138.319 ms 2023-10-08T03:15:41.712 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:15:41 smithi019 ceph-mon[108350]: pgmap v64: 97 pgs: 97 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.2 MiB/s wr, 578 op/s 2023-10-08T03:15:41.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:15:41 smithi046 ceph-mon[111227]: pgmap v64: 97 pgs: 97 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.2 MiB/s wr, 578 op/s 2023-10-08T03:15:42.148 INFO:teuthology.orchestra.run.smithi019.stdout: 5 61306 8.63 MB/sec execute 87 sec latency 152.177 ms 2023-10-08T03:15:43.147 INFO:teuthology.orchestra.run.smithi019.stdout: 5 61553 8.58 MB/sec execute 88 sec latency 129.617 ms 2023-10-08T03:15:43.483 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:15:43 smithi019 ceph-mon[108350]: pgmap v65: 97 pgs: 97 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 387 op/s 2023-10-08T03:15:43.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:15:43 smithi046 ceph-mon[111227]: pgmap v65: 97 pgs: 97 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 387 op/s 2023-10-08T03:15:44.147 INFO:teuthology.orchestra.run.smithi019.stdout: 5 61845 8.58 MB/sec execute 89 sec latency 129.441 ms 2023-10-08T03:15:45.148 INFO:teuthology.orchestra.run.smithi019.stdout: 5 62187 8.56 MB/sec execute 90 sec latency 117.793 ms 2023-10-08T03:15:45.500 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:15:45 smithi019 ceph-mon[108350]: pgmap v66: 97 pgs: 97 active+clean; 329 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.9 MiB/s wr, 427 op/s 2023-10-08T03:15:45.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:15:45 smithi046 ceph-mon[111227]: pgmap v66: 97 pgs: 97 active+clean; 329 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.9 MiB/s wr, 427 op/s 2023-10-08T03:15:46.158 INFO:teuthology.orchestra.run.smithi019.stdout: 5 62520 8.60 MB/sec execute 91 sec latency 121.065 ms 2023-10-08T03:15:47.158 INFO:teuthology.orchestra.run.smithi019.stdout: 5 62884 8.60 MB/sec execute 92 sec latency 107.117 ms 2023-10-08T03:15:47.531 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:15:47 smithi019 ceph-mon[108350]: pgmap v67: 97 pgs: 97 active+clean; 334 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.0 MiB/s wr, 500 op/s 2023-10-08T03:15:47.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:15:47 smithi046 ceph-mon[111227]: pgmap v67: 97 pgs: 97 active+clean; 334 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.0 MiB/s wr, 500 op/s 2023-10-08T03:15:48.158 INFO:teuthology.orchestra.run.smithi019.stdout: 5 63143 8.57 MB/sec execute 93 sec latency 135.932 ms 2023-10-08T03:15:49.158 INFO:teuthology.orchestra.run.smithi019.stdout: 5 63455 8.59 MB/sec execute 94 sec latency 126.151 ms 2023-10-08T03:15:49.600 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:15:49 smithi019 ceph-mon[108350]: pgmap v68: 97 pgs: 97 active+clean; 334 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 402 op/s 2023-10-08T03:15:49.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:15:49 smithi046 ceph-mon[111227]: pgmap v68: 97 pgs: 97 active+clean; 334 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 402 op/s 2023-10-08T03:15:50.158 INFO:teuthology.orchestra.run.smithi019.stdout: 5 63718 8.56 MB/sec execute 95 sec latency 117.516 ms 2023-10-08T03:15:51.158 INFO:teuthology.orchestra.run.smithi019.stdout: 5 63976 8.58 MB/sec execute 96 sec latency 123.808 ms 2023-10-08T03:15:51.661 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:15:51 smithi019 ceph-mon[108350]: pgmap v69: 97 pgs: 97 active+clean; 339 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.0 MiB/s wr, 586 op/s 2023-10-08T03:15:51.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:15:51 smithi046 ceph-mon[111227]: pgmap v69: 97 pgs: 97 active+clean; 339 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.0 MiB/s wr, 586 op/s 2023-10-08T03:15:52.167 INFO:teuthology.orchestra.run.smithi019.stdout: 5 64236 8.59 MB/sec execute 97 sec latency 123.825 ms 2023-10-08T03:15:53.167 INFO:teuthology.orchestra.run.smithi019.stdout: 5 64446 8.53 MB/sec execute 98 sec latency 152.157 ms 2023-10-08T03:15:53.347 INFO:teuthology.orchestra.run.smithi019.stdout:true 2023-10-08T03:15:53.458 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:15:53 smithi019 ceph-mon[108350]: pgmap v70: 97 pgs: 97 active+clean; 339 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.7 MiB/s wr, 372 op/s 2023-10-08T03:15:53.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:15:53 smithi046 ceph-mon[111227]: pgmap v70: 97 pgs: 97 active+clean; 339 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.7 MiB/s wr, 372 op/s 2023-10-08T03:15:54.181 INFO:teuthology.orchestra.run.smithi019.stdout: 5 64703 8.48 MB/sec execute 99 sec latency 129.905 ms 2023-10-08T03:15:54.357 INFO:teuthology.orchestra.run.smithi019.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-08T03:15:54.357 INFO:teuthology.orchestra.run.smithi019.stdout:alertmanager.smithi019 smithi019 *:9093,9094 starting - - - - 2023-10-08T03:15:54.357 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi019 smithi019 running (8m) 2m ago 8m 7013k - 17.2.0 e1d6a67b021e 93f2f87f70d7 2023-10-08T03:15:54.357 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi046 smithi046 running (7m) 2m ago 7m 7172k - 17.2.0 e1d6a67b021e 3eac4fedb25b 2023-10-08T03:15:54.357 INFO:teuthology.orchestra.run.smithi019.stdout:grafana.smithi019 smithi019 *:3000 starting - - - - 2023-10-08T03:15:54.357 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi019.mucmqc smithi019 running (4m) 2m ago 4m 34.1M - 17.2.0 e1d6a67b021e 7f9ed02e230d 2023-10-08T03:15:54.357 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi046.mfhvuj smithi046 running (4m) 2m ago 4m 16.2M - 17.2.0 e1d6a67b021e fa7253ccc386 2023-10-08T03:15:54.357 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi019.xhcxai smithi019 *:9283 running (9m) 2m ago 9m 313M - 17.2.0 e1d6a67b021e ffebd90d85cb 2023-10-08T03:15:54.357 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi046.qizlkx smithi046 *:8443,9283 running (2m) 2m ago 7m 487M - 18.0.0-6609-g9725b08f d68377abd09f 8fbe4275b077 2023-10-08T03:15:54.357 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi019 smithi019 running (9m) 2m ago 9m 93.7M 2048M 17.2.0 e1d6a67b021e 3343e10344ce 2023-10-08T03:15:54.358 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi046 smithi046 running (7m) 2m ago 7m 62.3M 2048M 17.2.0 e1d6a67b021e f493055937f5 2023-10-08T03:15:54.358 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.0.0.smithi019.xoggxc smithi019 *:2049 running (3m) 2m ago 3m 256M - 4.0 e1d6a67b021e 7bfe4ef2f1b4 2023-10-08T03:15:54.358 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.1.0.smithi046.xbdcvc smithi046 *:2049 running (3m) 2m ago 3m 80.5M - 4.0 e1d6a67b021e 4183af495695 2023-10-08T03:15:54.358 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi019 smithi019 *:9100 starting - - - - 2023-10-08T03:15:54.358 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi046 smithi046 *:9100 starting - - - - 2023-10-08T03:15:54.358 INFO:teuthology.orchestra.run.smithi019.stdout:osd.0 smithi019 running (7m) 2m ago 7m 476M 1943M 17.2.0 e1d6a67b021e 87e5445a13d5 2023-10-08T03:15:54.358 INFO:teuthology.orchestra.run.smithi019.stdout:osd.1 smithi019 running (6m) 2m ago 6m 303M 1943M 17.2.0 e1d6a67b021e 790a367854df 2023-10-08T03:15:54.358 INFO:teuthology.orchestra.run.smithi019.stdout:osd.2 smithi019 running (6m) 2m ago 6m 197M 1943M 17.2.0 e1d6a67b021e 7a427689da6b 2023-10-08T03:15:54.358 INFO:teuthology.orchestra.run.smithi019.stdout:osd.3 smithi019 running (6m) 2m ago 6m 418M 1943M 17.2.0 e1d6a67b021e 61eeb3784da1 2023-10-08T03:15:54.358 INFO:teuthology.orchestra.run.smithi019.stdout:osd.4 smithi046 running (5m) 2m ago 5m 393M 2711M 17.2.0 e1d6a67b021e f34ac437618f 2023-10-08T03:15:54.358 INFO:teuthology.orchestra.run.smithi019.stdout:osd.5 smithi046 running (5m) 2m ago 5m 416M 2711M 17.2.0 e1d6a67b021e 410d010c43f3 2023-10-08T03:15:54.358 INFO:teuthology.orchestra.run.smithi019.stdout:osd.6 smithi046 running (5m) 2m ago 5m 352M 2711M 17.2.0 e1d6a67b021e 16f12791da25 2023-10-08T03:15:54.359 INFO:teuthology.orchestra.run.smithi019.stdout:osd.7 smithi046 running (5m) 2m ago 5m 653M 2711M 17.2.0 e1d6a67b021e 54d01c0d1021 2023-10-08T03:15:54.359 INFO:teuthology.orchestra.run.smithi019.stdout:prometheus.smithi019 smithi019 *:9095 starting - - - - 2023-10-08T03:15:54.470 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:15:54 smithi019 ceph-mon[108350]: from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:15:54.470 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:15:54 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:15:54.470 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:15:54 smithi019 ceph-mon[108350]: from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:15:54.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:15:54 smithi046 ceph-mon[111227]: from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:15:54.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:15:54 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:15:54.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:15:54 smithi046 ceph-mon[111227]: from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:15:54.952 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2023-10-08T03:15:54.952 INFO:teuthology.orchestra.run.smithi019.stdout: "mon": { 2023-10-08T03:15:54.952 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-10-08T03:15:54.952 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2023-10-08T03:15:54.952 INFO:teuthology.orchestra.run.smithi019.stdout: "mgr": { 2023-10-08T03:15:54.952 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-10-08T03:15:54.952 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 18.0.0-6609-g9725b08f (9725b08fd801c82987c737f7e6d354878f036ee8) reef (dev)": 1 2023-10-08T03:15:54.952 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2023-10-08T03:15:54.953 INFO:teuthology.orchestra.run.smithi019.stdout: "osd": { 2023-10-08T03:15:54.953 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-10-08T03:15:54.953 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2023-10-08T03:15:54.953 INFO:teuthology.orchestra.run.smithi019.stdout: "mds": { 2023-10-08T03:15:54.953 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-10-08T03:15:54.953 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2023-10-08T03:15:54.953 INFO:teuthology.orchestra.run.smithi019.stdout: "overall": { 2023-10-08T03:15:54.953 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-10-08T03:15:54.953 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 18.0.0-6609-g9725b08f (9725b08fd801c82987c737f7e6d354878f036ee8) reef (dev)": 1 2023-10-08T03:15:54.953 INFO:teuthology.orchestra.run.smithi019.stdout: } 2023-10-08T03:15:54.954 INFO:teuthology.orchestra.run.smithi019.stdout:} 2023-10-08T03:15:55.180 INFO:teuthology.orchestra.run.smithi019.stdout: 5 64963 8.48 MB/sec execute 100 sec latency 120.772 ms 2023-10-08T03:15:55.485 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:15:55 smithi019 ceph-mon[108350]: from='client.24577 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:15:55.485 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:15:55 smithi019 ceph-mon[108350]: pgmap v71: 97 pgs: 97 active+clean; 344 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.9 MiB/s wr, 486 op/s 2023-10-08T03:15:55.485 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:15:55 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/275670105' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-08T03:15:55.533 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2023-10-08T03:15:55.533 INFO:teuthology.orchestra.run.smithi019.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:97fb66d1505dfd3031f50aea63af756a6271a8b2b32c547a25afa8a80ba68991", 2023-10-08T03:15:55.533 INFO:teuthology.orchestra.run.smithi019.stdout: "in_progress": true, 2023-10-08T03:15:55.533 INFO:teuthology.orchestra.run.smithi019.stdout: "which": "Upgrading all daemon types on all hosts", 2023-10-08T03:15:55.533 INFO:teuthology.orchestra.run.smithi019.stdout: "services_complete": [], 2023-10-08T03:15:55.533 INFO:teuthology.orchestra.run.smithi019.stdout: "progress": "1/23 daemons upgraded", 2023-10-08T03:15:55.533 INFO:teuthology.orchestra.run.smithi019.stdout: "message": "Currently upgrading mgr daemons", 2023-10-08T03:15:55.533 INFO:teuthology.orchestra.run.smithi019.stdout: "is_paused": false 2023-10-08T03:15:55.533 INFO:teuthology.orchestra.run.smithi019.stdout:} 2023-10-08T03:15:55.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:15:55 smithi046 ceph-mon[111227]: from='client.24577 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:15:55.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:15:55 smithi046 ceph-mon[111227]: pgmap v71: 97 pgs: 97 active+clean; 344 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.9 MiB/s wr, 486 op/s 2023-10-08T03:15:55.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:15:55 smithi046 ceph-mon[111227]: from='client.? 172.21.15.19:0/275670105' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-08T03:15:56.158 INFO:teuthology.orchestra.run.smithi019.stdout:HEALTH_OK 2023-10-08T03:15:56.180 INFO:teuthology.orchestra.run.smithi019.stdout: 5 65196 8.45 MB/sec execute 101 sec latency 129.263 ms 2023-10-08T03:15:56.513 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:15:56 smithi019 ceph-mon[108350]: from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:15:56.514 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:15:56 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/706215980' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-08T03:15:56.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:15:56 smithi046 ceph-mon[111227]: from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:15:56.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:15:56 smithi046 ceph-mon[111227]: from='client.? 172.21.15.19:0/706215980' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-08T03:15:57.180 INFO:teuthology.orchestra.run.smithi019.stdout: 5 65575 8.48 MB/sec execute 102 sec latency 126.922 ms 2023-10-08T03:15:57.534 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:15:57 smithi019 ceph-mon[108350]: pgmap v72: 97 pgs: 97 active+clean; 343 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 4.5 MiB/s wr, 484 op/s 2023-10-08T03:15:57.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:15:57 smithi046 ceph-mon[111227]: pgmap v72: 97 pgs: 97 active+clean; 343 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 4.5 MiB/s wr, 484 op/s 2023-10-08T03:15:58.181 INFO:teuthology.orchestra.run.smithi019.stdout: 5 65882 8.44 MB/sec execute 103 sec latency 149.244 ms 2023-10-08T03:15:59.180 INFO:teuthology.orchestra.run.smithi019.stdout: 5 66295 8.46 MB/sec execute 104 sec latency 126.793 ms 2023-10-08T03:15:59.577 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:15:59 smithi019 ceph-mon[108350]: pgmap v73: 97 pgs: 97 active+clean; 343 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 333 op/s 2023-10-08T03:15:59.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:15:59 smithi046 ceph-mon[111227]: pgmap v73: 97 pgs: 97 active+clean; 343 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 333 op/s 2023-10-08T03:16:00.188 INFO:teuthology.orchestra.run.smithi019.stdout: 5 66511 8.44 MB/sec execute 105 sec latency 172.033 ms 2023-10-08T03:16:01.197 INFO:teuthology.orchestra.run.smithi019.stdout: 5 66855 8.50 MB/sec execute 106 sec latency 124.536 ms 2023-10-08T03:16:01.595 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:16:01 smithi019 ceph-mon[108350]: pgmap v74: 97 pgs: 97 active+clean; 348 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 521 op/s 2023-10-08T03:16:01.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:16:01 smithi046 ceph-mon[111227]: pgmap v74: 97 pgs: 97 active+clean; 348 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 521 op/s 2023-10-08T03:16:02.197 INFO:teuthology.orchestra.run.smithi019.stdout: 5 67150 8.49 MB/sec execute 107 sec latency 126.885 ms 2023-10-08T03:16:03.197 INFO:teuthology.orchestra.run.smithi019.stdout: 5 67547 8.50 MB/sec execute 108 sec latency 123.527 ms 2023-10-08T03:16:03.387 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:16:03 smithi019 ceph-mon[108350]: pgmap v75: 97 pgs: 97 active+clean; 348 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.4 MiB/s wr, 338 op/s 2023-10-08T03:16:03.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:16:03 smithi046 ceph-mon[111227]: pgmap v75: 97 pgs: 97 active+clean; 348 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.4 MiB/s wr, 338 op/s 2023-10-08T03:16:04.197 INFO:teuthology.orchestra.run.smithi019.stdout: 5 67790 8.47 MB/sec execute 109 sec latency 129.858 ms 2023-10-08T03:16:05.197 INFO:teuthology.orchestra.run.smithi019.stdout: 5 68154 8.48 MB/sec execute 110 sec latency 151.552 ms 2023-10-08T03:16:05.669 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:16:05 smithi019 ceph-mon[108350]: pgmap v76: 97 pgs: 97 active+clean; 352 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 4.7 MiB/s wr, 488 op/s 2023-10-08T03:16:05.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:16:05 smithi046 ceph-mon[111227]: pgmap v76: 97 pgs: 97 active+clean; 352 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 4.7 MiB/s wr, 488 op/s 2023-10-08T03:16:06.198 INFO:teuthology.orchestra.run.smithi019.stdout: 5 68515 8.47 MB/sec execute 111 sec latency 167.578 ms 2023-10-08T03:16:07.198 INFO:teuthology.orchestra.run.smithi019.stdout: 5 68900 8.52 MB/sec execute 112 sec latency 87.997 ms 2023-10-08T03:16:07.438 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:16:07 smithi019 ceph-mon[108350]: pgmap v77: 97 pgs: 97 active+clean; 356 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.4 MiB/s wr, 485 op/s 2023-10-08T03:16:07.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:16:07 smithi046 ceph-mon[111227]: pgmap v77: 97 pgs: 97 active+clean; 356 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.4 MiB/s wr, 485 op/s 2023-10-08T03:16:08.202 INFO:teuthology.orchestra.run.smithi019.stdout: 5 69203 8.50 MB/sec execute 113 sec latency 130.009 ms 2023-10-08T03:16:09.202 INFO:teuthology.orchestra.run.smithi019.stdout: 5 69646 8.50 MB/sec execute 114 sec latency 87.733 ms 2023-10-08T03:16:09.473 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:16:09 smithi019 ceph-mon[108350]: pgmap v78: 97 pgs: 97 active+clean; 356 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.9 MiB/s wr, 448 op/s 2023-10-08T03:16:09.473 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:16:09 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:16:09.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:16:09 smithi046 ceph-mon[111227]: pgmap v78: 97 pgs: 97 active+clean; 356 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.9 MiB/s wr, 448 op/s 2023-10-08T03:16:09.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:16:09 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:16:10.202 INFO:teuthology.orchestra.run.smithi019.stdout: 5 70003 8.52 MB/sec execute 115 sec latency 123.626 ms 2023-10-08T03:16:11.203 INFO:teuthology.orchestra.run.smithi019.stdout: 5 70385 8.61 MB/sec execute 116 sec latency 118.006 ms 2023-10-08T03:16:11.499 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:16:11 smithi019 ceph-mon[108350]: pgmap v79: 97 pgs: 97 active+clean; 356 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.9 MiB/s wr, 665 op/s 2023-10-08T03:16:11.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:16:11 smithi046 ceph-mon[111227]: pgmap v79: 97 pgs: 97 active+clean; 356 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.9 MiB/s wr, 665 op/s 2023-10-08T03:16:12.202 INFO:teuthology.orchestra.run.smithi019.stdout: 5 70660 8.58 MB/sec execute 117 sec latency 157.187 ms 2023-10-08T03:16:13.203 INFO:teuthology.orchestra.run.smithi019.stdout: 5 70973 8.58 MB/sec execute 118 sec latency 139.900 ms 2023-10-08T03:16:13.518 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:16:13 smithi019 ceph-mon[108350]: pgmap v80: 97 pgs: 97 active+clean; 356 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 477 op/s 2023-10-08T03:16:13.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:16:13 smithi046 ceph-mon[111227]: pgmap v80: 97 pgs: 97 active+clean; 356 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 477 op/s 2023-10-08T03:16:14.203 INFO:teuthology.orchestra.run.smithi019.stdout: 5 71181 8.53 MB/sec execute 119 sec latency 138.708 ms 2023-10-08T03:16:15.203 INFO:teuthology.orchestra.run.smithi019.stdout: 5 71393 8.50 MB/sec execute 120 sec latency 132.834 ms 2023-10-08T03:16:15.628 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:16:15 smithi019 ceph-mon[108350]: pgmap v81: 97 pgs: 97 active+clean; 356 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.2 MiB/s wr, 517 op/s 2023-10-08T03:16:15.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:16:15 smithi046 ceph-mon[111227]: pgmap v81: 97 pgs: 97 active+clean; 356 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.2 MiB/s wr, 517 op/s 2023-10-08T03:16:16.213 INFO:teuthology.orchestra.run.smithi019.stdout: 5 71723 8.52 MB/sec execute 121 sec latency 129.277 ms 2023-10-08T03:16:17.213 INFO:teuthology.orchestra.run.smithi019.stdout: 5 72019 8.49 MB/sec execute 122 sec latency 120.672 ms 2023-10-08T03:16:17.579 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:16:17 smithi019 ceph-mon[108350]: pgmap v82: 97 pgs: 97 active+clean; 354 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 4.9 MiB/s wr, 511 op/s 2023-10-08T03:16:17.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:16:17 smithi046 ceph-mon[111227]: pgmap v82: 97 pgs: 97 active+clean; 354 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 4.9 MiB/s wr, 511 op/s 2023-10-08T03:16:18.213 INFO:teuthology.orchestra.run.smithi019.stdout: 5 72368 8.50 MB/sec execute 123 sec latency 95.918 ms 2023-10-08T03:16:19.213 INFO:teuthology.orchestra.run.smithi019.stdout: 5 72643 8.49 MB/sec execute 124 sec latency 129.086 ms 2023-10-08T03:16:19.474 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:16:19 smithi019 ceph-mon[108350]: pgmap v83: 97 pgs: 97 active+clean; 354 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 400 op/s 2023-10-08T03:16:19.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:16:19 smithi046 ceph-mon[111227]: pgmap v83: 97 pgs: 97 active+clean; 354 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 400 op/s 2023-10-08T03:16:20.213 INFO:teuthology.orchestra.run.smithi019.stdout: 5 72967 8.47 MB/sec execute 125 sec latency 131.513 ms 2023-10-08T03:16:21.213 INFO:teuthology.orchestra.run.smithi019.stdout: 5 73375 8.49 MB/sec execute 126 sec latency 126.633 ms 2023-10-08T03:16:21.497 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:16:21 smithi019 ceph-mon[108350]: pgmap v84: 97 pgs: 97 active+clean; 351 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.7 MiB/s wr, 584 op/s 2023-10-08T03:16:21.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:16:21 smithi046 ceph-mon[111227]: pgmap v84: 97 pgs: 97 active+clean; 351 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.7 MiB/s wr, 584 op/s 2023-10-08T03:16:22.213 INFO:teuthology.orchestra.run.smithi019.stdout: 5 73588 8.48 MB/sec execute 127 sec latency 126.942 ms 2023-10-08T03:16:23.213 INFO:teuthology.orchestra.run.smithi019.stdout: 5 73921 8.53 MB/sec execute 128 sec latency 132.595 ms 2023-10-08T03:16:23.536 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:16:23 smithi019 ceph-mon[108350]: pgmap v85: 97 pgs: 97 active+clean; 351 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 368 op/s 2023-10-08T03:16:23.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:16:23 smithi046 ceph-mon[111227]: pgmap v85: 97 pgs: 97 active+clean; 351 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 368 op/s 2023-10-08T03:16:24.213 INFO:teuthology.orchestra.run.smithi019.stdout: 5 74230 8.53 MB/sec execute 129 sec latency 145.730 ms 2023-10-08T03:16:24.555 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:16:24 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:16:24.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:16:24 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:16:25.219 INFO:teuthology.orchestra.run.smithi019.stdout: 5 74540 8.53 MB/sec execute 130 sec latency 135.036 ms 2023-10-08T03:16:25.568 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:16:25 smithi019 ceph-mon[108350]: pgmap v86: 97 pgs: 97 active+clean; 353 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 5.3 MiB/s wr, 483 op/s 2023-10-08T03:16:25.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:16:25 smithi046 ceph-mon[111227]: pgmap v86: 97 pgs: 97 active+clean; 353 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 5.3 MiB/s wr, 483 op/s 2023-10-08T03:16:26.220 INFO:teuthology.orchestra.run.smithi019.stdout: 5 74829 8.49 MB/sec execute 131 sec latency 140.218 ms 2023-10-08T03:16:26.668 INFO:teuthology.orchestra.run.smithi019.stdout:true 2023-10-08T03:16:27.220 INFO:teuthology.orchestra.run.smithi019.stdout: 5 75090 8.48 MB/sec execute 132 sec latency 130.178 ms 2023-10-08T03:16:27.618 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:16:27 smithi019 ceph-mon[108350]: pgmap v87: 97 pgs: 97 active+clean; 351 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 4.9 MiB/s wr, 511 op/s 2023-10-08T03:16:27.619 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:16:27 smithi019 ceph-mon[108350]: from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:16:27.673 INFO:teuthology.orchestra.run.smithi019.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-08T03:16:27.673 INFO:teuthology.orchestra.run.smithi019.stdout:alertmanager.smithi019 smithi019 *:9093,9094 starting - - - - 2023-10-08T03:16:27.673 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi019 smithi019 running (8m) 2m ago 8m 7013k - 17.2.0 e1d6a67b021e 93f2f87f70d7 2023-10-08T03:16:27.673 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi046 smithi046 running (8m) 2m ago 8m 7172k - 17.2.0 e1d6a67b021e 3eac4fedb25b 2023-10-08T03:16:27.673 INFO:teuthology.orchestra.run.smithi019.stdout:grafana.smithi019 smithi019 *:3000 starting - - - - 2023-10-08T03:16:27.673 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi019.mucmqc smithi019 running (4m) 2m ago 4m 34.1M - 17.2.0 e1d6a67b021e 7f9ed02e230d 2023-10-08T03:16:27.673 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi046.mfhvuj smithi046 running (4m) 2m ago 4m 16.2M - 17.2.0 e1d6a67b021e fa7253ccc386 2023-10-08T03:16:27.673 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi019.xhcxai smithi019 *:9283 running (9m) 2m ago 9m 313M - 17.2.0 e1d6a67b021e ffebd90d85cb 2023-10-08T03:16:27.674 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi046.qizlkx smithi046 *:8443,9283 running (2m) 2m ago 8m 487M - 18.0.0-6609-g9725b08f d68377abd09f 8fbe4275b077 2023-10-08T03:16:27.674 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi019 smithi019 running (10m) 2m ago 10m 93.7M 2048M 17.2.0 e1d6a67b021e 3343e10344ce 2023-10-08T03:16:27.674 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi046 smithi046 running (8m) 2m ago 8m 62.3M 2048M 17.2.0 e1d6a67b021e f493055937f5 2023-10-08T03:16:27.674 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.0.0.smithi019.xoggxc smithi019 *:2049 running (4m) 2m ago 4m 256M - 4.0 e1d6a67b021e 7bfe4ef2f1b4 2023-10-08T03:16:27.674 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.1.0.smithi046.xbdcvc smithi046 *:2049 running (4m) 2m ago 4m 80.5M - 4.0 e1d6a67b021e 4183af495695 2023-10-08T03:16:27.674 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi019 smithi019 *:9100 starting - - - - 2023-10-08T03:16:27.674 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi046 smithi046 *:9100 starting - - - - 2023-10-08T03:16:27.674 INFO:teuthology.orchestra.run.smithi019.stdout:osd.0 smithi019 running (7m) 2m ago 7m 476M 1943M 17.2.0 e1d6a67b021e 87e5445a13d5 2023-10-08T03:16:27.674 INFO:teuthology.orchestra.run.smithi019.stdout:osd.1 smithi019 running (7m) 2m ago 7m 303M 1943M 17.2.0 e1d6a67b021e 790a367854df 2023-10-08T03:16:27.674 INFO:teuthology.orchestra.run.smithi019.stdout:osd.2 smithi019 running (7m) 2m ago 7m 197M 1943M 17.2.0 e1d6a67b021e 7a427689da6b 2023-10-08T03:16:27.674 INFO:teuthology.orchestra.run.smithi019.stdout:osd.3 smithi019 running (6m) 2m ago 6m 418M 1943M 17.2.0 e1d6a67b021e 61eeb3784da1 2023-10-08T03:16:27.674 INFO:teuthology.orchestra.run.smithi019.stdout:osd.4 smithi046 running (6m) 2m ago 6m 393M 2711M 17.2.0 e1d6a67b021e f34ac437618f 2023-10-08T03:16:27.675 INFO:teuthology.orchestra.run.smithi019.stdout:osd.5 smithi046 running (6m) 2m ago 6m 416M 2711M 17.2.0 e1d6a67b021e 410d010c43f3 2023-10-08T03:16:27.675 INFO:teuthology.orchestra.run.smithi019.stdout:osd.6 smithi046 running (5m) 2m ago 5m 352M 2711M 17.2.0 e1d6a67b021e 16f12791da25 2023-10-08T03:16:27.675 INFO:teuthology.orchestra.run.smithi019.stdout:osd.7 smithi046 running (5m) 2m ago 5m 653M 2711M 17.2.0 e1d6a67b021e 54d01c0d1021 2023-10-08T03:16:27.675 INFO:teuthology.orchestra.run.smithi019.stdout:prometheus.smithi019 smithi019 *:9095 starting - - - - 2023-10-08T03:16:27.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:16:27 smithi046 ceph-mon[111227]: pgmap v87: 97 pgs: 97 active+clean; 351 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 4.9 MiB/s wr, 511 op/s 2023-10-08T03:16:27.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:16:27 smithi046 ceph-mon[111227]: from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:16:28.220 INFO:teuthology.orchestra.run.smithi019.stdout: 5 75402 8.48 MB/sec execute 133 sec latency 158.990 ms 2023-10-08T03:16:28.269 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2023-10-08T03:16:28.269 INFO:teuthology.orchestra.run.smithi019.stdout: "mon": { 2023-10-08T03:16:28.269 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-10-08T03:16:28.269 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2023-10-08T03:16:28.269 INFO:teuthology.orchestra.run.smithi019.stdout: "mgr": { 2023-10-08T03:16:28.269 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-10-08T03:16:28.269 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 18.0.0-6609-g9725b08f (9725b08fd801c82987c737f7e6d354878f036ee8) reef (dev)": 1 2023-10-08T03:16:28.269 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2023-10-08T03:16:28.269 INFO:teuthology.orchestra.run.smithi019.stdout: "osd": { 2023-10-08T03:16:28.270 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-10-08T03:16:28.270 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2023-10-08T03:16:28.270 INFO:teuthology.orchestra.run.smithi019.stdout: "mds": { 2023-10-08T03:16:28.270 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-10-08T03:16:28.270 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2023-10-08T03:16:28.270 INFO:teuthology.orchestra.run.smithi019.stdout: "overall": { 2023-10-08T03:16:28.270 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-10-08T03:16:28.270 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 18.0.0-6609-g9725b08f (9725b08fd801c82987c737f7e6d354878f036ee8) reef (dev)": 1 2023-10-08T03:16:28.270 INFO:teuthology.orchestra.run.smithi019.stdout: } 2023-10-08T03:16:28.270 INFO:teuthology.orchestra.run.smithi019.stdout:} 2023-10-08T03:16:28.638 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:16:28 smithi019 ceph-mon[108350]: from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:16:28.638 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:16:28 smithi019 ceph-mon[108350]: from='client.24595 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:16:28.638 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:16:28 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/667897946' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-08T03:16:28.750 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2023-10-08T03:16:28.750 INFO:teuthology.orchestra.run.smithi019.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:97fb66d1505dfd3031f50aea63af756a6271a8b2b32c547a25afa8a80ba68991", 2023-10-08T03:16:28.750 INFO:teuthology.orchestra.run.smithi019.stdout: "in_progress": true, 2023-10-08T03:16:28.750 INFO:teuthology.orchestra.run.smithi019.stdout: "which": "Upgrading all daemon types on all hosts", 2023-10-08T03:16:28.750 INFO:teuthology.orchestra.run.smithi019.stdout: "services_complete": [], 2023-10-08T03:16:28.751 INFO:teuthology.orchestra.run.smithi019.stdout: "progress": "1/23 daemons upgraded", 2023-10-08T03:16:28.751 INFO:teuthology.orchestra.run.smithi019.stdout: "message": "Currently upgrading mgr daemons", 2023-10-08T03:16:28.751 INFO:teuthology.orchestra.run.smithi019.stdout: "is_paused": false 2023-10-08T03:16:28.751 INFO:teuthology.orchestra.run.smithi019.stdout:} 2023-10-08T03:16:28.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:16:28 smithi046 ceph-mon[111227]: from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:16:28.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:16:28 smithi046 ceph-mon[111227]: from='client.24595 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:16:28.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:16:28 smithi046 ceph-mon[111227]: from='client.? 172.21.15.19:0/667897946' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-08T03:16:29.220 INFO:teuthology.orchestra.run.smithi019.stdout: 5 75722 8.45 MB/sec execute 134 sec latency 108.035 ms 2023-10-08T03:16:29.367 INFO:teuthology.orchestra.run.smithi019.stdout:HEALTH_OK 2023-10-08T03:16:29.648 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:16:29 smithi019 ceph-mon[108350]: pgmap v88: 97 pgs: 97 active+clean; 351 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.8 MiB/s wr, 366 op/s 2023-10-08T03:16:29.649 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:16:29 smithi019 ceph-mon[108350]: from='client.24597 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:16:29.649 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:16:29 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/3604095663' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-08T03:16:29.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:16:29 smithi046 ceph-mon[111227]: pgmap v88: 97 pgs: 97 active+clean; 351 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.8 MiB/s wr, 366 op/s 2023-10-08T03:16:29.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:16:29 smithi046 ceph-mon[111227]: from='client.24597 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:16:29.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:16:29 smithi046 ceph-mon[111227]: from='client.? 172.21.15.19:0/3604095663' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-08T03:16:30.220 INFO:teuthology.orchestra.run.smithi019.stdout: 5 76014 8.45 MB/sec execute 135 sec latency 124.064 ms 2023-10-08T03:16:31.221 INFO:teuthology.orchestra.run.smithi019.stdout: 5 76245 8.45 MB/sec execute 136 sec latency 126.971 ms 2023-10-08T03:16:31.447 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:16:31 smithi019 ceph-mon[108350]: pgmap v89: 97 pgs: 97 active+clean; 348 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.5 MiB/s wr, 549 op/s 2023-10-08T03:16:31.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:16:31 smithi046 ceph-mon[111227]: pgmap v89: 97 pgs: 97 active+clean; 348 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.5 MiB/s wr, 549 op/s 2023-10-08T03:16:32.220 INFO:teuthology.orchestra.run.smithi019.stdout: 5 76599 8.46 MB/sec execute 137 sec latency 93.072 ms 2023-10-08T03:16:33.221 INFO:teuthology.orchestra.run.smithi019.stdout: 5 76951 8.45 MB/sec execute 138 sec latency 127.161 ms 2023-10-08T03:16:33.481 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:16:33 smithi019 ceph-mon[108350]: pgmap v90: 97 pgs: 97 active+clean; 348 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.9 MiB/s wr, 365 op/s 2023-10-08T03:16:33.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:16:33 smithi046 ceph-mon[111227]: pgmap v90: 97 pgs: 97 active+clean; 348 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.9 MiB/s wr, 365 op/s 2023-10-08T03:16:34.221 INFO:teuthology.orchestra.run.smithi019.stdout: 5 77193 8.46 MB/sec execute 139 sec latency 133.079 ms 2023-10-08T03:16:35.221 INFO:teuthology.orchestra.run.smithi019.stdout: 5 77439 8.47 MB/sec execute 140 sec latency 143.038 ms 2023-10-08T03:16:35.533 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:16:35 smithi019 ceph-mon[108350]: pgmap v91: 97 pgs: 97 active+clean; 346 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 5.1 MiB/s wr, 500 op/s 2023-10-08T03:16:35.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:16:35 smithi046 ceph-mon[111227]: pgmap v91: 97 pgs: 97 active+clean; 346 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 5.1 MiB/s wr, 500 op/s 2023-10-08T03:16:36.226 INFO:teuthology.orchestra.run.smithi019.stdout: 5 77716 8.46 MB/sec execute 141 sec latency 132.965 ms 2023-10-08T03:16:37.236 INFO:teuthology.orchestra.run.smithi019.stdout: 5 78054 8.45 MB/sec execute 142 sec latency 123.330 ms 2023-10-08T03:16:37.557 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:16:37 smithi019 ceph-mon[108350]: pgmap v92: 97 pgs: 97 active+clean; 341 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 4.1 MiB/s wr, 425 op/s 2023-10-08T03:16:37.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:16:37 smithi046 ceph-mon[111227]: pgmap v92: 97 pgs: 97 active+clean; 341 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 4.1 MiB/s wr, 425 op/s 2023-10-08T03:16:38.236 INFO:teuthology.orchestra.run.smithi019.stdout: 5 78322 8.44 MB/sec execute 143 sec latency 123.533 ms 2023-10-08T03:16:38.577 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:16:38 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:16:38.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:16:38 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:16:39.236 INFO:teuthology.orchestra.run.smithi019.stdout: 5 78581 8.45 MB/sec execute 144 sec latency 133.675 ms 2023-10-08T03:16:39.596 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:16:39 smithi019 ceph-mon[108350]: pgmap v93: 97 pgs: 97 active+clean; 341 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.5 MiB/s wr, 358 op/s 2023-10-08T03:16:39.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:16:39 smithi046 ceph-mon[111227]: pgmap v93: 97 pgs: 97 active+clean; 341 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.5 MiB/s wr, 358 op/s 2023-10-08T03:16:40.236 INFO:teuthology.orchestra.run.smithi019.stdout: 5 78908 8.44 MB/sec execute 145 sec latency 126.868 ms 2023-10-08T03:16:41.240 INFO:teuthology.orchestra.run.smithi019.stdout: 5 79269 8.42 MB/sec execute 146 sec latency 129.799 ms 2023-10-08T03:16:41.630 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:16:41 smithi019 ceph-mon[108350]: pgmap v94: 97 pgs: 97 active+clean; 344 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.3 MiB/s wr, 528 op/s 2023-10-08T03:16:41.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:16:41 smithi046 ceph-mon[111227]: pgmap v94: 97 pgs: 97 active+clean; 344 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.3 MiB/s wr, 528 op/s 2023-10-08T03:16:42.239 INFO:teuthology.orchestra.run.smithi019.stdout: 5 79582 8.42 MB/sec execute 147 sec latency 129.165 ms 2023-10-08T03:16:43.246 INFO:teuthology.orchestra.run.smithi019.stdout: 5 79965 8.47 MB/sec execute 148 sec latency 99.169 ms 2023-10-08T03:16:43.411 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:16:43 smithi019 ceph-mon[108350]: pgmap v95: 97 pgs: 97 active+clean; 344 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 345 op/s 2023-10-08T03:16:43.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:16:43 smithi046 ceph-mon[111227]: pgmap v95: 97 pgs: 97 active+clean; 344 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 345 op/s 2023-10-08T03:16:44.250 INFO:teuthology.orchestra.run.smithi019.stdout: 5 80339 8.45 MB/sec execute 149 sec latency 129.871 ms 2023-10-08T03:16:45.250 INFO:teuthology.orchestra.run.smithi019.stdout: 5 80676 8.46 MB/sec execute 150 sec latency 139.160 ms 2023-10-08T03:16:45.455 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:16:45 smithi019 ceph-mon[108350]: pgmap v96: 97 pgs: 97 active+clean; 344 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.5 MiB/s wr, 386 op/s 2023-10-08T03:16:45.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:16:45 smithi046 ceph-mon[111227]: pgmap v96: 97 pgs: 97 active+clean; 344 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.5 MiB/s wr, 386 op/s 2023-10-08T03:16:46.251 INFO:teuthology.orchestra.run.smithi019.stdout: 5 80876 8.43 MB/sec execute 151 sec latency 153.583 ms 2023-10-08T03:16:47.251 INFO:teuthology.orchestra.run.smithi019.stdout: 5 81177 8.46 MB/sec execute 152 sec latency 127.948 ms 2023-10-08T03:16:47.522 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:16:47 smithi019 ceph-mon[108350]: pgmap v97: 97 pgs: 97 active+clean; 346 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 4.4 MiB/s wr, 414 op/s 2023-10-08T03:16:47.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:16:47 smithi046 ceph-mon[111227]: pgmap v97: 97 pgs: 97 active+clean; 346 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 4.4 MiB/s wr, 414 op/s 2023-10-08T03:16:48.251 INFO:teuthology.orchestra.run.smithi019.stdout: 5 81529 8.44 MB/sec execute 153 sec latency 127.986 ms 2023-10-08T03:16:49.251 INFO:teuthology.orchestra.run.smithi019.stdout: 5 81849 8.46 MB/sec execute 154 sec latency 136.439 ms 2023-10-08T03:16:49.597 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:16:49 smithi019 ceph-mon[108350]: pgmap v98: 97 pgs: 97 active+clean; 346 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 374 op/s 2023-10-08T03:16:49.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:16:49 smithi046 ceph-mon[111227]: pgmap v98: 97 pgs: 97 active+clean; 346 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 374 op/s 2023-10-08T03:16:50.251 INFO:teuthology.orchestra.run.smithi019.stdout: 5 82111 8.46 MB/sec execute 155 sec latency 124.619 ms 2023-10-08T03:16:51.251 INFO:teuthology.orchestra.run.smithi019.stdout: 5 82411 8.45 MB/sec execute 156 sec latency 124.011 ms 2023-10-08T03:16:51.618 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:16:51 smithi019 ceph-mon[108350]: pgmap v99: 97 pgs: 97 active+clean; 350 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.8 MiB/s wr, 557 op/s 2023-10-08T03:16:51.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:16:51 smithi046 ceph-mon[111227]: pgmap v99: 97 pgs: 97 active+clean; 350 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.8 MiB/s wr, 557 op/s 2023-10-08T03:16:52.251 INFO:teuthology.orchestra.run.smithi019.stdout: 5 82767 8.42 MB/sec execute 157 sec latency 135.875 ms 2023-10-08T03:16:53.261 INFO:teuthology.orchestra.run.smithi019.stdout: 5 83034 8.41 MB/sec execute 158 sec latency 126.985 ms 2023-10-08T03:16:53.396 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:16:53 smithi019 ceph-mon[108350]: pgmap v100: 97 pgs: 97 active+clean; 350 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 386 op/s 2023-10-08T03:16:53.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:16:53 smithi046 ceph-mon[111227]: pgmap v100: 97 pgs: 97 active+clean; 350 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 386 op/s 2023-10-08T03:16:54.261 INFO:teuthology.orchestra.run.smithi019.stdout: 5 83306 8.44 MB/sec execute 159 sec latency 128.146 ms 2023-10-08T03:16:54.434 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:16:54 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:16:54.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:16:54 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:16:55.261 INFO:teuthology.orchestra.run.smithi019.stdout: 5 83601 8.44 MB/sec execute 160 sec latency 126.826 ms 2023-10-08T03:16:55.440 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:16:55 smithi019 ceph-mon[108350]: pgmap v101: 97 pgs: 97 active+clean; 348 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 5.0 MiB/s wr, 428 op/s 2023-10-08T03:16:55.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:16:55 smithi046 ceph-mon[111227]: pgmap v101: 97 pgs: 97 active+clean; 348 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 5.0 MiB/s wr, 428 op/s 2023-10-08T03:16:56.261 INFO:teuthology.orchestra.run.smithi019.stdout: 5 83937 8.45 MB/sec execute 161 sec latency 135.808 ms 2023-10-08T03:16:57.261 INFO:teuthology.orchestra.run.smithi019.stdout: 5 84157 8.42 MB/sec execute 162 sec latency 129.664 ms 2023-10-08T03:16:57.503 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:16:57 smithi019 ceph-mon[108350]: pgmap v102: 97 pgs: 97 active+clean; 349 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.0 MiB/s wr, 529 op/s 2023-10-08T03:16:57.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:16:57 smithi046 ceph-mon[111227]: pgmap v102: 97 pgs: 97 active+clean; 349 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.0 MiB/s wr, 529 op/s 2023-10-08T03:16:58.262 INFO:teuthology.orchestra.run.smithi019.stdout: 5 84379 8.39 MB/sec execute 163 sec latency 128.439 ms 2023-10-08T03:16:59.262 INFO:teuthology.orchestra.run.smithi019.stdout: 5 84660 8.39 MB/sec execute 164 sec latency 126.345 ms 2023-10-08T03:16:59.524 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:16:59 smithi019 ceph-mon[108350]: pgmap v103: 97 pgs: 97 active+clean; 349 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 366 op/s 2023-10-08T03:16:59.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:16:59 smithi046 ceph-mon[111227]: pgmap v103: 97 pgs: 97 active+clean; 349 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 366 op/s 2023-10-08T03:16:59.917 INFO:teuthology.orchestra.run.smithi019.stdout:true 2023-10-08T03:17:00.268 INFO:teuthology.orchestra.run.smithi019.stdout: 5 84926 8.37 MB/sec execute 165 sec latency 122.689 ms 2023-10-08T03:17:00.968 INFO:teuthology.orchestra.run.smithi019.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-08T03:17:00.969 INFO:teuthology.orchestra.run.smithi019.stdout:alertmanager.smithi019 smithi019 *:9093,9094 starting - - - - 2023-10-08T03:17:00.969 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi019 smithi019 running (9m) 3m ago 9m 7013k - 17.2.0 e1d6a67b021e 93f2f87f70d7 2023-10-08T03:17:00.969 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi046 smithi046 running (8m) 3m ago 8m 7172k - 17.2.0 e1d6a67b021e 3eac4fedb25b 2023-10-08T03:17:00.969 INFO:teuthology.orchestra.run.smithi019.stdout:grafana.smithi019 smithi019 *:3000 starting - - - - 2023-10-08T03:17:00.969 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi019.mucmqc smithi019 running (5m) 3m ago 5m 34.1M - 17.2.0 e1d6a67b021e 7f9ed02e230d 2023-10-08T03:17:00.969 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi046.mfhvuj smithi046 running (5m) 3m ago 5m 16.2M - 17.2.0 e1d6a67b021e fa7253ccc386 2023-10-08T03:17:00.969 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi019.xhcxai smithi019 *:9283 running (10m) 3m ago 10m 313M - 17.2.0 e1d6a67b021e ffebd90d85cb 2023-10-08T03:17:00.969 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi046.qizlkx smithi046 *:8443,9283 running (3m) 3m ago 8m 487M - 18.0.0-6609-g9725b08f d68377abd09f 8fbe4275b077 2023-10-08T03:17:00.969 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi019 smithi019 running (10m) 3m ago 10m 93.7M 2048M 17.2.0 e1d6a67b021e 3343e10344ce 2023-10-08T03:17:00.969 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi046 smithi046 running (8m) 3m ago 8m 62.3M 2048M 17.2.0 e1d6a67b021e f493055937f5 2023-10-08T03:17:00.970 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.0.0.smithi019.xoggxc smithi019 *:2049 running (4m) 3m ago 4m 256M - 4.0 e1d6a67b021e 7bfe4ef2f1b4 2023-10-08T03:17:00.970 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.1.0.smithi046.xbdcvc smithi046 *:2049 running (4m) 3m ago 4m 80.5M - 4.0 e1d6a67b021e 4183af495695 2023-10-08T03:17:00.970 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi019 smithi019 *:9100 starting - - - - 2023-10-08T03:17:00.970 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi046 smithi046 *:9100 starting - - - - 2023-10-08T03:17:00.970 INFO:teuthology.orchestra.run.smithi019.stdout:osd.0 smithi019 running (8m) 3m ago 8m 476M 1943M 17.2.0 e1d6a67b021e 87e5445a13d5 2023-10-08T03:17:00.970 INFO:teuthology.orchestra.run.smithi019.stdout:osd.1 smithi019 running (7m) 3m ago 7m 303M 1943M 17.2.0 e1d6a67b021e 790a367854df 2023-10-08T03:17:00.970 INFO:teuthology.orchestra.run.smithi019.stdout:osd.2 smithi019 running (7m) 3m ago 7m 197M 1943M 17.2.0 e1d6a67b021e 7a427689da6b 2023-10-08T03:17:00.970 INFO:teuthology.orchestra.run.smithi019.stdout:osd.3 smithi019 running (7m) 3m ago 7m 418M 1943M 17.2.0 e1d6a67b021e 61eeb3784da1 2023-10-08T03:17:00.970 INFO:teuthology.orchestra.run.smithi019.stdout:osd.4 smithi046 running (7m) 3m ago 7m 393M 2711M 17.2.0 e1d6a67b021e f34ac437618f 2023-10-08T03:17:00.970 INFO:teuthology.orchestra.run.smithi019.stdout:osd.5 smithi046 running (6m) 3m ago 6m 416M 2711M 17.2.0 e1d6a67b021e 410d010c43f3 2023-10-08T03:17:00.970 INFO:teuthology.orchestra.run.smithi019.stdout:osd.6 smithi046 running (6m) 3m ago 6m 352M 2711M 17.2.0 e1d6a67b021e 16f12791da25 2023-10-08T03:17:00.971 INFO:teuthology.orchestra.run.smithi019.stdout:osd.7 smithi046 running (6m) 3m ago 6m 653M 2711M 17.2.0 e1d6a67b021e 54d01c0d1021 2023-10-08T03:17:00.971 INFO:teuthology.orchestra.run.smithi019.stdout:prometheus.smithi019 smithi019 *:9095 starting - - - - 2023-10-08T03:17:01.268 INFO:teuthology.orchestra.run.smithi019.stdout: 5 85182 8.37 MB/sec execute 166 sec latency 126.561 ms 2023-10-08T03:17:01.562 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:17:01 smithi019 ceph-mon[108350]: from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:17:01.562 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:17:01 smithi019 ceph-mon[108350]: pgmap v104: 97 pgs: 97 active+clean; 345 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.3 MiB/s wr, 524 op/s 2023-10-08T03:17:01.562 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:17:01 smithi019 ceph-mon[108350]: from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:17:01.596 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2023-10-08T03:17:01.596 INFO:teuthology.orchestra.run.smithi019.stdout: "mon": { 2023-10-08T03:17:01.597 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-10-08T03:17:01.597 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2023-10-08T03:17:01.597 INFO:teuthology.orchestra.run.smithi019.stdout: "mgr": { 2023-10-08T03:17:01.597 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-10-08T03:17:01.597 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 18.0.0-6609-g9725b08f (9725b08fd801c82987c737f7e6d354878f036ee8) reef (dev)": 1 2023-10-08T03:17:01.597 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2023-10-08T03:17:01.597 INFO:teuthology.orchestra.run.smithi019.stdout: "osd": { 2023-10-08T03:17:01.597 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-10-08T03:17:01.597 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2023-10-08T03:17:01.597 INFO:teuthology.orchestra.run.smithi019.stdout: "mds": { 2023-10-08T03:17:01.597 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-10-08T03:17:01.597 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2023-10-08T03:17:01.598 INFO:teuthology.orchestra.run.smithi019.stdout: "overall": { 2023-10-08T03:17:01.598 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-10-08T03:17:01.598 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 18.0.0-6609-g9725b08f (9725b08fd801c82987c737f7e6d354878f036ee8) reef (dev)": 1 2023-10-08T03:17:01.598 INFO:teuthology.orchestra.run.smithi019.stdout: } 2023-10-08T03:17:01.598 INFO:teuthology.orchestra.run.smithi019.stdout:} 2023-10-08T03:17:01.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:17:01 smithi046 ceph-mon[111227]: from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:17:01.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:17:01 smithi046 ceph-mon[111227]: pgmap v104: 97 pgs: 97 active+clean; 345 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.3 MiB/s wr, 524 op/s 2023-10-08T03:17:01.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:17:01 smithi046 ceph-mon[111227]: from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:17:02.118 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2023-10-08T03:17:02.119 INFO:teuthology.orchestra.run.smithi019.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:97fb66d1505dfd3031f50aea63af756a6271a8b2b32c547a25afa8a80ba68991", 2023-10-08T03:17:02.119 INFO:teuthology.orchestra.run.smithi019.stdout: "in_progress": true, 2023-10-08T03:17:02.119 INFO:teuthology.orchestra.run.smithi019.stdout: "which": "Upgrading all daemon types on all hosts", 2023-10-08T03:17:02.119 INFO:teuthology.orchestra.run.smithi019.stdout: "services_complete": [], 2023-10-08T03:17:02.119 INFO:teuthology.orchestra.run.smithi019.stdout: "progress": "1/23 daemons upgraded", 2023-10-08T03:17:02.119 INFO:teuthology.orchestra.run.smithi019.stdout: "message": "Currently upgrading mgr daemons", 2023-10-08T03:17:02.119 INFO:teuthology.orchestra.run.smithi019.stdout: "is_paused": false 2023-10-08T03:17:02.119 INFO:teuthology.orchestra.run.smithi019.stdout:} 2023-10-08T03:17:02.269 INFO:teuthology.orchestra.run.smithi019.stdout: 5 85504 8.39 MB/sec execute 167 sec latency 107.718 ms 2023-10-08T03:17:02.569 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:17:02 smithi019 ceph-mon[108350]: from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:17:02.569 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:17:02 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/3979634914' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-08T03:17:02.732 INFO:teuthology.orchestra.run.smithi019.stdout:HEALTH_OK 2023-10-08T03:17:02.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:17:02 smithi046 ceph-mon[111227]: from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:17:02.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:17:02 smithi046 ceph-mon[111227]: from='client.? 172.21.15.19:0/3979634914' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-08T03:17:03.269 INFO:teuthology.orchestra.run.smithi019.stdout: 5 85770 8.39 MB/sec execute 168 sec latency 129.884 ms 2023-10-08T03:17:03.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:17:03 smithi019 ceph-mon[108350]: from='client.24613 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:17:03.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:17:03 smithi019 ceph-mon[108350]: pgmap v105: 97 pgs: 97 active+clean; 345 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 342 op/s 2023-10-08T03:17:03.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:17:03 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/3071643823' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-08T03:17:03.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:17:03 smithi046 ceph-mon[111227]: from='client.24613 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:17:03.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:17:03 smithi046 ceph-mon[111227]: pgmap v105: 97 pgs: 97 active+clean; 345 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 342 op/s 2023-10-08T03:17:03.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:17:03 smithi046 ceph-mon[111227]: from='client.? 172.21.15.19:0/3071643823' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-08T03:17:04.269 INFO:teuthology.orchestra.run.smithi019.stdout: 5 86076 8.38 MB/sec execute 169 sec latency 140.069 ms 2023-10-08T03:17:05.269 INFO:teuthology.orchestra.run.smithi019.stdout: 5 86380 8.37 MB/sec execute 170 sec latency 125.464 ms 2023-10-08T03:17:05.648 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:17:05 smithi019 ceph-mon[108350]: pgmap v106: 97 pgs: 97 active+clean; 340 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.1 MiB/s wr, 378 op/s 2023-10-08T03:17:05.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:17:05 smithi046 ceph-mon[111227]: pgmap v106: 97 pgs: 97 active+clean; 340 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.1 MiB/s wr, 378 op/s 2023-10-08T03:17:06.269 INFO:teuthology.orchestra.run.smithi019.stdout: 5 86664 8.38 MB/sec execute 171 sec latency 128.275 ms 2023-10-08T03:17:07.269 INFO:teuthology.orchestra.run.smithi019.stdout: 5 86931 8.37 MB/sec execute 172 sec latency 123.917 ms 2023-10-08T03:17:07.687 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:17:07 smithi019 ceph-mon[108350]: pgmap v107: 97 pgs: 97 active+clean; 347 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.1 MiB/s wr, 467 op/s 2023-10-08T03:17:07.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:17:07 smithi046 ceph-mon[111227]: pgmap v107: 97 pgs: 97 active+clean; 347 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.1 MiB/s wr, 467 op/s 2023-10-08T03:17:08.269 INFO:teuthology.orchestra.run.smithi019.stdout: 5 87265 8.38 MB/sec execute 173 sec latency 113.192 ms 2023-10-08T03:17:08.704 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:17:08 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:17:08.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:17:08 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:17:09.269 INFO:teuthology.orchestra.run.smithi019.stdout: 5 87509 8.38 MB/sec execute 174 sec latency 126.878 ms 2023-10-08T03:17:09.480 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:17:09 smithi019 ceph-mon[108350]: pgmap v108: 97 pgs: 97 active+clean; 347 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.2 MiB/s wr, 325 op/s 2023-10-08T03:17:09.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:17:09 smithi046 ceph-mon[111227]: pgmap v108: 97 pgs: 97 active+clean; 347 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.2 MiB/s wr, 325 op/s 2023-10-08T03:17:10.269 INFO:teuthology.orchestra.run.smithi019.stdout: 5 87719 8.35 MB/sec execute 175 sec latency 129.666 ms 2023-10-08T03:17:11.269 INFO:teuthology.orchestra.run.smithi019.stdout: 5 88050 8.33 MB/sec execute 176 sec latency 123.148 ms 2023-10-08T03:17:11.531 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:17:11 smithi019 ceph-mon[108350]: pgmap v109: 97 pgs: 97 active+clean; 349 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.1 MiB/s wr, 500 op/s 2023-10-08T03:17:11.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:17:11 smithi046 ceph-mon[111227]: pgmap v109: 97 pgs: 97 active+clean; 349 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.1 MiB/s wr, 500 op/s 2023-10-08T03:17:12.278 INFO:teuthology.orchestra.run.smithi019.stdout: 5 88296 8.31 MB/sec execute 177 sec latency 126.167 ms 2023-10-08T03:17:13.278 INFO:teuthology.orchestra.run.smithi019.stdout: 5 88597 8.31 MB/sec execute 178 sec latency 118.867 ms 2023-10-08T03:17:13.601 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:17:13 smithi019 ceph-mon[108350]: pgmap v110: 97 pgs: 97 active+clean; 349 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 341 op/s 2023-10-08T03:17:13.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:17:13 smithi046 ceph-mon[111227]: pgmap v110: 97 pgs: 97 active+clean; 349 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 341 op/s 2023-10-08T03:17:14.278 INFO:teuthology.orchestra.run.smithi019.stdout: 5 88855 8.31 MB/sec execute 179 sec latency 152.419 ms 2023-10-08T03:17:15.278 INFO:teuthology.orchestra.run.smithi019.stdout: 5 89135 8.31 MB/sec execute 180 sec latency 198.666 ms 2023-10-08T03:17:15.410 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:17:15 smithi019 ceph-mon[108350]: pgmap v111: 97 pgs: 97 active+clean; 344 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 4.9 MiB/s wr, 479 op/s 2023-10-08T03:17:15.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:17:15 smithi046 ceph-mon[111227]: pgmap v111: 97 pgs: 97 active+clean; 344 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 4.9 MiB/s wr, 479 op/s 2023-10-08T03:17:16.278 INFO:teuthology.orchestra.run.smithi019.stdout: 5 89507 8.34 MB/sec execute 181 sec latency 102.419 ms 2023-10-08T03:17:17.278 INFO:teuthology.orchestra.run.smithi019.stdout: 5 89722 8.31 MB/sec execute 182 sec latency 119.740 ms 2023-10-08T03:17:17.597 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:17:17 smithi019 ceph-mon[108350]: pgmap v112: 97 pgs: 97 active+clean; 342 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.5 MiB/s wr, 472 op/s 2023-10-08T03:17:17.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:17:17 smithi046 ceph-mon[111227]: pgmap v112: 97 pgs: 97 active+clean; 342 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.5 MiB/s wr, 472 op/s 2023-10-08T03:17:18.278 INFO:teuthology.orchestra.run.smithi019.stdout: 5 89949 8.30 MB/sec execute 183 sec latency 136.457 ms 2023-10-08T03:17:19.278 INFO:teuthology.orchestra.run.smithi019.stdout: 5 90232 8.30 MB/sec execute 184 sec latency 123.528 ms 2023-10-08T03:17:19.515 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:17:19 smithi019 ceph-mon[108350]: pgmap v113: 97 pgs: 97 active+clean; 342 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.5 MiB/s wr, 342 op/s 2023-10-08T03:17:19.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:17:19 smithi046 ceph-mon[111227]: pgmap v113: 97 pgs: 97 active+clean; 342 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.5 MiB/s wr, 342 op/s 2023-10-08T03:17:20.278 INFO:teuthology.orchestra.run.smithi019.stdout: 5 90451 8.29 MB/sec execute 185 sec latency 137.460 ms 2023-10-08T03:17:21.278 INFO:teuthology.orchestra.run.smithi019.stdout: 5 90748 8.30 MB/sec execute 186 sec latency 204.506 ms 2023-10-08T03:17:21.573 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:17:21 smithi019 ceph-mon[108350]: pgmap v114: 97 pgs: 97 active+clean; 349 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 498 op/s 2023-10-08T03:17:21.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:17:21 smithi046 ceph-mon[111227]: pgmap v114: 97 pgs: 97 active+clean; 349 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 498 op/s 2023-10-08T03:17:22.278 INFO:teuthology.orchestra.run.smithi019.stdout: 5 91006 8.30 MB/sec execute 187 sec latency 123.734 ms 2023-10-08T03:17:23.283 INFO:teuthology.orchestra.run.smithi019.stdout: 5 91257 8.28 MB/sec execute 188 sec latency 134.464 ms 2023-10-08T03:17:23.597 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:17:23 smithi019 ceph-mon[108350]: pgmap v115: 97 pgs: 97 active+clean; 349 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.3 MiB/s wr, 323 op/s 2023-10-08T03:17:23.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:17:23 smithi046 ceph-mon[111227]: pgmap v115: 97 pgs: 97 active+clean; 349 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.3 MiB/s wr, 323 op/s 2023-10-08T03:17:24.283 INFO:teuthology.orchestra.run.smithi019.stdout: 5 91625 8.26 MB/sec execute 189 sec latency 127.907 ms 2023-10-08T03:17:24.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:17:24 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:17:24.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:17:24 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:17:25.284 INFO:teuthology.orchestra.run.smithi019.stdout: 5 91884 8.24 MB/sec execute 190 sec latency 108.339 ms 2023-10-08T03:17:25.384 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:17:25 smithi019 ceph-mon[108350]: pgmap v116: 97 pgs: 97 active+clean; 350 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.1 KiB/s rd, 4.5 MiB/s wr, 455 op/s 2023-10-08T03:17:25.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:17:25 smithi046 ceph-mon[111227]: pgmap v116: 97 pgs: 97 active+clean; 350 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.1 KiB/s rd, 4.5 MiB/s wr, 455 op/s 2023-10-08T03:17:26.284 INFO:teuthology.orchestra.run.smithi019.stdout: 5 92140 8.23 MB/sec execute 191 sec latency 129.258 ms 2023-10-08T03:17:27.284 INFO:teuthology.orchestra.run.smithi019.stdout: 5 92459 8.26 MB/sec execute 192 sec latency 133.179 ms 2023-10-08T03:17:27.678 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:17:27 smithi019 ceph-mon[108350]: pgmap v117: 97 pgs: 97 active+clean; 346 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.0 KiB/s rd, 3.6 MiB/s wr, 358 op/s 2023-10-08T03:17:27.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:17:27 smithi046 ceph-mon[111227]: pgmap v117: 97 pgs: 97 active+clean; 346 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.0 KiB/s rd, 3.6 MiB/s wr, 358 op/s 2023-10-08T03:17:28.289 INFO:teuthology.orchestra.run.smithi019.stdout: 5 92854 8.28 MB/sec execute 193 sec latency 134.111 ms 2023-10-08T03:17:29.289 INFO:teuthology.orchestra.run.smithi019.stdout: 5 93186 8.28 MB/sec execute 194 sec latency 87.469 ms 2023-10-08T03:17:29.710 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:17:29 smithi019 ceph-mon[108350]: pgmap v118: 97 pgs: 97 active+clean; 346 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 329 op/s 2023-10-08T03:17:29.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:17:29 smithi046 ceph-mon[111227]: pgmap v118: 97 pgs: 97 active+clean; 346 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 329 op/s 2023-10-08T03:17:30.290 INFO:teuthology.orchestra.run.smithi019.stdout: 5 93362 8.26 MB/sec execute 195 sec latency 108.550 ms 2023-10-08T03:17:31.295 INFO:teuthology.orchestra.run.smithi019.stdout: 5 93661 8.28 MB/sec execute 196 sec latency 126.070 ms 2023-10-08T03:17:31.542 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:17:31 smithi019 ceph-mon[108350]: pgmap v119: 97 pgs: 97 active+clean; 347 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.2 MiB/s wr, 512 op/s 2023-10-08T03:17:31.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:17:31 smithi046 ceph-mon[111227]: pgmap v119: 97 pgs: 97 active+clean; 347 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.2 MiB/s wr, 512 op/s 2023-10-08T03:17:32.295 INFO:teuthology.orchestra.run.smithi019.stdout: 5 93897 8.27 MB/sec execute 197 sec latency 123.756 ms 2023-10-08T03:17:33.237 INFO:teuthology.orchestra.run.smithi019.stdout:true 2023-10-08T03:17:33.305 INFO:teuthology.orchestra.run.smithi019.stdout: 5 94096 8.24 MB/sec execute 198 sec latency 129.736 ms 2023-10-08T03:17:33.596 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:17:33 smithi019 ceph-mon[108350]: pgmap v120: 97 pgs: 97 active+clean; 347 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.6 MiB/s wr, 355 op/s 2023-10-08T03:17:33.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:17:33 smithi046 ceph-mon[111227]: pgmap v120: 97 pgs: 97 active+clean; 347 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.6 MiB/s wr, 355 op/s 2023-10-08T03:17:34.261 INFO:teuthology.orchestra.run.smithi019.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-08T03:17:34.261 INFO:teuthology.orchestra.run.smithi019.stdout:alertmanager.smithi019 smithi019 *:9093,9094 starting - - - - 2023-10-08T03:17:34.261 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi019 smithi019 running (9m) 3m ago 9m 7013k - 17.2.0 e1d6a67b021e 93f2f87f70d7 2023-10-08T03:17:34.261 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi046 smithi046 running (9m) 3m ago 9m 7172k - 17.2.0 e1d6a67b021e 3eac4fedb25b 2023-10-08T03:17:34.261 INFO:teuthology.orchestra.run.smithi019.stdout:grafana.smithi019 smithi019 *:3000 starting - - - - 2023-10-08T03:17:34.261 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi019.mucmqc smithi019 running (5m) 3m ago 5m 34.1M - 17.2.0 e1d6a67b021e 7f9ed02e230d 2023-10-08T03:17:34.261 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi046.mfhvuj smithi046 running (5m) 3m ago 5m 16.2M - 17.2.0 e1d6a67b021e fa7253ccc386 2023-10-08T03:17:34.261 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi019.xhcxai smithi019 *:9283 running (11m) 3m ago 11m 313M - 17.2.0 e1d6a67b021e ffebd90d85cb 2023-10-08T03:17:34.261 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi046.qizlkx smithi046 *:8443,9283 running (4m) 3m ago 9m 487M - 18.0.0-6609-g9725b08f d68377abd09f 8fbe4275b077 2023-10-08T03:17:34.261 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi019 smithi019 running (11m) 3m ago 11m 93.7M 2048M 17.2.0 e1d6a67b021e 3343e10344ce 2023-10-08T03:17:34.262 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi046 smithi046 running (9m) 3m ago 9m 62.3M 2048M 17.2.0 e1d6a67b021e f493055937f5 2023-10-08T03:17:34.262 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.0.0.smithi019.xoggxc smithi019 *:2049 running (5m) 3m ago 5m 256M - 4.0 e1d6a67b021e 7bfe4ef2f1b4 2023-10-08T03:17:34.262 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.1.0.smithi046.xbdcvc smithi046 *:2049 running (5m) 3m ago 5m 80.5M - 4.0 e1d6a67b021e 4183af495695 2023-10-08T03:17:34.262 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi019 smithi019 *:9100 starting - - - - 2023-10-08T03:17:34.262 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi046 smithi046 *:9100 starting - - - - 2023-10-08T03:17:34.262 INFO:teuthology.orchestra.run.smithi019.stdout:osd.0 smithi019 running (8m) 3m ago 8m 476M 1943M 17.2.0 e1d6a67b021e 87e5445a13d5 2023-10-08T03:17:34.262 INFO:teuthology.orchestra.run.smithi019.stdout:osd.1 smithi019 running (8m) 3m ago 8m 303M 1943M 17.2.0 e1d6a67b021e 790a367854df 2023-10-08T03:17:34.262 INFO:teuthology.orchestra.run.smithi019.stdout:osd.2 smithi019 running (8m) 3m ago 8m 197M 1943M 17.2.0 e1d6a67b021e 7a427689da6b 2023-10-08T03:17:34.262 INFO:teuthology.orchestra.run.smithi019.stdout:osd.3 smithi019 running (7m) 3m ago 7m 418M 1943M 17.2.0 e1d6a67b021e 61eeb3784da1 2023-10-08T03:17:34.262 INFO:teuthology.orchestra.run.smithi019.stdout:osd.4 smithi046 running (7m) 3m ago 7m 393M 2711M 17.2.0 e1d6a67b021e f34ac437618f 2023-10-08T03:17:34.262 INFO:teuthology.orchestra.run.smithi019.stdout:osd.5 smithi046 running (7m) 3m ago 7m 416M 2711M 17.2.0 e1d6a67b021e 410d010c43f3 2023-10-08T03:17:34.263 INFO:teuthology.orchestra.run.smithi019.stdout:osd.6 smithi046 running (7m) 3m ago 7m 352M 2711M 17.2.0 e1d6a67b021e 16f12791da25 2023-10-08T03:17:34.263 INFO:teuthology.orchestra.run.smithi019.stdout:osd.7 smithi046 running (6m) 3m ago 6m 653M 2711M 17.2.0 e1d6a67b021e 54d01c0d1021 2023-10-08T03:17:34.263 INFO:teuthology.orchestra.run.smithi019.stdout:prometheus.smithi019 smithi019 *:9095 starting - - - - 2023-10-08T03:17:34.305 INFO:teuthology.orchestra.run.smithi019.stdout: 5 94359 8.24 MB/sec execute 199 sec latency 136.191 ms 2023-10-08T03:17:34.619 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:17:34 smithi019 ceph-mon[108350]: from='client.24617 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:17:34.619 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:17:34 smithi019 ceph-mon[108350]: from='client.24621 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:17:34.840 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2023-10-08T03:17:34.840 INFO:teuthology.orchestra.run.smithi019.stdout: "mon": { 2023-10-08T03:17:34.840 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-10-08T03:17:34.840 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2023-10-08T03:17:34.840 INFO:teuthology.orchestra.run.smithi019.stdout: "mgr": { 2023-10-08T03:17:34.841 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-10-08T03:17:34.841 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 18.0.0-6609-g9725b08f (9725b08fd801c82987c737f7e6d354878f036ee8) reef (dev)": 1 2023-10-08T03:17:34.841 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2023-10-08T03:17:34.841 INFO:teuthology.orchestra.run.smithi019.stdout: "osd": { 2023-10-08T03:17:34.841 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-10-08T03:17:34.841 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2023-10-08T03:17:34.841 INFO:teuthology.orchestra.run.smithi019.stdout: "mds": { 2023-10-08T03:17:34.841 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-10-08T03:17:34.841 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2023-10-08T03:17:34.841 INFO:teuthology.orchestra.run.smithi019.stdout: "overall": { 2023-10-08T03:17:34.841 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-10-08T03:17:34.842 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 18.0.0-6609-g9725b08f (9725b08fd801c82987c737f7e6d354878f036ee8) reef (dev)": 1 2023-10-08T03:17:34.842 INFO:teuthology.orchestra.run.smithi019.stdout: } 2023-10-08T03:17:34.842 INFO:teuthology.orchestra.run.smithi019.stdout:} 2023-10-08T03:17:34.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:17:34 smithi046 ceph-mon[111227]: from='client.24617 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:17:34.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:17:34 smithi046 ceph-mon[111227]: from='client.24621 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:17:35.306 INFO:teuthology.orchestra.run.smithi019.stdout: 5 94573 8.25 MB/sec execute 200 sec latency 150.553 ms 2023-10-08T03:17:35.360 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2023-10-08T03:17:35.360 INFO:teuthology.orchestra.run.smithi019.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:97fb66d1505dfd3031f50aea63af756a6271a8b2b32c547a25afa8a80ba68991", 2023-10-08T03:17:35.360 INFO:teuthology.orchestra.run.smithi019.stdout: "in_progress": true, 2023-10-08T03:17:35.360 INFO:teuthology.orchestra.run.smithi019.stdout: "which": "Upgrading all daemon types on all hosts", 2023-10-08T03:17:35.360 INFO:teuthology.orchestra.run.smithi019.stdout: "services_complete": [], 2023-10-08T03:17:35.360 INFO:teuthology.orchestra.run.smithi019.stdout: "progress": "1/23 daemons upgraded", 2023-10-08T03:17:35.360 INFO:teuthology.orchestra.run.smithi019.stdout: "message": "Currently upgrading mgr daemons", 2023-10-08T03:17:35.361 INFO:teuthology.orchestra.run.smithi019.stdout: "is_paused": false 2023-10-08T03:17:35.361 INFO:teuthology.orchestra.run.smithi019.stdout:} 2023-10-08T03:17:35.644 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:17:35 smithi019 ceph-mon[108350]: from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:17:35.644 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:17:35 smithi019 ceph-mon[108350]: pgmap v121: 97 pgs: 97 active+clean; 344 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.4 MiB/s wr, 422 op/s 2023-10-08T03:17:35.644 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:17:35 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/1409244564' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-08T03:17:35.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:17:35 smithi046 ceph-mon[111227]: from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:17:35.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:17:35 smithi046 ceph-mon[111227]: pgmap v121: 97 pgs: 97 active+clean; 344 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.4 MiB/s wr, 422 op/s 2023-10-08T03:17:35.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:17:35 smithi046 ceph-mon[111227]: from='client.? 172.21.15.19:0/1409244564' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-08T03:17:35.926 INFO:teuthology.orchestra.run.smithi019.stdout:HEALTH_OK 2023-10-08T03:17:36.316 INFO:teuthology.orchestra.run.smithi019.stdout: 5 94759 8.22 MB/sec execute 201 sec latency 112.617 ms 2023-10-08T03:17:36.420 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:17:36 smithi019 ceph-mon[108350]: from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:17:36.420 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:17:36 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/3925980652' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-08T03:17:36.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:17:36 smithi046 ceph-mon[111227]: from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:17:36.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:17:36 smithi046 ceph-mon[111227]: from='client.? 172.21.15.19:0/3925980652' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-08T03:17:37.316 INFO:teuthology.orchestra.run.smithi019.stdout: 5 95054 8.20 MB/sec execute 202 sec latency 124.732 ms 2023-10-08T03:17:37.432 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:17:37 smithi019 ceph-mon[108350]: pgmap v122: 97 pgs: 97 active+clean; 349 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.1 MiB/s wr, 371 op/s 2023-10-08T03:17:37.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:17:37 smithi046 ceph-mon[111227]: pgmap v122: 97 pgs: 97 active+clean; 349 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.1 MiB/s wr, 371 op/s 2023-10-08T03:17:38.316 INFO:teuthology.orchestra.run.smithi019.stdout: 5 95346 8.17 MB/sec execute 203 sec latency 113.527 ms 2023-10-08T03:17:39.326 INFO:teuthology.orchestra.run.smithi019.stdout: 5 95563 8.15 MB/sec execute 204 sec latency 111.774 ms 2023-10-08T03:17:39.457 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:17:39 smithi019 ceph-mon[108350]: pgmap v123: 97 pgs: 97 active+clean; 349 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.7 MiB/s wr, 330 op/s 2023-10-08T03:17:39.457 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:17:39 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:17:39.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:17:39 smithi046 ceph-mon[111227]: pgmap v123: 97 pgs: 97 active+clean; 349 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.7 MiB/s wr, 330 op/s 2023-10-08T03:17:39.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:17:39 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:17:40.326 INFO:teuthology.orchestra.run.smithi019.stdout: 5 95807 8.16 MB/sec execute 205 sec latency 123.826 ms 2023-10-08T03:17:41.326 INFO:teuthology.orchestra.run.smithi019.stdout: 5 96054 8.17 MB/sec execute 206 sec latency 126.147 ms 2023-10-08T03:17:41.494 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:17:41 smithi019 ceph-mon[108350]: pgmap v124: 97 pgs: 97 active+clean; 343 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 4.9 MiB/s wr, 487 op/s 2023-10-08T03:17:41.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:17:41 smithi046 ceph-mon[111227]: pgmap v124: 97 pgs: 97 active+clean; 343 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 4.9 MiB/s wr, 487 op/s 2023-10-08T03:17:42.329 INFO:teuthology.orchestra.run.smithi019.stdout: 5 96395 8.17 MB/sec execute 207 sec latency 180.551 ms 2023-10-08T03:17:43.329 INFO:teuthology.orchestra.run.smithi019.stdout: 5 96721 8.18 MB/sec execute 208 sec latency 85.273 ms 2023-10-08T03:17:43.536 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:17:43 smithi019 ceph-mon[108350]: pgmap v125: 97 pgs: 97 active+clean; 343 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 2.9 MiB/s wr, 304 op/s 2023-10-08T03:17:43.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:17:43 smithi046 ceph-mon[111227]: pgmap v125: 97 pgs: 97 active+clean; 343 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 2.9 MiB/s wr, 304 op/s 2023-10-08T03:17:44.329 INFO:teuthology.orchestra.run.smithi019.stdout: 5 96935 8.18 MB/sec execute 209 sec latency 146.994 ms 2023-10-08T03:17:45.331 INFO:teuthology.orchestra.run.smithi019.stdout: 5 97088 8.17 MB/sec execute 210 sec latency 198.756 ms 2023-10-08T03:17:45.591 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:17:45 smithi019 ceph-mon[108350]: pgmap v126: 97 pgs: 97 active+clean; 351 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.2 MiB/s wr, 398 op/s 2023-10-08T03:17:45.591 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:17:45 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:17:45.591 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:17:45 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:17:45.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:17:45 smithi046 ceph-mon[111227]: pgmap v126: 97 pgs: 97 active+clean; 351 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.2 MiB/s wr, 398 op/s 2023-10-08T03:17:45.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:17:45 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:17:45.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:17:45 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:17:46.331 INFO:teuthology.orchestra.run.smithi019.stdout: 5 97310 8.16 MB/sec execute 211 sec latency 131.133 ms 2023-10-08T03:17:46.610 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:17:46 smithi019 ceph-mon[108350]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi019.xhcxai on host smithi019 failed. 2023-10-08T03:17:46.610 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:17:46 smithi019 ceph-mon[108350]: pgmap v127: 97 pgs: 97 active+clean; 350 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.2 MiB/s wr, 426 op/s 2023-10-08T03:17:46.610 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:17:46 smithi019 ceph-mon[108350]: Health check failed: Upgrading daemon mgr.smithi019.xhcxai on host smithi019 failed. (UPGRADE_REDEPLOY_DAEMON) 2023-10-08T03:17:46.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:17:46 smithi046 ceph-mon[111227]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi019.xhcxai on host smithi019 failed. 2023-10-08T03:17:46.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:17:46 smithi046 ceph-mon[111227]: pgmap v127: 97 pgs: 97 active+clean; 350 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.2 MiB/s wr, 426 op/s 2023-10-08T03:17:46.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:17:46 smithi046 ceph-mon[111227]: Health check failed: Upgrading daemon mgr.smithi019.xhcxai on host smithi019 failed. (UPGRADE_REDEPLOY_DAEMON) 2023-10-08T03:17:47.331 INFO:teuthology.orchestra.run.smithi019.stdout: 5 97614 8.15 MB/sec execute 212 sec latency 129.739 ms 2023-10-08T03:17:48.336 INFO:teuthology.orchestra.run.smithi019.stdout: 5 97815 8.14 MB/sec execute 213 sec latency 132.211 ms 2023-10-08T03:17:48.913 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:17:48 smithi019 ceph-mon[108350]: pgmap v128: 97 pgs: 97 active+clean; 350 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.3 MiB/s wr, 337 op/s 2023-10-08T03:17:48.913 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:17:48 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:17:48.914 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:17:48 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:17:49.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:17:48 smithi046 ceph-mon[111227]: pgmap v128: 97 pgs: 97 active+clean; 350 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.3 MiB/s wr, 337 op/s 2023-10-08T03:17:49.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:17:48 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:17:49.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:17:48 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:17:49.338 INFO:teuthology.orchestra.run.smithi019.stdout: 5 97986 8.13 MB/sec execute 214 sec latency 123.589 ms 2023-10-08T03:17:49.924 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:17:49 smithi019 ceph-mon[108350]: pgmap v129: 97 pgs: 97 active+clean; 350 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.3 MiB/s wr, 337 op/s 2023-10-08T03:17:50.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:17:49 smithi046 ceph-mon[111227]: pgmap v129: 97 pgs: 97 active+clean; 350 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.3 MiB/s wr, 337 op/s 2023-10-08T03:17:50.335 INFO:teuthology.orchestra.run.smithi019.stdout: 5 98263 8.12 MB/sec execute 215 sec latency 204.644 ms 2023-10-08T03:17:51.335 INFO:teuthology.orchestra.run.smithi019.stdout: 5 98583 8.11 MB/sec execute 216 sec latency 126.056 ms 2023-10-08T03:17:52.342 INFO:teuthology.orchestra.run.smithi019.stdout: 5 98918 8.09 MB/sec execute 217 sec latency 126.883 ms 2023-10-08T03:17:52.452 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:17:52 smithi019 ceph-mon[108350]: pgmap v130: 97 pgs: 97 active+clean; 348 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 322 op/s 2023-10-08T03:17:52.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:17:52 smithi046 ceph-mon[111227]: pgmap v130: 97 pgs: 97 active+clean; 348 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 322 op/s 2023-10-08T03:17:53.342 INFO:teuthology.orchestra.run.smithi019.stdout: 5 99192 8.08 MB/sec execute 218 sec latency 131.374 ms 2023-10-08T03:17:54.342 INFO:teuthology.orchestra.run.smithi019.stdout: 5 99507 8.11 MB/sec execute 219 sec latency 117.555 ms 2023-10-08T03:17:54.505 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:17:54 smithi019 ceph-mon[108350]: pgmap v131: 97 pgs: 97 active+clean; 348 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 322 op/s 2023-10-08T03:17:54.505 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:17:54 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:17:54.505 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:17:54 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:17:54.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:17:54 smithi046 ceph-mon[111227]: pgmap v131: 97 pgs: 97 active+clean; 348 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 322 op/s 2023-10-08T03:17:54.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:17:54 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:17:54.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:17:54 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:17:55.342 INFO:teuthology.orchestra.run.smithi019.stdout: 5 99810 8.10 MB/sec execute 220 sec latency 134.019 ms 2023-10-08T03:17:56.342 INFO:teuthology.orchestra.run.smithi019.stdout: 5 100114 8.11 MB/sec execute 221 sec latency 136.267 ms 2023-10-08T03:17:56.558 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:17:56 smithi019 ceph-mon[108350]: pgmap v132: 97 pgs: 97 active+clean; 343 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 3.9 MiB/s wr, 413 op/s 2023-10-08T03:17:56.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:17:56 smithi046 ceph-mon[111227]: pgmap v132: 97 pgs: 97 active+clean; 343 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 3.9 MiB/s wr, 413 op/s 2023-10-08T03:17:57.344 INFO:teuthology.orchestra.run.smithi019.stdout: 5 100378 8.11 MB/sec execute 222 sec latency 125.784 ms 2023-10-08T03:17:58.343 INFO:teuthology.orchestra.run.smithi019.stdout: 5 100587 8.10 MB/sec execute 223 sec latency 139.241 ms 2023-10-08T03:17:58.619 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:17:58 smithi019 ceph-mon[108350]: pgmap v133: 97 pgs: 97 active+clean; 343 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.0 MiB/s wr, 319 op/s 2023-10-08T03:17:58.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:17:58 smithi046 ceph-mon[111227]: pgmap v133: 97 pgs: 97 active+clean; 343 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.0 MiB/s wr, 319 op/s 2023-10-08T03:17:59.343 INFO:teuthology.orchestra.run.smithi019.stdout: 5 100876 8.12 MB/sec execute 224 sec latency 131.955 ms 2023-10-08T03:18:00.343 INFO:teuthology.orchestra.run.smithi019.stdout: 5 101119 8.11 MB/sec execute 225 sec latency 120.368 ms 2023-10-08T03:18:00.662 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:18:00 smithi019 ceph-mon[108350]: pgmap v134: 97 pgs: 97 active+clean; 343 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.0 MiB/s wr, 319 op/s 2023-10-08T03:18:00.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:18:00 smithi046 ceph-mon[111227]: pgmap v134: 97 pgs: 97 active+clean; 343 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.0 MiB/s wr, 319 op/s 2023-10-08T03:18:01.343 INFO:teuthology.orchestra.run.smithi019.stdout: 5 101325 8.10 MB/sec execute 226 sec latency 109.641 ms 2023-10-08T03:18:02.344 INFO:teuthology.orchestra.run.smithi019.stdout: 5 101511 8.08 MB/sec execute 227 sec latency 134.473 ms 2023-10-08T03:18:02.727 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:18:02 smithi019 ceph-mon[108350]: pgmap v135: 97 pgs: 97 active+clean; 352 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 478 op/s 2023-10-08T03:18:02.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:18:02 smithi046 ceph-mon[111227]: pgmap v135: 97 pgs: 97 active+clean; 352 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 478 op/s 2023-10-08T03:18:03.344 INFO:teuthology.orchestra.run.smithi019.stdout: 5 101816 8.08 MB/sec execute 228 sec latency 130.292 ms 2023-10-08T03:18:04.344 INFO:teuthology.orchestra.run.smithi019.stdout: 5 102176 8.07 MB/sec execute 229 sec latency 87.396 ms 2023-10-08T03:18:04.741 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:18:04 smithi019 ceph-mon[108350]: pgmap v136: 97 pgs: 97 active+clean; 352 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.4 MiB/s wr, 335 op/s 2023-10-08T03:18:04.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:18:04 smithi046 ceph-mon[111227]: pgmap v136: 97 pgs: 97 active+clean; 352 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.4 MiB/s wr, 335 op/s 2023-10-08T03:18:05.352 INFO:teuthology.orchestra.run.smithi019.stdout: 5 102498 8.05 MB/sec execute 230 sec latency 129.788 ms 2023-10-08T03:18:06.353 INFO:teuthology.orchestra.run.smithi019.stdout: 5 102826 8.06 MB/sec execute 231 sec latency 132.015 ms 2023-10-08T03:18:06.488 INFO:teuthology.orchestra.run.smithi019.stdout:true 2023-10-08T03:18:06.531 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:18:06 smithi019 ceph-mon[108350]: pgmap v137: 97 pgs: 97 active+clean; 348 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.8 MiB/s wr, 500 op/s 2023-10-08T03:18:06.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:18:06 smithi046 ceph-mon[111227]: pgmap v137: 97 pgs: 97 active+clean; 348 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.8 MiB/s wr, 500 op/s 2023-10-08T03:18:06.978 INFO:teuthology.orchestra.run.smithi019.stdout:"Error: UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi019.xhcxai on host smithi019 failed." 2023-10-08T03:18:07.353 INFO:teuthology.orchestra.run.smithi019.stdout: 5 103105 8.06 MB/sec execute 232 sec latency 117.778 ms 2023-10-08T03:18:07.797 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:18:07 smithi019 ceph-mon[108350]: from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:18:07.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:18:07 smithi046 ceph-mon[111227]: from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:18:08.353 INFO:teuthology.orchestra.run.smithi019.stdout: 5 103538 8.09 MB/sec execute 233 sec latency 97.080 ms 2023-10-08T03:18:08.562 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:18:08 smithi019 ceph-mon[108350]: from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:18:08.562 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:18:08 smithi019 ceph-mon[108350]: pgmap v138: 97 pgs: 97 active+clean; 348 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 323 op/s 2023-10-08T03:18:08.562 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:18:08 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:18:08.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:18:08 smithi046 ceph-mon[111227]: from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:18:08.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:18:08 smithi046 ceph-mon[111227]: pgmap v138: 97 pgs: 97 active+clean; 348 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 323 op/s 2023-10-08T03:18:08.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:18:08 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:18:09.353 INFO:teuthology.orchestra.run.smithi019.stdout: 5 103847 8.09 MB/sec execute 234 sec latency 125.932 ms 2023-10-08T03:18:10.362 INFO:teuthology.orchestra.run.smithi019.stdout: 5 104149 8.10 MB/sec execute 235 sec latency 135.574 ms 2023-10-08T03:18:10.605 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:18:10 smithi019 ceph-mon[108350]: pgmap v139: 97 pgs: 97 active+clean; 348 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 323 op/s 2023-10-08T03:18:10.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:18:10 smithi046 ceph-mon[111227]: pgmap v139: 97 pgs: 97 active+clean; 348 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 323 op/s 2023-10-08T03:18:11.355 INFO:teuthology.orchestra.run.smithi019.stdout: 5 104463 8.10 MB/sec execute 236 sec latency 123.575 ms 2023-10-08T03:18:12.355 INFO:teuthology.orchestra.run.smithi019.stdout: 5 104738 8.11 MB/sec execute 237 sec latency 129.398 ms 2023-10-08T03:18:12.629 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:18:12 smithi019 ceph-mon[108350]: pgmap v140: 97 pgs: 97 active+clean; 350 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.4 MiB/s wr, 517 op/s 2023-10-08T03:18:12.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:18:12 smithi046 ceph-mon[111227]: pgmap v140: 97 pgs: 97 active+clean; 350 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.4 MiB/s wr, 517 op/s 2023-10-08T03:18:13.368 INFO:teuthology.orchestra.run.smithi019.stdout: 5 105036 8.11 MB/sec execute 238 sec latency 152.113 ms 2023-10-08T03:18:14.368 INFO:teuthology.orchestra.run.smithi019.stdout: 5 105212 8.09 MB/sec execute 239 sec latency 126.699 ms 2023-10-08T03:18:14.680 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:18:14 smithi019 ceph-mon[108350]: pgmap v141: 97 pgs: 97 active+clean; 350 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 359 op/s 2023-10-08T03:18:14.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:18:14 smithi046 ceph-mon[111227]: pgmap v141: 97 pgs: 97 active+clean; 350 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 359 op/s 2023-10-08T03:18:15.372 INFO:teuthology.orchestra.run.smithi019.stdout: 5 105455 8.08 MB/sec execute 240 sec latency 112.834 ms 2023-10-08T03:18:16.374 INFO:teuthology.orchestra.run.smithi019.stdout: 5 105751 8.06 MB/sec execute 241 sec latency 148.969 ms 2023-10-08T03:18:16.721 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:18:16 smithi019 ceph-mon[108350]: pgmap v142: 97 pgs: 97 active+clean; 352 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.4 MiB/s wr, 532 op/s 2023-10-08T03:18:16.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:18:16 smithi046 ceph-mon[111227]: pgmap v142: 97 pgs: 97 active+clean; 352 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.4 MiB/s wr, 532 op/s 2023-10-08T03:18:17.373 INFO:teuthology.orchestra.run.smithi019.stdout: 5 105972 8.04 MB/sec execute 242 sec latency 143.678 ms 2023-10-08T03:18:18.374 INFO:teuthology.orchestra.run.smithi019.stdout: 5 106271 8.04 MB/sec execute 243 sec latency 131.239 ms 2023-10-08T03:18:18.803 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:18:18 smithi019 ceph-mon[108350]: pgmap v143: 97 pgs: 97 active+clean; 352 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 367 op/s 2023-10-08T03:18:18.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:18:18 smithi046 ceph-mon[111227]: pgmap v143: 97 pgs: 97 active+clean; 352 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 367 op/s 2023-10-08T03:18:19.374 INFO:teuthology.orchestra.run.smithi019.stdout: 5 106538 8.05 MB/sec execute 244 sec latency 204.129 ms 2023-10-08T03:18:20.374 INFO:teuthology.orchestra.run.smithi019.stdout: 5 106819 8.05 MB/sec execute 245 sec latency 129.134 ms 2023-10-08T03:18:20.854 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:18:20 smithi019 ceph-mon[108350]: pgmap v144: 97 pgs: 97 active+clean; 352 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 367 op/s 2023-10-08T03:18:20.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:18:20 smithi046 ceph-mon[111227]: pgmap v144: 97 pgs: 97 active+clean; 352 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 367 op/s 2023-10-08T03:18:21.375 INFO:teuthology.orchestra.run.smithi019.stdout: 5 107145 8.05 MB/sec execute 246 sec latency 129.636 ms 2023-10-08T03:18:22.382 INFO:teuthology.orchestra.run.smithi019.stdout: 5 107395 8.06 MB/sec execute 247 sec latency 129.704 ms 2023-10-08T03:18:22.798 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:18:22 smithi019 ceph-mon[108350]: pgmap v145: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.4 MiB/s wr, 529 op/s 2023-10-08T03:18:23.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:18:22 smithi046 ceph-mon[111227]: pgmap v145: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.4 MiB/s wr, 529 op/s 2023-10-08T03:18:23.383 INFO:teuthology.orchestra.run.smithi019.stdout: 5 107653 8.06 MB/sec execute 248 sec latency 136.222 ms 2023-10-08T03:18:23.903 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:18:23 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:18:24.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:18:23 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:18:24.383 INFO:teuthology.orchestra.run.smithi019.stdout: 5 107870 8.05 MB/sec execute 249 sec latency 122.249 ms 2023-10-08T03:18:24.673 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:18:24 smithi019 ceph-mon[108350]: pgmap v146: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.3 MiB/s wr, 335 op/s 2023-10-08T03:18:25.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:18:24 smithi046 ceph-mon[111227]: pgmap v146: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.3 MiB/s wr, 335 op/s 2023-10-08T03:18:25.384 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108117 8.05 MB/sec execute 250 sec latency 129.699 ms 2023-10-08T03:18:26.387 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108385 8.04 MB/sec execute 251 sec latency 104.855 ms 2023-10-08T03:18:26.724 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:18:26 smithi019 ceph-mon[108350]: pgmap v147: 97 pgs: 97 active+clean; 352 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.2 MiB/s wr, 488 op/s 2023-10-08T03:18:27.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:18:26 smithi046 ceph-mon[111227]: pgmap v147: 97 pgs: 97 active+clean; 352 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.2 MiB/s wr, 488 op/s 2023-10-08T03:18:27.395 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108619 8.04 MB/sec execute 252 sec latency 126.748 ms 2023-10-08T03:18:28.394 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108845 8.02 MB/sec execute 253 sec latency 100.535 ms 2023-10-08T03:18:28.780 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:18:28 smithi019 ceph-mon[108350]: pgmap v148: 97 pgs: 97 active+clean; 352 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.2 MiB/s wr, 314 op/s 2023-10-08T03:18:29.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:18:28 smithi046 ceph-mon[111227]: pgmap v148: 97 pgs: 97 active+clean; 352 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.2 MiB/s wr, 314 op/s 2023-10-08T03:18:29.395 INFO:teuthology.orchestra.run.smithi019.stdout: 5 109126 8.02 MB/sec execute 254 sec latency 91.072 ms 2023-10-08T03:18:30.395 INFO:teuthology.orchestra.run.smithi019.stdout: 5 109380 8.00 MB/sec execute 255 sec latency 168.146 ms 2023-10-08T03:18:30.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:18:30 smithi019 ceph-mon[108350]: pgmap v149: 97 pgs: 97 active+clean; 352 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.2 MiB/s wr, 314 op/s 2023-10-08T03:18:31.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:18:30 smithi046 ceph-mon[111227]: pgmap v149: 97 pgs: 97 active+clean; 352 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.2 MiB/s wr, 314 op/s 2023-10-08T03:18:31.395 INFO:teuthology.orchestra.run.smithi019.stdout: 5 109679 8.00 MB/sec execute 256 sec latency 121.571 ms 2023-10-08T03:18:32.395 INFO:teuthology.orchestra.run.smithi019.stdout: 5 109954 8.00 MB/sec execute 257 sec latency 117.647 ms 2023-10-08T03:18:32.936 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:18:32 smithi019 ceph-mon[108350]: pgmap v150: 97 pgs: 97 active+clean; 348 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.7 MiB/s wr, 472 op/s 2023-10-08T03:18:33.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:18:32 smithi046 ceph-mon[111227]: pgmap v150: 97 pgs: 97 active+clean; 348 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.7 MiB/s wr, 472 op/s 2023-10-08T03:18:33.398 INFO:teuthology.orchestra.run.smithi019.stdout: 5 110264 8.01 MB/sec execute 258 sec latency 105.516 ms 2023-10-08T03:18:34.398 INFO:teuthology.orchestra.run.smithi019.stdout: 5 110499 7.99 MB/sec execute 259 sec latency 126.649 ms 2023-10-08T03:18:34.988 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:18:34 smithi019 ceph-mon[108350]: pgmap v151: 97 pgs: 97 active+clean; 348 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.3 MiB/s wr, 310 op/s 2023-10-08T03:18:35.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:18:34 smithi046 ceph-mon[111227]: pgmap v151: 97 pgs: 97 active+clean; 348 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.3 MiB/s wr, 310 op/s 2023-10-08T03:18:35.398 INFO:teuthology.orchestra.run.smithi019.stdout: 5 110830 7.99 MB/sec execute 260 sec latency 138.461 ms 2023-10-08T03:18:36.398 INFO:teuthology.orchestra.run.smithi019.stdout: 5 111176 8.01 MB/sec execute 261 sec latency 125.248 ms 2023-10-08T03:18:37.021 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:18:36 smithi019 ceph-mon[108350]: pgmap v152: 97 pgs: 97 active+clean; 348 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.9 MiB/s wr, 477 op/s 2023-10-08T03:18:37.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:18:36 smithi046 ceph-mon[111227]: pgmap v152: 97 pgs: 97 active+clean; 348 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.9 MiB/s wr, 477 op/s 2023-10-08T03:18:37.398 INFO:teuthology.orchestra.run.smithi019.stdout: 5 111463 8.02 MB/sec execute 262 sec latency 131.191 ms 2023-10-08T03:18:38.398 INFO:teuthology.orchestra.run.smithi019.stdout: 5 111782 8.03 MB/sec execute 263 sec latency 132.036 ms 2023-10-08T03:18:38.806 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:18:38 smithi019 ceph-mon[108350]: pgmap v153: 97 pgs: 97 active+clean; 348 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.0 MiB/s wr, 325 op/s 2023-10-08T03:18:38.806 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:18:38 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:18:39.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:18:38 smithi046 ceph-mon[111227]: pgmap v153: 97 pgs: 97 active+clean; 348 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.0 MiB/s wr, 325 op/s 2023-10-08T03:18:39.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:18:38 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:18:39.405 INFO:teuthology.orchestra.run.smithi019.stdout: 5 112093 8.02 MB/sec execute 264 sec latency 127.004 ms 2023-10-08T03:18:40.407 INFO:teuthology.orchestra.run.smithi019.stdout: 5 112368 8.02 MB/sec execute 265 sec latency 129.699 ms 2023-10-08T03:18:40.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:18:40 smithi019 ceph-mon[108350]: pgmap v154: 97 pgs: 97 active+clean; 348 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.0 MiB/s wr, 325 op/s 2023-10-08T03:18:41.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:18:40 smithi046 ceph-mon[111227]: pgmap v154: 97 pgs: 97 active+clean; 348 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.0 MiB/s wr, 325 op/s 2023-10-08T03:18:41.409 INFO:teuthology.orchestra.run.smithi019.stdout: 5 112628 8.01 MB/sec execute 266 sec latency 133.181 ms 2023-10-08T03:18:42.410 INFO:teuthology.orchestra.run.smithi019.stdout: 5 112872 8.01 MB/sec execute 267 sec latency 138.375 ms 2023-10-08T03:18:42.881 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:18:42 smithi019 ceph-mon[108350]: pgmap v155: 97 pgs: 97 active+clean; 351 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 507 op/s 2023-10-08T03:18:43.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:18:42 smithi046 ceph-mon[111227]: pgmap v155: 97 pgs: 97 active+clean; 351 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 507 op/s 2023-10-08T03:18:43.409 INFO:teuthology.orchestra.run.smithi019.stdout: 5 113158 8.01 MB/sec execute 268 sec latency 123.413 ms 2023-10-08T03:18:44.415 INFO:teuthology.orchestra.run.smithi019.stdout: 5 113457 8.00 MB/sec execute 269 sec latency 138.907 ms 2023-10-08T03:18:44.907 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:18:44 smithi019 ceph-mon[108350]: pgmap v156: 97 pgs: 97 active+clean; 351 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.7 MiB/s wr, 348 op/s 2023-10-08T03:18:45.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:18:44 smithi046 ceph-mon[111227]: pgmap v156: 97 pgs: 97 active+clean; 351 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.7 MiB/s wr, 348 op/s 2023-10-08T03:18:45.415 INFO:teuthology.orchestra.run.smithi019.stdout: 5 113699 7.98 MB/sec execute 270 sec latency 127.227 ms 2023-10-08T03:18:46.415 INFO:teuthology.orchestra.run.smithi019.stdout: 5 113938 7.97 MB/sec execute 271 sec latency 162.185 ms 2023-10-08T03:18:46.990 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:18:46 smithi019 ceph-mon[108350]: pgmap v157: 97 pgs: 97 active+clean; 347 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.2 MiB/s wr, 519 op/s 2023-10-08T03:18:47.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:18:46 smithi046 ceph-mon[111227]: pgmap v157: 97 pgs: 97 active+clean; 347 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.2 MiB/s wr, 519 op/s 2023-10-08T03:18:47.419 INFO:teuthology.orchestra.run.smithi019.stdout: 5 114224 7.97 MB/sec execute 272 sec latency 201.125 ms 2023-10-08T03:18:48.424 INFO:teuthology.orchestra.run.smithi019.stdout: 5 114543 7.99 MB/sec execute 273 sec latency 123.682 ms 2023-10-08T03:18:49.050 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:18:48 smithi019 ceph-mon[108350]: pgmap v158: 97 pgs: 97 active+clean; 347 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 352 op/s 2023-10-08T03:18:49.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:18:48 smithi046 ceph-mon[111227]: pgmap v158: 97 pgs: 97 active+clean; 347 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 352 op/s 2023-10-08T03:18:49.424 INFO:teuthology.orchestra.run.smithi019.stdout: 5 114846 7.99 MB/sec execute 274 sec latency 236.586 ms 2023-10-08T03:18:50.424 INFO:teuthology.orchestra.run.smithi019.stdout: 5 115153 8.00 MB/sec execute 275 sec latency 126.678 ms 2023-10-08T03:18:50.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:18:50 smithi019 ceph-mon[108350]: pgmap v159: 97 pgs: 97 active+clean; 347 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 352 op/s 2023-10-08T03:18:51.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:18:50 smithi046 ceph-mon[111227]: pgmap v159: 97 pgs: 97 active+clean; 347 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 352 op/s 2023-10-08T03:18:51.424 INFO:teuthology.orchestra.run.smithi019.stdout: 5 115427 8.00 MB/sec execute 276 sec latency 126.757 ms 2023-10-08T03:18:52.424 INFO:teuthology.orchestra.run.smithi019.stdout: 5 115675 7.99 MB/sec execute 277 sec latency 126.800 ms 2023-10-08T03:18:52.872 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:18:52 smithi019 ceph-mon[108350]: pgmap v160: 97 pgs: 97 active+clean; 349 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.5 MiB/s wr, 520 op/s 2023-10-08T03:18:53.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:18:52 smithi046 ceph-mon[111227]: pgmap v160: 97 pgs: 97 active+clean; 349 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.5 MiB/s wr, 520 op/s 2023-10-08T03:18:53.426 INFO:teuthology.orchestra.run.smithi019.stdout: 5 116028 8.00 MB/sec execute 278 sec latency 117.480 ms 2023-10-08T03:18:53.899 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:18:53 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:18:54.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:18:53 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:18:54.432 INFO:teuthology.orchestra.run.smithi019.stdout: 5 116302 7.99 MB/sec execute 279 sec latency 138.814 ms 2023-10-08T03:18:54.914 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:18:54 smithi019 ceph-mon[108350]: pgmap v161: 97 pgs: 97 active+clean; 349 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.4 MiB/s wr, 337 op/s 2023-10-08T03:18:55.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:18:54 smithi046 ceph-mon[111227]: pgmap v161: 97 pgs: 97 active+clean; 349 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.4 MiB/s wr, 337 op/s 2023-10-08T03:18:55.432 INFO:teuthology.orchestra.run.smithi019.stdout: 5 116590 7.99 MB/sec execute 280 sec latency 143.113 ms 2023-10-08T03:18:55.926 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:18:55 smithi019 ceph-mon[108350]: pgmap v162: 97 pgs: 97 active+clean; 348 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 511 op/s 2023-10-08T03:18:56.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:18:55 smithi046 ceph-mon[111227]: pgmap v162: 97 pgs: 97 active+clean; 348 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 511 op/s 2023-10-08T03:18:56.432 INFO:teuthology.orchestra.run.smithi019.stdout: 5 116931 7.99 MB/sec execute 281 sec latency 108.364 ms 2023-10-08T03:18:57.432 INFO:teuthology.orchestra.run.smithi019.stdout: 5 117199 7.98 MB/sec execute 282 sec latency 120.782 ms 2023-10-08T03:18:58.433 INFO:teuthology.orchestra.run.smithi019.stdout: 5 117492 7.98 MB/sec execute 283 sec latency 126.550 ms 2023-10-08T03:18:58.489 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:18:58 smithi019 ceph-mon[108350]: pgmap v163: 97 pgs: 97 active+clean; 348 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 341 op/s 2023-10-08T03:18:58.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:18:58 smithi046 ceph-mon[111227]: pgmap v163: 97 pgs: 97 active+clean; 348 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 341 op/s 2023-10-08T03:18:59.433 INFO:teuthology.orchestra.run.smithi019.stdout: 5 117738 7.97 MB/sec execute 284 sec latency 123.796 ms 2023-10-08T03:19:00.433 INFO:teuthology.orchestra.run.smithi019.stdout: 5 118002 7.97 MB/sec execute 285 sec latency 152.313 ms 2023-10-08T03:19:00.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:19:00 smithi019 ceph-mon[108350]: pgmap v164: 97 pgs: 97 active+clean; 348 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 341 op/s 2023-10-08T03:19:00.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:19:00 smithi046 ceph-mon[111227]: pgmap v164: 97 pgs: 97 active+clean; 348 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 341 op/s 2023-10-08T03:19:01.433 INFO:teuthology.orchestra.run.smithi019.stdout: 5 118297 7.98 MB/sec execute 286 sec latency 152.168 ms 2023-10-08T03:19:02.433 INFO:teuthology.orchestra.run.smithi019.stdout: 5 118505 7.98 MB/sec execute 287 sec latency 175.306 ms 2023-10-08T03:19:02.640 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:19:02 smithi019 ceph-mon[108350]: pgmap v165: 97 pgs: 97 active+clean; 347 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.3 MiB/s wr, 512 op/s 2023-10-08T03:19:02.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:19:02 smithi046 ceph-mon[111227]: pgmap v165: 97 pgs: 97 active+clean; 347 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.3 MiB/s wr, 512 op/s 2023-10-08T03:19:03.443 INFO:teuthology.orchestra.run.smithi019.stdout: 5 118830 8.00 MB/sec execute 288 sec latency 129.475 ms 2023-10-08T03:19:04.443 INFO:teuthology.orchestra.run.smithi019.stdout: 5 119029 7.98 MB/sec execute 289 sec latency 117.827 ms 2023-10-08T03:19:04.678 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:19:04 smithi019 ceph-mon[108350]: pgmap v166: 97 pgs: 97 active+clean; 347 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.4 MiB/s wr, 345 op/s 2023-10-08T03:19:04.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:19:04 smithi046 ceph-mon[111227]: pgmap v166: 97 pgs: 97 active+clean; 347 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.4 MiB/s wr, 345 op/s 2023-10-08T03:19:05.450 INFO:teuthology.orchestra.run.smithi019.stdout: 5 119300 7.97 MB/sec execute 290 sec latency 136.145 ms 2023-10-08T03:19:06.450 INFO:teuthology.orchestra.run.smithi019.stdout: 5 119560 7.97 MB/sec execute 291 sec latency 145.027 ms 2023-10-08T03:19:06.466 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:19:06 smithi019 ceph-mon[108350]: pgmap v167: 97 pgs: 97 active+clean; 356 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.2 MiB/s wr, 501 op/s 2023-10-08T03:19:06.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:19:06 smithi046 ceph-mon[111227]: pgmap v167: 97 pgs: 97 active+clean; 356 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.2 MiB/s wr, 501 op/s 2023-10-08T03:19:07.450 INFO:teuthology.orchestra.run.smithi019.stdout: 5 119827 7.96 MB/sec execute 292 sec latency 162.833 ms 2023-10-08T03:19:08.458 INFO:teuthology.orchestra.run.smithi019.stdout: 5 120170 7.96 MB/sec execute 293 sec latency 123.277 ms 2023-10-08T03:19:08.522 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:19:08 smithi019 ceph-mon[108350]: pgmap v168: 97 pgs: 97 active+clean; 356 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.5 MiB/s wr, 327 op/s 2023-10-08T03:19:08.522 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:19:08 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:19:08.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:19:08 smithi046 ceph-mon[111227]: pgmap v168: 97 pgs: 97 active+clean; 356 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.5 MiB/s wr, 327 op/s 2023-10-08T03:19:08.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:19:08 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:19:09.458 INFO:teuthology.orchestra.run.smithi019.stdout: 5 120487 7.95 MB/sec execute 294 sec latency 127.248 ms 2023-10-08T03:19:10.458 INFO:teuthology.orchestra.run.smithi019.stdout: 5 120789 7.96 MB/sec execute 295 sec latency 130.529 ms 2023-10-08T03:19:10.561 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:19:10 smithi019 ceph-mon[108350]: pgmap v169: 97 pgs: 97 active+clean; 356 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.5 MiB/s wr, 327 op/s 2023-10-08T03:19:10.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:19:10 smithi046 ceph-mon[111227]: pgmap v169: 97 pgs: 97 active+clean; 356 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.5 MiB/s wr, 327 op/s 2023-10-08T03:19:11.458 INFO:teuthology.orchestra.run.smithi019.stdout: 5 121010 7.96 MB/sec execute 296 sec latency 141.538 ms 2023-10-08T03:19:12.458 INFO:teuthology.orchestra.run.smithi019.stdout: 5 121310 7.96 MB/sec execute 297 sec latency 129.678 ms 2023-10-08T03:19:12.614 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:19:12 smithi019 ceph-mon[108350]: pgmap v170: 97 pgs: 97 active+clean; 351 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.1 MiB/s wr, 502 op/s 2023-10-08T03:19:12.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:19:12 smithi046 ceph-mon[111227]: pgmap v170: 97 pgs: 97 active+clean; 351 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.1 MiB/s wr, 502 op/s 2023-10-08T03:19:13.458 INFO:teuthology.orchestra.run.smithi019.stdout: 5 121644 7.95 MB/sec execute 298 sec latency 129.491 ms 2023-10-08T03:19:14.466 INFO:teuthology.orchestra.run.smithi019.stdout: 5 121860 7.95 MB/sec execute 299 sec latency 130.475 ms 2023-10-08T03:19:14.670 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:19:14 smithi019 ceph-mon[108350]: pgmap v171: 97 pgs: 97 active+clean; 351 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.4 MiB/s wr, 331 op/s 2023-10-08T03:19:14.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:19:14 smithi046 ceph-mon[111227]: pgmap v171: 97 pgs: 97 active+clean; 351 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.4 MiB/s wr, 331 op/s 2023-10-08T03:19:15.466 INFO:teuthology.orchestra.run.smithi019.stdout: 5 122063 7.95 MB/sec execute 300 sec latency 129.272 ms 2023-10-08T03:19:16.474 INFO:teuthology.orchestra.run.smithi019.stdout: 5 122268 7.94 MB/sec execute 301 sec latency 143.583 ms 2023-10-08T03:19:16.698 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:19:16 smithi019 ceph-mon[108350]: pgmap v172: 97 pgs: 97 active+clean; 351 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 495 op/s 2023-10-08T03:19:16.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:19:16 smithi046 ceph-mon[111227]: pgmap v172: 97 pgs: 97 active+clean; 351 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 495 op/s 2023-10-08T03:19:17.474 INFO:teuthology.orchestra.run.smithi019.stdout: 5 122529 7.94 MB/sec execute 302 sec latency 120.546 ms 2023-10-08T03:19:18.474 INFO:teuthology.orchestra.run.smithi019.stdout: 5 122764 7.93 MB/sec execute 303 sec latency 144.198 ms 2023-10-08T03:19:18.755 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:19:18 smithi019 ceph-mon[108350]: pgmap v173: 97 pgs: 97 active+clean; 351 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 338 op/s 2023-10-08T03:19:18.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:19:18 smithi046 ceph-mon[111227]: pgmap v173: 97 pgs: 97 active+clean; 351 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 338 op/s 2023-10-08T03:19:19.474 INFO:teuthology.orchestra.run.smithi019.stdout: 5 122999 7.93 MB/sec execute 304 sec latency 136.849 ms 2023-10-08T03:19:20.474 INFO:teuthology.orchestra.run.smithi019.stdout: 5 123252 7.92 MB/sec execute 305 sec latency 135.945 ms 2023-10-08T03:19:20.789 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:19:20 smithi019 ceph-mon[108350]: pgmap v174: 97 pgs: 97 active+clean; 351 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 338 op/s 2023-10-08T03:19:20.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:19:20 smithi046 ceph-mon[111227]: pgmap v174: 97 pgs: 97 active+clean; 351 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 338 op/s 2023-10-08T03:19:21.474 INFO:teuthology.orchestra.run.smithi019.stdout: 5 123548 7.92 MB/sec execute 306 sec latency 138.137 ms 2023-10-08T03:19:22.474 INFO:teuthology.orchestra.run.smithi019.stdout: 5 123814 7.91 MB/sec execute 307 sec latency 105.229 ms 2023-10-08T03:19:22.575 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:19:22 smithi019 ceph-mon[108350]: pgmap v175: 97 pgs: 97 active+clean; 351 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.8 MiB/s wr, 480 op/s 2023-10-08T03:19:22.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:19:22 smithi046 ceph-mon[111227]: pgmap v175: 97 pgs: 97 active+clean; 351 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.8 MiB/s wr, 480 op/s 2023-10-08T03:19:23.475 INFO:teuthology.orchestra.run.smithi019.stdout: 5 124087 7.92 MB/sec execute 308 sec latency 144.431 ms 2023-10-08T03:19:23.620 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:19:23 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:19:23.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:19:23 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:19:24.475 INFO:teuthology.orchestra.run.smithi019.stdout: 5 124354 7.92 MB/sec execute 309 sec latency 163.478 ms 2023-10-08T03:19:24.660 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:19:24 smithi019 ceph-mon[108350]: pgmap v176: 97 pgs: 97 active+clean; 351 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.2 MiB/s wr, 305 op/s 2023-10-08T03:19:24.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:19:24 smithi046 ceph-mon[111227]: pgmap v176: 97 pgs: 97 active+clean; 351 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.2 MiB/s wr, 305 op/s 2023-10-08T03:19:25.475 INFO:teuthology.orchestra.run.smithi019.stdout: 5 124612 7.92 MB/sec execute 310 sec latency 130.489 ms 2023-10-08T03:19:26.475 INFO:teuthology.orchestra.run.smithi019.stdout: 5 124899 7.91 MB/sec execute 311 sec latency 124.751 ms 2023-10-08T03:19:26.681 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:19:26 smithi019 ceph-mon[108350]: pgmap v177: 97 pgs: 97 active+clean; 352 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.9 MiB/s wr, 468 op/s 2023-10-08T03:19:26.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:19:26 smithi046 ceph-mon[111227]: pgmap v177: 97 pgs: 97 active+clean; 352 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.9 MiB/s wr, 468 op/s 2023-10-08T03:19:27.475 INFO:teuthology.orchestra.run.smithi019.stdout: 5 125172 7.92 MB/sec execute 312 sec latency 123.838 ms 2023-10-08T03:19:28.475 INFO:teuthology.orchestra.run.smithi019.stdout: 5 125384 7.90 MB/sec execute 313 sec latency 131.237 ms 2023-10-08T03:19:28.719 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:19:28 smithi019 ceph-mon[108350]: pgmap v178: 97 pgs: 97 active+clean; 352 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.2 MiB/s wr, 303 op/s 2023-10-08T03:19:28.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:19:28 smithi046 ceph-mon[111227]: pgmap v178: 97 pgs: 97 active+clean; 352 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.2 MiB/s wr, 303 op/s 2023-10-08T03:19:29.475 INFO:teuthology.orchestra.run.smithi019.stdout: 5 125647 7.90 MB/sec execute 314 sec latency 120.704 ms 2023-10-08T03:19:30.475 INFO:teuthology.orchestra.run.smithi019.stdout: 5 125882 7.90 MB/sec execute 315 sec latency 135.403 ms 2023-10-08T03:19:30.782 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:19:30 smithi019 ceph-mon[108350]: pgmap v179: 97 pgs: 97 active+clean; 352 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.2 MiB/s wr, 303 op/s 2023-10-08T03:19:30.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:19:30 smithi046 ceph-mon[111227]: pgmap v179: 97 pgs: 97 active+clean; 352 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.2 MiB/s wr, 303 op/s 2023-10-08T03:19:31.475 INFO:teuthology.orchestra.run.smithi019.stdout: 5 126126 7.89 MB/sec execute 316 sec latency 128.820 ms 2023-10-08T03:19:32.475 INFO:teuthology.orchestra.run.smithi019.stdout: 5 126411 7.89 MB/sec execute 317 sec latency 126.660 ms 2023-10-08T03:19:32.698 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:19:32 smithi019 ceph-mon[108350]: pgmap v180: 97 pgs: 97 active+clean; 352 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.7 MiB/s wr, 461 op/s 2023-10-08T03:19:32.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:19:32 smithi046 ceph-mon[111227]: pgmap v180: 97 pgs: 97 active+clean; 352 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.7 MiB/s wr, 461 op/s 2023-10-08T03:19:33.475 INFO:teuthology.orchestra.run.smithi019.stdout: 5 126668 7.88 MB/sec execute 318 sec latency 129.796 ms 2023-10-08T03:19:34.475 INFO:teuthology.orchestra.run.smithi019.stdout: 5 126890 7.88 MB/sec execute 319 sec latency 126.668 ms 2023-10-08T03:19:34.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:19:34 smithi019 ceph-mon[108350]: pgmap v181: 97 pgs: 97 active+clean; 352 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 319 op/s 2023-10-08T03:19:34.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:19:34 smithi046 ceph-mon[111227]: pgmap v181: 97 pgs: 97 active+clean; 352 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 319 op/s 2023-10-08T03:19:35.477 INFO:teuthology.orchestra.run.smithi019.stdout: 5 127134 7.88 MB/sec execute 320 sec latency 123.507 ms 2023-10-08T03:19:36.477 INFO:teuthology.orchestra.run.smithi019.stdout: 5 127373 7.88 MB/sec execute 321 sec latency 133.813 ms 2023-10-08T03:19:36.835 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:19:36 smithi019 ceph-mon[108350]: pgmap v182: 97 pgs: 97 active+clean; 351 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.8 MiB/s wr, 472 op/s 2023-10-08T03:19:36.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:19:36 smithi046 ceph-mon[111227]: pgmap v182: 97 pgs: 97 active+clean; 351 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.8 MiB/s wr, 472 op/s 2023-10-08T03:19:37.477 INFO:teuthology.orchestra.run.smithi019.stdout: 5 127645 7.88 MB/sec execute 322 sec latency 140.649 ms 2023-10-08T03:19:38.477 INFO:teuthology.orchestra.run.smithi019.stdout: 5 127880 7.87 MB/sec execute 323 sec latency 131.335 ms 2023-10-08T03:19:38.615 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:19:38 smithi019 ceph-mon[108350]: pgmap v183: 97 pgs: 97 active+clean; 351 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.1 MiB/s wr, 310 op/s 2023-10-08T03:19:38.615 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:19:38 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:19:38.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:19:38 smithi046 ceph-mon[111227]: pgmap v183: 97 pgs: 97 active+clean; 351 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.1 MiB/s wr, 310 op/s 2023-10-08T03:19:38.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:19:38 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:19:39.477 INFO:teuthology.orchestra.run.smithi019.stdout: 5 128070 7.86 MB/sec execute 324 sec latency 143.100 ms 2023-10-08T03:19:40.477 INFO:teuthology.orchestra.run.smithi019.stdout: 5 128302 7.86 MB/sec execute 325 sec latency 129.097 ms 2023-10-08T03:19:40.676 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:19:40 smithi019 ceph-mon[108350]: pgmap v184: 97 pgs: 97 active+clean; 351 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.1 MiB/s wr, 310 op/s 2023-10-08T03:19:40.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:19:40 smithi046 ceph-mon[111227]: pgmap v184: 97 pgs: 97 active+clean; 351 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.1 MiB/s wr, 310 op/s 2023-10-08T03:19:41.477 INFO:teuthology.orchestra.run.smithi019.stdout: 5 128569 7.86 MB/sec execute 326 sec latency 133.048 ms 2023-10-08T03:19:42.477 INFO:teuthology.orchestra.run.smithi019.stdout: 5 128826 7.85 MB/sec execute 327 sec latency 126.539 ms 2023-10-08T03:19:42.718 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:19:42 smithi019 ceph-mon[108350]: pgmap v185: 97 pgs: 97 active+clean; 355 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.6 MiB/s wr, 454 op/s 2023-10-08T03:19:42.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:19:42 smithi046 ceph-mon[111227]: pgmap v185: 97 pgs: 97 active+clean; 355 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.6 MiB/s wr, 454 op/s 2023-10-08T03:19:43.477 INFO:teuthology.orchestra.run.smithi019.stdout: 5 129009 7.83 MB/sec execute 328 sec latency 111.780 ms 2023-10-08T03:19:44.477 INFO:teuthology.orchestra.run.smithi019.stdout: 5 129215 7.83 MB/sec execute 329 sec latency 120.952 ms 2023-10-08T03:19:44.789 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:19:44 smithi019 ceph-mon[108350]: pgmap v186: 97 pgs: 97 active+clean; 355 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.1 MiB/s wr, 297 op/s 2023-10-08T03:19:44.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:19:44 smithi046 ceph-mon[111227]: pgmap v186: 97 pgs: 97 active+clean; 355 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.1 MiB/s wr, 297 op/s 2023-10-08T03:19:45.477 INFO:teuthology.orchestra.run.smithi019.stdout: 5 129385 7.82 MB/sec execute 330 sec latency 194.973 ms 2023-10-08T03:19:46.480 INFO:teuthology.orchestra.run.smithi019.stdout: 5 129623 7.82 MB/sec execute 331 sec latency 136.182 ms 2023-10-08T03:19:46.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:19:46 smithi019 ceph-mon[108350]: pgmap v187: 97 pgs: 97 active+clean; 353 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.4 MiB/s wr, 434 op/s 2023-10-08T03:19:47.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:19:46 smithi046 ceph-mon[111227]: pgmap v187: 97 pgs: 97 active+clean; 353 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.4 MiB/s wr, 434 op/s 2023-10-08T03:19:47.480 INFO:teuthology.orchestra.run.smithi019.stdout: 5 129943 7.82 MB/sec execute 332 sec latency 127.662 ms 2023-10-08T03:19:48.480 INFO:teuthology.orchestra.run.smithi019.stdout: 5 130189 7.81 MB/sec execute 333 sec latency 139.395 ms 2023-10-08T03:19:48.877 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:19:48 smithi019 ceph-mon[108350]: pgmap v188: 97 pgs: 97 active+clean; 353 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.8 MiB/s wr, 281 op/s 2023-10-08T03:19:49.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:19:48 smithi046 ceph-mon[111227]: pgmap v188: 97 pgs: 97 active+clean; 353 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.8 MiB/s wr, 281 op/s 2023-10-08T03:19:49.480 INFO:teuthology.orchestra.run.smithi019.stdout: 5 130401 7.81 MB/sec execute 334 sec latency 127.621 ms 2023-10-08T03:19:50.487 INFO:teuthology.orchestra.run.smithi019.stdout: 5 130679 7.81 MB/sec execute 335 sec latency 129.504 ms 2023-10-08T03:19:50.655 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:19:50 smithi019 ceph-mon[108350]: pgmap v189: 97 pgs: 97 active+clean; 353 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.8 MiB/s wr, 281 op/s 2023-10-08T03:19:51.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:19:50 smithi046 ceph-mon[111227]: pgmap v189: 97 pgs: 97 active+clean; 353 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.8 MiB/s wr, 281 op/s 2023-10-08T03:19:51.486 INFO:teuthology.orchestra.run.smithi019.stdout: 5 130905 7.80 MB/sec execute 336 sec latency 123.467 ms 2023-10-08T03:19:52.492 INFO:teuthology.orchestra.run.smithi019.stdout: 5 131178 7.81 MB/sec execute 337 sec latency 126.720 ms 2023-10-08T03:19:52.693 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:19:52 smithi019 ceph-mon[108350]: pgmap v190: 97 pgs: 97 active+clean; 352 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.3 MiB/s wr, 426 op/s 2023-10-08T03:19:53.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:19:52 smithi046 ceph-mon[111227]: pgmap v190: 97 pgs: 97 active+clean; 352 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.3 MiB/s wr, 426 op/s 2023-10-08T03:19:53.500 INFO:teuthology.orchestra.run.smithi019.stdout: 5 131408 7.80 MB/sec execute 338 sec latency 226.083 ms 2023-10-08T03:19:53.744 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:19:53 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:19:54.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:19:53 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:19:54.501 INFO:teuthology.orchestra.run.smithi019.stdout: 5 131583 7.79 MB/sec execute 339 sec latency 186.758 ms 2023-10-08T03:19:54.768 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:19:54 smithi019 ceph-mon[108350]: pgmap v191: 97 pgs: 97 active+clean; 352 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.7 MiB/s wr, 282 op/s 2023-10-08T03:19:55.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:19:54 smithi046 ceph-mon[111227]: pgmap v191: 97 pgs: 97 active+clean; 352 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.7 MiB/s wr, 282 op/s 2023-10-08T03:19:55.500 INFO:teuthology.orchestra.run.smithi019.stdout: 5 131849 7.80 MB/sec execute 340 sec latency 140.731 ms 2023-10-08T03:19:56.500 INFO:teuthology.orchestra.run.smithi019.stdout: 5 132084 7.79 MB/sec execute 341 sec latency 123.694 ms 2023-10-08T03:19:56.811 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:19:56 smithi019 ceph-mon[108350]: pgmap v192: 97 pgs: 97 active+clean; 354 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.4 MiB/s wr, 429 op/s 2023-10-08T03:19:57.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:19:56 smithi046 ceph-mon[111227]: pgmap v192: 97 pgs: 97 active+clean; 354 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.4 MiB/s wr, 429 op/s 2023-10-08T03:19:57.501 INFO:teuthology.orchestra.run.smithi019.stdout: 5 132366 7.78 MB/sec execute 342 sec latency 135.729 ms 2023-10-08T03:19:58.501 INFO:teuthology.orchestra.run.smithi019.stdout: 5 132600 7.77 MB/sec execute 343 sec latency 171.347 ms 2023-10-08T03:19:58.866 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:19:58 smithi019 ceph-mon[108350]: pgmap v193: 97 pgs: 97 active+clean; 354 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.1 MiB/s wr, 291 op/s 2023-10-08T03:19:59.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:19:58 smithi046 ceph-mon[111227]: pgmap v193: 97 pgs: 97 active+clean; 354 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.1 MiB/s wr, 291 op/s 2023-10-08T03:19:59.501 INFO:teuthology.orchestra.run.smithi019.stdout: 5 132773 7.76 MB/sec execute 344 sec latency 140.525 ms 2023-10-08T03:20:00.501 INFO:teuthology.orchestra.run.smithi019.stdout: 5 133055 7.77 MB/sec execute 345 sec latency 142.685 ms 2023-10-08T03:20:00.911 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:20:00 smithi019 ceph-mon[108350]: pgmap v194: 97 pgs: 97 active+clean; 354 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.1 MiB/s wr, 291 op/s 2023-10-08T03:20:00.911 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:20:00 smithi019 ceph-mon[108350]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi019.xhcxai on host smithi019 failed. 2023-10-08T03:20:00.911 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:20:00 smithi019 ceph-mon[108350]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi019.xhcxai on host smithi019 failed. 2023-10-08T03:20:00.911 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:20:00 smithi019 ceph-mon[108350]: Upgrade daemon: mgr.smithi019.xhcxai: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi019.xhcxai ... 2023-10-08T03:20:00.911 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:20:00 smithi019 ceph-mon[108350]: Non-zero exit code 1 from systemctl daemon-reload 2023-10-08T03:20:00.911 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:20:00 smithi019 ceph-mon[108350]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-10-08T03:20:00.911 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:20:00 smithi019 ceph-mon[108350]: Traceback (most recent call last): 2023-10-08T03:20:00.912 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:20:00 smithi019 ceph-mon[108350]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-08T03:20:00.912 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:20:00 smithi019 ceph-mon[108350]: "__main__", mod_spec) 2023-10-08T03:20:00.912 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:20:00 smithi019 ceph-mon[108350]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-08T03:20:00.912 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:20:00 smithi019 ceph-mon[108350]: exec(code, run_globals) 2023-10-08T03:20:00.912 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:20:00 smithi019 ceph-mon[108350]: File "/tmp/tmpidkm1zt3.cephadm.build/__main__.py", line 7655, in 2023-10-08T03:20:00.912 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:20:00 smithi019 ceph-mon[108350]: File "/tmp/tmpidkm1zt3.cephadm.build/__main__.py", line 7643, in main 2023-10-08T03:20:00.912 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:20:00 smithi019 ceph-mon[108350]: File "/tmp/tmpidkm1zt3.cephadm.build/__main__.py", line 5093, in command_deploy_from 2023-10-08T03:20:00.912 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:20:00 smithi019 ceph-mon[108350]: File "/tmp/tmpidkm1zt3.cephadm.build/__main__.py", line 5111, in _common_deploy 2023-10-08T03:20:00.912 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:20:00 smithi019 ceph-mon[108350]: File "/tmp/tmpidkm1zt3.cephadm.build/__main__.py", line 5148, in _dispatch_deploy 2023-10-08T03:20:00.912 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:20:00 smithi019 ceph-mon[108350]: File "/tmp/tmpidkm1zt3.cephadm.build/__main__.py", line 2799, in deploy_daemon 2023-10-08T03:20:00.912 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:20:00 smithi019 ceph-mon[108350]: File "/tmp/tmpidkm1zt3.cephadm.build/__main__.py", line 3032, in deploy_daemon_units 2023-10-08T03:20:00.912 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:20:00 smithi019 ceph-mon[108350]: File "/tmp/tmpidkm1zt3.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-10-08T03:20:00.913 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:20:00 smithi019 ceph-mon[108350]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-10-08T03:20:01.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:20:00 smithi046 ceph-mon[111227]: pgmap v194: 97 pgs: 97 active+clean; 354 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.1 MiB/s wr, 291 op/s 2023-10-08T03:20:01.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:20:00 smithi046 ceph-mon[111227]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi019.xhcxai on host smithi019 failed. 2023-10-08T03:20:01.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:20:00 smithi046 ceph-mon[111227]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi019.xhcxai on host smithi019 failed. 2023-10-08T03:20:01.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:20:00 smithi046 ceph-mon[111227]: Upgrade daemon: mgr.smithi019.xhcxai: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi019.xhcxai ... 2023-10-08T03:20:01.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:20:00 smithi046 ceph-mon[111227]: Non-zero exit code 1 from systemctl daemon-reload 2023-10-08T03:20:01.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:20:00 smithi046 ceph-mon[111227]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-10-08T03:20:01.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:20:00 smithi046 ceph-mon[111227]: Traceback (most recent call last): 2023-10-08T03:20:01.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:20:00 smithi046 ceph-mon[111227]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-08T03:20:01.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:20:00 smithi046 ceph-mon[111227]: "__main__", mod_spec) 2023-10-08T03:20:01.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:20:00 smithi046 ceph-mon[111227]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-08T03:20:01.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:20:00 smithi046 ceph-mon[111227]: exec(code, run_globals) 2023-10-08T03:20:01.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:20:00 smithi046 ceph-mon[111227]: File "/tmp/tmpidkm1zt3.cephadm.build/__main__.py", line 7655, in 2023-10-08T03:20:01.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:20:00 smithi046 ceph-mon[111227]: File "/tmp/tmpidkm1zt3.cephadm.build/__main__.py", line 7643, in main 2023-10-08T03:20:01.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:20:00 smithi046 ceph-mon[111227]: File "/tmp/tmpidkm1zt3.cephadm.build/__main__.py", line 5093, in command_deploy_from 2023-10-08T03:20:01.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:20:00 smithi046 ceph-mon[111227]: File "/tmp/tmpidkm1zt3.cephadm.build/__main__.py", line 5111, in _common_deploy 2023-10-08T03:20:01.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:20:00 smithi046 ceph-mon[111227]: File "/tmp/tmpidkm1zt3.cephadm.build/__main__.py", line 5148, in _dispatch_deploy 2023-10-08T03:20:01.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:20:00 smithi046 ceph-mon[111227]: File "/tmp/tmpidkm1zt3.cephadm.build/__main__.py", line 2799, in deploy_daemon 2023-10-08T03:20:01.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:20:00 smithi046 ceph-mon[111227]: File "/tmp/tmpidkm1zt3.cephadm.build/__main__.py", line 3032, in deploy_daemon_units 2023-10-08T03:20:01.128 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:20:00 smithi046 ceph-mon[111227]: File "/tmp/tmpidkm1zt3.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-10-08T03:20:01.128 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:20:00 smithi046 ceph-mon[111227]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-10-08T03:20:01.501 INFO:teuthology.orchestra.run.smithi019.stdout: 5 133442 7.78 MB/sec execute 346 sec latency 123.917 ms 2023-10-08T03:20:02.502 INFO:teuthology.orchestra.run.smithi019.stdout: 5 133777 7.79 MB/sec execute 347 sec latency 129.840 ms 2023-10-08T03:20:02.959 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:20:02 smithi019 ceph-mon[108350]: pgmap v195: 97 pgs: 97 active+clean; 350 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.5 MiB/s wr, 439 op/s 2023-10-08T03:20:03.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:20:02 smithi046 ceph-mon[111227]: pgmap v195: 97 pgs: 97 active+clean; 350 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.5 MiB/s wr, 439 op/s 2023-10-08T03:20:03.502 INFO:teuthology.orchestra.run.smithi019.stdout: 5 134104 7.79 MB/sec execute 348 sec latency 92.922 ms 2023-10-08T03:20:04.502 INFO:teuthology.orchestra.run.smithi019.stdout: 5 134388 7.78 MB/sec execute 349 sec latency 129.631 ms 2023-10-08T03:20:04.971 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:20:04 smithi019 ceph-mon[108350]: pgmap v196: 97 pgs: 97 active+clean; 350 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.0 MiB/s wr, 294 op/s 2023-10-08T03:20:05.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:20:04 smithi046 ceph-mon[111227]: pgmap v196: 97 pgs: 97 active+clean; 350 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.0 MiB/s wr, 294 op/s 2023-10-08T03:20:05.502 INFO:teuthology.orchestra.run.smithi019.stdout: 5 134764 7.79 MB/sec execute 350 sec latency 133.044 ms 2023-10-08T03:20:06.504 INFO:teuthology.orchestra.run.smithi019.stdout: 5 135001 7.78 MB/sec execute 351 sec latency 127.253 ms 2023-10-08T03:20:06.772 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:20:06 smithi019 ceph-mon[108350]: pgmap v197: 97 pgs: 97 active+clean; 352 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.9 MiB/s wr, 477 op/s 2023-10-08T03:20:07.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:20:06 smithi046 ceph-mon[111227]: pgmap v197: 97 pgs: 97 active+clean; 352 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.9 MiB/s wr, 477 op/s 2023-10-08T03:20:07.503 INFO:teuthology.orchestra.run.smithi019.stdout: 5 135247 7.78 MB/sec execute 352 sec latency 129.314 ms 2023-10-08T03:20:08.504 INFO:teuthology.orchestra.run.smithi019.stdout: 5 135626 7.80 MB/sec execute 353 sec latency 126.956 ms 2023-10-08T03:20:08.793 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:20:08 smithi019 ceph-mon[108350]: pgmap v198: 97 pgs: 97 active+clean; 352 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.3 MiB/s wr, 330 op/s 2023-10-08T03:20:08.793 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:20:08 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:20:09.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:20:08 smithi046 ceph-mon[111227]: pgmap v198: 97 pgs: 97 active+clean; 352 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.3 MiB/s wr, 330 op/s 2023-10-08T03:20:09.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:20:08 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:20:09.510 INFO:teuthology.orchestra.run.smithi019.stdout: 5 135952 7.79 MB/sec execute 354 sec latency 108.440 ms 2023-10-08T03:20:10.510 INFO:teuthology.orchestra.run.smithi019.stdout: 5 136274 7.79 MB/sec execute 355 sec latency 132.168 ms 2023-10-08T03:20:10.815 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:20:10 smithi019 ceph-mon[108350]: pgmap v199: 97 pgs: 97 active+clean; 352 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.3 MiB/s wr, 330 op/s 2023-10-08T03:20:11.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:20:10 smithi046 ceph-mon[111227]: pgmap v199: 97 pgs: 97 active+clean; 352 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.3 MiB/s wr, 330 op/s 2023-10-08T03:20:11.510 INFO:teuthology.orchestra.run.smithi019.stdout: 5 136528 7.78 MB/sec execute 356 sec latency 123.575 ms 2023-10-08T03:20:12.510 INFO:teuthology.orchestra.run.smithi019.stdout: 5 136819 7.79 MB/sec execute 357 sec latency 129.800 ms 2023-10-08T03:20:12.886 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:20:12 smithi019 ceph-mon[108350]: pgmap v200: 97 pgs: 97 active+clean; 355 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.2 MiB/s wr, 524 op/s 2023-10-08T03:20:13.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:20:12 smithi046 ceph-mon[111227]: pgmap v200: 97 pgs: 97 active+clean; 355 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.2 MiB/s wr, 524 op/s 2023-10-08T03:20:13.510 INFO:teuthology.orchestra.run.smithi019.stdout: 5 137150 7.79 MB/sec execute 358 sec latency 120.823 ms 2023-10-08T03:20:14.510 INFO:teuthology.orchestra.run.smithi019.stdout: 5 137452 7.80 MB/sec execute 359 sec latency 132.787 ms 2023-10-08T03:20:14.919 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:20:14 smithi019 ceph-mon[108350]: pgmap v201: 97 pgs: 97 active+clean; 355 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.8 MiB/s wr, 376 op/s 2023-10-08T03:20:15.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:20:14 smithi046 ceph-mon[111227]: pgmap v201: 97 pgs: 97 active+clean; 355 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.8 MiB/s wr, 376 op/s 2023-10-08T03:20:15.510 INFO:teuthology.orchestra.run.smithi019.stdout: 5 137693 7.80 MB/sec execute 360 sec latency 149.248 ms 2023-10-08T03:20:16.510 INFO:teuthology.orchestra.run.smithi019.stdout: 5 137990 7.79 MB/sec execute 361 sec latency 89.452 ms 2023-10-08T03:20:16.955 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:20:16 smithi019 ceph-mon[108350]: pgmap v202: 97 pgs: 97 active+clean; 349 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.7 MiB/s wr, 558 op/s 2023-10-08T03:20:17.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:20:16 smithi046 ceph-mon[111227]: pgmap v202: 97 pgs: 97 active+clean; 349 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.7 MiB/s wr, 558 op/s 2023-10-08T03:20:17.518 INFO:teuthology.orchestra.run.smithi019.stdout: 5 138282 7.78 MB/sec execute 362 sec latency 128.213 ms 2023-10-08T03:20:18.518 INFO:teuthology.orchestra.run.smithi019.stdout: 5 138489 7.78 MB/sec execute 363 sec latency 129.155 ms 2023-10-08T03:20:19.000 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:20:18 smithi019 ceph-mon[108350]: pgmap v203: 97 pgs: 97 active+clean; 349 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.8 MiB/s wr, 375 op/s 2023-10-08T03:20:19.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:20:18 smithi046 ceph-mon[111227]: pgmap v203: 97 pgs: 97 active+clean; 349 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.8 MiB/s wr, 375 op/s 2023-10-08T03:20:19.518 INFO:teuthology.orchestra.run.smithi019.stdout: 5 138773 7.79 MB/sec execute 364 sec latency 129.096 ms 2023-10-08T03:20:20.518 INFO:teuthology.orchestra.run.smithi019.stdout: 5 139111 7.79 MB/sec execute 365 sec latency 137.006 ms 2023-10-08T03:20:20.786 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:20:20 smithi019 ceph-mon[108350]: pgmap v204: 97 pgs: 97 active+clean; 349 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.8 MiB/s wr, 375 op/s 2023-10-08T03:20:21.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:20:20 smithi046 ceph-mon[111227]: pgmap v204: 97 pgs: 97 active+clean; 349 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.8 MiB/s wr, 375 op/s 2023-10-08T03:20:21.518 INFO:teuthology.orchestra.run.smithi019.stdout: 5 139458 7.79 MB/sec execute 366 sec latency 133.862 ms 2023-10-08T03:20:22.518 INFO:teuthology.orchestra.run.smithi019.stdout: 5 139677 7.78 MB/sec execute 367 sec latency 129.590 ms 2023-10-08T03:20:22.811 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:20:22 smithi019 ceph-mon[108350]: pgmap v205: 97 pgs: 97 active+clean; 351 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.5 MiB/s wr, 546 op/s 2023-10-08T03:20:23.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:20:22 smithi046 ceph-mon[111227]: pgmap v205: 97 pgs: 97 active+clean; 351 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.5 MiB/s wr, 546 op/s 2023-10-08T03:20:23.518 INFO:teuthology.orchestra.run.smithi019.stdout: 5 139949 7.80 MB/sec execute 368 sec latency 126.078 ms 2023-10-08T03:20:23.819 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:20:23 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:20:24.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:20:23 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:20:24.522 INFO:teuthology.orchestra.run.smithi019.stdout: 5 140284 7.80 MB/sec execute 370 sec latency 130.983 ms 2023-10-08T03:20:24.852 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:20:24 smithi019 ceph-mon[108350]: pgmap v206: 97 pgs: 97 active+clean; 351 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.5 MiB/s wr, 352 op/s 2023-10-08T03:20:25.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:20:24 smithi046 ceph-mon[111227]: pgmap v206: 97 pgs: 97 active+clean; 351 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.5 MiB/s wr, 352 op/s 2023-10-08T03:20:25.522 INFO:teuthology.orchestra.run.smithi019.stdout: 5 140618 7.80 MB/sec execute 371 sec latency 130.722 ms 2023-10-08T03:20:26.522 INFO:teuthology.orchestra.run.smithi019.stdout: 5 140817 7.79 MB/sec execute 372 sec latency 143.134 ms 2023-10-08T03:20:26.924 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:20:26 smithi019 ceph-mon[108350]: pgmap v207: 97 pgs: 97 active+clean; 356 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.5 MiB/s wr, 524 op/s 2023-10-08T03:20:27.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:20:26 smithi046 ceph-mon[111227]: pgmap v207: 97 pgs: 97 active+clean; 356 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.5 MiB/s wr, 524 op/s 2023-10-08T03:20:27.522 INFO:teuthology.orchestra.run.smithi019.stdout: 5 141031 7.79 MB/sec execute 373 sec latency 140.326 ms 2023-10-08T03:20:28.522 INFO:teuthology.orchestra.run.smithi019.stdout: 5 141274 7.78 MB/sec execute 374 sec latency 135.951 ms 2023-10-08T03:20:28.948 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:20:28 smithi019 ceph-mon[108350]: pgmap v208: 97 pgs: 97 active+clean; 356 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 342 op/s 2023-10-08T03:20:29.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:20:28 smithi046 ceph-mon[111227]: pgmap v208: 97 pgs: 97 active+clean; 356 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 342 op/s 2023-10-08T03:20:29.522 INFO:teuthology.orchestra.run.smithi019.stdout: 5 141556 7.78 MB/sec execute 375 sec latency 127.844 ms 2023-10-08T03:20:30.522 INFO:teuthology.orchestra.run.smithi019.stdout: 5 141759 7.77 MB/sec execute 376 sec latency 134.506 ms 2023-10-08T03:20:31.019 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:20:30 smithi019 ceph-mon[108350]: pgmap v209: 97 pgs: 97 active+clean; 356 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 342 op/s 2023-10-08T03:20:31.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:20:30 smithi046 ceph-mon[111227]: pgmap v209: 97 pgs: 97 active+clean; 356 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 342 op/s 2023-10-08T03:20:31.532 INFO:teuthology.orchestra.run.smithi019.stdout: 5 141913 7.76 MB/sec execute 377 sec latency 144.898 ms 2023-10-08T03:20:32.532 INFO:teuthology.orchestra.run.smithi019.stdout: 5 142212 7.76 MB/sec execute 378 sec latency 131.242 ms 2023-10-08T03:20:33.056 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:20:32 smithi019 ceph-mon[108350]: pgmap v210: 97 pgs: 97 active+clean; 354 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.0 MiB/s wr, 495 op/s 2023-10-08T03:20:33.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:20:32 smithi046 ceph-mon[111227]: pgmap v210: 97 pgs: 97 active+clean; 354 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.0 MiB/s wr, 495 op/s 2023-10-08T03:20:33.533 INFO:teuthology.orchestra.run.smithi019.stdout: 5 142541 7.76 MB/sec execute 379 sec latency 129.738 ms 2023-10-08T03:20:34.542 INFO:teuthology.orchestra.run.smithi019.stdout: 5 142891 7.77 MB/sec execute 380 sec latency 121.171 ms 2023-10-08T03:20:34.835 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:20:34 smithi019 ceph-mon[108350]: pgmap v211: 97 pgs: 97 active+clean; 354 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 325 op/s 2023-10-08T03:20:35.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:20:34 smithi046 ceph-mon[111227]: pgmap v211: 97 pgs: 97 active+clean; 354 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 325 op/s 2023-10-08T03:20:35.551 INFO:teuthology.orchestra.run.smithi019.stdout: 5 143193 7.77 MB/sec execute 381 sec latency 127.064 ms 2023-10-08T03:20:36.551 INFO:teuthology.orchestra.run.smithi019.stdout: 5 143463 7.77 MB/sec execute 382 sec latency 128.102 ms 2023-10-08T03:20:36.866 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:20:36 smithi019 ceph-mon[108350]: pgmap v212: 97 pgs: 97 active+clean; 355 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-10-08T03:20:37.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:20:36 smithi046 ceph-mon[111227]: pgmap v212: 97 pgs: 97 active+clean; 355 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-10-08T03:20:37.551 INFO:teuthology.orchestra.run.smithi019.stdout: 5 143742 7.77 MB/sec execute 383 sec latency 167.723 ms 2023-10-08T03:20:38.551 INFO:teuthology.orchestra.run.smithi019.stdout: 5 144063 7.78 MB/sec execute 384 sec latency 126.854 ms 2023-10-08T03:20:38.911 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:20:38 smithi019 ceph-mon[108350]: pgmap v213: 97 pgs: 97 active+clean; 355 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 318 op/s 2023-10-08T03:20:38.911 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:20:38 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:20:39.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:20:38 smithi046 ceph-mon[111227]: pgmap v213: 97 pgs: 97 active+clean; 355 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 318 op/s 2023-10-08T03:20:39.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:20:38 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:20:39.551 INFO:teuthology.orchestra.run.smithi019.stdout: 5 144322 7.78 MB/sec execute 385 sec latency 132.320 ms 2023-10-08T03:20:40.556 INFO:teuthology.orchestra.run.smithi019.stdout: 5 144533 7.78 MB/sec execute 386 sec latency 143.595 ms 2023-10-08T03:20:40.978 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:20:40 smithi019 ceph-mon[108350]: pgmap v214: 97 pgs: 97 active+clean; 355 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 318 op/s 2023-10-08T03:20:41.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:20:40 smithi046 ceph-mon[111227]: pgmap v214: 97 pgs: 97 active+clean; 355 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 318 op/s 2023-10-08T03:20:41.560 INFO:teuthology.orchestra.run.smithi019.stdout: 5 144713 7.76 MB/sec execute 387 sec latency 136.039 ms 2023-10-08T03:20:42.560 INFO:teuthology.orchestra.run.smithi019.stdout: 5 144954 7.75 MB/sec execute 388 sec latency 121.012 ms 2023-10-08T03:20:43.050 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:20:42 smithi019 ceph-mon[108350]: pgmap v215: 97 pgs: 97 active+clean; 360 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.9 MiB/s wr, 492 op/s 2023-10-08T03:20:43.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:20:42 smithi046 ceph-mon[111227]: pgmap v215: 97 pgs: 97 active+clean; 360 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.9 MiB/s wr, 492 op/s 2023-10-08T03:20:43.566 INFO:teuthology.orchestra.run.smithi019.stdout: 5 145168 7.75 MB/sec execute 389 sec latency 137.670 ms 2023-10-08T03:20:44.566 INFO:teuthology.orchestra.run.smithi019.stdout: 5 145335 7.74 MB/sec execute 390 sec latency 130.593 ms 2023-10-08T03:20:44.897 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:20:44 smithi019 ceph-mon[108350]: pgmap v216: 97 pgs: 97 active+clean; 360 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.5 MiB/s wr, 338 op/s 2023-10-08T03:20:45.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:20:44 smithi046 ceph-mon[111227]: pgmap v216: 97 pgs: 97 active+clean; 360 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.5 MiB/s wr, 338 op/s 2023-10-08T03:20:45.566 INFO:teuthology.orchestra.run.smithi019.stdout: 5 145580 7.73 MB/sec execute 391 sec latency 110.774 ms 2023-10-08T03:20:46.566 INFO:teuthology.orchestra.run.smithi019.stdout: 5 145852 7.74 MB/sec execute 392 sec latency 188.783 ms 2023-10-08T03:20:46.932 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:20:46 smithi019 ceph-mon[108350]: pgmap v217: 97 pgs: 97 active+clean; 361 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.8 MiB/s wr, 469 op/s 2023-10-08T03:20:47.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:20:46 smithi046 ceph-mon[111227]: pgmap v217: 97 pgs: 97 active+clean; 361 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.8 MiB/s wr, 469 op/s 2023-10-08T03:20:47.567 INFO:teuthology.orchestra.run.smithi019.stdout: 5 146065 7.73 MB/sec execute 393 sec latency 105.340 ms 2023-10-08T03:20:48.567 INFO:teuthology.orchestra.run.smithi019.stdout: 5 146341 7.73 MB/sec execute 394 sec latency 137.199 ms 2023-10-08T03:20:48.993 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:20:48 smithi019 ceph-mon[108350]: pgmap v218: 97 pgs: 97 active+clean; 361 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 304 op/s 2023-10-08T03:20:49.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:20:48 smithi046 ceph-mon[111227]: pgmap v218: 97 pgs: 97 active+clean; 361 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 304 op/s 2023-10-08T03:20:49.567 INFO:teuthology.orchestra.run.smithi019.stdout: 5 146570 7.72 MB/sec execute 395 sec latency 201.787 ms 2023-10-08T03:20:50.574 INFO:teuthology.orchestra.run.smithi019.stdout: 5 146844 7.72 MB/sec execute 396 sec latency 136.081 ms 2023-10-08T03:20:51.018 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:20:50 smithi019 ceph-mon[108350]: pgmap v219: 97 pgs: 97 active+clean; 361 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 304 op/s 2023-10-08T03:20:51.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:20:50 smithi046 ceph-mon[111227]: pgmap v219: 97 pgs: 97 active+clean; 361 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 304 op/s 2023-10-08T03:20:51.574 INFO:teuthology.orchestra.run.smithi019.stdout: 5 147201 7.73 MB/sec execute 397 sec latency 189.382 ms 2023-10-08T03:20:52.574 INFO:teuthology.orchestra.run.smithi019.stdout: 5 147511 7.73 MB/sec execute 398 sec latency 126.790 ms 2023-10-08T03:20:53.044 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:20:52 smithi019 ceph-mon[108350]: pgmap v220: 97 pgs: 97 active+clean; 357 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.6 MiB/s wr, 447 op/s 2023-10-08T03:20:53.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:20:52 smithi046 ceph-mon[111227]: pgmap v220: 97 pgs: 97 active+clean; 357 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.6 MiB/s wr, 447 op/s 2023-10-08T03:20:53.574 INFO:teuthology.orchestra.run.smithi019.stdout: 5 147825 7.74 MB/sec execute 399 sec latency 126.762 ms 2023-10-08T03:20:54.057 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:20:53 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:20:54.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:20:53 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:20:54.580 INFO:teuthology.orchestra.run.smithi019.stdout: 5 148156 7.74 MB/sec execute 400 sec latency 131.655 ms 2023-10-08T03:20:55.076 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:20:54 smithi019 ceph-mon[108350]: pgmap v221: 97 pgs: 97 active+clean; 357 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.6 MiB/s wr, 273 op/s 2023-10-08T03:20:55.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:20:54 smithi046 ceph-mon[111227]: pgmap v221: 97 pgs: 97 active+clean; 357 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.6 MiB/s wr, 273 op/s 2023-10-08T03:20:55.582 INFO:teuthology.orchestra.run.smithi019.stdout: 5 148439 7.74 MB/sec execute 401 sec latency 90.699 ms 2023-10-08T03:20:56.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:20:55 smithi019 ceph-mon[108350]: pgmap v222: 97 pgs: 97 active+clean; 363 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.7 MiB/s wr, 460 op/s 2023-10-08T03:20:56.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:20:55 smithi046 ceph-mon[111227]: pgmap v222: 97 pgs: 97 active+clean; 363 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.7 MiB/s wr, 460 op/s 2023-10-08T03:20:56.583 INFO:teuthology.orchestra.run.smithi019.stdout: 5 148717 7.74 MB/sec execute 402 sec latency 124.054 ms 2023-10-08T03:20:57.583 INFO:teuthology.orchestra.run.smithi019.stdout: 5 148948 7.73 MB/sec execute 403 sec latency 146.170 ms 2023-10-08T03:20:58.583 INFO:teuthology.orchestra.run.smithi019.stdout: 5 149215 7.73 MB/sec execute 404 sec latency 214.981 ms 2023-10-08T03:20:58.641 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:20:58 smithi019 ceph-mon[108350]: pgmap v223: 97 pgs: 97 active+clean; 363 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.4 MiB/s wr, 329 op/s 2023-10-08T03:20:58.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:20:58 smithi046 ceph-mon[111227]: pgmap v223: 97 pgs: 97 active+clean; 363 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.4 MiB/s wr, 329 op/s 2023-10-08T03:20:59.583 INFO:teuthology.orchestra.run.smithi019.stdout: 5 149493 7.73 MB/sec execute 405 sec latency 90.786 ms 2023-10-08T03:21:00.591 INFO:teuthology.orchestra.run.smithi019.stdout: 5 149780 7.72 MB/sec execute 406 sec latency 141.678 ms 2023-10-08T03:21:00.672 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:21:00 smithi019 ceph-mon[108350]: pgmap v224: 97 pgs: 97 active+clean; 363 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.4 MiB/s wr, 329 op/s 2023-10-08T03:21:00.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:21:00 smithi046 ceph-mon[111227]: pgmap v224: 97 pgs: 97 active+clean; 363 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.4 MiB/s wr, 329 op/s 2023-10-08T03:21:01.591 INFO:teuthology.orchestra.run.smithi019.stdout: 5 150037 7.72 MB/sec execute 407 sec latency 129.531 ms 2023-10-08T03:21:02.591 INFO:teuthology.orchestra.run.smithi019.stdout: 5 150373 7.72 MB/sec execute 408 sec latency 130.029 ms 2023-10-08T03:21:02.723 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:21:02 smithi019 ceph-mon[108350]: pgmap v225: 97 pgs: 97 active+clean; 356 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 504 op/s 2023-10-08T03:21:02.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:21:02 smithi046 ceph-mon[111227]: pgmap v225: 97 pgs: 97 active+clean; 356 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 504 op/s 2023-10-08T03:21:03.592 INFO:teuthology.orchestra.run.smithi019.stdout: 5 150693 7.73 MB/sec execute 409 sec latency 114.833 ms 2023-10-08T03:21:04.592 INFO:teuthology.orchestra.run.smithi019.stdout: 5 150947 7.73 MB/sec execute 410 sec latency 135.074 ms 2023-10-08T03:21:04.774 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:21:04 smithi019 ceph-mon[108350]: pgmap v226: 97 pgs: 97 active+clean; 356 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.7 MiB/s wr, 361 op/s 2023-10-08T03:21:04.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:21:04 smithi046 ceph-mon[111227]: pgmap v226: 97 pgs: 97 active+clean; 356 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.7 MiB/s wr, 361 op/s 2023-10-08T03:21:05.592 INFO:teuthology.orchestra.run.smithi019.stdout: 5 151180 7.73 MB/sec execute 411 sec latency 139.214 ms 2023-10-08T03:21:06.563 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:21:06 smithi019 ceph-mon[108350]: pgmap v227: 97 pgs: 97 active+clean; 360 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.5 MiB/s wr, 529 op/s 2023-10-08T03:21:06.592 INFO:teuthology.orchestra.run.smithi019.stdout: 5 151389 7.74 MB/sec execute 412 sec latency 164.993 ms 2023-10-08T03:21:06.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:21:06 smithi046 ceph-mon[111227]: pgmap v227: 97 pgs: 97 active+clean; 360 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.5 MiB/s wr, 529 op/s 2023-10-08T03:21:07.592 INFO:teuthology.orchestra.run.smithi019.stdout: 5 151592 7.73 MB/sec execute 413 sec latency 127.725 ms 2023-10-08T03:21:08.592 INFO:teuthology.orchestra.run.smithi019.stdout: 5 151776 7.72 MB/sec execute 414 sec latency 151.448 ms 2023-10-08T03:21:08.615 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:21:08 smithi019 ceph-mon[108350]: pgmap v228: 97 pgs: 97 active+clean; 360 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 342 op/s 2023-10-08T03:21:08.615 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:21:08 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:21:08.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:21:08 smithi046 ceph-mon[111227]: pgmap v228: 97 pgs: 97 active+clean; 360 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 342 op/s 2023-10-08T03:21:08.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:21:08 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:21:09.592 INFO:teuthology.orchestra.run.smithi019.stdout: 5 151986 7.71 MB/sec execute 415 sec latency 140.233 ms 2023-10-08T03:21:10.592 INFO:teuthology.orchestra.run.smithi019.stdout: 5 152126 7.70 MB/sec execute 416 sec latency 121.236 ms 2023-10-08T03:21:10.703 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:21:10 smithi019 ceph-mon[108350]: pgmap v229: 97 pgs: 97 active+clean; 360 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 342 op/s 2023-10-08T03:21:10.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:21:10 smithi046 ceph-mon[111227]: pgmap v229: 97 pgs: 97 active+clean; 360 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 342 op/s 2023-10-08T03:21:11.592 INFO:teuthology.orchestra.run.smithi019.stdout: 5 152378 7.70 MB/sec execute 417 sec latency 135.788 ms 2023-10-08T03:21:12.597 INFO:teuthology.orchestra.run.smithi019.stdout: 5 152661 7.70 MB/sec execute 418 sec latency 133.844 ms 2023-10-08T03:21:12.742 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:21:12 smithi019 ceph-mon[108350]: pgmap v230: 97 pgs: 97 active+clean; 358 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.7 MiB/s wr, 467 op/s 2023-10-08T03:21:12.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:21:12 smithi046 ceph-mon[111227]: pgmap v230: 97 pgs: 97 active+clean; 358 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.7 MiB/s wr, 467 op/s 2023-10-08T03:21:13.597 INFO:teuthology.orchestra.run.smithi019.stdout: 5 152977 7.69 MB/sec execute 419 sec latency 130.145 ms 2023-10-08T03:21:14.598 INFO:teuthology.orchestra.run.smithi019.stdout: 5 153329 7.69 MB/sec execute 420 sec latency 139.849 ms 2023-10-08T03:21:14.799 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:21:14 smithi019 ceph-mon[108350]: pgmap v231: 97 pgs: 97 active+clean; 358 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.2 MiB/s wr, 292 op/s 2023-10-08T03:21:14.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:21:14 smithi046 ceph-mon[111227]: pgmap v231: 97 pgs: 97 active+clean; 358 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.2 MiB/s wr, 292 op/s 2023-10-08T03:21:15.598 INFO:teuthology.orchestra.run.smithi019.stdout: 5 153599 7.69 MB/sec execute 421 sec latency 132.487 ms 2023-10-08T03:21:16.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:21:16 smithi019 ceph-mon[108350]: pgmap v232: 97 pgs: 97 active+clean; 354 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.5 MiB/s wr, 461 op/s 2023-10-08T03:21:16.605 INFO:teuthology.orchestra.run.smithi019.stdout: 5 153875 7.70 MB/sec execute 422 sec latency 126.298 ms 2023-10-08T03:21:16.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:21:16 smithi046 ceph-mon[111227]: pgmap v232: 97 pgs: 97 active+clean; 354 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.5 MiB/s wr, 461 op/s 2023-10-08T03:21:17.605 INFO:teuthology.orchestra.run.smithi019.stdout: 5 154244 7.70 MB/sec execute 423 sec latency 142.308 ms 2023-10-08T03:21:18.605 INFO:teuthology.orchestra.run.smithi019.stdout: 5 154556 7.71 MB/sec execute 424 sec latency 126.966 ms 2023-10-08T03:21:18.614 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:21:18 smithi019 ceph-mon[108350]: pgmap v233: 97 pgs: 97 active+clean; 354 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.7 MiB/s wr, 293 op/s 2023-10-08T03:21:18.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:21:18 smithi046 ceph-mon[111227]: pgmap v233: 97 pgs: 97 active+clean; 354 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.7 MiB/s wr, 293 op/s 2023-10-08T03:21:19.605 INFO:teuthology.orchestra.run.smithi019.stdout: 5 154785 7.71 MB/sec execute 425 sec latency 135.703 ms 2023-10-08T03:21:20.612 INFO:teuthology.orchestra.run.smithi019.stdout: 5 154972 7.71 MB/sec execute 426 sec latency 133.257 ms 2023-10-08T03:21:20.645 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:21:20 smithi019 ceph-mon[108350]: pgmap v234: 97 pgs: 97 active+clean; 354 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.7 MiB/s wr, 293 op/s 2023-10-08T03:21:20.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:21:20 smithi046 ceph-mon[111227]: pgmap v234: 97 pgs: 97 active+clean; 354 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.7 MiB/s wr, 293 op/s 2023-10-08T03:21:21.612 INFO:teuthology.orchestra.run.smithi019.stdout: 5 155245 7.70 MB/sec execute 427 sec latency 123.853 ms 2023-10-08T03:21:22.612 INFO:teuthology.orchestra.run.smithi019.stdout: 5 155518 7.70 MB/sec execute 428 sec latency 137.790 ms 2023-10-08T03:21:22.710 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:21:22 smithi019 ceph-mon[108350]: pgmap v235: 97 pgs: 97 active+clean; 360 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.8 MiB/s wr, 468 op/s 2023-10-08T03:21:22.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:21:22 smithi046 ceph-mon[111227]: pgmap v235: 97 pgs: 97 active+clean; 360 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.8 MiB/s wr, 468 op/s 2023-10-08T03:21:23.612 INFO:teuthology.orchestra.run.smithi019.stdout: 5 155723 7.69 MB/sec execute 429 sec latency 144.093 ms 2023-10-08T03:21:23.743 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:21:23 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:21:23.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:21:23 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:21:24.612 INFO:teuthology.orchestra.run.smithi019.stdout: 5 155941 7.69 MB/sec execute 430 sec latency 96.663 ms 2023-10-08T03:21:24.760 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:21:24 smithi019 ceph-mon[108350]: pgmap v236: 97 pgs: 97 active+clean; 360 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.5 MiB/s wr, 344 op/s 2023-10-08T03:21:25.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:21:24 smithi046 ceph-mon[111227]: pgmap v236: 97 pgs: 97 active+clean; 360 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.5 MiB/s wr, 344 op/s 2023-10-08T03:21:25.612 INFO:teuthology.orchestra.run.smithi019.stdout: 5 156138 7.68 MB/sec execute 431 sec latency 137.790 ms 2023-10-08T03:21:26.613 INFO:teuthology.orchestra.run.smithi019.stdout: 5 156446 7.68 MB/sec execute 432 sec latency 139.659 ms 2023-10-08T03:21:26.801 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:21:26 smithi019 ceph-mon[108350]: pgmap v237: 97 pgs: 97 active+clean; 359 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 493 op/s 2023-10-08T03:21:27.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:21:26 smithi046 ceph-mon[111227]: pgmap v237: 97 pgs: 97 active+clean; 359 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 493 op/s 2023-10-08T03:21:27.613 INFO:teuthology.orchestra.run.smithi019.stdout: 5 156709 7.67 MB/sec execute 433 sec latency 132.595 ms 2023-10-08T03:21:28.613 INFO:teuthology.orchestra.run.smithi019.stdout: 5 156937 7.66 MB/sec execute 434 sec latency 121.061 ms 2023-10-08T03:21:28.868 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:21:28 smithi019 ceph-mon[108350]: pgmap v238: 97 pgs: 97 active+clean; 359 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 324 op/s 2023-10-08T03:21:29.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:21:28 smithi046 ceph-mon[111227]: pgmap v238: 97 pgs: 97 active+clean; 359 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 324 op/s 2023-10-08T03:21:29.613 INFO:teuthology.orchestra.run.smithi019.stdout: 5 157208 7.67 MB/sec execute 435 sec latency 153.388 ms 2023-10-08T03:21:30.623 INFO:teuthology.orchestra.run.smithi019.stdout: 5 157404 7.67 MB/sec execute 436 sec latency 140.510 ms 2023-10-08T03:21:30.689 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:21:30 smithi019 ceph-mon[108350]: pgmap v239: 97 pgs: 97 active+clean; 359 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 324 op/s 2023-10-08T03:21:31.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:21:30 smithi046 ceph-mon[111227]: pgmap v239: 97 pgs: 97 active+clean; 359 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 324 op/s 2023-10-08T03:21:31.628 INFO:teuthology.orchestra.run.smithi019.stdout: 5 157689 7.68 MB/sec execute 437 sec latency 206.477 ms 2023-10-08T03:21:32.632 INFO:teuthology.orchestra.run.smithi019.stdout: 5 157934 7.67 MB/sec execute 438 sec latency 138.599 ms 2023-10-08T03:21:32.736 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:21:32 smithi019 ceph-mon[108350]: pgmap v240: 97 pgs: 97 active+clean; 350 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.9 MiB/s wr, 475 op/s 2023-10-08T03:21:33.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:21:32 smithi046 ceph-mon[111227]: pgmap v240: 97 pgs: 97 active+clean; 350 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.9 MiB/s wr, 475 op/s 2023-10-08T03:21:33.635 INFO:teuthology.orchestra.run.smithi019.stdout: 5 158234 7.68 MB/sec execute 439 sec latency 159.350 ms 2023-10-08T03:21:34.641 INFO:teuthology.orchestra.run.smithi019.stdout: 5 158420 7.67 MB/sec execute 440 sec latency 149.638 ms 2023-10-08T03:21:34.781 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:21:34 smithi019 ceph-mon[108350]: pgmap v241: 97 pgs: 97 active+clean; 350 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 2.8 MiB/s wr, 299 op/s 2023-10-08T03:21:35.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:21:34 smithi046 ceph-mon[111227]: pgmap v241: 97 pgs: 97 active+clean; 350 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 2.8 MiB/s wr, 299 op/s 2023-10-08T03:21:35.645 INFO:teuthology.orchestra.run.smithi019.stdout: 5 158637 7.66 MB/sec execute 441 sec latency 126.711 ms 2023-10-08T03:21:36.645 INFO:teuthology.orchestra.run.smithi019.stdout: 5 158983 7.66 MB/sec execute 442 sec latency 130.068 ms 2023-10-08T03:21:36.821 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:21:36 smithi019 ceph-mon[108350]: pgmap v242: 97 pgs: 97 active+clean; 358 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.6 MiB/s wr, 443 op/s 2023-10-08T03:21:37.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:21:36 smithi046 ceph-mon[111227]: pgmap v242: 97 pgs: 97 active+clean; 358 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.6 MiB/s wr, 443 op/s 2023-10-08T03:21:37.645 INFO:teuthology.orchestra.run.smithi019.stdout: 5 159254 7.66 MB/sec execute 443 sec latency 133.886 ms 2023-10-08T03:21:38.645 INFO:teuthology.orchestra.run.smithi019.stdout: 5 159534 7.66 MB/sec execute 444 sec latency 167.638 ms 2023-10-08T03:21:38.852 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:21:38 smithi019 ceph-mon[108350]: pgmap v243: 97 pgs: 97 active+clean; 358 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 4.3 KiB/s rd, 3.1 MiB/s wr, 293 op/s 2023-10-08T03:21:38.852 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:21:38 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:21:39.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:21:38 smithi046 ceph-mon[111227]: pgmap v243: 97 pgs: 97 active+clean; 358 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 4.3 KiB/s rd, 3.1 MiB/s wr, 293 op/s 2023-10-08T03:21:39.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:21:38 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:21:39.645 INFO:teuthology.orchestra.run.smithi019.stdout: 5 159853 7.66 MB/sec execute 445 sec latency 135.038 ms 2023-10-08T03:21:40.645 INFO:teuthology.orchestra.run.smithi019.stdout: 5 160220 7.65 MB/sec execute 446 sec latency 123.827 ms 2023-10-08T03:21:40.884 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:21:40 smithi019 ceph-mon[108350]: pgmap v244: 97 pgs: 97 active+clean; 358 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 4.3 KiB/s rd, 3.1 MiB/s wr, 293 op/s 2023-10-08T03:21:41.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:21:40 smithi046 ceph-mon[111227]: pgmap v244: 97 pgs: 97 active+clean; 358 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 4.3 KiB/s rd, 3.1 MiB/s wr, 293 op/s 2023-10-08T03:21:41.654 INFO:teuthology.orchestra.run.smithi019.stdout: 5 160439 7.65 MB/sec execute 447 sec latency 134.303 ms 2023-10-08T03:21:42.664 INFO:teuthology.orchestra.run.smithi019.stdout: 5 160760 7.66 MB/sec execute 448 sec latency 126.659 ms 2023-10-08T03:21:42.921 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:21:42 smithi019 ceph-mon[108350]: pgmap v245: 97 pgs: 97 active+clean; 351 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.6 MiB/s wr, 476 op/s 2023-10-08T03:21:43.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:21:42 smithi046 ceph-mon[111227]: pgmap v245: 97 pgs: 97 active+clean; 351 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.6 MiB/s wr, 476 op/s 2023-10-08T03:21:43.664 INFO:teuthology.orchestra.run.smithi019.stdout: 5 160999 7.67 MB/sec execute 449 sec latency 125.461 ms 2023-10-08T03:21:44.673 INFO:teuthology.orchestra.run.smithi019.stdout: 5 161261 7.67 MB/sec execute 450 sec latency 120.424 ms 2023-10-08T03:21:44.964 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:21:44 smithi019 ceph-mon[108350]: pgmap v246: 97 pgs: 97 active+clean; 351 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.3 MiB/s wr, 326 op/s 2023-10-08T03:21:45.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:21:44 smithi046 ceph-mon[111227]: pgmap v246: 97 pgs: 97 active+clean; 351 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.3 MiB/s wr, 326 op/s 2023-10-08T03:21:45.673 INFO:teuthology.orchestra.run.smithi019.stdout: 5 161489 7.67 MB/sec execute 451 sec latency 143.352 ms 2023-10-08T03:21:46.673 INFO:teuthology.orchestra.run.smithi019.stdout: 5 161673 7.66 MB/sec execute 452 sec latency 131.310 ms 2023-10-08T03:21:46.740 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:21:46 smithi019 ceph-mon[108350]: pgmap v247: 97 pgs: 97 active+clean; 357 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.1 MiB/s wr, 489 op/s 2023-10-08T03:21:47.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:21:46 smithi046 ceph-mon[111227]: pgmap v247: 97 pgs: 97 active+clean; 357 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.1 MiB/s wr, 489 op/s 2023-10-08T03:21:47.673 INFO:teuthology.orchestra.run.smithi019.stdout: 5 161878 7.65 MB/sec execute 453 sec latency 143.257 ms 2023-10-08T03:21:48.673 INFO:teuthology.orchestra.run.smithi019.stdout: 5 162051 7.64 MB/sec execute 454 sec latency 132.037 ms 2023-10-08T03:21:48.774 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:21:48 smithi019 ceph-mon[108350]: pgmap v248: 97 pgs: 97 active+clean; 357 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 345 op/s 2023-10-08T03:21:49.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:21:48 smithi046 ceph-mon[111227]: pgmap v248: 97 pgs: 97 active+clean; 357 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 345 op/s 2023-10-08T03:21:49.674 INFO:teuthology.orchestra.run.smithi019.stdout: 5 162271 7.64 MB/sec execute 455 sec latency 143.714 ms 2023-10-08T03:21:50.673 INFO:teuthology.orchestra.run.smithi019.stdout: 5 162462 7.63 MB/sec execute 456 sec latency 143.346 ms 2023-10-08T03:21:50.824 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:21:50 smithi019 ceph-mon[108350]: pgmap v249: 97 pgs: 97 active+clean; 357 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 345 op/s 2023-10-08T03:21:51.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:21:50 smithi046 ceph-mon[111227]: pgmap v249: 97 pgs: 97 active+clean; 357 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 345 op/s 2023-10-08T03:21:51.673 INFO:teuthology.orchestra.run.smithi019.stdout: 5 162723 7.63 MB/sec execute 457 sec latency 132.594 ms 2023-10-08T03:21:52.673 INFO:teuthology.orchestra.run.smithi019.stdout: 5 162949 7.62 MB/sec execute 458 sec latency 142.050 ms 2023-10-08T03:21:52.981 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:21:52 smithi019 ceph-mon[108350]: pgmap v250: 97 pgs: 97 active+clean; 358 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.7 MiB/s wr, 472 op/s 2023-10-08T03:21:53.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:21:52 smithi046 ceph-mon[111227]: pgmap v250: 97 pgs: 97 active+clean; 358 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.7 MiB/s wr, 472 op/s 2023-10-08T03:21:53.679 INFO:teuthology.orchestra.run.smithi019.stdout: 5 163192 7.62 MB/sec execute 459 sec latency 111.419 ms 2023-10-08T03:21:54.001 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:21:53 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:21:54.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:21:53 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:21:54.676 INFO:teuthology.orchestra.run.smithi019.stdout: 5 163385 7.62 MB/sec execute 460 sec latency 120.514 ms 2023-10-08T03:21:54.774 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:21:54 smithi019 ceph-mon[108350]: pgmap v251: 97 pgs: 97 active+clean; 358 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.2 MiB/s wr, 290 op/s 2023-10-08T03:21:55.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:21:54 smithi046 ceph-mon[111227]: pgmap v251: 97 pgs: 97 active+clean; 358 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.2 MiB/s wr, 290 op/s 2023-10-08T03:21:55.677 INFO:teuthology.orchestra.run.smithi019.stdout: 5 163579 7.61 MB/sec execute 461 sec latency 120.320 ms 2023-10-08T03:21:56.676 INFO:teuthology.orchestra.run.smithi019.stdout: 5 163908 7.61 MB/sec execute 462 sec latency 146.572 ms 2023-10-08T03:21:56.818 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:21:56 smithi019 ceph-mon[108350]: pgmap v252: 97 pgs: 97 active+clean; 351 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.4 MiB/s wr, 430 op/s 2023-10-08T03:21:57.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:21:56 smithi046 ceph-mon[111227]: pgmap v252: 97 pgs: 97 active+clean; 351 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.4 MiB/s wr, 430 op/s 2023-10-08T03:21:57.676 INFO:teuthology.orchestra.run.smithi019.stdout: 5 164091 7.60 MB/sec execute 463 sec latency 130.809 ms 2023-10-08T03:21:58.676 INFO:teuthology.orchestra.run.smithi019.stdout: 5 164276 7.60 MB/sec execute 464 sec latency 129.346 ms 2023-10-08T03:21:58.888 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:21:58 smithi019 ceph-mon[108350]: pgmap v253: 97 pgs: 97 active+clean; 351 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.6 MiB/s wr, 267 op/s 2023-10-08T03:21:59.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:21:58 smithi046 ceph-mon[111227]: pgmap v253: 97 pgs: 97 active+clean; 351 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.6 MiB/s wr, 267 op/s 2023-10-08T03:21:59.677 INFO:teuthology.orchestra.run.smithi019.stdout: 5 164503 7.60 MB/sec execute 465 sec latency 137.542 ms 2023-10-08T03:22:00.676 INFO:teuthology.orchestra.run.smithi019.stdout: 5 164726 7.60 MB/sec execute 466 sec latency 175.230 ms 2023-10-08T03:22:00.950 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:22:00 smithi019 ceph-mon[108350]: pgmap v254: 97 pgs: 97 active+clean; 351 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.6 MiB/s wr, 267 op/s 2023-10-08T03:22:01.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:22:00 smithi046 ceph-mon[111227]: pgmap v254: 97 pgs: 97 active+clean; 351 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.6 MiB/s wr, 267 op/s 2023-10-08T03:22:01.679 INFO:teuthology.orchestra.run.smithi019.stdout: 5 164905 7.60 MB/sec execute 467 sec latency 195.614 ms 2023-10-08T03:22:02.679 INFO:teuthology.orchestra.run.smithi019.stdout: 5 165099 7.60 MB/sec execute 468 sec latency 145.238 ms 2023-10-08T03:22:03.019 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:22:02 smithi019 ceph-mon[108350]: pgmap v255: 97 pgs: 97 active+clean; 355 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.0 MiB/s wr, 401 op/s 2023-10-08T03:22:03.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:22:02 smithi046 ceph-mon[111227]: pgmap v255: 97 pgs: 97 active+clean; 355 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.0 MiB/s wr, 401 op/s 2023-10-08T03:22:03.679 INFO:teuthology.orchestra.run.smithi019.stdout: 5 165304 7.59 MB/sec execute 469 sec latency 122.906 ms 2023-10-08T03:22:04.687 INFO:teuthology.orchestra.run.smithi019.stdout: 5 165482 7.58 MB/sec execute 470 sec latency 129.987 ms 2023-10-08T03:22:04.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:22:04 smithi019 ceph-mon[108350]: pgmap v256: 97 pgs: 97 active+clean; 355 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.7 MiB/s wr, 273 op/s 2023-10-08T03:22:05.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:22:04 smithi046 ceph-mon[111227]: pgmap v256: 97 pgs: 97 active+clean; 355 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.7 MiB/s wr, 273 op/s 2023-10-08T03:22:05.687 INFO:teuthology.orchestra.run.smithi019.stdout: 5 165620 7.57 MB/sec execute 471 sec latency 151.213 ms 2023-10-08T03:22:06.687 INFO:teuthology.orchestra.run.smithi019.stdout: 5 165784 7.56 MB/sec execute 472 sec latency 151.716 ms 2023-10-08T03:22:06.882 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:22:06 smithi019 ceph-mon[108350]: pgmap v257: 97 pgs: 97 active+clean; 359 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.5 KiB/s rd, 3.9 MiB/s wr, 387 op/s 2023-10-08T03:22:07.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:22:06 smithi046 ceph-mon[111227]: pgmap v257: 97 pgs: 97 active+clean; 359 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.5 KiB/s rd, 3.9 MiB/s wr, 387 op/s 2023-10-08T03:22:07.687 INFO:teuthology.orchestra.run.smithi019.stdout: 5 166024 7.57 MB/sec execute 473 sec latency 120.861 ms 2023-10-08T03:22:08.687 INFO:teuthology.orchestra.run.smithi019.stdout: 5 166217 7.55 MB/sec execute 474 sec latency 133.835 ms 2023-10-08T03:22:08.918 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:22:08 smithi019 ceph-mon[108350]: pgmap v258: 97 pgs: 97 active+clean; 359 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 3.9 KiB/s rd, 2.6 MiB/s wr, 248 op/s 2023-10-08T03:22:08.918 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:22:08 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:22:09.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:22:08 smithi046 ceph-mon[111227]: pgmap v258: 97 pgs: 97 active+clean; 359 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 3.9 KiB/s rd, 2.6 MiB/s wr, 248 op/s 2023-10-08T03:22:09.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:22:08 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:22:09.696 INFO:teuthology.orchestra.run.smithi019.stdout: 5 166468 7.55 MB/sec execute 475 sec latency 126.307 ms 2023-10-08T03:22:10.696 INFO:teuthology.orchestra.run.smithi019.stdout: 5 166713 7.55 MB/sec execute 476 sec latency 126.988 ms 2023-10-08T03:22:10.957 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:22:10 smithi019 ceph-mon[108350]: pgmap v259: 97 pgs: 97 active+clean; 359 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 3.9 KiB/s rd, 2.6 MiB/s wr, 248 op/s 2023-10-08T03:22:11.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:22:10 smithi046 ceph-mon[111227]: pgmap v259: 97 pgs: 97 active+clean; 359 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 3.9 KiB/s rd, 2.6 MiB/s wr, 248 op/s 2023-10-08T03:22:11.696 INFO:teuthology.orchestra.run.smithi019.stdout: 5 166874 7.54 MB/sec execute 477 sec latency 118.667 ms 2023-10-08T03:22:12.696 INFO:teuthology.orchestra.run.smithi019.stdout: 5 167178 7.54 MB/sec execute 478 sec latency 102.567 ms 2023-10-08T03:22:13.011 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:22:12 smithi019 ceph-mon[108350]: pgmap v260: 97 pgs: 97 active+clean; 353 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.6 KiB/s rd, 3.8 MiB/s wr, 374 op/s 2023-10-08T03:22:13.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:22:12 smithi046 ceph-mon[111227]: pgmap v260: 97 pgs: 97 active+clean; 353 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.6 KiB/s rd, 3.8 MiB/s wr, 374 op/s 2023-10-08T03:22:13.697 INFO:teuthology.orchestra.run.smithi019.stdout: 5 167436 7.54 MB/sec execute 479 sec latency 131.722 ms 2023-10-08T03:22:14.697 INFO:teuthology.orchestra.run.smithi019.stdout: 5 167682 7.54 MB/sec execute 480 sec latency 127.205 ms 2023-10-08T03:22:15.046 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:22:14 smithi019 ceph-mon[108350]: pgmap v261: 97 pgs: 97 active+clean; 353 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 2.4 MiB/s wr, 240 op/s 2023-10-08T03:22:15.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:22:14 smithi046 ceph-mon[111227]: pgmap v261: 97 pgs: 97 active+clean; 353 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 2.4 MiB/s wr, 240 op/s 2023-10-08T03:22:15.697 INFO:teuthology.orchestra.run.smithi019.stdout: 5 167978 7.54 MB/sec execute 481 sec latency 129.983 ms 2023-10-08T03:22:16.065 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:22:15 smithi019 ceph-mon[108350]: pgmap v262: 97 pgs: 97 active+clean; 359 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.5 KiB/s rd, 3.9 MiB/s wr, 386 op/s 2023-10-08T03:22:16.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:22:15 smithi046 ceph-mon[111227]: pgmap v262: 97 pgs: 97 active+clean; 359 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.5 KiB/s rd, 3.9 MiB/s wr, 386 op/s 2023-10-08T03:22:16.697 INFO:teuthology.orchestra.run.smithi019.stdout: 5 168140 7.54 MB/sec execute 482 sec latency 155.136 ms 2023-10-08T03:22:17.707 INFO:teuthology.orchestra.run.smithi019.stdout: 5 168375 7.54 MB/sec execute 483 sec latency 126.813 ms 2023-10-08T03:22:18.596 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:22:18 smithi019 ceph-mon[108350]: pgmap v263: 97 pgs: 97 active+clean; 359 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.7 MiB/s wr, 272 op/s 2023-10-08T03:22:18.709 INFO:teuthology.orchestra.run.smithi019.stdout: 5 168576 7.54 MB/sec execute 484 sec latency 133.837 ms 2023-10-08T03:22:18.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:22:18 smithi046 ceph-mon[111227]: pgmap v263: 97 pgs: 97 active+clean; 359 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.7 MiB/s wr, 272 op/s 2023-10-08T03:22:19.709 INFO:teuthology.orchestra.run.smithi019.stdout: 5 168833 7.53 MB/sec execute 485 sec latency 145.973 ms 2023-10-08T03:22:20.662 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:22:20 smithi019 ceph-mon[108350]: pgmap v264: 97 pgs: 97 active+clean; 359 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.7 MiB/s wr, 272 op/s 2023-10-08T03:22:20.709 INFO:teuthology.orchestra.run.smithi019.stdout: 5 169031 7.52 MB/sec execute 486 sec latency 126.900 ms 2023-10-08T03:22:20.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:22:20 smithi046 ceph-mon[111227]: pgmap v264: 97 pgs: 97 active+clean; 359 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.7 MiB/s wr, 272 op/s 2023-10-08T03:22:21.709 INFO:teuthology.orchestra.run.smithi019.stdout: 5 169223 7.52 MB/sec execute 487 sec latency 131.126 ms 2023-10-08T03:22:22.709 INFO:teuthology.orchestra.run.smithi019.stdout: 5 169455 7.52 MB/sec execute 488 sec latency 103.378 ms 2023-10-08T03:22:22.730 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:22:22 smithi019 ceph-mon[108350]: pgmap v265: 97 pgs: 97 active+clean; 362 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.2 MiB/s wr, 409 op/s 2023-10-08T03:22:23.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:22:22 smithi046 ceph-mon[111227]: pgmap v265: 97 pgs: 97 active+clean; 362 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.2 MiB/s wr, 409 op/s 2023-10-08T03:22:23.709 INFO:teuthology.orchestra.run.smithi019.stdout: 5 169670 7.52 MB/sec execute 489 sec latency 133.335 ms 2023-10-08T03:22:23.744 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:22:23 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:22:24.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:22:23 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:22:24.709 INFO:teuthology.orchestra.run.smithi019.stdout: 5 169946 7.51 MB/sec execute 490 sec latency 143.216 ms 2023-10-08T03:22:24.781 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:22:24 smithi019 ceph-mon[108350]: pgmap v266: 97 pgs: 97 active+clean; 362 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.0 MiB/s wr, 282 op/s 2023-10-08T03:22:25.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:22:24 smithi046 ceph-mon[111227]: pgmap v266: 97 pgs: 97 active+clean; 362 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.0 MiB/s wr, 282 op/s 2023-10-08T03:22:25.709 INFO:teuthology.orchestra.run.smithi019.stdout: 5 170256 7.51 MB/sec execute 491 sec latency 130.507 ms 2023-10-08T03:22:26.709 INFO:teuthology.orchestra.run.smithi019.stdout: 5 170452 7.51 MB/sec execute 492 sec latency 122.722 ms 2023-10-08T03:22:26.824 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:22:26 smithi019 ceph-mon[108350]: pgmap v267: 97 pgs: 97 active+clean; 353 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.3 MiB/s wr, 424 op/s 2023-10-08T03:22:27.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:22:26 smithi046 ceph-mon[111227]: pgmap v267: 97 pgs: 97 active+clean; 353 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.3 MiB/s wr, 424 op/s 2023-10-08T03:22:27.709 INFO:teuthology.orchestra.run.smithi019.stdout: 5 170791 7.52 MB/sec execute 493 sec latency 135.633 ms 2023-10-08T03:22:28.713 INFO:teuthology.orchestra.run.smithi019.stdout: 5 171150 7.52 MB/sec execute 494 sec latency 170.989 ms 2023-10-08T03:22:28.854 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:22:28 smithi019 ceph-mon[108350]: pgmap v268: 97 pgs: 97 active+clean; 353 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.8 MiB/s wr, 278 op/s 2023-10-08T03:22:29.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:22:28 smithi046 ceph-mon[111227]: pgmap v268: 97 pgs: 97 active+clean; 353 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.8 MiB/s wr, 278 op/s 2023-10-08T03:22:29.713 INFO:teuthology.orchestra.run.smithi019.stdout: 5 171380 7.52 MB/sec execute 495 sec latency 153.575 ms 2023-10-08T03:22:30.716 INFO:teuthology.orchestra.run.smithi019.stdout: 5 171630 7.52 MB/sec execute 496 sec latency 122.748 ms 2023-10-08T03:22:30.893 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:22:30 smithi019 ceph-mon[108350]: pgmap v269: 97 pgs: 97 active+clean; 353 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.8 MiB/s wr, 278 op/s 2023-10-08T03:22:31.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:22:30 smithi046 ceph-mon[111227]: pgmap v269: 97 pgs: 97 active+clean; 353 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.8 MiB/s wr, 278 op/s 2023-10-08T03:22:31.722 INFO:teuthology.orchestra.run.smithi019.stdout: 5 171898 7.51 MB/sec execute 497 sec latency 122.015 ms 2023-10-08T03:22:32.712 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:22:32 smithi019 ceph-mon[108350]: pgmap v270: 97 pgs: 97 active+clean; 357 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.5 MiB/s wr, 451 op/s 2023-10-08T03:22:32.728 INFO:teuthology.orchestra.run.smithi019.stdout: 5 172158 7.51 MB/sec execute 498 sec latency 134.985 ms 2023-10-08T03:22:33.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:22:32 smithi046 ceph-mon[111227]: pgmap v270: 97 pgs: 97 active+clean; 357 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.5 MiB/s wr, 451 op/s 2023-10-08T03:22:33.729 INFO:teuthology.orchestra.run.smithi019.stdout: 5 172449 7.51 MB/sec execute 499 sec latency 143.555 ms 2023-10-08T03:22:34.729 INFO:teuthology.orchestra.run.smithi019.stdout: 5 172716 7.51 MB/sec execute 500 sec latency 155.340 ms 2023-10-08T03:22:34.770 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:22:34 smithi019 ceph-mon[108350]: pgmap v271: 97 pgs: 97 active+clean; 357 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.1 MiB/s wr, 314 op/s 2023-10-08T03:22:35.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:22:34 smithi046 ceph-mon[111227]: pgmap v271: 97 pgs: 97 active+clean; 357 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.1 MiB/s wr, 314 op/s 2023-10-08T03:22:35.729 INFO:teuthology.orchestra.run.smithi019.stdout: 5 172967 7.51 MB/sec execute 501 sec latency 136.163 ms 2023-10-08T03:22:36.729 INFO:teuthology.orchestra.run.smithi019.stdout: 5 173262 7.51 MB/sec execute 502 sec latency 129.803 ms 2023-10-08T03:22:36.802 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:22:36 smithi019 ceph-mon[108350]: pgmap v272: 97 pgs: 97 active+clean; 356 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.9 MiB/s wr, 482 op/s 2023-10-08T03:22:37.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:22:36 smithi046 ceph-mon[111227]: pgmap v272: 97 pgs: 97 active+clean; 356 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.9 MiB/s wr, 482 op/s 2023-10-08T03:22:37.729 INFO:teuthology.orchestra.run.smithi019.stdout: 5 173591 7.51 MB/sec execute 503 sec latency 125.730 ms 2023-10-08T03:22:38.729 INFO:teuthology.orchestra.run.smithi019.stdout: 5 173804 7.51 MB/sec execute 504 sec latency 152.636 ms 2023-10-08T03:22:38.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:22:38 smithi019 ceph-mon[108350]: pgmap v273: 97 pgs: 97 active+clean; 356 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 339 op/s 2023-10-08T03:22:38.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:22:38 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:22:39.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:22:38 smithi046 ceph-mon[111227]: pgmap v273: 97 pgs: 97 active+clean; 356 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 339 op/s 2023-10-08T03:22:39.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:22:38 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:22:39.729 INFO:teuthology.orchestra.run.smithi019.stdout: 5 174085 7.52 MB/sec execute 505 sec latency 131.081 ms 2023-10-08T03:22:40.747 INFO:teuthology.orchestra.run.smithi019.stdout: 5 174332 7.51 MB/sec execute 506 sec latency 141.162 ms 2023-10-08T03:22:40.921 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:22:40 smithi019 ceph-mon[108350]: pgmap v274: 97 pgs: 97 active+clean; 356 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 339 op/s 2023-10-08T03:22:41.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:22:40 smithi046 ceph-mon[111227]: pgmap v274: 97 pgs: 97 active+clean; 356 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 339 op/s 2023-10-08T03:22:41.747 INFO:teuthology.orchestra.run.smithi019.stdout: 5 174649 7.51 MB/sec execute 507 sec latency 109.991 ms 2023-10-08T03:22:42.751 INFO:teuthology.orchestra.run.smithi019.stdout: 5 174908 7.51 MB/sec execute 508 sec latency 122.766 ms 2023-10-08T03:22:42.970 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:22:42 smithi019 ceph-mon[108350]: pgmap v275: 97 pgs: 97 active+clean; 359 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.2 MiB/s wr, 505 op/s 2023-10-08T03:22:43.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:22:42 smithi046 ceph-mon[111227]: pgmap v275: 97 pgs: 97 active+clean; 359 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.2 MiB/s wr, 505 op/s 2023-10-08T03:22:43.752 INFO:teuthology.orchestra.run.smithi019.stdout: 5 175120 7.50 MB/sec execute 509 sec latency 123.770 ms 2023-10-08T03:22:44.752 INFO:teuthology.orchestra.run.smithi019.stdout: 5 175390 7.50 MB/sec execute 510 sec latency 213.509 ms 2023-10-08T03:22:44.772 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:22:44 smithi019 ceph-mon[108350]: pgmap v276: 97 pgs: 97 active+clean; 359 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.4 MiB/s wr, 332 op/s 2023-10-08T03:22:45.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:22:44 smithi046 ceph-mon[111227]: pgmap v276: 97 pgs: 97 active+clean; 359 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.4 MiB/s wr, 332 op/s 2023-10-08T03:22:45.756 INFO:teuthology.orchestra.run.smithi019.stdout: 5 175594 7.50 MB/sec execute 511 sec latency 126.650 ms 2023-10-08T03:22:46.756 INFO:teuthology.orchestra.run.smithi019.stdout: 5 175835 7.50 MB/sec execute 512 sec latency 143.679 ms 2023-10-08T03:22:46.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:22:46 smithi019 ceph-mon[108350]: pgmap v277: 97 pgs: 97 active+clean; 358 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 487 op/s 2023-10-08T03:22:47.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:22:46 smithi046 ceph-mon[111227]: pgmap v277: 97 pgs: 97 active+clean; 358 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 487 op/s 2023-10-08T03:22:47.756 INFO:teuthology.orchestra.run.smithi019.stdout: 5 176078 7.50 MB/sec execute 513 sec latency 123.632 ms 2023-10-08T03:22:48.756 INFO:teuthology.orchestra.run.smithi019.stdout: 5 176321 7.49 MB/sec execute 514 sec latency 105.306 ms 2023-10-08T03:22:48.877 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:22:48 smithi019 ceph-mon[108350]: pgmap v278: 97 pgs: 97 active+clean; 358 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.1 MiB/s wr, 320 op/s 2023-10-08T03:22:49.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:22:48 smithi046 ceph-mon[111227]: pgmap v278: 97 pgs: 97 active+clean; 358 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.1 MiB/s wr, 320 op/s 2023-10-08T03:22:49.757 INFO:teuthology.orchestra.run.smithi019.stdout: 5 176563 7.49 MB/sec execute 515 sec latency 146.434 ms 2023-10-08T03:22:50.757 INFO:teuthology.orchestra.run.smithi019.stdout: 5 176790 7.49 MB/sec execute 516 sec latency 114.809 ms 2023-10-08T03:22:50.937 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:22:50 smithi019 ceph-mon[108350]: pgmap v279: 97 pgs: 97 active+clean; 358 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.1 MiB/s wr, 320 op/s 2023-10-08T03:22:51.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:22:50 smithi046 ceph-mon[111227]: pgmap v279: 97 pgs: 97 active+clean; 358 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.1 MiB/s wr, 320 op/s 2023-10-08T03:22:51.757 INFO:teuthology.orchestra.run.smithi019.stdout: 5 177120 7.49 MB/sec execute 517 sec latency 123.900 ms 2023-10-08T03:22:52.757 INFO:teuthology.orchestra.run.smithi019.stdout: 5 177355 7.49 MB/sec execute 518 sec latency 131.147 ms 2023-10-08T03:22:52.976 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:22:52 smithi019 ceph-mon[108350]: pgmap v280: 97 pgs: 97 active+clean; 357 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.6 MiB/s wr, 465 op/s 2023-10-08T03:22:53.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:22:52 smithi046 ceph-mon[111227]: pgmap v280: 97 pgs: 97 active+clean; 357 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.6 MiB/s wr, 465 op/s 2023-10-08T03:22:53.757 INFO:teuthology.orchestra.run.smithi019.stdout: 5 177564 7.49 MB/sec execute 519 sec latency 126.941 ms 2023-10-08T03:22:54.017 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:22:53 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:22:54.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:22:53 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:22:54.757 INFO:teuthology.orchestra.run.smithi019.stdout: 5 177893 7.50 MB/sec execute 520 sec latency 132.192 ms 2023-10-08T03:22:55.030 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:22:54 smithi019 ceph-mon[108350]: pgmap v281: 97 pgs: 97 active+clean; 357 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.0 MiB/s wr, 299 op/s 2023-10-08T03:22:55.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:22:54 smithi046 ceph-mon[111227]: pgmap v281: 97 pgs: 97 active+clean; 357 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.0 MiB/s wr, 299 op/s 2023-10-08T03:22:55.767 INFO:teuthology.orchestra.run.smithi019.stdout: 5 178062 7.49 MB/sec execute 521 sec latency 120.806 ms 2023-10-08T03:22:56.767 INFO:teuthology.orchestra.run.smithi019.stdout: 5 178254 7.48 MB/sec execute 522 sec latency 126.285 ms 2023-10-08T03:22:56.825 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:22:56 smithi019 ceph-mon[108350]: pgmap v282: 97 pgs: 97 active+clean; 363 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.7 MiB/s wr, 458 op/s 2023-10-08T03:22:57.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:22:56 smithi046 ceph-mon[111227]: pgmap v282: 97 pgs: 97 active+clean; 363 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.7 MiB/s wr, 458 op/s 2023-10-08T03:22:57.767 INFO:teuthology.orchestra.run.smithi019.stdout: 5 178463 7.48 MB/sec execute 523 sec latency 149.579 ms 2023-10-08T03:22:58.767 INFO:teuthology.orchestra.run.smithi019.stdout: 5 178667 7.48 MB/sec execute 524 sec latency 139.850 ms 2023-10-08T03:22:58.892 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:22:58 smithi019 ceph-mon[108350]: pgmap v283: 97 pgs: 97 active+clean; 363 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.2 MiB/s wr, 303 op/s 2023-10-08T03:22:59.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:22:58 smithi046 ceph-mon[111227]: pgmap v283: 97 pgs: 97 active+clean; 363 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.2 MiB/s wr, 303 op/s 2023-10-08T03:22:59.767 INFO:teuthology.orchestra.run.smithi019.stdout: 5 178850 7.47 MB/sec execute 525 sec latency 151.076 ms 2023-10-08T03:23:00.767 INFO:teuthology.orchestra.run.smithi019.stdout: 5 179184 7.47 MB/sec execute 526 sec latency 111.368 ms 2023-10-08T03:23:00.943 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:23:00 smithi019 ceph-mon[108350]: pgmap v284: 97 pgs: 97 active+clean; 363 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.2 MiB/s wr, 303 op/s 2023-10-08T03:23:01.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:23:00 smithi046 ceph-mon[111227]: pgmap v284: 97 pgs: 97 active+clean; 363 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.2 MiB/s wr, 303 op/s 2023-10-08T03:23:01.768 INFO:teuthology.orchestra.run.smithi019.stdout: 5 179470 7.46 MB/sec execute 527 sec latency 139.404 ms 2023-10-08T03:23:02.768 INFO:teuthology.orchestra.run.smithi019.stdout: 5 179700 7.46 MB/sec execute 528 sec latency 148.211 ms 2023-10-08T03:23:03.008 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:23:02 smithi019 ceph-mon[108350]: pgmap v285: 97 pgs: 97 active+clean; 358 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.3 MiB/s wr, 436 op/s 2023-10-08T03:23:03.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:23:02 smithi046 ceph-mon[111227]: pgmap v285: 97 pgs: 97 active+clean; 358 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.3 MiB/s wr, 436 op/s 2023-10-08T03:23:03.768 INFO:teuthology.orchestra.run.smithi019.stdout: 5 180052 7.48 MB/sec execute 529 sec latency 133.272 ms 2023-10-08T03:23:04.775 INFO:teuthology.orchestra.run.smithi019.stdout: 5 180332 7.47 MB/sec execute 530 sec latency 144.870 ms 2023-10-08T03:23:05.020 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:23:04 smithi019 ceph-mon[108350]: pgmap v286: 97 pgs: 97 active+clean; 358 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.9 MiB/s wr, 291 op/s 2023-10-08T03:23:05.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:23:04 smithi046 ceph-mon[111227]: pgmap v286: 97 pgs: 97 active+clean; 358 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.9 MiB/s wr, 291 op/s 2023-10-08T03:23:05.775 INFO:teuthology.orchestra.run.smithi019.stdout: 5 180555 7.47 MB/sec execute 531 sec latency 143.467 ms 2023-10-08T03:23:06.779 INFO:teuthology.orchestra.run.smithi019.stdout: 5 180773 7.47 MB/sec execute 532 sec latency 126.379 ms 2023-10-08T03:23:07.109 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:23:06 smithi019 ceph-mon[108350]: pgmap v287: 97 pgs: 97 active+clean; 360 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.7 MiB/s wr, 461 op/s 2023-10-08T03:23:07.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:23:06 smithi046 ceph-mon[111227]: pgmap v287: 97 pgs: 97 active+clean; 360 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.7 MiB/s wr, 461 op/s 2023-10-08T03:23:07.779 INFO:teuthology.orchestra.run.smithi019.stdout: 5 180948 7.46 MB/sec execute 533 sec latency 149.733 ms 2023-10-08T03:23:08.779 INFO:teuthology.orchestra.run.smithi019.stdout: 5 181106 7.46 MB/sec execute 534 sec latency 143.568 ms 2023-10-08T03:23:08.916 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:23:08 smithi019 ceph-mon[108350]: pgmap v288: 97 pgs: 97 active+clean; 360 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.9 MiB/s wr, 303 op/s 2023-10-08T03:23:08.917 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:23:08 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:23:09.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:23:08 smithi046 ceph-mon[111227]: pgmap v288: 97 pgs: 97 active+clean; 360 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.9 MiB/s wr, 303 op/s 2023-10-08T03:23:09.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:23:08 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:23:09.779 INFO:teuthology.orchestra.run.smithi019.stdout: 5 181418 7.46 MB/sec execute 535 sec latency 129.533 ms 2023-10-08T03:23:10.779 INFO:teuthology.orchestra.run.smithi019.stdout: 5 181675 7.46 MB/sec execute 536 sec latency 146.012 ms 2023-10-08T03:23:11.058 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:23:10 smithi019 ceph-mon[108350]: pgmap v289: 97 pgs: 97 active+clean; 360 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.9 MiB/s wr, 303 op/s 2023-10-08T03:23:11.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:23:10 smithi046 ceph-mon[111227]: pgmap v289: 97 pgs: 97 active+clean; 360 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.9 MiB/s wr, 303 op/s 2023-10-08T03:23:11.779 INFO:teuthology.orchestra.run.smithi019.stdout: 5 181917 7.46 MB/sec execute 537 sec latency 128.773 ms 2023-10-08T03:23:12.779 INFO:teuthology.orchestra.run.smithi019.stdout: 5 182186 7.46 MB/sec execute 538 sec latency 134.386 ms 2023-10-08T03:23:13.112 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:23:12 smithi019 ceph-mon[108350]: pgmap v290: 97 pgs: 97 active+clean; 362 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.3 MiB/s wr, 430 op/s 2023-10-08T03:23:13.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:23:12 smithi046 ceph-mon[111227]: pgmap v290: 97 pgs: 97 active+clean; 362 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.3 MiB/s wr, 430 op/s 2023-10-08T03:23:13.780 INFO:teuthology.orchestra.run.smithi019.stdout: 5 182506 7.46 MB/sec execute 539 sec latency 129.613 ms 2023-10-08T03:23:14.779 INFO:teuthology.orchestra.run.smithi019.stdout: 5 182802 7.45 MB/sec execute 540 sec latency 148.785 ms 2023-10-08T03:23:15.162 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:23:14 smithi019 ceph-mon[108350]: pgmap v291: 97 pgs: 97 active+clean; 362 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.2 MiB/s wr, 297 op/s 2023-10-08T03:23:15.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:23:14 smithi046 ceph-mon[111227]: pgmap v291: 97 pgs: 97 active+clean; 362 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.2 MiB/s wr, 297 op/s 2023-10-08T03:23:15.779 INFO:teuthology.orchestra.run.smithi019.stdout: 5 183068 7.45 MB/sec execute 541 sec latency 132.424 ms 2023-10-08T03:23:16.779 INFO:teuthology.orchestra.run.smithi019.stdout: 5 183364 7.46 MB/sec execute 542 sec latency 133.153 ms 2023-10-08T03:23:16.961 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:23:16 smithi019 ceph-mon[108350]: pgmap v292: 97 pgs: 97 active+clean; 362 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.7 MiB/s wr, 466 op/s 2023-10-08T03:23:17.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:23:16 smithi046 ceph-mon[111227]: pgmap v292: 97 pgs: 97 active+clean; 362 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.7 MiB/s wr, 466 op/s 2023-10-08T03:23:17.788 INFO:teuthology.orchestra.run.smithi019.stdout: 5 183615 7.46 MB/sec execute 543 sec latency 148.286 ms 2023-10-08T03:23:18.789 INFO:teuthology.orchestra.run.smithi019.stdout: 5 183948 7.47 MB/sec execute 544 sec latency 120.750 ms 2023-10-08T03:23:18.992 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:23:18 smithi019 ceph-mon[108350]: pgmap v293: 97 pgs: 97 active+clean; 362 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.9 MiB/s wr, 296 op/s 2023-10-08T03:23:19.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:23:18 smithi046 ceph-mon[111227]: pgmap v293: 97 pgs: 97 active+clean; 362 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.9 MiB/s wr, 296 op/s 2023-10-08T03:23:19.789 INFO:teuthology.orchestra.run.smithi019.stdout: 5 184176 7.46 MB/sec execute 545 sec latency 134.201 ms 2023-10-08T03:23:20.010 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:23:19 smithi019 ceph-mon[108350]: pgmap v294: 97 pgs: 97 active+clean; 363 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.2 MiB/s wr, 306 op/s 2023-10-08T03:23:20.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:23:19 smithi046 ceph-mon[111227]: pgmap v294: 97 pgs: 97 active+clean; 363 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.2 MiB/s wr, 306 op/s 2023-10-08T03:23:20.798 INFO:teuthology.orchestra.run.smithi019.stdout: 5 184429 7.46 MB/sec execute 546 sec latency 134.955 ms 2023-10-08T03:23:21.798 INFO:teuthology.orchestra.run.smithi019.stdout: 5 184647 7.45 MB/sec execute 547 sec latency 149.322 ms 2023-10-08T03:23:22.569 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:23:22 smithi019 ceph-mon[108350]: pgmap v295: 97 pgs: 97 active+clean; 363 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.8 MiB/s wr, 471 op/s 2023-10-08T03:23:22.798 INFO:teuthology.orchestra.run.smithi019.stdout: 5 184852 7.45 MB/sec execute 548 sec latency 135.735 ms 2023-10-08T03:23:22.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:23:22 smithi046 ceph-mon[111227]: pgmap v295: 97 pgs: 97 active+clean; 363 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.8 MiB/s wr, 471 op/s 2023-10-08T03:23:23.611 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:23:23 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:23:23.802 INFO:teuthology.orchestra.run.smithi019.stdout: 5 185044 7.45 MB/sec execute 549 sec latency 133.845 ms 2023-10-08T03:23:23.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:23:23 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:23:24.649 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:23:24 smithi019 ceph-mon[108350]: pgmap v296: 97 pgs: 97 active+clean; 363 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.4 MiB/s wr, 344 op/s 2023-10-08T03:23:24.803 INFO:teuthology.orchestra.run.smithi019.stdout: 5 185223 7.44 MB/sec execute 550 sec latency 121.356 ms 2023-10-08T03:23:24.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:23:24 smithi046 ceph-mon[111227]: pgmap v296: 97 pgs: 97 active+clean; 363 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.4 MiB/s wr, 344 op/s 2023-10-08T03:23:25.803 INFO:teuthology.orchestra.run.smithi019.stdout: 5 185381 7.43 MB/sec execute 551 sec latency 129.729 ms 2023-10-08T03:23:26.702 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:23:26 smithi019 ceph-mon[108350]: pgmap v297: 97 pgs: 97 active+clean; 364 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.7 MiB/s wr, 476 op/s 2023-10-08T03:23:26.808 INFO:teuthology.orchestra.run.smithi019.stdout: 5 185614 7.43 MB/sec execute 552 sec latency 140.214 ms 2023-10-08T03:23:26.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:23:26 smithi046 ceph-mon[111227]: pgmap v297: 97 pgs: 97 active+clean; 364 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.7 MiB/s wr, 476 op/s 2023-10-08T03:23:27.809 INFO:teuthology.orchestra.run.smithi019.stdout: 5 185796 7.43 MB/sec execute 553 sec latency 106.508 ms 2023-10-08T03:23:28.760 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:23:28 smithi019 ceph-mon[108350]: pgmap v298: 97 pgs: 97 active+clean; 364 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.2 MiB/s wr, 307 op/s 2023-10-08T03:23:28.812 INFO:teuthology.orchestra.run.smithi019.stdout: 5 186006 7.43 MB/sec execute 554 sec latency 127.555 ms 2023-10-08T03:23:28.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:23:28 smithi046 ceph-mon[111227]: pgmap v298: 97 pgs: 97 active+clean; 364 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.2 MiB/s wr, 307 op/s 2023-10-08T03:23:29.812 INFO:teuthology.orchestra.run.smithi019.stdout: 5 186206 7.42 MB/sec execute 555 sec latency 132.697 ms 2023-10-08T03:23:30.806 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:23:30 smithi019 ceph-mon[108350]: pgmap v299: 97 pgs: 97 active+clean; 364 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.3 MiB/s wr, 312 op/s 2023-10-08T03:23:30.812 INFO:teuthology.orchestra.run.smithi019.stdout: 5 186446 7.42 MB/sec execute 556 sec latency 123.420 ms 2023-10-08T03:23:30.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:23:30 smithi046 ceph-mon[111227]: pgmap v299: 97 pgs: 97 active+clean; 364 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.3 MiB/s wr, 312 op/s 2023-10-08T03:23:31.812 INFO:teuthology.orchestra.run.smithi019.stdout: 5 186651 7.41 MB/sec execute 557 sec latency 130.705 ms 2023-10-08T03:23:32.817 INFO:teuthology.orchestra.run.smithi019.stdout: 5 186851 7.41 MB/sec execute 558 sec latency 86.495 ms 2023-10-08T03:23:32.872 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:23:32 smithi019 ceph-mon[108350]: pgmap v300: 97 pgs: 97 active+clean; 363 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.0 MiB/s wr, 421 op/s 2023-10-08T03:23:33.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:23:32 smithi046 ceph-mon[111227]: pgmap v300: 97 pgs: 97 active+clean; 363 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.0 MiB/s wr, 421 op/s 2023-10-08T03:23:33.817 INFO:teuthology.orchestra.run.smithi019.stdout: 5 187132 7.41 MB/sec execute 559 sec latency 100.394 ms 2023-10-08T03:23:34.644 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:23:34 smithi019 ceph-mon[108350]: pgmap v301: 97 pgs: 97 active+clean; 363 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.5 MiB/s wr, 256 op/s 2023-10-08T03:23:34.817 INFO:teuthology.orchestra.run.smithi019.stdout: 5 187449 7.42 MB/sec execute 560 sec latency 196.046 ms 2023-10-08T03:23:35.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:23:34 smithi046 ceph-mon[111227]: pgmap v301: 97 pgs: 97 active+clean; 363 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.5 MiB/s wr, 256 op/s 2023-10-08T03:23:35.817 INFO:teuthology.orchestra.run.smithi019.stdout: 5 187711 7.42 MB/sec execute 561 sec latency 121.036 ms 2023-10-08T03:23:36.662 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:23:36 smithi019 ceph-mon[108350]: pgmap v302: 97 pgs: 97 active+clean; 366 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.0 MiB/s wr, 395 op/s 2023-10-08T03:23:36.817 INFO:teuthology.orchestra.run.smithi019.stdout: 5 187978 7.42 MB/sec execute 562 sec latency 135.410 ms 2023-10-08T03:23:37.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:23:36 smithi046 ceph-mon[111227]: pgmap v302: 97 pgs: 97 active+clean; 366 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.0 MiB/s wr, 395 op/s 2023-10-08T03:23:37.817 INFO:teuthology.orchestra.run.smithi019.stdout: 5 188209 7.41 MB/sec execute 563 sec latency 127.160 ms 2023-10-08T03:23:38.703 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:23:38 smithi019 ceph-mon[108350]: pgmap v303: 97 pgs: 97 active+clean; 366 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 2.7 MiB/s wr, 263 op/s 2023-10-08T03:23:38.703 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:23:38 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:23:38.824 INFO:teuthology.orchestra.run.smithi019.stdout: 5 188419 7.41 MB/sec execute 564 sec latency 129.665 ms 2023-10-08T03:23:39.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:23:38 smithi046 ceph-mon[111227]: pgmap v303: 97 pgs: 97 active+clean; 366 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 2.7 MiB/s wr, 263 op/s 2023-10-08T03:23:39.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:23:38 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:23:39.824 INFO:teuthology.orchestra.run.smithi019.stdout: 5 188660 7.40 MB/sec execute 565 sec latency 134.169 ms 2023-10-08T03:23:40.745 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:23:40 smithi019 ceph-mon[108350]: pgmap v304: 97 pgs: 97 active+clean; 366 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 2.9 MiB/s wr, 271 op/s 2023-10-08T03:23:40.825 INFO:teuthology.orchestra.run.smithi019.stdout: 5 188895 7.40 MB/sec execute 566 sec latency 129.717 ms 2023-10-08T03:23:41.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:23:40 smithi046 ceph-mon[111227]: pgmap v304: 97 pgs: 97 active+clean; 366 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 2.9 MiB/s wr, 271 op/s 2023-10-08T03:23:41.831 INFO:teuthology.orchestra.run.smithi019.stdout: 5 189175 7.40 MB/sec execute 567 sec latency 87.251 ms 2023-10-08T03:23:42.811 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:23:42 smithi019 ceph-mon[108350]: pgmap v305: 97 pgs: 97 active+clean; 368 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.0 MiB/s wr, 408 op/s 2023-10-08T03:23:42.831 INFO:teuthology.orchestra.run.smithi019.stdout: 5 189457 7.40 MB/sec execute 568 sec latency 127.255 ms 2023-10-08T03:23:43.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:23:42 smithi046 ceph-mon[111227]: pgmap v305: 97 pgs: 97 active+clean; 368 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.0 MiB/s wr, 408 op/s 2023-10-08T03:23:43.831 INFO:teuthology.orchestra.run.smithi019.stdout: 5 189709 7.41 MB/sec execute 569 sec latency 142.279 ms 2023-10-08T03:23:44.831 INFO:teuthology.orchestra.run.smithi019.stdout: 5 190003 7.41 MB/sec execute 570 sec latency 126.552 ms 2023-10-08T03:23:44.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:23:44 smithi019 ceph-mon[108350]: pgmap v306: 97 pgs: 97 active+clean; 368 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.3 KiB/s rd, 3.1 MiB/s wr, 288 op/s 2023-10-08T03:23:45.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:23:44 smithi046 ceph-mon[111227]: pgmap v306: 97 pgs: 97 active+clean; 368 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.3 KiB/s rd, 3.1 MiB/s wr, 288 op/s 2023-10-08T03:23:45.831 INFO:teuthology.orchestra.run.smithi019.stdout: 5 190284 7.40 MB/sec execute 571 sec latency 136.496 ms 2023-10-08T03:23:46.832 INFO:teuthology.orchestra.run.smithi019.stdout: 5 190552 7.41 MB/sec execute 572 sec latency 143.438 ms 2023-10-08T03:23:46.911 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:23:46 smithi019 ceph-mon[108350]: pgmap v307: 97 pgs: 97 active+clean; 365 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.6 MiB/s wr, 454 op/s 2023-10-08T03:23:47.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:23:46 smithi046 ceph-mon[111227]: pgmap v307: 97 pgs: 97 active+clean; 365 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.6 MiB/s wr, 454 op/s 2023-10-08T03:23:47.832 INFO:teuthology.orchestra.run.smithi019.stdout: 5 190739 7.40 MB/sec execute 573 sec latency 142.891 ms 2023-10-08T03:23:48.711 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:23:48 smithi019 ceph-mon[108350]: pgmap v308: 97 pgs: 97 active+clean; 365 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 314 op/s 2023-10-08T03:23:48.838 INFO:teuthology.orchestra.run.smithi019.stdout: 5 191045 7.41 MB/sec execute 574 sec latency 126.797 ms 2023-10-08T03:23:49.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:23:48 smithi046 ceph-mon[111227]: pgmap v308: 97 pgs: 97 active+clean; 365 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 314 op/s 2023-10-08T03:23:49.840 INFO:teuthology.orchestra.run.smithi019.stdout: 5 191333 7.40 MB/sec execute 575 sec latency 124.023 ms 2023-10-08T03:23:50.794 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:23:50 smithi019 ceph-mon[108350]: pgmap v309: 97 pgs: 97 active+clean; 364 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 320 op/s 2023-10-08T03:23:50.840 INFO:teuthology.orchestra.run.smithi019.stdout: 5 191597 7.40 MB/sec execute 576 sec latency 127.138 ms 2023-10-08T03:23:51.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:23:50 smithi046 ceph-mon[111227]: pgmap v309: 97 pgs: 97 active+clean; 364 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 320 op/s 2023-10-08T03:23:51.840 INFO:teuthology.orchestra.run.smithi019.stdout: 5 191840 7.40 MB/sec execute 577 sec latency 152.286 ms 2023-10-08T03:23:52.829 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:23:52 smithi019 ceph-mon[108350]: pgmap v310: 97 pgs: 97 active+clean; 371 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.6 MiB/s wr, 472 op/s 2023-10-08T03:23:52.840 INFO:teuthology.orchestra.run.smithi019.stdout: 5 192025 7.40 MB/sec execute 578 sec latency 136.091 ms 2023-10-08T03:23:53.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:23:52 smithi046 ceph-mon[111227]: pgmap v310: 97 pgs: 97 active+clean; 371 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.6 MiB/s wr, 472 op/s 2023-10-08T03:23:53.851 INFO:teuthology.orchestra.run.smithi019.stdout: 5 192272 7.40 MB/sec execute 579 sec latency 131.683 ms 2023-10-08T03:23:53.851 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:23:53 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:23:54.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:23:53 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:23:54.851 INFO:teuthology.orchestra.run.smithi019.stdout: 5 192554 7.39 MB/sec execute 580 sec latency 146.757 ms 2023-10-08T03:23:54.890 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:23:54 smithi019 ceph-mon[108350]: pgmap v311: 97 pgs: 97 active+clean; 371 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.3 MiB/s wr, 330 op/s 2023-10-08T03:23:55.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:23:54 smithi046 ceph-mon[111227]: pgmap v311: 97 pgs: 97 active+clean; 371 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.3 MiB/s wr, 330 op/s 2023-10-08T03:23:55.855 INFO:teuthology.orchestra.run.smithi019.stdout: 5 192788 7.39 MB/sec execute 581 sec latency 126.870 ms 2023-10-08T03:23:56.855 INFO:teuthology.orchestra.run.smithi019.stdout: 5 192949 7.38 MB/sec execute 582 sec latency 130.844 ms 2023-10-08T03:23:56.969 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:23:56 smithi019 ceph-mon[108350]: pgmap v312: 97 pgs: 97 active+clean; 365 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.7 MiB/s wr, 476 op/s 2023-10-08T03:23:57.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:23:56 smithi046 ceph-mon[111227]: pgmap v312: 97 pgs: 97 active+clean; 365 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.7 MiB/s wr, 476 op/s 2023-10-08T03:23:57.855 INFO:teuthology.orchestra.run.smithi019.stdout: 5 193197 7.39 MB/sec execute 583 sec latency 162.818 ms 2023-10-08T03:23:58.762 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:23:58 smithi019 ceph-mon[108350]: pgmap v313: 97 pgs: 97 active+clean; 365 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.2 MiB/s wr, 311 op/s 2023-10-08T03:23:58.857 INFO:teuthology.orchestra.run.smithi019.stdout: 5 193414 7.38 MB/sec execute 584 sec latency 100.181 ms 2023-10-08T03:23:59.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:23:58 smithi046 ceph-mon[111227]: pgmap v313: 97 pgs: 97 active+clean; 365 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.2 MiB/s wr, 311 op/s 2023-10-08T03:23:59.857 INFO:teuthology.orchestra.run.smithi019.stdout: 5 193651 7.38 MB/sec execute 585 sec latency 136.592 ms 2023-10-08T03:24:00.821 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:24:00 smithi019 ceph-mon[108350]: pgmap v314: 97 pgs: 97 active+clean; 365 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.4 MiB/s wr, 317 op/s 2023-10-08T03:24:00.857 INFO:teuthology.orchestra.run.smithi019.stdout: 5 193900 7.38 MB/sec execute 586 sec latency 117.833 ms 2023-10-08T03:24:01.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:24:00 smithi046 ceph-mon[111227]: pgmap v314: 97 pgs: 97 active+clean; 365 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.4 MiB/s wr, 317 op/s 2023-10-08T03:24:01.858 INFO:teuthology.orchestra.run.smithi019.stdout: 5 194026 7.37 MB/sec execute 587 sec latency 120.438 ms 2023-10-08T03:24:02.862 INFO:teuthology.orchestra.run.smithi019.stdout: 5 194245 7.37 MB/sec execute 588 sec latency 122.984 ms 2023-10-08T03:24:02.901 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:24:02 smithi019 ceph-mon[108350]: pgmap v315: 97 pgs: 97 active+clean; 363 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.4 MiB/s wr, 447 op/s 2023-10-08T03:24:03.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:24:02 smithi046 ceph-mon[111227]: pgmap v315: 97 pgs: 97 active+clean; 363 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.4 MiB/s wr, 447 op/s 2023-10-08T03:24:03.862 INFO:teuthology.orchestra.run.smithi019.stdout: 5 194417 7.37 MB/sec execute 589 sec latency 124.557 ms 2023-10-08T03:24:04.862 INFO:teuthology.orchestra.run.smithi019.stdout: 5 194649 7.37 MB/sec execute 590 sec latency 135.765 ms 2023-10-08T03:24:04.958 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:24:04 smithi019 ceph-mon[108350]: pgmap v316: 97 pgs: 97 active+clean; 363 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.8 MiB/s wr, 287 op/s 2023-10-08T03:24:05.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:24:04 smithi046 ceph-mon[111227]: pgmap v316: 97 pgs: 97 active+clean; 363 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.8 MiB/s wr, 287 op/s 2023-10-08T03:24:05.866 INFO:teuthology.orchestra.run.smithi019.stdout: 5 194872 7.37 MB/sec execute 591 sec latency 151.047 ms 2023-10-08T03:24:06.793 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:24:06 smithi019 ceph-mon[108350]: pgmap v317: 97 pgs: 97 active+clean; 364 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.0 MiB/s wr, 406 op/s 2023-10-08T03:24:06.866 INFO:teuthology.orchestra.run.smithi019.stdout: 5 195088 7.36 MB/sec execute 592 sec latency 124.142 ms 2023-10-08T03:24:07.128 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:24:06 smithi046 ceph-mon[111227]: pgmap v317: 97 pgs: 97 active+clean; 364 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.0 MiB/s wr, 406 op/s 2023-10-08T03:24:07.870 INFO:teuthology.orchestra.run.smithi019.stdout: 5 195261 7.36 MB/sec execute 593 sec latency 139.429 ms 2023-10-08T03:24:08.867 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:24:08 smithi019 ceph-mon[108350]: pgmap v318: 97 pgs: 97 active+clean; 364 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 2.6 MiB/s wr, 259 op/s 2023-10-08T03:24:08.867 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:24:08 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:24:08.870 INFO:teuthology.orchestra.run.smithi019.stdout: 5 195439 7.36 MB/sec execute 594 sec latency 160.539 ms 2023-10-08T03:24:09.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:24:08 smithi046 ceph-mon[111227]: pgmap v318: 97 pgs: 97 active+clean; 364 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 2.6 MiB/s wr, 259 op/s 2023-10-08T03:24:09.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:24:08 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:24:09.870 INFO:teuthology.orchestra.run.smithi019.stdout: 5 195662 7.35 MB/sec execute 595 sec latency 140.766 ms 2023-10-08T03:24:10.870 INFO:teuthology.orchestra.run.smithi019.stdout: 5 195891 7.35 MB/sec execute 596 sec latency 118.364 ms 2023-10-08T03:24:10.909 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:24:10 smithi019 ceph-mon[108350]: pgmap v319: 97 pgs: 97 active+clean; 368 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.2 MiB/s wr, 339 op/s 2023-10-08T03:24:11.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:24:10 smithi046 ceph-mon[111227]: pgmap v319: 97 pgs: 97 active+clean; 368 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.2 MiB/s wr, 339 op/s 2023-10-08T03:24:11.870 INFO:teuthology.orchestra.run.smithi019.stdout: 5 196171 7.35 MB/sec execute 597 sec latency 126.769 ms 2023-10-08T03:24:12.870 INFO:teuthology.orchestra.run.smithi019.stdout: 5 196458 7.35 MB/sec execute 598 sec latency 167.931 ms 2023-10-08T03:24:12.952 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:24:12 smithi019 ceph-mon[108350]: pgmap v320: 97 pgs: 97 active+clean; 365 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.6 KiB/s rd, 3.8 MiB/s wr, 380 op/s 2023-10-08T03:24:13.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:24:12 smithi046 ceph-mon[111227]: pgmap v320: 97 pgs: 97 active+clean; 365 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.6 KiB/s rd, 3.8 MiB/s wr, 380 op/s 2023-10-08T03:24:13.874 INFO:teuthology.orchestra.run.smithi019.stdout: 5 196755 7.35 MB/sec execute 599 sec latency 137.855 ms 2023-10-08T03:24:14.884 INFO:teuthology.orchestra.run.smithi019.stdout: 5 197041 7.35 MB/sec execute 600 sec latency 138.861 ms 2023-10-08T03:24:14.990 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:24:14 smithi019 ceph-mon[108350]: pgmap v321: 97 pgs: 97 active+clean; 365 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.0 KiB/s rd, 2.6 MiB/s wr, 244 op/s 2023-10-08T03:24:15.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:24:14 smithi046 ceph-mon[111227]: pgmap v321: 97 pgs: 97 active+clean; 365 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.0 KiB/s rd, 2.6 MiB/s wr, 244 op/s 2023-10-08T03:24:15.884 INFO:teuthology.orchestra.run.smithi019.stdout: 5 cleanup 601 sec 2023-10-08T03:24:16.051 INFO:teuthology.orchestra.run.smithi019.stdout:[193585] unlink './clients/client1/~dmtmp/PARADOX/.nfs00000100000002af0000001a' failed - Device or resource busy 2023-10-08T03:24:16.052 INFO:teuthology.orchestra.run.smithi019.stdout:[193585] unlink './clients/client1/~dmtmp/PARADOX/.nfs00000100000002f800000014' failed - Device or resource busy 2023-10-08T03:24:16.053 INFO:teuthology.orchestra.run.smithi019.stdout:[193585] unlink './clients/client1/~dmtmp/PARADOX/.nfs00000100000002ec00000009' failed - Device or resource busy 2023-10-08T03:24:16.053 INFO:teuthology.orchestra.run.smithi019.stdout:[193585] unlink './clients/client1/~dmtmp/PARADOX/.nfs00000100000002b200000001' failed - Device or resource busy 2023-10-08T03:24:16.053 INFO:teuthology.orchestra.run.smithi019.stdout:[193585] unlink './clients/client1/~dmtmp/PARADOX/.nfs00000100000002bd0000001d' failed - Device or resource busy 2023-10-08T03:24:16.054 INFO:teuthology.orchestra.run.smithi019.stdout:[193585] unlink './clients/client1/~dmtmp/PARADOX/.nfs00000100000002ff0000000d' failed - Device or resource busy 2023-10-08T03:24:16.054 INFO:teuthology.orchestra.run.smithi019.stdout:[193585] unlink './clients/client1/~dmtmp/PARADOX/.nfs00000100000002da00000012' failed - Device or resource busy 2023-10-08T03:24:16.055 INFO:teuthology.orchestra.run.smithi019.stdout:[193585] unlink './clients/client1/~dmtmp/PARADOX/.nfs00000100000002ef0000001f' failed - Device or resource busy 2023-10-08T03:24:16.057 INFO:teuthology.orchestra.run.smithi019.stdout:[193585] unlink './clients/client1/~dmtmp/PARADOX/.nfs00000100000002e100000022' failed - Device or resource busy 2023-10-08T03:24:16.061 INFO:teuthology.orchestra.run.smithi019.stdout:[193585] unlink './clients/client1/~dmtmp/PARADOX/.nfs00000100000002b600000005' failed - Device or resource busy 2023-10-08T03:24:16.086 INFO:teuthology.orchestra.run.smithi019.stdout:[193585] unlink './clients/client1/~dmtmp/PARADOX/.nfs00000100000002de00000018' failed - Device or resource busy 2023-10-08T03:24:16.111 INFO:teuthology.orchestra.run.smithi019.stdout:[193585] unlink './clients/client1/~dmtmp/PARADOX/.nfs00000100000002d400000007' failed - Device or resource busy 2023-10-08T03:24:16.115 INFO:teuthology.orchestra.run.smithi019.stdout:[193585] unlink './clients/client1/~dmtmp/PARADOX/.nfs00000100000003020000000f' failed - Device or resource busy 2023-10-08T03:24:16.116 INFO:teuthology.orchestra.run.smithi019.stdout:[193585] unlink './clients/client1/~dmtmp/PARADOX/.nfs00000100000002c90000000b' failed - Device or resource busy 2023-10-08T03:24:16.885 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 602 sec 2023-10-08T03:24:17.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:24:16 smithi046 ceph-mon[111227]: pgmap v322: 97 pgs: 97 active+clean; 366 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.2 MiB/s wr, 410 op/s 2023-10-08T03:24:17.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:24:16 smithi019 ceph-mon[108350]: pgmap v322: 97 pgs: 97 active+clean; 366 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.2 MiB/s wr, 410 op/s 2023-10-08T03:24:17.885 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 603 sec 2023-10-08T03:24:18.885 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 604 sec 2023-10-08T03:24:19.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:24:18 smithi046 ceph-mon[111227]: pgmap v323: 97 pgs: 97 active+clean; 366 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.0 MiB/s wr, 292 op/s 2023-10-08T03:24:19.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:24:18 smithi019 ceph-mon[108350]: pgmap v323: 97 pgs: 97 active+clean; 366 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.0 MiB/s wr, 292 op/s 2023-10-08T03:24:19.885 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 605 sec 2023-10-08T03:24:20.885 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 606 sec 2023-10-08T03:24:21.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:24:20 smithi046 ceph-mon[111227]: pgmap v324: 97 pgs: 97 active+clean; 345 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.0 MiB/s wr, 300 op/s 2023-10-08T03:24:21.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:24:20 smithi019 ceph-mon[108350]: pgmap v324: 97 pgs: 97 active+clean; 345 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.0 MiB/s wr, 300 op/s 2023-10-08T03:24:21.885 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 607 sec 2023-10-08T03:24:22.885 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 608 sec 2023-10-08T03:24:23.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:24:22 smithi046 ceph-mon[111227]: pgmap v325: 97 pgs: 97 active+clean; 272 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 9.2 KiB/s rd, 2.9 MiB/s wr, 293 op/s 2023-10-08T03:24:23.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:24:22 smithi019 ceph-mon[108350]: pgmap v325: 97 pgs: 97 active+clean; 272 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 9.2 KiB/s rd, 2.9 MiB/s wr, 293 op/s 2023-10-08T03:24:23.885 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 609 sec 2023-10-08T03:24:24.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:24:23 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:24:24.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:24:23 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:24:24.885 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 610 sec 2023-10-08T03:24:25.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:24:24 smithi046 ceph-mon[111227]: pgmap v326: 97 pgs: 97 active+clean; 272 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 2.1 MiB/s wr, 246 op/s 2023-10-08T03:24:25.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:24:24 smithi019 ceph-mon[108350]: pgmap v326: 97 pgs: 97 active+clean; 272 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 2.1 MiB/s wr, 246 op/s 2023-10-08T03:24:25.885 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 611 sec 2023-10-08T03:24:26.885 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 612 sec 2023-10-08T03:24:27.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:24:26 smithi046 ceph-mon[111227]: pgmap v327: 97 pgs: 97 active+clean; 267 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 2.2 MiB/s wr, 249 op/s 2023-10-08T03:24:27.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:24:26 smithi019 ceph-mon[108350]: pgmap v327: 97 pgs: 97 active+clean; 267 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 2.2 MiB/s wr, 249 op/s 2023-10-08T03:24:27.885 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 613 sec 2023-10-08T03:24:28.885 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 614 sec 2023-10-08T03:24:29.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:24:28 smithi046 ceph-mon[111227]: pgmap v328: 97 pgs: 97 active+clean; 267 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 499 KiB/s wr, 83 op/s 2023-10-08T03:24:29.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:24:28 smithi019 ceph-mon[108350]: pgmap v328: 97 pgs: 97 active+clean; 267 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 499 KiB/s wr, 83 op/s 2023-10-08T03:24:29.885 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 615 sec 2023-10-08T03:24:30.885 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 616 sec 2023-10-08T03:24:31.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:24:30 smithi046 ceph-mon[111227]: pgmap v329: 97 pgs: 97 active+clean; 267 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 499 KiB/s wr, 83 op/s 2023-10-08T03:24:31.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:24:30 smithi019 ceph-mon[108350]: pgmap v329: 97 pgs: 97 active+clean; 267 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 499 KiB/s wr, 83 op/s 2023-10-08T03:24:31.885 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 617 sec 2023-10-08T03:24:32.885 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 618 sec 2023-10-08T03:24:33.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:24:32 smithi046 ceph-mon[111227]: pgmap v330: 97 pgs: 97 active+clean; 267 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 446 KiB/s wr, 76 op/s 2023-10-08T03:24:33.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:24:32 smithi019 ceph-mon[108350]: pgmap v330: 97 pgs: 97 active+clean; 267 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 446 KiB/s wr, 76 op/s 2023-10-08T03:24:33.885 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 619 sec 2023-10-08T03:24:34.885 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 620 sec 2023-10-08T03:24:35.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:24:34 smithi019 ceph-mon[108350]: pgmap v331: 97 pgs: 97 active+clean; 267 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 36 KiB/s wr, 4 op/s 2023-10-08T03:24:35.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:24:34 smithi046 ceph-mon[111227]: pgmap v331: 97 pgs: 97 active+clean; 267 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 36 KiB/s wr, 4 op/s 2023-10-08T03:24:35.885 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 621 sec 2023-10-08T03:24:36.885 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 622 sec 2023-10-08T03:24:37.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:24:36 smithi019 ceph-mon[108350]: pgmap v332: 97 pgs: 97 active+clean; 267 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 36 KiB/s wr, 4 op/s 2023-10-08T03:24:37.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:24:36 smithi046 ceph-mon[111227]: pgmap v332: 97 pgs: 97 active+clean; 267 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 36 KiB/s wr, 4 op/s 2023-10-08T03:24:37.886 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 623 sec 2023-10-08T03:24:38.886 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 624 sec 2023-10-08T03:24:39.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:24:38 smithi019 ceph-mon[108350]: pgmap v333: 97 pgs: 97 active+clean; 267 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 3.9 KiB/s wr, 1 op/s 2023-10-08T03:24:39.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:24:38 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:24:39.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:24:38 smithi046 ceph-mon[111227]: pgmap v333: 97 pgs: 97 active+clean; 267 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 3.9 KiB/s wr, 1 op/s 2023-10-08T03:24:39.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:24:38 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:24:39.885 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 625 sec 2023-10-08T03:24:40.886 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 626 sec 2023-10-08T03:24:41.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:24:40 smithi019 ceph-mon[108350]: pgmap v334: 97 pgs: 97 active+clean; 267 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 4.0 KiB/s wr, 1 op/s 2023-10-08T03:24:41.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:24:40 smithi046 ceph-mon[111227]: pgmap v334: 97 pgs: 97 active+clean; 267 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 4.0 KiB/s wr, 1 op/s 2023-10-08T03:24:41.886 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 627 sec 2023-10-08T03:24:42.886 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 628 sec 2023-10-08T03:24:43.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:24:42 smithi019 ceph-mon[108350]: pgmap v335: 97 pgs: 97 active+clean; 267 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 4.3 KiB/s wr, 1 op/s 2023-10-08T03:24:43.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:24:42 smithi046 ceph-mon[111227]: pgmap v335: 97 pgs: 97 active+clean; 267 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 4.3 KiB/s wr, 1 op/s 2023-10-08T03:24:43.886 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 629 sec 2023-10-08T03:24:44.886 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 630 sec 2023-10-08T03:24:45.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:24:44 smithi019 ceph-mon[108350]: pgmap v336: 97 pgs: 97 active+clean; 267 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-10-08T03:24:45.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:24:44 smithi046 ceph-mon[111227]: pgmap v336: 97 pgs: 97 active+clean; 267 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-10-08T03:24:45.886 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 631 sec 2023-10-08T03:24:46.886 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 632 sec 2023-10-08T03:24:47.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:24:46 smithi019 ceph-mon[108350]: pgmap v337: 97 pgs: 97 active+clean; 267 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-10-08T03:24:47.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:24:46 smithi046 ceph-mon[111227]: pgmap v337: 97 pgs: 97 active+clean; 267 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-10-08T03:24:47.886 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 633 sec 2023-10-08T03:24:48.886 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 634 sec 2023-10-08T03:24:49.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:24:48 smithi019 ceph-mon[108350]: pgmap v338: 97 pgs: 97 active+clean; 267 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-10-08T03:24:49.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:24:48 smithi046 ceph-mon[111227]: pgmap v338: 97 pgs: 97 active+clean; 267 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-10-08T03:24:49.886 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 635 sec 2023-10-08T03:24:50.886 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 636 sec 2023-10-08T03:24:51.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:24:50 smithi019 ceph-mon[108350]: pgmap v339: 97 pgs: 97 active+clean; 267 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-10-08T03:24:51.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:24:50 smithi046 ceph-mon[111227]: pgmap v339: 97 pgs: 97 active+clean; 267 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-10-08T03:24:51.886 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 637 sec 2023-10-08T03:24:52.886 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 638 sec 2023-10-08T03:24:53.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:24:52 smithi019 ceph-mon[108350]: pgmap v340: 97 pgs: 97 active+clean; 267 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2023-10-08T03:24:53.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:24:52 smithi046 ceph-mon[111227]: pgmap v340: 97 pgs: 97 active+clean; 267 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2023-10-08T03:24:53.886 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 639 sec 2023-10-08T03:24:54.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:24:53 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:24:54.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:24:53 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:24:54.886 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 640 sec 2023-10-08T03:24:55.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:24:54 smithi019 ceph-mon[108350]: pgmap v341: 97 pgs: 97 active+clean; 267 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:24:55.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:24:54 smithi046 ceph-mon[111227]: pgmap v341: 97 pgs: 97 active+clean; 267 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:24:55.886 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 641 sec 2023-10-08T03:24:56.886 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 642 sec 2023-10-08T03:24:57.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:24:56 smithi019 ceph-mon[108350]: pgmap v342: 97 pgs: 97 active+clean; 267 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:24:57.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:24:56 smithi046 ceph-mon[111227]: pgmap v342: 97 pgs: 97 active+clean; 267 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:24:57.886 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 643 sec 2023-10-08T03:24:58.886 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 644 sec 2023-10-08T03:24:59.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:24:58 smithi019 ceph-mon[108350]: pgmap v343: 97 pgs: 97 active+clean; 267 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:24:59.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:24:58 smithi046 ceph-mon[111227]: pgmap v343: 97 pgs: 97 active+clean; 267 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:24:59.886 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 645 sec 2023-10-08T03:25:00.886 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 646 sec 2023-10-08T03:25:01.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:25:00 smithi019 ceph-mon[108350]: pgmap v344: 97 pgs: 97 active+clean; 267 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:25:01.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:25:00 smithi046 ceph-mon[111227]: pgmap v344: 97 pgs: 97 active+clean; 267 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:25:01.886 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 647 sec 2023-10-08T03:25:02.886 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 648 sec 2023-10-08T03:25:03.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:25:02 smithi019 ceph-mon[108350]: pgmap v345: 97 pgs: 97 active+clean; 267 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-08T03:25:03.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:25:02 smithi046 ceph-mon[111227]: pgmap v345: 97 pgs: 97 active+clean; 267 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-08T03:25:03.886 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 649 sec 2023-10-08T03:25:04.887 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 650 sec 2023-10-08T03:25:05.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:25:04 smithi019 ceph-mon[108350]: pgmap v346: 97 pgs: 97 active+clean; 267 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:25:05.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:25:04 smithi046 ceph-mon[111227]: pgmap v346: 97 pgs: 97 active+clean; 267 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:25:05.887 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 651 sec 2023-10-08T03:25:06.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:25:05 smithi019 ceph-mon[108350]: pgmap v347: 97 pgs: 97 active+clean; 266 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.9 KiB/s wr, 1 op/s 2023-10-08T03:25:06.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:25:05 smithi046 ceph-mon[111227]: pgmap v347: 97 pgs: 97 active+clean; 266 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.9 KiB/s wr, 1 op/s 2023-10-08T03:25:06.887 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 652 sec 2023-10-08T03:25:07.887 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 653 sec 2023-10-08T03:25:08.887 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 654 sec 2023-10-08T03:25:09.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:25:08 smithi019 ceph-mon[108350]: pgmap v348: 97 pgs: 97 active+clean; 266 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.9 KiB/s wr, 1 op/s 2023-10-08T03:25:09.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:25:08 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:25:09.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:25:08 smithi046 ceph-mon[111227]: pgmap v348: 97 pgs: 97 active+clean; 266 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.9 KiB/s wr, 1 op/s 2023-10-08T03:25:09.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:25:08 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:25:09.887 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 655 sec 2023-10-08T03:25:10.887 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 656 sec 2023-10-08T03:25:11.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:25:10 smithi019 ceph-mon[108350]: pgmap v349: 97 pgs: 97 active+clean; 266 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.8 KiB/s wr, 1 op/s 2023-10-08T03:25:11.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:25:10 smithi046 ceph-mon[111227]: pgmap v349: 97 pgs: 97 active+clean; 266 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.8 KiB/s wr, 1 op/s 2023-10-08T03:25:11.887 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 657 sec 2023-10-08T03:25:12.887 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 658 sec 2023-10-08T03:25:13.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:25:12 smithi019 ceph-mon[108350]: pgmap v350: 97 pgs: 97 active+clean; 266 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 3.8 KiB/s wr, 1 op/s 2023-10-08T03:25:13.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:25:12 smithi046 ceph-mon[111227]: pgmap v350: 97 pgs: 97 active+clean; 266 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 3.8 KiB/s wr, 1 op/s 2023-10-08T03:25:13.887 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 659 sec 2023-10-08T03:25:14.887 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 660 sec 2023-10-08T03:25:15.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:25:14 smithi019 ceph-mon[108350]: pgmap v351: 97 pgs: 97 active+clean; 266 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.8 KiB/s wr, 1 op/s 2023-10-08T03:25:15.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:25:14 smithi046 ceph-mon[111227]: pgmap v351: 97 pgs: 97 active+clean; 266 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.8 KiB/s wr, 1 op/s 2023-10-08T03:25:15.887 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 661 sec 2023-10-08T03:25:16.887 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 662 sec 2023-10-08T03:25:17.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:25:16 smithi019 ceph-mon[108350]: pgmap v352: 97 pgs: 97 active+clean; 266 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.8 KiB/s wr, 1 op/s 2023-10-08T03:25:17.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:25:16 smithi046 ceph-mon[111227]: pgmap v352: 97 pgs: 97 active+clean; 266 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.8 KiB/s wr, 1 op/s 2023-10-08T03:25:17.887 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 663 sec 2023-10-08T03:25:18.887 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 664 sec 2023-10-08T03:25:19.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:25:18 smithi019 ceph-mon[108350]: pgmap v353: 97 pgs: 97 active+clean; 266 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 938 B/s wr, 0 op/s 2023-10-08T03:25:19.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:25:18 smithi046 ceph-mon[111227]: pgmap v353: 97 pgs: 97 active+clean; 266 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 938 B/s wr, 0 op/s 2023-10-08T03:25:19.887 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 665 sec 2023-10-08T03:25:20.887 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 666 sec 2023-10-08T03:25:21.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:25:20 smithi019 ceph-mon[108350]: pgmap v354: 97 pgs: 97 active+clean; 266 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 938 B/s wr, 0 op/s 2023-10-08T03:25:21.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:25:20 smithi046 ceph-mon[111227]: pgmap v354: 97 pgs: 97 active+clean; 266 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 938 B/s wr, 0 op/s 2023-10-08T03:25:21.887 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 667 sec 2023-10-08T03:25:22.887 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 668 sec 2023-10-08T03:25:23.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:25:22 smithi019 ceph-mon[108350]: pgmap v355: 97 pgs: 97 active+clean; 266 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-08T03:25:23.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:25:22 smithi046 ceph-mon[111227]: pgmap v355: 97 pgs: 97 active+clean; 266 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-08T03:25:23.887 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 669 sec 2023-10-08T03:25:24.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:25:23 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:25:24.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:25:23 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:25:24.887 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 670 sec 2023-10-08T03:25:25.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:25:24 smithi019 ceph-mon[108350]: pgmap v356: 97 pgs: 97 active+clean; 266 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:25:25.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:25:24 smithi046 ceph-mon[111227]: pgmap v356: 97 pgs: 97 active+clean; 266 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:25:25.887 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 671 sec 2023-10-08T03:25:26.887 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 672 sec 2023-10-08T03:25:27.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:25:26 smithi019 ceph-mon[108350]: pgmap v357: 97 pgs: 97 active+clean; 266 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:25:27.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:25:26 smithi046 ceph-mon[111227]: pgmap v357: 97 pgs: 97 active+clean; 266 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:25:27.887 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 673 sec 2023-10-08T03:25:28.888 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 674 sec 2023-10-08T03:25:29.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:25:28 smithi019 ceph-mon[108350]: pgmap v358: 97 pgs: 97 active+clean; 266 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:25:29.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:25:28 smithi046 ceph-mon[111227]: pgmap v358: 97 pgs: 97 active+clean; 266 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:25:29.888 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 675 sec 2023-10-08T03:25:30.888 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 676 sec 2023-10-08T03:25:31.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:25:30 smithi019 ceph-mon[108350]: pgmap v359: 97 pgs: 97 active+clean; 266 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:25:31.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:25:30 smithi046 ceph-mon[111227]: pgmap v359: 97 pgs: 97 active+clean; 266 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:25:31.888 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 677 sec 2023-10-08T03:25:32.888 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 678 sec 2023-10-08T03:25:33.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:25:32 smithi019 ceph-mon[108350]: pgmap v360: 97 pgs: 97 active+clean; 266 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-08T03:25:33.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:25:32 smithi046 ceph-mon[111227]: pgmap v360: 97 pgs: 97 active+clean; 266 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-08T03:25:33.888 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 679 sec 2023-10-08T03:25:34.888 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 680 sec 2023-10-08T03:25:35.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:25:34 smithi019 ceph-mon[108350]: pgmap v361: 97 pgs: 97 active+clean; 266 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:25:35.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:25:34 smithi046 ceph-mon[111227]: pgmap v361: 97 pgs: 97 active+clean; 266 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:25:35.888 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 681 sec 2023-10-08T03:25:36.888 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 682 sec 2023-10-08T03:25:37.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:25:36 smithi019 ceph-mon[108350]: pgmap v362: 97 pgs: 97 active+clean; 266 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:25:37.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:25:36 smithi046 ceph-mon[111227]: pgmap v362: 97 pgs: 97 active+clean; 266 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:25:37.888 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 683 sec 2023-10-08T03:25:38.888 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 684 sec 2023-10-08T03:25:39.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:25:38 smithi019 ceph-mon[108350]: pgmap v363: 97 pgs: 97 active+clean; 266 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:25:39.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:25:38 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:25:39.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:25:38 smithi046 ceph-mon[111227]: pgmap v363: 97 pgs: 97 active+clean; 266 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:25:39.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:25:38 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:25:39.888 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 685 sec 2023-10-08T03:25:40.888 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 686 sec 2023-10-08T03:25:41.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:25:40 smithi046 ceph-mon[111227]: pgmap v364: 97 pgs: 97 active+clean; 266 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:25:41.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:25:40 smithi019 ceph-mon[108350]: pgmap v364: 97 pgs: 97 active+clean; 266 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:25:41.888 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 687 sec 2023-10-08T03:25:42.888 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 688 sec 2023-10-08T03:25:43.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:25:42 smithi046 ceph-mon[111227]: pgmap v365: 97 pgs: 97 active+clean; 266 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-08T03:25:43.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:25:42 smithi019 ceph-mon[108350]: pgmap v365: 97 pgs: 97 active+clean; 266 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-08T03:25:43.888 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 689 sec 2023-10-08T03:25:44.888 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 690 sec 2023-10-08T03:25:45.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:25:44 smithi046 ceph-mon[111227]: pgmap v366: 97 pgs: 97 active+clean; 266 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:25:45.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:25:44 smithi019 ceph-mon[108350]: pgmap v366: 97 pgs: 97 active+clean; 266 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:25:45.888 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 691 sec 2023-10-08T03:25:46.888 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 692 sec 2023-10-08T03:25:47.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:25:46 smithi046 ceph-mon[111227]: pgmap v367: 97 pgs: 97 active+clean; 266 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:25:47.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:25:46 smithi019 ceph-mon[108350]: pgmap v367: 97 pgs: 97 active+clean; 266 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:25:47.888 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 693 sec 2023-10-08T03:25:48.888 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 694 sec 2023-10-08T03:25:49.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:25:48 smithi046 ceph-mon[111227]: pgmap v368: 97 pgs: 97 active+clean; 266 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:25:49.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:25:48 smithi019 ceph-mon[108350]: pgmap v368: 97 pgs: 97 active+clean; 266 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:25:49.888 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 695 sec 2023-10-08T03:25:50.888 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 696 sec 2023-10-08T03:25:50.911 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -e sha1=9725b08fd801c82987c737f7e6d354878f036ee8 -- bash -c 'ceph orch ps' 2023-10-08T03:25:51.031 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:25:50 smithi019 ceph-mon[108350]: pgmap v369: 97 pgs: 97 active+clean; 266 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:25:51.031 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:25:50 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:25:51.031 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:25:50 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:25:51.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:25:50 smithi046 ceph-mon[111227]: pgmap v369: 97 pgs: 97 active+clean; 266 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:25:51.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:25:50 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:25:51.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:25:50 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:25:51.645 INFO:teuthology.orchestra.run.smithi019.stdout: 0 cleanup 697 sec 2023-10-08T03:25:51.645 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-10-08T03:25:51.645 INFO:teuthology.orchestra.run.smithi019.stdout: Operation Count AvgLat MaxLat 2023-10-08T03:25:51.645 INFO:teuthology.orchestra.run.smithi019.stdout: ---------------------------------------- 2023-10-08T03:25:51.645 INFO:teuthology.orchestra.run.smithi019.stdout: NTCreateX 141705 7.653 172.030 2023-10-08T03:25:51.645 INFO:teuthology.orchestra.run.smithi019.stdout: Close 104055 0.153 18.548 2023-10-08T03:25:51.645 INFO:teuthology.orchestra.run.smithi019.stdout: Rename 6000 12.439 236.578 2023-10-08T03:25:51.645 INFO:teuthology.orchestra.run.smithi019.stdout: Unlink 28590 7.353 215.919 2023-10-08T03:25:51.646 INFO:teuthology.orchestra.run.smithi019.stdout: Qpathinfo 128567 3.030 214.133 2023-10-08T03:25:51.646 INFO:teuthology.orchestra.run.smithi019.stdout: Qfileinfo 22421 0.107 17.720 2023-10-08T03:25:51.646 INFO:teuthology.orchestra.run.smithi019.stdout: Qfsinfo 23514 1.650 43.093 2023-10-08T03:25:51.646 INFO:teuthology.orchestra.run.smithi019.stdout: Sfileinfo 11526 11.175 81.902 2023-10-08T03:25:51.646 INFO:teuthology.orchestra.run.smithi019.stdout: Find 49649 5.575 152.415 2023-10-08T03:25:51.646 INFO:teuthology.orchestra.run.smithi019.stdout: WriteX 69984 11.100 226.077 2023-10-08T03:25:51.646 INFO:teuthology.orchestra.run.smithi019.stdout: ReadX 222182 0.011 9.464 2023-10-08T03:25:51.646 INFO:teuthology.orchestra.run.smithi019.stdout: LockX 460 0.431 5.870 2023-10-08T03:25:51.646 INFO:teuthology.orchestra.run.smithi019.stdout: UnlockX 460 0.356 9.007 2023-10-08T03:25:51.646 INFO:teuthology.orchestra.run.smithi019.stdout: Flush 9909 0.003 0.020 2023-10-08T03:25:51.646 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-10-08T03:25:51.647 INFO:teuthology.orchestra.run.smithi019.stdout:Throughput 7.35318 MB/sec 5 clients 5 procs max_latency=236.586 ms 2023-10-08T03:25:51.647 DEBUG:teuthology.orchestra.run.smithi019:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2023-10-08T03:25:51.714 DEBUG:teuthology.orchestra.run.smithi019:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2023-10-08T03:25:51.800 DEBUG:teuthology.orchestra.run.smithi019:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2023-10-08T03:25:51.866 INFO:teuthology.orchestra.run.smithi019.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-10-08T03:25:51.866 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-10-08T03:25:51.866 INFO:teuthology.orchestra.run.smithi019.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2023-10-08T03:25:51.867 INFO:teuthology.orchestra.run.smithi019.stdout:3 of 5 processes prepared for launch 0 sec 2023-10-08T03:25:51.967 INFO:teuthology.orchestra.run.smithi019.stdout:5 of 5 processes prepared for launch 0 sec 2023-10-08T03:25:51.967 INFO:teuthology.orchestra.run.smithi019.stdout:releasing clients 2023-10-08T03:25:53.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:25:52 smithi046 ceph-mon[111227]: pgmap v370: 97 pgs: 97 active+clean; 266 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-08T03:25:53.126 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:25:52 smithi019 ceph-mon[108350]: pgmap v370: 97 pgs: 97 active+clean; 266 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-08T03:25:53.540 INFO:teuthology.orchestra.run.smithi019.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-08T03:25:53.540 INFO:teuthology.orchestra.run.smithi019.stdout:alertmanager.smithi019 smithi019 *:9093,9094 starting - - - - 2023-10-08T03:25:53.540 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi019 smithi019 running (18m) 12m ago 18m 7013k - 17.2.0 e1d6a67b021e 93f2f87f70d7 2023-10-08T03:25:53.540 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi046 smithi046 running (17m) 8m ago 17m 7176k - 17.2.0 e1d6a67b021e 3eac4fedb25b 2023-10-08T03:25:53.540 INFO:teuthology.orchestra.run.smithi019.stdout:grafana.smithi019 smithi019 *:3000 starting - - - - 2023-10-08T03:25:53.540 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi019.mucmqc smithi019 running (14m) 12m ago 14m 34.1M - 17.2.0 e1d6a67b021e 7f9ed02e230d 2023-10-08T03:25:53.540 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi046.mfhvuj smithi046 running (14m) 8m ago 14m 17.4M - 17.2.0 e1d6a67b021e fa7253ccc386 2023-10-08T03:25:53.540 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi019.xhcxai smithi019 *:9283 running (19m) 12m ago 19m 313M - 17.2.0 e1d6a67b021e ffebd90d85cb 2023-10-08T03:25:53.541 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi046.qizlkx smithi046 *:8443,9283 running (12m) 8m ago 17m 512M - 18.0.0-6609-g9725b08f d68377abd09f 8fbe4275b077 2023-10-08T03:25:53.541 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi019 smithi019 running (19m) 12m ago 19m 93.7M 2048M 17.2.0 e1d6a67b021e 3343e10344ce 2023-10-08T03:25:53.541 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi046 smithi046 running (17m) 8m ago 17m 70.0M 2048M 17.2.0 e1d6a67b021e f493055937f5 2023-10-08T03:25:53.541 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.0.0.smithi019.xoggxc smithi019 *:2049 running (13m) 12m ago 13m 256M - 4.0 e1d6a67b021e 7bfe4ef2f1b4 2023-10-08T03:25:53.541 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.1.0.smithi046.xbdcvc smithi046 *:2049 running (13m) 8m ago 13m 92.3M - 4.0 e1d6a67b021e 4183af495695 2023-10-08T03:25:53.541 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi019 smithi019 *:9100 starting - - - - 2023-10-08T03:25:53.541 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi046 smithi046 *:9100 running (11m) 8m ago 17m 26.4M - 1.3.1 1dbe0e931976 ed9d56f1d898 2023-10-08T03:25:53.541 INFO:teuthology.orchestra.run.smithi019.stdout:osd.0 smithi019 running (17m) 12m ago 17m 476M 1943M 17.2.0 e1d6a67b021e 87e5445a13d5 2023-10-08T03:25:53.541 INFO:teuthology.orchestra.run.smithi019.stdout:osd.1 smithi019 running (16m) 12m ago 16m 303M 1943M 17.2.0 e1d6a67b021e 790a367854df 2023-10-08T03:25:53.541 INFO:teuthology.orchestra.run.smithi019.stdout:osd.2 smithi019 running (16m) 12m ago 16m 197M 1943M 17.2.0 e1d6a67b021e 7a427689da6b 2023-10-08T03:25:53.541 INFO:teuthology.orchestra.run.smithi019.stdout:osd.3 smithi019 running (16m) 12m ago 16m 418M 1943M 17.2.0 e1d6a67b021e 61eeb3784da1 2023-10-08T03:25:53.541 INFO:teuthology.orchestra.run.smithi019.stdout:osd.4 smithi046 running (15m) 8m ago 15m 1250M 2711M 17.2.0 e1d6a67b021e f34ac437618f 2023-10-08T03:25:53.541 INFO:teuthology.orchestra.run.smithi019.stdout:osd.5 smithi046 running (15m) 8m ago 15m 1580M 2711M 17.2.0 e1d6a67b021e 410d010c43f3 2023-10-08T03:25:53.542 INFO:teuthology.orchestra.run.smithi019.stdout:osd.6 smithi046 running (15m) 8m ago 15m 1198M 2711M 17.2.0 e1d6a67b021e 16f12791da25 2023-10-08T03:25:53.542 INFO:teuthology.orchestra.run.smithi019.stdout:osd.7 smithi046 running (15m) 8m ago 15m 1892M 2711M 17.2.0 e1d6a67b021e 54d01c0d1021 2023-10-08T03:25:53.542 INFO:teuthology.orchestra.run.smithi019.stdout:prometheus.smithi019 smithi019 *:9095 starting - - - - 2023-10-08T03:25:53.910 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:25:53 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:25:53.974 INFO:teuthology.orchestra.run.smithi019.stdout: 5 308 18.21 MB/sec execute 1 sec latency 134.526 ms 2023-10-08T03:25:54.275 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -e sha1=9725b08fd801c82987c737f7e6d354878f036ee8 -- bash -c 'ceph versions' 2023-10-08T03:25:54.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:25:53 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:25:54.943 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:25:54 smithi019 ceph-mon[108350]: pgmap v371: 97 pgs: 97 active+clean; 266 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:25:54.943 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:25:54 smithi019 ceph-mon[108350]: from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:25:54.974 INFO:teuthology.orchestra.run.smithi019.stdout: 5 424 18.34 MB/sec execute 2 sec latency 150.285 ms 2023-10-08T03:25:55.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:25:54 smithi046 ceph-mon[111227]: pgmap v371: 97 pgs: 97 active+clean; 266 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:25:55.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:25:54 smithi046 ceph-mon[111227]: from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:25:55.976 INFO:teuthology.orchestra.run.smithi019.stdout: 5 578 20.38 MB/sec execute 3 sec latency 112.195 ms 2023-10-08T03:25:56.976 INFO:teuthology.orchestra.run.smithi019.stdout: 5 785 17.21 MB/sec execute 4 sec latency 132.398 ms 2023-10-08T03:25:57.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:25:56 smithi019 ceph-mon[108350]: pgmap v372: 97 pgs: 97 active+clean; 321 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 682 B/s rd, 5.5 MiB/s wr, 85 op/s 2023-10-08T03:25:57.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:25:56 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:25:57.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:25:56 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:25:57.150 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2023-10-08T03:25:57.150 INFO:teuthology.orchestra.run.smithi019.stdout: "mon": { 2023-10-08T03:25:57.151 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-10-08T03:25:57.151 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2023-10-08T03:25:57.151 INFO:teuthology.orchestra.run.smithi019.stdout: "mgr": { 2023-10-08T03:25:57.151 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-10-08T03:25:57.151 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 18.0.0-6609-g9725b08f (9725b08fd801c82987c737f7e6d354878f036ee8) reef (dev)": 1 2023-10-08T03:25:57.151 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2023-10-08T03:25:57.151 INFO:teuthology.orchestra.run.smithi019.stdout: "osd": { 2023-10-08T03:25:57.151 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-10-08T03:25:57.151 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2023-10-08T03:25:57.151 INFO:teuthology.orchestra.run.smithi019.stdout: "mds": { 2023-10-08T03:25:57.151 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-10-08T03:25:57.151 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2023-10-08T03:25:57.152 INFO:teuthology.orchestra.run.smithi019.stdout: "overall": { 2023-10-08T03:25:57.152 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-10-08T03:25:57.152 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 18.0.0-6609-g9725b08f (9725b08fd801c82987c737f7e6d354878f036ee8) reef (dev)": 1 2023-10-08T03:25:57.152 INFO:teuthology.orchestra.run.smithi019.stdout: } 2023-10-08T03:25:57.152 INFO:teuthology.orchestra.run.smithi019.stdout:} 2023-10-08T03:25:57.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:25:56 smithi046 ceph-mon[111227]: pgmap v372: 97 pgs: 97 active+clean; 321 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 682 B/s rd, 5.5 MiB/s wr, 85 op/s 2023-10-08T03:25:57.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:25:56 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:25:57.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:25:56 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:25:57.795 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -e sha1=9725b08fd801c82987c737f7e6d354878f036ee8 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2023-10-08T03:25:57.976 INFO:teuthology.orchestra.run.smithi019.stdout: 5 cleanup 5 sec 2023-10-08T03:25:58.057 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:25:57 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/2909987934' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-08T03:25:58.058 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:25:57 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:25:58.058 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:25:57 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:25:58.058 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:25:57 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:25:58.058 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:25:57 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:25:58.058 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:25:57 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:25:58.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:25:57 smithi046 ceph-mon[111227]: from='client.? 172.21.15.19:0/2909987934' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-08T03:25:58.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:25:57 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:25:58.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:25:57 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:25:58.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:25:57 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:25:58.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:25:57 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:25:58.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:25:57 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:25:58.976 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 6 sec 2023-10-08T03:25:59.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:25:58 smithi019 ceph-mon[108350]: pgmap v373: 97 pgs: 97 active+clean; 321 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 682 B/s rd, 5.5 MiB/s wr, 85 op/s 2023-10-08T03:25:59.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:25:58 smithi019 ceph-mon[108350]: pgmap v374: 97 pgs: 97 active+clean; 321 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 815 B/s rd, 6.6 MiB/s wr, 101 op/s 2023-10-08T03:25:59.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:25:58 smithi019 ceph-mon[108350]: Health check failed: 1 hosts fail cephadm check (CEPHADM_HOST_CHECK_FAILED) 2023-10-08T03:25:59.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:25:58 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:25:59.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:25:58 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:25:59.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:25:58 smithi046 ceph-mon[111227]: pgmap v373: 97 pgs: 97 active+clean; 321 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 682 B/s rd, 5.5 MiB/s wr, 85 op/s 2023-10-08T03:25:59.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:25:58 smithi046 ceph-mon[111227]: pgmap v374: 97 pgs: 97 active+clean; 321 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 815 B/s rd, 6.6 MiB/s wr, 101 op/s 2023-10-08T03:25:59.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:25:58 smithi046 ceph-mon[111227]: Health check failed: 1 hosts fail cephadm check (CEPHADM_HOST_CHECK_FAILED) 2023-10-08T03:25:59.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:25:58 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:25:59.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:25:58 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:25:59.976 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 7 sec 2023-10-08T03:26:00.976 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 8 sec 2023-10-08T03:26:01.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:26:00 smithi019 ceph-mon[108350]: pgmap v375: 97 pgs: 97 active+clean; 342 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 815 B/s rd, 9.4 MiB/s wr, 132 op/s 2023-10-08T03:26:01.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:26:00 smithi046 ceph-mon[111227]: pgmap v375: 97 pgs: 97 active+clean; 342 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 815 B/s rd, 9.4 MiB/s wr, 132 op/s 2023-10-08T03:26:01.976 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 9 sec 2023-10-08T03:26:02.976 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 10 sec 2023-10-08T03:26:03.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:26:02 smithi019 ceph-mon[108350]: pgmap v376: 97 pgs: 97 active+clean; 358 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 1.4 KiB/s rd, 11 MiB/s wr, 233 op/s 2023-10-08T03:26:03.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:26:02 smithi046 ceph-mon[111227]: pgmap v376: 97 pgs: 97 active+clean; 358 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 1.4 KiB/s rd, 11 MiB/s wr, 233 op/s 2023-10-08T03:26:03.976 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 11 sec 2023-10-08T03:26:04.976 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 12 sec 2023-10-08T03:26:05.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:26:04 smithi019 ceph-mon[108350]: pgmap v377: 97 pgs: 97 active+clean; 358 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 1.4 KiB/s rd, 11 MiB/s wr, 233 op/s 2023-10-08T03:26:05.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:26:04 smithi046 ceph-mon[111227]: pgmap v377: 97 pgs: 97 active+clean; 358 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 1.4 KiB/s rd, 11 MiB/s wr, 233 op/s 2023-10-08T03:26:05.976 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 13 sec 2023-10-08T03:26:06.976 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 14 sec 2023-10-08T03:26:07.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:26:06 smithi019 ceph-mon[108350]: pgmap v378: 97 pgs: 97 active+clean; 263 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 4.7 MiB/s wr, 163 op/s 2023-10-08T03:26:07.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:26:06 smithi046 ceph-mon[111227]: pgmap v378: 97 pgs: 97 active+clean; 263 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 4.7 MiB/s wr, 163 op/s 2023-10-08T03:26:07.976 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 15 sec 2023-10-08T03:26:08.976 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 16 sec 2023-10-08T03:26:09.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:26:08 smithi019 ceph-mon[108350]: pgmap v379: 97 pgs: 97 active+clean; 263 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 4.7 MiB/s wr, 163 op/s 2023-10-08T03:26:09.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:26:08 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:26:09.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:26:08 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:26:09.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:26:08 smithi046 ceph-mon[111227]: pgmap v379: 97 pgs: 97 active+clean; 263 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 4.7 MiB/s wr, 163 op/s 2023-10-08T03:26:09.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:26:08 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:26:09.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:26:08 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:26:09.976 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 17 sec 2023-10-08T03:26:10.976 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 18 sec 2023-10-08T03:26:11.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:26:10 smithi019 ceph-mon[108350]: pgmap v380: 97 pgs: 97 active+clean; 263 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 3.2 KiB/s rd, 3.9 MiB/s wr, 136 op/s 2023-10-08T03:26:11.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:26:10 smithi046 ceph-mon[111227]: pgmap v380: 97 pgs: 97 active+clean; 263 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 3.2 KiB/s rd, 3.9 MiB/s wr, 136 op/s 2023-10-08T03:26:11.976 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 19 sec 2023-10-08T03:26:12.977 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 20 sec 2023-10-08T03:26:13.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:26:12 smithi019 ceph-mon[108350]: pgmap v381: 97 pgs: 97 active+clean; 263 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 3.4 KiB/s rd, 1.6 MiB/s wr, 111 op/s 2023-10-08T03:26:13.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:26:12 smithi046 ceph-mon[111227]: pgmap v381: 97 pgs: 97 active+clean; 263 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 3.4 KiB/s rd, 1.6 MiB/s wr, 111 op/s 2023-10-08T03:26:13.976 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 21 sec 2023-10-08T03:26:14.977 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 22 sec 2023-10-08T03:26:15.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:26:14 smithi019 ceph-mon[108350]: pgmap v382: 97 pgs: 97 active+clean; 263 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 2.7 KiB/s rd, 32 KiB/s wr, 26 op/s 2023-10-08T03:26:15.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:26:14 smithi046 ceph-mon[111227]: pgmap v382: 97 pgs: 97 active+clean; 263 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 2.7 KiB/s rd, 32 KiB/s wr, 26 op/s 2023-10-08T03:26:15.977 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 23 sec 2023-10-08T03:26:16.977 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 24 sec 2023-10-08T03:26:17.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:26:16 smithi019 ceph-mon[108350]: pgmap v383: 97 pgs: 97 active+clean; 263 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 2.7 KiB/s rd, 32 KiB/s wr, 26 op/s 2023-10-08T03:26:17.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:26:16 smithi046 ceph-mon[111227]: pgmap v383: 97 pgs: 97 active+clean; 263 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 2.7 KiB/s rd, 32 KiB/s wr, 26 op/s 2023-10-08T03:26:17.977 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 25 sec 2023-10-08T03:26:18.977 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 26 sec 2023-10-08T03:26:19.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:26:18 smithi019 ceph-mon[108350]: pgmap v384: 97 pgs: 97 active+clean; 263 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 3.5 KiB/s wr, 0 op/s 2023-10-08T03:26:19.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:26:18 smithi046 ceph-mon[111227]: pgmap v384: 97 pgs: 97 active+clean; 263 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 3.5 KiB/s wr, 0 op/s 2023-10-08T03:26:19.977 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 27 sec 2023-10-08T03:26:20.977 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 28 sec 2023-10-08T03:26:21.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:26:20 smithi019 ceph-mon[108350]: pgmap v385: 97 pgs: 97 active+clean; 263 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 3.5 KiB/s wr, 0 op/s 2023-10-08T03:26:21.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:26:20 smithi046 ceph-mon[111227]: pgmap v385: 97 pgs: 97 active+clean; 263 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 3.5 KiB/s wr, 0 op/s 2023-10-08T03:26:21.977 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 29 sec 2023-10-08T03:26:22.977 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 30 sec 2023-10-08T03:26:23.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:26:22 smithi019 ceph-mon[108350]: pgmap v386: 97 pgs: 97 active+clean; 263 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 767 B/s wr, 0 op/s 2023-10-08T03:26:23.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:26:22 smithi046 ceph-mon[111227]: pgmap v386: 97 pgs: 97 active+clean; 263 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 767 B/s wr, 0 op/s 2023-10-08T03:26:23.977 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 31 sec 2023-10-08T03:26:24.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:26:23 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:26:24.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:26:23 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:26:24.978 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 32 sec 2023-10-08T03:26:25.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:26:24 smithi019 ceph-mon[108350]: pgmap v387: 97 pgs: 97 active+clean; 263 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 767 B/s wr, 0 op/s 2023-10-08T03:26:25.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:26:24 smithi046 ceph-mon[111227]: pgmap v387: 97 pgs: 97 active+clean; 263 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 767 B/s wr, 0 op/s 2023-10-08T03:26:25.977 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 33 sec 2023-10-08T03:26:26.977 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 34 sec 2023-10-08T03:26:27.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:26:26 smithi019 ceph-mon[108350]: pgmap v388: 97 pgs: 97 active+clean; 263 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 767 B/s wr, 0 op/s 2023-10-08T03:26:27.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:26:26 smithi046 ceph-mon[111227]: pgmap v388: 97 pgs: 97 active+clean; 263 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 767 B/s wr, 0 op/s 2023-10-08T03:26:27.978 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 35 sec 2023-10-08T03:26:28.978 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 36 sec 2023-10-08T03:26:29.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:26:28 smithi019 ceph-mon[108350]: pgmap v389: 97 pgs: 97 active+clean; 263 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:26:29.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:26:28 smithi046 ceph-mon[111227]: pgmap v389: 97 pgs: 97 active+clean; 263 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:26:29.978 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 37 sec 2023-10-08T03:26:30.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:26:29 smithi019 ceph-mon[108350]: pgmap v390: 97 pgs: 97 active+clean; 263 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:26:30.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:26:29 smithi046 ceph-mon[111227]: pgmap v390: 97 pgs: 97 active+clean; 263 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:26:30.978 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 38 sec 2023-10-08T03:26:31.978 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 39 sec 2023-10-08T03:26:32.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:26:32 smithi046 ceph-mon[111227]: pgmap v391: 97 pgs: 97 active+clean; 263 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-08T03:26:32.978 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 40 sec 2023-10-08T03:26:33.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:26:32 smithi019 ceph-mon[108350]: pgmap v391: 97 pgs: 97 active+clean; 263 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-08T03:26:33.978 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 41 sec 2023-10-08T03:26:34.978 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 42 sec 2023-10-08T03:26:35.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:26:34 smithi019 ceph-mon[108350]: pgmap v392: 97 pgs: 97 active+clean; 263 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:26:35.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:26:34 smithi046 ceph-mon[111227]: pgmap v392: 97 pgs: 97 active+clean; 263 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:26:35.978 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 43 sec 2023-10-08T03:26:36.978 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 44 sec 2023-10-08T03:26:37.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:26:36 smithi019 ceph-mon[108350]: pgmap v393: 97 pgs: 97 active+clean; 263 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:26:37.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:26:36 smithi046 ceph-mon[111227]: pgmap v393: 97 pgs: 97 active+clean; 263 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:26:37.978 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 45 sec 2023-10-08T03:26:38.978 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 46 sec 2023-10-08T03:26:39.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:26:38 smithi019 ceph-mon[108350]: pgmap v394: 97 pgs: 97 active+clean; 263 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:26:39.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:26:38 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:26:39.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:26:38 smithi046 ceph-mon[111227]: pgmap v394: 97 pgs: 97 active+clean; 263 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:26:39.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:26:38 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:26:39.978 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 47 sec 2023-10-08T03:26:40.978 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 48 sec 2023-10-08T03:26:41.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:26:40 smithi019 ceph-mon[108350]: pgmap v395: 97 pgs: 97 active+clean; 263 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:26:41.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:26:40 smithi046 ceph-mon[111227]: pgmap v395: 97 pgs: 97 active+clean; 263 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:26:41.978 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 49 sec 2023-10-08T03:26:42.978 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 50 sec 2023-10-08T03:26:43.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:26:42 smithi019 ceph-mon[108350]: pgmap v396: 97 pgs: 97 active+clean; 263 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-08T03:26:43.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:26:42 smithi046 ceph-mon[111227]: pgmap v396: 97 pgs: 97 active+clean; 263 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-08T03:26:43.978 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 51 sec 2023-10-08T03:26:44.978 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 52 sec 2023-10-08T03:26:45.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:26:44 smithi019 ceph-mon[108350]: pgmap v397: 97 pgs: 97 active+clean; 263 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:26:45.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:26:44 smithi046 ceph-mon[111227]: pgmap v397: 97 pgs: 97 active+clean; 263 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:26:45.978 INFO:teuthology.orchestra.run.smithi019.stdout: 1 cleanup 53 sec 2023-10-08T03:26:46.370 INFO:teuthology.orchestra.run.smithi019.stdout: 0 cleanup 53 sec 2023-10-08T03:26:46.370 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-10-08T03:26:46.370 INFO:teuthology.orchestra.run.smithi019.stdout: Operation Count AvgLat MaxLat 2023-10-08T03:26:46.370 INFO:teuthology.orchestra.run.smithi019.stdout: ---------------------------------------- 2023-10-08T03:26:46.370 INFO:teuthology.orchestra.run.smithi019.stdout: NTCreateX 570 20.504 150.280 2023-10-08T03:26:46.370 INFO:teuthology.orchestra.run.smithi019.stdout: Close 517 7.484 59.772 2023-10-08T03:26:46.371 INFO:teuthology.orchestra.run.smithi019.stdout: Rename 18 34.587 80.245 2023-10-08T03:26:46.371 INFO:teuthology.orchestra.run.smithi019.stdout: Unlink 45 8.607 63.668 2023-10-08T03:26:46.371 INFO:teuthology.orchestra.run.smithi019.stdout: Qpathinfo 147 3.274 63.853 2023-10-08T03:26:46.371 INFO:teuthology.orchestra.run.smithi019.stdout: Qfileinfo 318 12.670 36.002 2023-10-08T03:26:46.371 INFO:teuthology.orchestra.run.smithi019.stdout: Qfsinfo 98 2.593 18.845 2023-10-08T03:26:46.371 INFO:teuthology.orchestra.run.smithi019.stdout: Sfileinfo 83 11.939 47.452 2023-10-08T03:26:46.371 INFO:teuthology.orchestra.run.smithi019.stdout: Find 120 12.919 132.389 2023-10-08T03:26:46.371 INFO:teuthology.orchestra.run.smithi019.stdout: WriteX 1567 0.029 0.079 2023-10-08T03:26:46.371 INFO:teuthology.orchestra.run.smithi019.stdout: ReadX 443 0.039 4.333 2023-10-08T03:26:46.371 INFO:teuthology.orchestra.run.smithi019.stdout: Flush 114 11.136 22.999 2023-10-08T03:26:46.372 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-10-08T03:26:46.372 INFO:teuthology.orchestra.run.smithi019.stdout:Throughput 17.2099 MB/sec 5 clients 5 procs max_latency=150.285 ms 2023-10-08T03:26:46.373 DEBUG:teuthology.parallel:result is None 2023-10-08T03:26:46.749 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:26:46 smithi019 ceph-mon[108350]: pgmap v398: 97 pgs: 97 active+clean; 263 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:26:47.069 INFO:teuthology.orchestra.run.smithi019.stdout:wait for servicemap items w/ changing names to refresh 2023-10-08T03:26:47.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:26:46 smithi046 ceph-mon[111227]: pgmap v398: 97 pgs: 97 active+clean; 263 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:26:47.626 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -e sha1=9725b08fd801c82987c737f7e6d354878f036ee8 -- bash -c 'sleep 60' 2023-10-08T03:26:49.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:26:48 smithi019 ceph-mon[108350]: pgmap v399: 97 pgs: 97 active+clean; 263 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:26:49.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:26:48 smithi046 ceph-mon[111227]: pgmap v399: 97 pgs: 97 active+clean; 263 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:26:51.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:26:50 smithi019 ceph-mon[108350]: pgmap v400: 97 pgs: 97 active+clean; 262 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 2.2 KiB/s wr, 0 op/s 2023-10-08T03:26:51.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:26:50 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:26:51.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:26:50 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:26:51.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:26:50 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:26:51.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:26:50 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:26:51.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:26:50 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:26:51.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:26:50 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:26:51.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:26:50 smithi046 ceph-mon[111227]: pgmap v400: 97 pgs: 97 active+clean; 262 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 2.2 KiB/s wr, 0 op/s 2023-10-08T03:26:51.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:26:50 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:26:51.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:26:50 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:26:51.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:26:50 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:26:51.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:26:50 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:26:51.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:26:50 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:26:51.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:26:50 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:26:52.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:26:51 smithi019 ceph-mon[108350]: pgmap v401: 97 pgs: 97 active+clean; 262 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 557 B/s rd, 2.8 KiB/s wr, 1 op/s 2023-10-08T03:26:52.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:26:51 smithi019 ceph-mon[108350]: Health check cleared: CEPHADM_HOST_CHECK_FAILED (was: 1 hosts fail cephadm check) 2023-10-08T03:26:52.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:26:51 smithi046 ceph-mon[111227]: pgmap v401: 97 pgs: 97 active+clean; 262 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 557 B/s rd, 2.8 KiB/s wr, 1 op/s 2023-10-08T03:26:52.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:26:51 smithi046 ceph-mon[111227]: Health check cleared: CEPHADM_HOST_CHECK_FAILED (was: 1 hosts fail cephadm check) 2023-10-08T03:26:54.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:26:53 smithi019 ceph-mon[108350]: pgmap v402: 97 pgs: 97 active+clean; 262 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 371 B/s rd, 2.8 KiB/s wr, 1 op/s 2023-10-08T03:26:54.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:26:53 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:26:54.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:26:53 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:26:54.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:26:53 smithi046 ceph-mon[111227]: pgmap v402: 97 pgs: 97 active+clean; 262 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 371 B/s rd, 2.8 KiB/s wr, 1 op/s 2023-10-08T03:26:54.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:26:53 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:26:54.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:26:53 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:26:56.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:26:55 smithi019 ceph-mon[108350]: pgmap v403: 97 pgs: 97 active+clean; 258 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 371 B/s rd, 8.2 KiB/s wr, 2 op/s 2023-10-08T03:26:56.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:26:55 smithi046 ceph-mon[111227]: pgmap v403: 97 pgs: 97 active+clean; 258 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 371 B/s rd, 8.2 KiB/s wr, 2 op/s 2023-10-08T03:26:58.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:26:57 smithi019 ceph-mon[108350]: pgmap v404: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 650 B/s rd, 8.5 KiB/s wr, 3 op/s 2023-10-08T03:26:58.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:26:57 smithi046 ceph-mon[111227]: pgmap v404: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 650 B/s rd, 8.5 KiB/s wr, 3 op/s 2023-10-08T03:27:00.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:26:59 smithi019 ceph-mon[108350]: pgmap v405: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 650 B/s rd, 8.5 KiB/s wr, 3 op/s 2023-10-08T03:27:00.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:26:59 smithi046 ceph-mon[111227]: pgmap v405: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 650 B/s rd, 8.5 KiB/s wr, 3 op/s 2023-10-08T03:27:02.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:27:01 smithi019 ceph-mon[108350]: pgmap v406: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 836 B/s rd, 7.5 KiB/s wr, 3 op/s 2023-10-08T03:27:02.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:27:01 smithi046 ceph-mon[111227]: pgmap v406: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 836 B/s rd, 7.5 KiB/s wr, 3 op/s 2023-10-08T03:27:04.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:27:03 smithi019 ceph-mon[108350]: pgmap v407: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 6.6 KiB/s wr, 2 op/s 2023-10-08T03:27:04.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:27:03 smithi046 ceph-mon[111227]: pgmap v407: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 6.6 KiB/s wr, 2 op/s 2023-10-08T03:27:06.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:27:05 smithi019 ceph-mon[108350]: pgmap v408: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 6.6 KiB/s wr, 2 op/s 2023-10-08T03:27:06.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:27:05 smithi046 ceph-mon[111227]: pgmap v408: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 6.6 KiB/s wr, 2 op/s 2023-10-08T03:27:08.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:27:07 smithi019 ceph-mon[108350]: pgmap v409: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 1.7 KiB/s wr, 1 op/s 2023-10-08T03:27:08.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:27:07 smithi046 ceph-mon[111227]: pgmap v409: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 1.7 KiB/s wr, 1 op/s 2023-10-08T03:27:09.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:27:08 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:27:09.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:27:08 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:27:10.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:27:09 smithi019 ceph-mon[108350]: pgmap v410: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 0 op/s 2023-10-08T03:27:10.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:27:09 smithi046 ceph-mon[111227]: pgmap v410: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 0 op/s 2023-10-08T03:27:12.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:27:11 smithi019 ceph-mon[108350]: pgmap v411: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.3 KiB/s wr, 0 op/s 2023-10-08T03:27:12.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:27:11 smithi046 ceph-mon[111227]: pgmap v411: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.3 KiB/s wr, 0 op/s 2023-10-08T03:27:14.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:27:13 smithi019 ceph-mon[108350]: pgmap v412: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:27:14.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:27:13 smithi046 ceph-mon[111227]: pgmap v412: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:27:16.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:27:15 smithi019 ceph-mon[108350]: pgmap v413: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:27:16.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:27:15 smithi046 ceph-mon[111227]: pgmap v413: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:27:18.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:27:17 smithi019 ceph-mon[108350]: pgmap v414: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:27:18.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:27:17 smithi046 ceph-mon[111227]: pgmap v414: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:27:20.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:27:19 smithi019 ceph-mon[108350]: pgmap v415: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:27:20.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:27:19 smithi046 ceph-mon[111227]: pgmap v415: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:27:22.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:27:21 smithi019 ceph-mon[108350]: pgmap v416: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-08T03:27:22.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:27:21 smithi046 ceph-mon[111227]: pgmap v416: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-08T03:27:24.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:27:23 smithi019 ceph-mon[108350]: pgmap v417: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:27:24.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:27:23 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:27:24.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:27:23 smithi046 ceph-mon[111227]: pgmap v417: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:27:24.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:27:23 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:27:26.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:27:25 smithi019 ceph-mon[108350]: pgmap v418: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:27:26.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:27:25 smithi046 ceph-mon[111227]: pgmap v418: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:27:28.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:27:27 smithi019 ceph-mon[108350]: pgmap v419: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:27:28.092 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:27:27 smithi046 ceph-mon[111227]: pgmap v419: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:27:30.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:27:29 smithi019 ceph-mon[108350]: pgmap v420: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:27:30.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:27:29 smithi046 ceph-mon[111227]: pgmap v420: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:27:32.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:27:31 smithi019 ceph-mon[108350]: pgmap v421: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-08T03:27:32.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:27:31 smithi046 ceph-mon[111227]: pgmap v421: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-08T03:27:34.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:27:33 smithi019 ceph-mon[108350]: pgmap v422: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:27:34.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:27:33 smithi046 ceph-mon[111227]: pgmap v422: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:27:36.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:27:35 smithi019 ceph-mon[108350]: pgmap v423: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:27:36.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:27:35 smithi046 ceph-mon[111227]: pgmap v423: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:27:38.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:27:37 smithi019 ceph-mon[108350]: pgmap v424: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:27:38.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:27:37 smithi046 ceph-mon[111227]: pgmap v424: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:27:39.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:27:38 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:27:39.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:27:38 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:27:40.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:27:39 smithi046 ceph-mon[111227]: pgmap v425: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:27:40.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:27:39 smithi019 ceph-mon[108350]: pgmap v425: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:27:42.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:27:41 smithi046 ceph-mon[111227]: pgmap v426: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-08T03:27:42.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:27:41 smithi019 ceph-mon[108350]: pgmap v426: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-08T03:27:44.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:27:43 smithi046 ceph-mon[111227]: pgmap v427: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:27:44.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:27:43 smithi019 ceph-mon[108350]: pgmap v427: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:27:46.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:27:45 smithi046 ceph-mon[111227]: pgmap v428: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:27:46.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:27:45 smithi019 ceph-mon[108350]: pgmap v428: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:27:48.092 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:27:47 smithi046 ceph-mon[111227]: pgmap v429: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:27:48.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:27:47 smithi019 ceph-mon[108350]: pgmap v429: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:27:49.560 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -e sha1=9725b08fd801c82987c737f7e6d354878f036ee8 -- bash -c 'ceph orch ps' 2023-10-08T03:27:50.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:27:49 smithi046 ceph-mon[111227]: pgmap v430: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:27:50.140 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:27:49 smithi019 ceph-mon[108350]: pgmap v430: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:27:51.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:27:50 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:27:51.208 INFO:teuthology.orchestra.run.smithi019.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-08T03:27:51.208 INFO:teuthology.orchestra.run.smithi019.stdout:alertmanager.smithi019 smithi019 *:9093,9094 running (13m) 60s ago 20m 25.5M - 0.23.0 ba2b418f427c 11cea6744ab6 2023-10-08T03:27:51.208 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi019 smithi019 running (20m) 60s ago 20m 7000k - 17.2.0 e1d6a67b021e 93f2f87f70d7 2023-10-08T03:27:51.208 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi046 smithi046 running (19m) 10m ago 19m 7176k - 17.2.0 e1d6a67b021e 3eac4fedb25b 2023-10-08T03:27:51.208 INFO:teuthology.orchestra.run.smithi019.stdout:grafana.smithi019 smithi019 *:3000 running (13m) 60s ago 20m 55.9M - 8.3.5 dad864ee21e9 1daffc891015 2023-10-08T03:27:51.208 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi019.mucmqc smithi019 running (16m) 60s ago 16m 38.4M - 17.2.0 e1d6a67b021e 7f9ed02e230d 2023-10-08T03:27:51.208 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi046.mfhvuj smithi046 running (15m) 10m ago 15m 17.4M - 17.2.0 e1d6a67b021e fa7253ccc386 2023-10-08T03:27:51.208 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi019.xhcxai smithi019 *:8443,9283,8765 running (21m) 60s ago 21m 432M - 17.2.0 e1d6a67b021e ffebd90d85cb 2023-10-08T03:27:51.209 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi046.qizlkx smithi046 *:8443,9283 running (14m) 10m ago 19m 512M - 18.0.0-6609-g9725b08f d68377abd09f 8fbe4275b077 2023-10-08T03:27:51.209 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi019 smithi019 running (21m) 60s ago 21m 174M 2048M 17.2.0 e1d6a67b021e 3343e10344ce 2023-10-08T03:27:51.209 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi046 smithi046 running (19m) 10m ago 19m 70.0M 2048M 17.2.0 e1d6a67b021e f493055937f5 2023-10-08T03:27:51.209 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.0.0.smithi019.xoggxc smithi019 *:2049 running (15m) 60s ago 15m 356M - 4.0 e1d6a67b021e 7bfe4ef2f1b4 2023-10-08T03:27:51.209 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.1.0.smithi046.xbdcvc smithi046 *:2049 running (15m) 10m ago 15m 92.3M - 4.0 e1d6a67b021e 4183af495695 2023-10-08T03:27:51.209 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi019 smithi019 *:9100 running (13m) 60s ago 20m 26.8M - 1.3.1 1dbe0e931976 a925abbd7888 2023-10-08T03:27:51.209 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi046 smithi046 *:9100 running (13m) 10m ago 19m 26.4M - 1.3.1 1dbe0e931976 ed9d56f1d898 2023-10-08T03:27:51.209 INFO:teuthology.orchestra.run.smithi019.stdout:osd.0 smithi019 running (19m) 60s ago 19m 2375M 1943M 17.2.0 e1d6a67b021e 87e5445a13d5 2023-10-08T03:27:51.209 INFO:teuthology.orchestra.run.smithi019.stdout:osd.1 smithi019 running (18m) 60s ago 18m 2377M 1943M 17.2.0 e1d6a67b021e 790a367854df 2023-10-08T03:27:51.209 INFO:teuthology.orchestra.run.smithi019.stdout:osd.2 smithi019 running (18m) 60s ago 18m 2067M 1943M 17.2.0 e1d6a67b021e 7a427689da6b 2023-10-08T03:27:51.209 INFO:teuthology.orchestra.run.smithi019.stdout:osd.3 smithi019 running (18m) 60s ago 18m 2382M 1943M 17.2.0 e1d6a67b021e 61eeb3784da1 2023-10-08T03:27:51.209 INFO:teuthology.orchestra.run.smithi019.stdout:osd.4 smithi046 running (17m) 10m ago 17m 1250M 2711M 17.2.0 e1d6a67b021e f34ac437618f 2023-10-08T03:27:51.210 INFO:teuthology.orchestra.run.smithi019.stdout:osd.5 smithi046 running (17m) 10m ago 17m 1580M 2711M 17.2.0 e1d6a67b021e 410d010c43f3 2023-10-08T03:27:51.210 INFO:teuthology.orchestra.run.smithi019.stdout:osd.6 smithi046 running (17m) 10m ago 17m 1198M 2711M 17.2.0 e1d6a67b021e 16f12791da25 2023-10-08T03:27:51.210 INFO:teuthology.orchestra.run.smithi019.stdout:osd.7 smithi046 running (17m) 10m ago 17m 1892M 2711M 17.2.0 e1d6a67b021e 54d01c0d1021 2023-10-08T03:27:51.210 INFO:teuthology.orchestra.run.smithi019.stdout:prometheus.smithi019 smithi019 *:9095 running (13m) 60s ago 19m 71.1M - 2.33.4 514e6a882f6e 240fab1b4098 2023-10-08T03:27:51.240 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:27:50 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T03:27:51.613 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -e sha1=9725b08fd801c82987c737f7e6d354878f036ee8 -- bash -c 'ceph orch upgrade status' 2023-10-08T03:27:52.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:27:51 smithi019 ceph-mon[108350]: pgmap v431: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-08T03:27:52.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:27:51 smithi046 ceph-mon[111227]: pgmap v431: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-08T03:27:53.059 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:27:52 smithi019 ceph-mon[108350]: from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:27:53.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:27:52 smithi046 ceph-mon[111227]: from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:27:53.603 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2023-10-08T03:27:53.603 INFO:teuthology.orchestra.run.smithi019.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:97fb66d1505dfd3031f50aea63af756a6271a8b2b32c547a25afa8a80ba68991", 2023-10-08T03:27:53.603 INFO:teuthology.orchestra.run.smithi019.stdout: "in_progress": true, 2023-10-08T03:27:53.603 INFO:teuthology.orchestra.run.smithi019.stdout: "which": "Upgrading all daemon types on all hosts", 2023-10-08T03:27:53.603 INFO:teuthology.orchestra.run.smithi019.stdout: "services_complete": [], 2023-10-08T03:27:53.603 INFO:teuthology.orchestra.run.smithi019.stdout: "progress": "1/23 daemons upgraded", 2023-10-08T03:27:53.603 INFO:teuthology.orchestra.run.smithi019.stdout: "message": "Error: UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi019.xhcxai on host smithi019 failed.", 2023-10-08T03:27:53.603 INFO:teuthology.orchestra.run.smithi019.stdout: "is_paused": true 2023-10-08T03:27:53.604 INFO:teuthology.orchestra.run.smithi019.stdout:} 2023-10-08T03:27:53.991 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:27:53 smithi019 ceph-mon[108350]: pgmap v432: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:27:53.991 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:27:53 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:27:53.991 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:27:53 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:27:53.991 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:27:53 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:27:54.109 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -e sha1=9725b08fd801c82987c737f7e6d354878f036ee8 -- bash -c 'ceph health detail' 2023-10-08T03:27:54.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:27:53 smithi046 ceph-mon[111227]: pgmap v432: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:27:54.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:27:53 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:27:54.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:27:53 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:27:54.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:27:53 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T03:27:54.926 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:27:54 smithi019 ceph-mon[108350]: from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:27:55.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:27:54 smithi046 ceph-mon[111227]: from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T03:27:56.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:27:55 smithi019 ceph-mon[108350]: pgmap v433: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:27:56.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:27:55 smithi046 ceph-mon[111227]: pgmap v433: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:27:56.234 INFO:teuthology.orchestra.run.smithi019.stdout:HEALTH_WARN Upgrading daemon mgr.smithi019.xhcxai on host smithi019 failed. 2023-10-08T03:27:56.235 INFO:teuthology.orchestra.run.smithi019.stdout:[WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi019.xhcxai on host smithi019 failed. 2023-10-08T03:27:56.235 INFO:teuthology.orchestra.run.smithi019.stdout: Upgrade daemon: mgr.smithi019.xhcxai: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi019.xhcxai ... 2023-10-08T03:27:56.235 INFO:teuthology.orchestra.run.smithi019.stdout:Non-zero exit code 1 from systemctl daemon-reload 2023-10-08T03:27:56.235 INFO:teuthology.orchestra.run.smithi019.stdout:systemctl: stderr Failed to reload daemon: Connection timed out 2023-10-08T03:27:56.235 INFO:teuthology.orchestra.run.smithi019.stdout:Traceback (most recent call last): 2023-10-08T03:27:56.235 INFO:teuthology.orchestra.run.smithi019.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-08T03:27:56.235 INFO:teuthology.orchestra.run.smithi019.stdout: "__main__", mod_spec) 2023-10-08T03:27:56.235 INFO:teuthology.orchestra.run.smithi019.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-08T03:27:56.235 INFO:teuthology.orchestra.run.smithi019.stdout: exec(code, run_globals) 2023-10-08T03:27:56.235 INFO:teuthology.orchestra.run.smithi019.stdout: File "/tmp/tmpidkm1zt3.cephadm.build/__main__.py", line 7655, in 2023-10-08T03:27:56.235 INFO:teuthology.orchestra.run.smithi019.stdout: File "/tmp/tmpidkm1zt3.cephadm.build/__main__.py", line 7643, in main 2023-10-08T03:27:56.236 INFO:teuthology.orchestra.run.smithi019.stdout: File "/tmp/tmpidkm1zt3.cephadm.build/__main__.py", line 5093, in command_deploy_from 2023-10-08T03:27:56.236 INFO:teuthology.orchestra.run.smithi019.stdout: File "/tmp/tmpidkm1zt3.cephadm.build/__main__.py", line 5111, in _common_deploy 2023-10-08T03:27:56.236 INFO:teuthology.orchestra.run.smithi019.stdout: File "/tmp/tmpidkm1zt3.cephadm.build/__main__.py", line 5148, in _dispatch_deploy 2023-10-08T03:27:56.236 INFO:teuthology.orchestra.run.smithi019.stdout: File "/tmp/tmpidkm1zt3.cephadm.build/__main__.py", line 2799, in deploy_daemon 2023-10-08T03:27:56.236 INFO:teuthology.orchestra.run.smithi019.stdout: File "/tmp/tmpidkm1zt3.cephadm.build/__main__.py", line 3032, in deploy_daemon_units 2023-10-08T03:27:56.236 INFO:teuthology.orchestra.run.smithi019.stdout: File "/tmp/tmpidkm1zt3.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-10-08T03:27:56.236 INFO:teuthology.orchestra.run.smithi019.stdout:RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-10-08T03:27:56.843 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -e sha1=9725b08fd801c82987c737f7e6d354878f036ee8 -- bash -c 'ceph versions' 2023-10-08T03:27:57.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:27:56 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/3073656208' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-08T03:27:57.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:27:56 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:27:57.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:27:56 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:27:57.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:27:56 smithi046 ceph-mon[111227]: from='client.? 172.21.15.19:0/3073656208' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-08T03:27:57.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:27:56 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:27:57.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:27:56 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:27:57.996 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:27:57 smithi019 ceph-mon[108350]: pgmap v434: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:27:57.996 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:27:57 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:27:57.996 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:27:57 smithi019 ceph-mon[108350]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:27:57.996 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:27:57 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:27:57.996 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:27:57 smithi019 ceph-mon[108350]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:27:58.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:27:57 smithi046 ceph-mon[111227]: pgmap v434: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:27:58.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:27:57 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T03:27:58.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:27:57 smithi046 ceph-mon[111227]: from='mgr.24465 172.21.15.46:0/4123557391' entity='mgr.smithi046.qizlkx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T03:27:58.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:27:57 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:27:58.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:27:57 smithi046 ceph-mon[111227]: from='mgr.24465 ' entity='mgr.smithi046.qizlkx' 2023-10-08T03:27:58.539 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2023-10-08T03:27:58.539 INFO:teuthology.orchestra.run.smithi019.stdout: "mon": { 2023-10-08T03:27:58.539 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-10-08T03:27:58.539 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2023-10-08T03:27:58.539 INFO:teuthology.orchestra.run.smithi019.stdout: "mgr": { 2023-10-08T03:27:58.539 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-10-08T03:27:58.539 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 18.0.0-6609-g9725b08f (9725b08fd801c82987c737f7e6d354878f036ee8) reef (dev)": 1 2023-10-08T03:27:58.540 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2023-10-08T03:27:58.540 INFO:teuthology.orchestra.run.smithi019.stdout: "osd": { 2023-10-08T03:27:58.540 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-10-08T03:27:58.540 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2023-10-08T03:27:58.540 INFO:teuthology.orchestra.run.smithi019.stdout: "mds": { 2023-10-08T03:27:58.540 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-10-08T03:27:58.540 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2023-10-08T03:27:58.540 INFO:teuthology.orchestra.run.smithi019.stdout: "overall": { 2023-10-08T03:27:58.540 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-10-08T03:27:58.540 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 18.0.0-6609-g9725b08f (9725b08fd801c82987c737f7e6d354878f036ee8) reef (dev)": 1 2023-10-08T03:27:58.540 INFO:teuthology.orchestra.run.smithi019.stdout: } 2023-10-08T03:27:58.540 INFO:teuthology.orchestra.run.smithi019.stdout:} 2023-10-08T03:27:58.982 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 -e sha1=9725b08fd801c82987c737f7e6d354878f036ee8 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2023-10-08T03:27:59.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:27:58 smithi046 ceph-mon[111227]: from='client.? 172.21.15.19:0/3031253006' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-08T03:27:59.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:27:58 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/3031253006' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-08T03:27:59.940 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:27:59 smithi019 ceph-mon[108350]: pgmap v435: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:28:00.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:27:59 smithi046 ceph-mon[111227]: pgmap v435: 97 pgs: 97 active+clean; 253 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T03:28:00.731 INFO:teuthology.orchestra.run.smithi019.stdout:false 2023-10-08T03:28:01.023 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:28:00 smithi019 ceph-mon[108350]: from='client.? 172.21.15.19:0/570940305' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-08T03:28:01.104 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-08T03:28:01.105 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/task/parallel.py", line 64, in _run_spawned mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/task/sequential.py", line 47, in task mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=confg) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_9725b08fd801c82987c737f7e6d354878f036ee8/qa/tasks/cephadm.py", line 1313, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/github.com_ceph_ceph-c_9725b08fd801c82987c737f7e6d354878f036ee8/qa/tasks/cephadm.py", line 39, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi019 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 988f33ae-6587-11ee-8db5-212e2dc638e7 -e sha1=9725b08fd801c82987c737f7e6d354878f036ee8 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-10-08T03:28:01.176 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=6f63ff9c2441492a96ac6437f303090c Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/task/parallel.py", line 64, in _run_spawned mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/task/sequential.py", line 47, in task mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=confg) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_9725b08fd801c82987c737f7e6d354878f036ee8/qa/tasks/cephadm.py", line 1313, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/github.com_ceph_ceph-c_9725b08fd801c82987c737f7e6d354878f036ee8/qa/tasks/cephadm.py", line 39, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi019 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 988f33ae-6587-11ee-8db5-212e2dc638e7 -e sha1=9725b08fd801c82987c737f7e6d354878f036ee8 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-10-08T03:28:01.180 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-10-08T03:28:01.190 INFO:tasks.cephadm:Teardown begin 2023-10-08T03:28:01.191 DEBUG:teuthology.orchestra.run.smithi019:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-10-08T03:28:01.206 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:28:00 smithi046 ceph-mon[111227]: from='client.? 172.21.15.19:0/570940305' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-08T03:28:01.247 DEBUG:teuthology.orchestra.run.smithi046:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-10-08T03:28:01.287 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-10-08T03:28:01.287 DEBUG:teuthology.orchestra.run.smithi019:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-10-08T03:28:01.312 DEBUG:teuthology.orchestra.run.smithi046:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-10-08T03:28:01.351 INFO:tasks.cephadm:Stopping all daemons... 2023-10-08T03:28:01.352 INFO:tasks.cephadm.mon.smithi019:Stopping mon.smithi019... 2023-10-08T03:28:01.352 DEBUG:teuthology.orchestra.run.smithi019:> sudo systemctl stop ceph-988f33ae-6587-11ee-8db5-212e2dc638e7@mon.smithi019 2023-10-08T03:28:01.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:28:01 smithi019 systemd[1]: Stopping Ceph mon.smithi019 for 988f33ae-6587-11ee-8db5-212e2dc638e7... 2023-10-08T03:28:01.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:28:01 smithi019 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-mon-smithi019[108327]: 2023-10-08T03:28:01.485+0000 7f193d82c700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi019 -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-10-08T03:28:01.776 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:28:01 smithi019 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-mon-smithi019[108327]: 2023-10-08T03:28:01.485+0000 7f193d82c700 -1 mon.smithi019@0(leader) e2 *** Got Signal Terminated *** 2023-10-08T03:28:02.075 DEBUG:teuthology.orchestra.run.smithi019:> sudo pkill -f 'journalctl -f -n 0 -u ceph-988f33ae-6587-11ee-8db5-212e2dc638e7@mon.smithi019.service' 2023-10-08T03:28:02.108 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:28:01 smithi019 bash[158676]: ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-mon-smithi019 2023-10-08T03:28:02.108 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:28:01 smithi019 bash[158714]: Error: no container with name or ID "ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-mon.smithi019" found: no such container 2023-10-08T03:28:02.108 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:28:02 smithi019 systemd[1]: ceph-988f33ae-6587-11ee-8db5-212e2dc638e7@mon.smithi019.service: Succeeded. 2023-10-08T03:28:02.108 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Oct 08 03:28:02 smithi019 systemd[1]: Stopped Ceph mon.smithi019 for 988f33ae-6587-11ee-8db5-212e2dc638e7. 2023-10-08T03:28:02.134 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-08T03:28:02.134 INFO:tasks.cephadm.mon.smithi019:Stopped mon.smithi019 2023-10-08T03:28:02.135 INFO:tasks.cephadm.mon.smithi046:Stopping mon.smithi046... 2023-10-08T03:28:02.135 DEBUG:teuthology.orchestra.run.smithi046:> sudo systemctl stop ceph-988f33ae-6587-11ee-8db5-212e2dc638e7@mon.smithi046 2023-10-08T03:28:02.454 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:28:02 smithi046 systemd[1]: Stopping Ceph mon.smithi046 for 988f33ae-6587-11ee-8db5-212e2dc638e7... 2023-10-08T03:28:02.454 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:28:02 smithi046 bash[136824]: Error: no container with name or ID "ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-mon.smithi046" found: no such container 2023-10-08T03:28:02.454 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:28:02 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-mon-smithi046[111204]: 2023-10-08T03:28:02.285+0000 7fd051697700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi046 -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-10-08T03:28:02.454 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:28:02 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-mon-smithi046[111204]: 2023-10-08T03:28:02.285+0000 7fd051697700 -1 mon.smithi046@1(peon) e2 *** Got Signal Terminated *** 2023-10-08T03:28:02.755 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Oct 08 03:28:02 smithi046 bash[136836]: ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-mon-smithi046 2023-10-08T03:28:02.770 DEBUG:teuthology.orchestra.run.smithi046:> sudo pkill -f 'journalctl -f -n 0 -u ceph-988f33ae-6587-11ee-8db5-212e2dc638e7@mon.smithi046.service' 2023-10-08T03:28:02.833 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-08T03:28:02.833 INFO:tasks.cephadm.mon.smithi046:Stopped mon.smithi046 2023-10-08T03:28:02.834 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-10-08T03:28:02.834 DEBUG:teuthology.orchestra.run.smithi019:> sudo systemctl stop ceph-988f33ae-6587-11ee-8db5-212e2dc638e7@osd.0 2023-10-08T03:28:03.274 INFO:journalctl@ceph.osd.0.smithi019.stdout:Oct 08 03:28:02 smithi019 systemd[1]: Stopping Ceph osd.0 for 988f33ae-6587-11ee-8db5-212e2dc638e7... 2023-10-08T03:28:03.275 INFO:journalctl@ceph.osd.0.smithi019.stdout:Oct 08 03:28:02 smithi019 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-0[121140]: 2023-10-08T03:28:02.968+0000 7f55406a9700 -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-10-08T03:28:03.275 INFO:journalctl@ceph.osd.0.smithi019.stdout:Oct 08 03:28:02 smithi019 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-0[121140]: 2023-10-08T03:28:02.968+0000 7f55406a9700 -1 osd.0 70 *** Got signal Terminated *** 2023-10-08T03:28:03.275 INFO:journalctl@ceph.osd.0.smithi019.stdout:Oct 08 03:28:02 smithi019 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-0[121140]: 2023-10-08T03:28:02.968+0000 7f55406a9700 -1 osd.0 70 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-10-08T03:28:09.024 INFO:journalctl@ceph.osd.0.smithi019.stdout:Oct 08 03:28:08 smithi019 bash[158781]: ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-0 2023-10-08T03:28:09.025 INFO:journalctl@ceph.osd.0.smithi019.stdout:Oct 08 03:28:08 smithi019 bash[158824]: Error: no container with name or ID "ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd.0" found: no such container 2023-10-08T03:28:10.055 DEBUG:teuthology.orchestra.run.smithi019:> sudo pkill -f 'journalctl -f -n 0 -u ceph-988f33ae-6587-11ee-8db5-212e2dc638e7@osd.0.service' 2023-10-08T03:28:10.107 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-08T03:28:10.107 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-10-08T03:28:10.108 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-10-08T03:28:10.108 DEBUG:teuthology.orchestra.run.smithi019:> sudo systemctl stop ceph-988f33ae-6587-11ee-8db5-212e2dc638e7@osd.1 2023-10-08T03:28:10.524 INFO:journalctl@ceph.osd.1.smithi019.stdout:Oct 08 03:28:10 smithi019 systemd[1]: Stopping Ceph osd.1 for 988f33ae-6587-11ee-8db5-212e2dc638e7... 2023-10-08T03:28:10.525 INFO:journalctl@ceph.osd.1.smithi019.stdout:Oct 08 03:28:10 smithi019 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-1[125869]: 2023-10-08T03:28:10.230+0000 7f7733fc8700 -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-10-08T03:28:10.525 INFO:journalctl@ceph.osd.1.smithi019.stdout:Oct 08 03:28:10 smithi019 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-1[125869]: 2023-10-08T03:28:10.230+0000 7f7733fc8700 -1 osd.1 70 *** Got signal Terminated *** 2023-10-08T03:28:10.525 INFO:journalctl@ceph.osd.1.smithi019.stdout:Oct 08 03:28:10 smithi019 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-1[125869]: 2023-10-08T03:28:10.230+0000 7f7733fc8700 -1 osd.1 70 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-10-08T03:28:16.260 INFO:journalctl@ceph.osd.1.smithi019.stdout:Oct 08 03:28:15 smithi019 bash[159000]: ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-1 2023-10-08T03:28:16.260 INFO:journalctl@ceph.osd.1.smithi019.stdout:Oct 08 03:28:15 smithi019 bash[159079]: Error: no container with name or ID "ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd.1" found: no such container 2023-10-08T03:28:17.044 DEBUG:teuthology.orchestra.run.smithi019:> sudo pkill -f 'journalctl -f -n 0 -u ceph-988f33ae-6587-11ee-8db5-212e2dc638e7@osd.1.service' 2023-10-08T03:28:17.097 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-08T03:28:17.097 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-10-08T03:28:17.097 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-10-08T03:28:17.097 DEBUG:teuthology.orchestra.run.smithi019:> sudo systemctl stop ceph-988f33ae-6587-11ee-8db5-212e2dc638e7@osd.2 2023-10-08T03:28:17.524 INFO:journalctl@ceph.osd.2.smithi019.stdout:Oct 08 03:28:17 smithi019 systemd[1]: Stopping Ceph osd.2 for 988f33ae-6587-11ee-8db5-212e2dc638e7... 2023-10-08T03:28:17.525 INFO:journalctl@ceph.osd.2.smithi019.stdout:Oct 08 03:28:17 smithi019 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-2[130152]: 2023-10-08T03:28:17.221+0000 7fda94dda700 -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-10-08T03:28:17.525 INFO:journalctl@ceph.osd.2.smithi019.stdout:Oct 08 03:28:17 smithi019 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-2[130152]: 2023-10-08T03:28:17.221+0000 7fda94dda700 -1 osd.2 70 *** Got signal Terminated *** 2023-10-08T03:28:17.525 INFO:journalctl@ceph.osd.2.smithi019.stdout:Oct 08 03:28:17 smithi019 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-2[130152]: 2023-10-08T03:28:17.221+0000 7fda94dda700 -1 osd.2 70 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-10-08T03:28:23.275 INFO:journalctl@ceph.osd.2.smithi019.stdout:Oct 08 03:28:22 smithi019 bash[159262]: ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-2 2023-10-08T03:28:23.275 INFO:journalctl@ceph.osd.2.smithi019.stdout:Oct 08 03:28:22 smithi019 bash[159313]: Error: no container with name or ID "ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd.2" found: no such container 2023-10-08T03:28:24.051 DEBUG:teuthology.orchestra.run.smithi019:> sudo pkill -f 'journalctl -f -n 0 -u ceph-988f33ae-6587-11ee-8db5-212e2dc638e7@osd.2.service' 2023-10-08T03:28:24.104 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-08T03:28:24.104 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-10-08T03:28:24.104 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2023-10-08T03:28:24.105 DEBUG:teuthology.orchestra.run.smithi019:> sudo systemctl stop ceph-988f33ae-6587-11ee-8db5-212e2dc638e7@osd.3 2023-10-08T03:28:24.525 INFO:journalctl@ceph.osd.3.smithi019.stdout:Oct 08 03:28:24 smithi019 systemd[1]: Stopping Ceph osd.3 for 988f33ae-6587-11ee-8db5-212e2dc638e7... 2023-10-08T03:28:24.525 INFO:journalctl@ceph.osd.3.smithi019.stdout:Oct 08 03:28:24 smithi019 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-3[133931]: 2023-10-08T03:28:24.240+0000 7f4806fd9700 -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-10-08T03:28:24.526 INFO:journalctl@ceph.osd.3.smithi019.stdout:Oct 08 03:28:24 smithi019 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-3[133931]: 2023-10-08T03:28:24.240+0000 7f4806fd9700 -1 osd.3 70 *** Got signal Terminated *** 2023-10-08T03:28:24.526 INFO:journalctl@ceph.osd.3.smithi019.stdout:Oct 08 03:28:24 smithi019 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-3[133931]: 2023-10-08T03:28:24.240+0000 7f4806fd9700 -1 osd.3 70 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-10-08T03:28:29.126 INFO:journalctl@ceph.osd.6.smithi046.stdout:Oct 08 03:28:28 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-6[122935]: 2023-10-08T03:28:28.824+0000 7fa271799700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:04.688110+0000 front 2023-10-08T03:28:04.688169+0000 (oldest deadline 2023-10-08T03:28:28.788269+0000) 2023-10-08T03:28:29.524 INFO:journalctl@ceph.osd.3.smithi019.stdout:Oct 08 03:28:29 smithi019 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-3[133931]: 2023-10-08T03:28:29.081+0000 7f4804175700 -1 osd.3 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:06.141114+0000 front 2023-10-08T03:28:06.141187+0000 (oldest deadline 2023-10-08T03:28:29.041213+0000) 2023-10-08T03:28:29.876 INFO:journalctl@ceph.osd.5.smithi046.stdout:Oct 08 03:28:29 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-5[119383]: 2023-10-08T03:28:29.621+0000 7faf74fbe700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:06.526297+0000 front 2023-10-08T03:28:06.526491+0000 (oldest deadline 2023-10-08T03:28:28.826372+0000) 2023-10-08T03:28:29.876 INFO:journalctl@ceph.osd.6.smithi046.stdout:Oct 08 03:28:29 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-6[122935]: 2023-10-08T03:28:29.831+0000 7fa271799700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:04.688110+0000 front 2023-10-08T03:28:04.688169+0000 (oldest deadline 2023-10-08T03:28:28.788269+0000) 2023-10-08T03:28:30.525 INFO:journalctl@ceph.osd.3.smithi019.stdout:Oct 08 03:28:30 smithi019 bash[159493]: ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-3 2023-10-08T03:28:30.525 INFO:journalctl@ceph.osd.3.smithi019.stdout:Oct 08 03:28:30 smithi019 bash[159535]: Error: no container with name or ID "ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd.3" found: no such container 2023-10-08T03:28:30.626 INFO:journalctl@ceph.osd.4.smithi046.stdout:Oct 08 03:28:30 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-4[115930]: 2023-10-08T03:28:30.353+0000 7f78fa76d700 -1 osd.4 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:04.137935+0000 front 2023-10-08T03:28:04.137865+0000 (oldest deadline 2023-10-08T03:28:30.037904+0000) 2023-10-08T03:28:31.126 INFO:journalctl@ceph.osd.5.smithi046.stdout:Oct 08 03:28:30 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-5[119383]: 2023-10-08T03:28:30.635+0000 7faf74fbe700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:06.526297+0000 front 2023-10-08T03:28:06.526491+0000 (oldest deadline 2023-10-08T03:28:28.826372+0000) 2023-10-08T03:28:31.126 INFO:journalctl@ceph.osd.6.smithi046.stdout:Oct 08 03:28:30 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-6[122935]: 2023-10-08T03:28:30.819+0000 7fa271799700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:04.688110+0000 front 2023-10-08T03:28:04.688169+0000 (oldest deadline 2023-10-08T03:28:28.788269+0000) 2023-10-08T03:28:31.326 DEBUG:teuthology.orchestra.run.smithi019:> sudo pkill -f 'journalctl -f -n 0 -u ceph-988f33ae-6587-11ee-8db5-212e2dc638e7@osd.3.service' 2023-10-08T03:28:31.374 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-08T03:28:31.375 INFO:tasks.cephadm.osd.3:Stopped osd.3 2023-10-08T03:28:31.375 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2023-10-08T03:28:31.375 DEBUG:teuthology.orchestra.run.smithi046:> sudo systemctl stop ceph-988f33ae-6587-11ee-8db5-212e2dc638e7@osd.4 2023-10-08T03:28:31.743 INFO:journalctl@ceph.osd.5.smithi046.stdout:Oct 08 03:28:31 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-5[119383]: 2023-10-08T03:28:31.596+0000 7faf74fbe700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:06.526297+0000 front 2023-10-08T03:28:06.526491+0000 (oldest deadline 2023-10-08T03:28:28.826372+0000) 2023-10-08T03:28:31.743 INFO:journalctl@ceph.osd.4.smithi046.stdout:Oct 08 03:28:31 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-4[115930]: 2023-10-08T03:28:31.389+0000 7f78fa76d700 -1 osd.4 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:04.137935+0000 front 2023-10-08T03:28:04.137865+0000 (oldest deadline 2023-10-08T03:28:30.037904+0000) 2023-10-08T03:28:31.743 INFO:journalctl@ceph.osd.4.smithi046.stdout:Oct 08 03:28:31 smithi046 systemd[1]: Stopping Ceph osd.4 for 988f33ae-6587-11ee-8db5-212e2dc638e7... 2023-10-08T03:28:31.744 INFO:journalctl@ceph.osd.4.smithi046.stdout:Oct 08 03:28:31 smithi046 bash[136987]: Error: no container with name or ID "ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd.4" found: no such container 2023-10-08T03:28:31.744 INFO:journalctl@ceph.osd.4.smithi046.stdout:Oct 08 03:28:31 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-4[115930]: 2023-10-08T03:28:31.504+0000 7f78fedd4700 -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-10-08T03:28:31.744 INFO:journalctl@ceph.osd.4.smithi046.stdout:Oct 08 03:28:31 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-4[115930]: 2023-10-08T03:28:31.504+0000 7f78fedd4700 -1 osd.4 70 *** Got signal Terminated *** 2023-10-08T03:28:31.744 INFO:journalctl@ceph.osd.4.smithi046.stdout:Oct 08 03:28:31 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-4[115930]: 2023-10-08T03:28:31.504+0000 7f78fedd4700 -1 osd.4 70 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-10-08T03:28:32.126 INFO:journalctl@ceph.osd.6.smithi046.stdout:Oct 08 03:28:31 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-6[122935]: 2023-10-08T03:28:31.793+0000 7fa271799700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:04.688110+0000 front 2023-10-08T03:28:04.688169+0000 (oldest deadline 2023-10-08T03:28:28.788269+0000) 2023-10-08T03:28:32.126 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:31 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:31.743+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:07.508045+0000 front 2023-10-08T03:28:07.508059+0000 (oldest deadline 2023-10-08T03:28:31.007876+0000) 2023-10-08T03:28:32.704 INFO:journalctl@ceph.osd.4.smithi046.stdout:Oct 08 03:28:32 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-4[115930]: 2023-10-08T03:28:32.421+0000 7f78fa76d700 -1 osd.4 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:04.137935+0000 front 2023-10-08T03:28:04.137865+0000 (oldest deadline 2023-10-08T03:28:30.037904+0000) 2023-10-08T03:28:32.704 INFO:journalctl@ceph.osd.5.smithi046.stdout:Oct 08 03:28:32 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-5[119383]: 2023-10-08T03:28:32.579+0000 7faf74fbe700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:06.526297+0000 front 2023-10-08T03:28:06.526491+0000 (oldest deadline 2023-10-08T03:28:28.826372+0000) 2023-10-08T03:28:33.126 INFO:journalctl@ceph.osd.6.smithi046.stdout:Oct 08 03:28:32 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-6[122935]: 2023-10-08T03:28:32.792+0000 7fa271799700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:04.688110+0000 front 2023-10-08T03:28:04.688169+0000 (oldest deadline 2023-10-08T03:28:28.788269+0000) 2023-10-08T03:28:33.126 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:32 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:32.704+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:07.508045+0000 front 2023-10-08T03:28:07.508059+0000 (oldest deadline 2023-10-08T03:28:31.007876+0000) 2023-10-08T03:28:33.749 INFO:journalctl@ceph.osd.4.smithi046.stdout:Oct 08 03:28:33 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-4[115930]: 2023-10-08T03:28:33.445+0000 7f78fa76d700 -1 osd.4 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:04.137935+0000 front 2023-10-08T03:28:04.137865+0000 (oldest deadline 2023-10-08T03:28:30.037904+0000) 2023-10-08T03:28:33.749 INFO:journalctl@ceph.osd.5.smithi046.stdout:Oct 08 03:28:33 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-5[119383]: 2023-10-08T03:28:33.586+0000 7faf74fbe700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:06.526297+0000 front 2023-10-08T03:28:06.526491+0000 (oldest deadline 2023-10-08T03:28:28.826372+0000) 2023-10-08T03:28:34.126 INFO:journalctl@ceph.osd.6.smithi046.stdout:Oct 08 03:28:33 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-6[122935]: 2023-10-08T03:28:33.830+0000 7fa271799700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:04.688110+0000 front 2023-10-08T03:28:04.688169+0000 (oldest deadline 2023-10-08T03:28:28.788269+0000) 2023-10-08T03:28:34.126 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:33 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:33.749+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:07.508045+0000 front 2023-10-08T03:28:07.508059+0000 (oldest deadline 2023-10-08T03:28:31.007876+0000) 2023-10-08T03:28:34.805 INFO:journalctl@ceph.osd.4.smithi046.stdout:Oct 08 03:28:34 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-4[115930]: 2023-10-08T03:28:34.489+0000 7f78fa76d700 -1 osd.4 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:04.137935+0000 front 2023-10-08T03:28:04.137865+0000 (oldest deadline 2023-10-08T03:28:30.037904+0000) 2023-10-08T03:28:34.806 INFO:journalctl@ceph.osd.5.smithi046.stdout:Oct 08 03:28:34 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-5[119383]: 2023-10-08T03:28:34.621+0000 7faf74fbe700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:06.526297+0000 front 2023-10-08T03:28:06.526491+0000 (oldest deadline 2023-10-08T03:28:28.826372+0000) 2023-10-08T03:28:34.806 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:34 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:34.731+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:07.508045+0000 front 2023-10-08T03:28:07.508059+0000 (oldest deadline 2023-10-08T03:28:31.007876+0000) 2023-10-08T03:28:35.126 INFO:journalctl@ceph.osd.6.smithi046.stdout:Oct 08 03:28:34 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-6[122935]: 2023-10-08T03:28:34.805+0000 7fa271799700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:04.688110+0000 front 2023-10-08T03:28:04.688169+0000 (oldest deadline 2023-10-08T03:28:28.788269+0000) 2023-10-08T03:28:35.838 INFO:journalctl@ceph.osd.4.smithi046.stdout:Oct 08 03:28:35 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-4[115930]: 2023-10-08T03:28:35.520+0000 7f78fa76d700 -1 osd.4 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:04.137935+0000 front 2023-10-08T03:28:04.137865+0000 (oldest deadline 2023-10-08T03:28:30.037904+0000) 2023-10-08T03:28:35.839 INFO:journalctl@ceph.osd.5.smithi046.stdout:Oct 08 03:28:35 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-5[119383]: 2023-10-08T03:28:35.615+0000 7faf74fbe700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:06.526297+0000 front 2023-10-08T03:28:06.526491+0000 (oldest deadline 2023-10-08T03:28:28.826372+0000) 2023-10-08T03:28:35.839 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:35 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:35.699+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:07.508045+0000 front 2023-10-08T03:28:07.508059+0000 (oldest deadline 2023-10-08T03:28:31.007876+0000) 2023-10-08T03:28:36.126 INFO:journalctl@ceph.osd.6.smithi046.stdout:Oct 08 03:28:35 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-6[122935]: 2023-10-08T03:28:35.838+0000 7fa271799700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:04.688110+0000 front 2023-10-08T03:28:04.688169+0000 (oldest deadline 2023-10-08T03:28:28.788269+0000) 2023-10-08T03:28:36.126 INFO:journalctl@ceph.osd.6.smithi046.stdout:Oct 08 03:28:35 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-6[122935]: 2023-10-08T03:28:35.838+0000 7fa271799700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2023-10-08T03:28:15.190058+0000 front 2023-10-08T03:28:15.190130+0000 (oldest deadline 2023-10-08T03:28:35.689982+0000) 2023-10-08T03:28:36.869 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:36 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:36.721+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:07.508045+0000 front 2023-10-08T03:28:07.508059+0000 (oldest deadline 2023-10-08T03:28:31.007876+0000) 2023-10-08T03:28:36.870 INFO:journalctl@ceph.osd.5.smithi046.stdout:Oct 08 03:28:36 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-5[119383]: 2023-10-08T03:28:36.572+0000 7faf74fbe700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:06.526297+0000 front 2023-10-08T03:28:06.526491+0000 (oldest deadline 2023-10-08T03:28:28.826372+0000) 2023-10-08T03:28:36.870 INFO:journalctl@ceph.osd.5.smithi046.stdout:Oct 08 03:28:36 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-5[119383]: 2023-10-08T03:28:36.572+0000 7faf74fbe700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2023-10-08T03:28:13.527719+0000 front 2023-10-08T03:28:13.527802+0000 (oldest deadline 2023-10-08T03:28:35.827746+0000) 2023-10-08T03:28:37.124 INFO:journalctl@ceph.osd.6.smithi046.stdout:Oct 08 03:28:36 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-6[122935]: 2023-10-08T03:28:36.869+0000 7fa271799700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:04.688110+0000 front 2023-10-08T03:28:04.688169+0000 (oldest deadline 2023-10-08T03:28:28.788269+0000) 2023-10-08T03:28:37.125 INFO:journalctl@ceph.osd.6.smithi046.stdout:Oct 08 03:28:36 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-6[122935]: 2023-10-08T03:28:36.869+0000 7fa271799700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2023-10-08T03:28:15.190058+0000 front 2023-10-08T03:28:15.190130+0000 (oldest deadline 2023-10-08T03:28:35.689982+0000) 2023-10-08T03:28:37.376 INFO:journalctl@ceph.osd.4.smithi046.stdout:Oct 08 03:28:37 smithi046 bash[136999]: ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-4 2023-10-08T03:28:37.376 INFO:journalctl@ceph.osd.4.smithi046.stdout:Oct 08 03:28:37 smithi046 bash[137077]: Error: no container with name or ID "ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd.4" found: no such container 2023-10-08T03:28:37.832 INFO:journalctl@ceph.osd.5.smithi046.stdout:Oct 08 03:28:37 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-5[119383]: 2023-10-08T03:28:37.550+0000 7faf74fbe700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:06.526297+0000 front 2023-10-08T03:28:06.526491+0000 (oldest deadline 2023-10-08T03:28:28.826372+0000) 2023-10-08T03:28:37.832 INFO:journalctl@ceph.osd.5.smithi046.stdout:Oct 08 03:28:37 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-5[119383]: 2023-10-08T03:28:37.550+0000 7faf74fbe700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2023-10-08T03:28:13.527719+0000 front 2023-10-08T03:28:13.527802+0000 (oldest deadline 2023-10-08T03:28:35.827746+0000) 2023-10-08T03:28:37.832 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:37 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:37.676+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:07.508045+0000 front 2023-10-08T03:28:07.508059+0000 (oldest deadline 2023-10-08T03:28:31.007876+0000) 2023-10-08T03:28:37.832 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:37 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:37.676+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2023-10-08T03:28:13.309054+0000 front 2023-10-08T03:28:13.309091+0000 (oldest deadline 2023-10-08T03:28:37.408892+0000) 2023-10-08T03:28:38.093 INFO:journalctl@ceph.osd.6.smithi046.stdout:Oct 08 03:28:37 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-6[122935]: 2023-10-08T03:28:37.831+0000 7fa271799700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:04.688110+0000 front 2023-10-08T03:28:04.688169+0000 (oldest deadline 2023-10-08T03:28:28.788269+0000) 2023-10-08T03:28:38.093 INFO:journalctl@ceph.osd.6.smithi046.stdout:Oct 08 03:28:37 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-6[122935]: 2023-10-08T03:28:37.832+0000 7fa271799700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2023-10-08T03:28:15.190058+0000 front 2023-10-08T03:28:15.190130+0000 (oldest deadline 2023-10-08T03:28:35.689982+0000) 2023-10-08T03:28:38.327 DEBUG:teuthology.orchestra.run.smithi046:> sudo pkill -f 'journalctl -f -n 0 -u ceph-988f33ae-6587-11ee-8db5-212e2dc638e7@osd.4.service' 2023-10-08T03:28:38.362 INFO:journalctl@ceph.osd.4.smithi046.stdout:Oct 08 03:28:38 smithi046 systemd[1]: ceph-988f33ae-6587-11ee-8db5-212e2dc638e7@osd.4.service: Succeeded. 2023-10-08T03:28:38.362 INFO:journalctl@ceph.osd.4.smithi046.stdout:Oct 08 03:28:38 smithi046 systemd[1]: Stopped Ceph osd.4 for 988f33ae-6587-11ee-8db5-212e2dc638e7. 2023-10-08T03:28:38.379 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-08T03:28:38.379 INFO:tasks.cephadm.osd.4:Stopped osd.4 2023-10-08T03:28:38.379 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2023-10-08T03:28:38.379 DEBUG:teuthology.orchestra.run.smithi046:> sudo systemctl stop ceph-988f33ae-6587-11ee-8db5-212e2dc638e7@osd.5 2023-10-08T03:28:38.626 INFO:journalctl@ceph.osd.5.smithi046.stdout:Oct 08 03:28:38 smithi046 systemd[1]: Stopping Ceph osd.5 for 988f33ae-6587-11ee-8db5-212e2dc638e7... 2023-10-08T03:28:38.626 INFO:journalctl@ceph.osd.5.smithi046.stdout:Oct 08 03:28:38 smithi046 bash[137259]: Error: no container with name or ID "ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd.5" found: no such container 2023-10-08T03:28:38.626 INFO:journalctl@ceph.osd.5.smithi046.stdout:Oct 08 03:28:38 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-5[119383]: 2023-10-08T03:28:38.565+0000 7faf7be2a700 -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-10-08T03:28:38.626 INFO:journalctl@ceph.osd.5.smithi046.stdout:Oct 08 03:28:38 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-5[119383]: 2023-10-08T03:28:38.565+0000 7faf7be2a700 -1 osd.5 70 *** Got signal Terminated *** 2023-10-08T03:28:38.627 INFO:journalctl@ceph.osd.5.smithi046.stdout:Oct 08 03:28:38 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-5[119383]: 2023-10-08T03:28:38.565+0000 7faf7be2a700 -1 osd.5 70 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-10-08T03:28:38.627 INFO:journalctl@ceph.osd.5.smithi046.stdout:Oct 08 03:28:38 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-5[119383]: 2023-10-08T03:28:38.573+0000 7faf74fbe700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:06.526297+0000 front 2023-10-08T03:28:06.526491+0000 (oldest deadline 2023-10-08T03:28:28.826372+0000) 2023-10-08T03:28:38.627 INFO:journalctl@ceph.osd.5.smithi046.stdout:Oct 08 03:28:38 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-5[119383]: 2023-10-08T03:28:38.573+0000 7faf74fbe700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2023-10-08T03:28:13.527719+0000 front 2023-10-08T03:28:13.527802+0000 (oldest deadline 2023-10-08T03:28:35.827746+0000) 2023-10-08T03:28:39.126 INFO:journalctl@ceph.osd.6.smithi046.stdout:Oct 08 03:28:38 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-6[122935]: 2023-10-08T03:28:38.850+0000 7fa271799700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:04.688110+0000 front 2023-10-08T03:28:04.688169+0000 (oldest deadline 2023-10-08T03:28:28.788269+0000) 2023-10-08T03:28:39.126 INFO:journalctl@ceph.osd.6.smithi046.stdout:Oct 08 03:28:38 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-6[122935]: 2023-10-08T03:28:38.850+0000 7fa271799700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2023-10-08T03:28:15.190058+0000 front 2023-10-08T03:28:15.190130+0000 (oldest deadline 2023-10-08T03:28:35.689982+0000) 2023-10-08T03:28:39.126 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:38 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:38.712+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:07.508045+0000 front 2023-10-08T03:28:07.508059+0000 (oldest deadline 2023-10-08T03:28:31.007876+0000) 2023-10-08T03:28:39.126 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:38 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:38.712+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2023-10-08T03:28:13.309054+0000 front 2023-10-08T03:28:13.309091+0000 (oldest deadline 2023-10-08T03:28:37.408892+0000) 2023-10-08T03:28:39.852 INFO:journalctl@ceph.osd.5.smithi046.stdout:Oct 08 03:28:39 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-5[119383]: 2023-10-08T03:28:39.597+0000 7faf74fbe700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:06.526297+0000 front 2023-10-08T03:28:06.526491+0000 (oldest deadline 2023-10-08T03:28:28.826372+0000) 2023-10-08T03:28:39.852 INFO:journalctl@ceph.osd.5.smithi046.stdout:Oct 08 03:28:39 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-5[119383]: 2023-10-08T03:28:39.597+0000 7faf74fbe700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2023-10-08T03:28:13.527719+0000 front 2023-10-08T03:28:13.527802+0000 (oldest deadline 2023-10-08T03:28:35.827746+0000) 2023-10-08T03:28:39.852 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:39 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:39.709+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:07.508045+0000 front 2023-10-08T03:28:07.508059+0000 (oldest deadline 2023-10-08T03:28:31.007876+0000) 2023-10-08T03:28:39.853 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:39 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:39.709+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2023-10-08T03:28:13.309054+0000 front 2023-10-08T03:28:13.309091+0000 (oldest deadline 2023-10-08T03:28:37.408892+0000) 2023-10-08T03:28:40.126 INFO:journalctl@ceph.osd.6.smithi046.stdout:Oct 08 03:28:39 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-6[122935]: 2023-10-08T03:28:39.852+0000 7fa271799700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:04.688110+0000 front 2023-10-08T03:28:04.688169+0000 (oldest deadline 2023-10-08T03:28:28.788269+0000) 2023-10-08T03:28:40.126 INFO:journalctl@ceph.osd.6.smithi046.stdout:Oct 08 03:28:39 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-6[122935]: 2023-10-08T03:28:39.852+0000 7fa271799700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2023-10-08T03:28:15.190058+0000 front 2023-10-08T03:28:15.190130+0000 (oldest deadline 2023-10-08T03:28:35.689982+0000) 2023-10-08T03:28:40.876 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:40 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:40.676+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:07.508045+0000 front 2023-10-08T03:28:07.508059+0000 (oldest deadline 2023-10-08T03:28:31.007876+0000) 2023-10-08T03:28:40.876 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:40 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:40.676+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2023-10-08T03:28:13.309054+0000 front 2023-10-08T03:28:13.309091+0000 (oldest deadline 2023-10-08T03:28:37.408892+0000) 2023-10-08T03:28:40.876 INFO:journalctl@ceph.osd.5.smithi046.stdout:Oct 08 03:28:40 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-5[119383]: 2023-10-08T03:28:40.606+0000 7faf74fbe700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:06.526297+0000 front 2023-10-08T03:28:06.526491+0000 (oldest deadline 2023-10-08T03:28:28.826372+0000) 2023-10-08T03:28:40.877 INFO:journalctl@ceph.osd.5.smithi046.stdout:Oct 08 03:28:40 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-5[119383]: 2023-10-08T03:28:40.606+0000 7faf74fbe700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2023-10-08T03:28:13.527719+0000 front 2023-10-08T03:28:13.527802+0000 (oldest deadline 2023-10-08T03:28:35.827746+0000) 2023-10-08T03:28:41.376 INFO:journalctl@ceph.osd.6.smithi046.stdout:Oct 08 03:28:40 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-6[122935]: 2023-10-08T03:28:40.886+0000 7fa271799700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:04.688110+0000 front 2023-10-08T03:28:04.688169+0000 (oldest deadline 2023-10-08T03:28:28.788269+0000) 2023-10-08T03:28:41.376 INFO:journalctl@ceph.osd.6.smithi046.stdout:Oct 08 03:28:40 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-6[122935]: 2023-10-08T03:28:40.886+0000 7fa271799700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2023-10-08T03:28:15.190058+0000 front 2023-10-08T03:28:15.190130+0000 (oldest deadline 2023-10-08T03:28:35.689982+0000) 2023-10-08T03:28:41.876 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:41 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:41.654+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:07.508045+0000 front 2023-10-08T03:28:07.508059+0000 (oldest deadline 2023-10-08T03:28:31.007876+0000) 2023-10-08T03:28:41.876 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:41 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:41.654+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2023-10-08T03:28:13.309054+0000 front 2023-10-08T03:28:13.309091+0000 (oldest deadline 2023-10-08T03:28:37.408892+0000) 2023-10-08T03:28:41.876 INFO:journalctl@ceph.osd.5.smithi046.stdout:Oct 08 03:28:41 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-5[119383]: 2023-10-08T03:28:41.619+0000 7faf74fbe700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:06.526297+0000 front 2023-10-08T03:28:06.526491+0000 (oldest deadline 2023-10-08T03:28:28.826372+0000) 2023-10-08T03:28:41.877 INFO:journalctl@ceph.osd.5.smithi046.stdout:Oct 08 03:28:41 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-5[119383]: 2023-10-08T03:28:41.619+0000 7faf74fbe700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2023-10-08T03:28:13.527719+0000 front 2023-10-08T03:28:13.527802+0000 (oldest deadline 2023-10-08T03:28:35.827746+0000) 2023-10-08T03:28:41.877 INFO:journalctl@ceph.osd.6.smithi046.stdout:Oct 08 03:28:41 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-6[122935]: 2023-10-08T03:28:41.855+0000 7fa271799700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:04.688110+0000 front 2023-10-08T03:28:04.688169+0000 (oldest deadline 2023-10-08T03:28:28.788269+0000) 2023-10-08T03:28:41.878 INFO:journalctl@ceph.osd.6.smithi046.stdout:Oct 08 03:28:41 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-6[122935]: 2023-10-08T03:28:41.855+0000 7fa271799700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2023-10-08T03:28:15.190058+0000 front 2023-10-08T03:28:15.190130+0000 (oldest deadline 2023-10-08T03:28:35.689982+0000) 2023-10-08T03:28:43.126 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:42 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:42.658+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:07.508045+0000 front 2023-10-08T03:28:07.508059+0000 (oldest deadline 2023-10-08T03:28:31.007876+0000) 2023-10-08T03:28:43.126 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:42 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:42.658+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2023-10-08T03:28:13.309054+0000 front 2023-10-08T03:28:13.309091+0000 (oldest deadline 2023-10-08T03:28:37.408892+0000) 2023-10-08T03:28:43.127 INFO:journalctl@ceph.osd.5.smithi046.stdout:Oct 08 03:28:42 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-5[119383]: 2023-10-08T03:28:42.642+0000 7faf74fbe700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:06.526297+0000 front 2023-10-08T03:28:06.526491+0000 (oldest deadline 2023-10-08T03:28:28.826372+0000) 2023-10-08T03:28:43.127 INFO:journalctl@ceph.osd.5.smithi046.stdout:Oct 08 03:28:42 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-5[119383]: 2023-10-08T03:28:42.642+0000 7faf74fbe700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2023-10-08T03:28:13.527719+0000 front 2023-10-08T03:28:13.527802+0000 (oldest deadline 2023-10-08T03:28:35.827746+0000) 2023-10-08T03:28:43.128 INFO:journalctl@ceph.osd.6.smithi046.stdout:Oct 08 03:28:42 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-6[122935]: 2023-10-08T03:28:42.840+0000 7fa271799700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:04.688110+0000 front 2023-10-08T03:28:04.688169+0000 (oldest deadline 2023-10-08T03:28:28.788269+0000) 2023-10-08T03:28:43.128 INFO:journalctl@ceph.osd.6.smithi046.stdout:Oct 08 03:28:42 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-6[122935]: 2023-10-08T03:28:42.840+0000 7fa271799700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2023-10-08T03:28:15.190058+0000 front 2023-10-08T03:28:15.190130+0000 (oldest deadline 2023-10-08T03:28:35.689982+0000) 2023-10-08T03:28:44.126 INFO:journalctl@ceph.osd.6.smithi046.stdout:Oct 08 03:28:43 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-6[122935]: 2023-10-08T03:28:43.821+0000 7fa271799700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:04.688110+0000 front 2023-10-08T03:28:04.688169+0000 (oldest deadline 2023-10-08T03:28:28.788269+0000) 2023-10-08T03:28:44.126 INFO:journalctl@ceph.osd.6.smithi046.stdout:Oct 08 03:28:43 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-6[122935]: 2023-10-08T03:28:43.821+0000 7fa271799700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2023-10-08T03:28:15.190058+0000 front 2023-10-08T03:28:15.190130+0000 (oldest deadline 2023-10-08T03:28:35.689982+0000) 2023-10-08T03:28:44.126 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:43 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:43.675+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:07.508045+0000 front 2023-10-08T03:28:07.508059+0000 (oldest deadline 2023-10-08T03:28:31.007876+0000) 2023-10-08T03:28:44.127 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:43 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:43.675+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2023-10-08T03:28:13.309054+0000 front 2023-10-08T03:28:13.309091+0000 (oldest deadline 2023-10-08T03:28:37.408892+0000) 2023-10-08T03:28:44.626 INFO:journalctl@ceph.osd.5.smithi046.stdout:Oct 08 03:28:44 smithi046 bash[137271]: ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-5 2023-10-08T03:28:44.626 INFO:journalctl@ceph.osd.5.smithi046.stdout:Oct 08 03:28:44 smithi046 bash[137312]: Error: no container with name or ID "ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd.5" found: no such container 2023-10-08T03:28:45.105 INFO:journalctl@ceph.osd.6.smithi046.stdout:Oct 08 03:28:44 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-6[122935]: 2023-10-08T03:28:44.850+0000 7fa271799700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:04.688110+0000 front 2023-10-08T03:28:04.688169+0000 (oldest deadline 2023-10-08T03:28:28.788269+0000) 2023-10-08T03:28:45.106 INFO:journalctl@ceph.osd.6.smithi046.stdout:Oct 08 03:28:44 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-6[122935]: 2023-10-08T03:28:44.850+0000 7fa271799700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2023-10-08T03:28:15.190058+0000 front 2023-10-08T03:28:15.190130+0000 (oldest deadline 2023-10-08T03:28:35.689982+0000) 2023-10-08T03:28:45.106 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:44 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:44.644+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:07.508045+0000 front 2023-10-08T03:28:07.508059+0000 (oldest deadline 2023-10-08T03:28:31.007876+0000) 2023-10-08T03:28:45.106 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:44 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:44.644+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2023-10-08T03:28:13.309054+0000 front 2023-10-08T03:28:13.309091+0000 (oldest deadline 2023-10-08T03:28:37.408892+0000) 2023-10-08T03:28:45.388 DEBUG:teuthology.orchestra.run.smithi046:> sudo pkill -f 'journalctl -f -n 0 -u ceph-988f33ae-6587-11ee-8db5-212e2dc638e7@osd.5.service' 2023-10-08T03:28:45.441 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-08T03:28:45.441 INFO:tasks.cephadm.osd.5:Stopped osd.5 2023-10-08T03:28:45.441 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2023-10-08T03:28:45.441 DEBUG:teuthology.orchestra.run.smithi046:> sudo systemctl stop ceph-988f33ae-6587-11ee-8db5-212e2dc638e7@osd.6 2023-10-08T03:28:45.645 INFO:journalctl@ceph.osd.6.smithi046.stdout:Oct 08 03:28:45 smithi046 systemd[1]: Stopping Ceph osd.6 for 988f33ae-6587-11ee-8db5-212e2dc638e7... 2023-10-08T03:28:45.645 INFO:journalctl@ceph.osd.6.smithi046.stdout:Oct 08 03:28:45 smithi046 bash[137491]: Error: no container with name or ID "ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd.6" found: no such container 2023-10-08T03:28:45.646 INFO:journalctl@ceph.osd.6.smithi046.stdout:Oct 08 03:28:45 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-6[122935]: 2023-10-08T03:28:45.577+0000 7fa2745fd700 -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-10-08T03:28:45.646 INFO:journalctl@ceph.osd.6.smithi046.stdout:Oct 08 03:28:45 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-6[122935]: 2023-10-08T03:28:45.577+0000 7fa2745fd700 -1 osd.6 70 *** Got signal Terminated *** 2023-10-08T03:28:45.646 INFO:journalctl@ceph.osd.6.smithi046.stdout:Oct 08 03:28:45 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-6[122935]: 2023-10-08T03:28:45.577+0000 7fa2745fd700 -1 osd.6 70 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-10-08T03:28:46.126 INFO:journalctl@ceph.osd.6.smithi046.stdout:Oct 08 03:28:45 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-6[122935]: 2023-10-08T03:28:45.828+0000 7fa271799700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:04.688110+0000 front 2023-10-08T03:28:04.688169+0000 (oldest deadline 2023-10-08T03:28:28.788269+0000) 2023-10-08T03:28:46.126 INFO:journalctl@ceph.osd.6.smithi046.stdout:Oct 08 03:28:45 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-6[122935]: 2023-10-08T03:28:45.828+0000 7fa271799700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2023-10-08T03:28:15.190058+0000 front 2023-10-08T03:28:15.190130+0000 (oldest deadline 2023-10-08T03:28:35.689982+0000) 2023-10-08T03:28:46.126 INFO:journalctl@ceph.osd.6.smithi046.stdout:Oct 08 03:28:45 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-6[122935]: 2023-10-08T03:28:45.828+0000 7fa271799700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.19:6822 osd.2 since back 2023-10-08T03:28:20.991089+0000 front 2023-10-08T03:28:20.990920+0000 (oldest deadline 2023-10-08T03:28:45.690934+0000) 2023-10-08T03:28:46.126 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:45 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:45.645+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:07.508045+0000 front 2023-10-08T03:28:07.508059+0000 (oldest deadline 2023-10-08T03:28:31.007876+0000) 2023-10-08T03:28:46.127 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:45 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:45.645+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2023-10-08T03:28:13.309054+0000 front 2023-10-08T03:28:13.309091+0000 (oldest deadline 2023-10-08T03:28:37.408892+0000) 2023-10-08T03:28:46.127 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:45 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:45.645+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6822 osd.2 since back 2023-10-08T03:28:20.309741+0000 front 2023-10-08T03:28:20.309769+0000 (oldest deadline 2023-10-08T03:28:44.910350+0000) 2023-10-08T03:28:47.126 INFO:journalctl@ceph.osd.6.smithi046.stdout:Oct 08 03:28:46 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-6[122935]: 2023-10-08T03:28:46.863+0000 7fa271799700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:04.688110+0000 front 2023-10-08T03:28:04.688169+0000 (oldest deadline 2023-10-08T03:28:28.788269+0000) 2023-10-08T03:28:47.126 INFO:journalctl@ceph.osd.6.smithi046.stdout:Oct 08 03:28:46 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-6[122935]: 2023-10-08T03:28:46.863+0000 7fa271799700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2023-10-08T03:28:15.190058+0000 front 2023-10-08T03:28:15.190130+0000 (oldest deadline 2023-10-08T03:28:35.689982+0000) 2023-10-08T03:28:47.126 INFO:journalctl@ceph.osd.6.smithi046.stdout:Oct 08 03:28:46 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-6[122935]: 2023-10-08T03:28:46.863+0000 7fa271799700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.19:6822 osd.2 since back 2023-10-08T03:28:20.991089+0000 front 2023-10-08T03:28:20.990920+0000 (oldest deadline 2023-10-08T03:28:45.690934+0000) 2023-10-08T03:28:47.126 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:46 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:46.684+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:07.508045+0000 front 2023-10-08T03:28:07.508059+0000 (oldest deadline 2023-10-08T03:28:31.007876+0000) 2023-10-08T03:28:47.127 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:46 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:46.684+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2023-10-08T03:28:13.309054+0000 front 2023-10-08T03:28:13.309091+0000 (oldest deadline 2023-10-08T03:28:37.408892+0000) 2023-10-08T03:28:47.127 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:46 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:46.684+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6822 osd.2 since back 2023-10-08T03:28:20.309741+0000 front 2023-10-08T03:28:20.309769+0000 (oldest deadline 2023-10-08T03:28:44.910350+0000) 2023-10-08T03:28:48.092 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:47 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:47.699+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:07.508045+0000 front 2023-10-08T03:28:07.508059+0000 (oldest deadline 2023-10-08T03:28:31.007876+0000) 2023-10-08T03:28:48.092 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:47 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:47.699+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2023-10-08T03:28:13.309054+0000 front 2023-10-08T03:28:13.309091+0000 (oldest deadline 2023-10-08T03:28:37.408892+0000) 2023-10-08T03:28:48.093 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:47 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:47.699+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6822 osd.2 since back 2023-10-08T03:28:20.309741+0000 front 2023-10-08T03:28:20.309769+0000 (oldest deadline 2023-10-08T03:28:44.910350+0000) 2023-10-08T03:28:48.093 INFO:journalctl@ceph.osd.6.smithi046.stdout:Oct 08 03:28:47 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-6[122935]: 2023-10-08T03:28:47.862+0000 7fa271799700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:04.688110+0000 front 2023-10-08T03:28:04.688169+0000 (oldest deadline 2023-10-08T03:28:28.788269+0000) 2023-10-08T03:28:48.093 INFO:journalctl@ceph.osd.6.smithi046.stdout:Oct 08 03:28:47 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-6[122935]: 2023-10-08T03:28:47.862+0000 7fa271799700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2023-10-08T03:28:15.190058+0000 front 2023-10-08T03:28:15.190130+0000 (oldest deadline 2023-10-08T03:28:35.689982+0000) 2023-10-08T03:28:48.093 INFO:journalctl@ceph.osd.6.smithi046.stdout:Oct 08 03:28:47 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-6[122935]: 2023-10-08T03:28:47.862+0000 7fa271799700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.19:6822 osd.2 since back 2023-10-08T03:28:20.991089+0000 front 2023-10-08T03:28:20.990920+0000 (oldest deadline 2023-10-08T03:28:45.690934+0000) 2023-10-08T03:28:49.126 INFO:journalctl@ceph.osd.6.smithi046.stdout:Oct 08 03:28:48 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-6[122935]: 2023-10-08T03:28:48.902+0000 7fa271799700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:04.688110+0000 front 2023-10-08T03:28:04.688169+0000 (oldest deadline 2023-10-08T03:28:28.788269+0000) 2023-10-08T03:28:49.126 INFO:journalctl@ceph.osd.6.smithi046.stdout:Oct 08 03:28:48 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-6[122935]: 2023-10-08T03:28:48.902+0000 7fa271799700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2023-10-08T03:28:15.190058+0000 front 2023-10-08T03:28:15.190130+0000 (oldest deadline 2023-10-08T03:28:35.689982+0000) 2023-10-08T03:28:49.126 INFO:journalctl@ceph.osd.6.smithi046.stdout:Oct 08 03:28:48 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-6[122935]: 2023-10-08T03:28:48.902+0000 7fa271799700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.19:6822 osd.2 since back 2023-10-08T03:28:20.991089+0000 front 2023-10-08T03:28:20.990920+0000 (oldest deadline 2023-10-08T03:28:45.690934+0000) 2023-10-08T03:28:49.127 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:48 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:48.694+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:07.508045+0000 front 2023-10-08T03:28:07.508059+0000 (oldest deadline 2023-10-08T03:28:31.007876+0000) 2023-10-08T03:28:49.127 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:48 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:48.694+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2023-10-08T03:28:13.309054+0000 front 2023-10-08T03:28:13.309091+0000 (oldest deadline 2023-10-08T03:28:37.408892+0000) 2023-10-08T03:28:49.127 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:48 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:48.694+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6822 osd.2 since back 2023-10-08T03:28:20.309741+0000 front 2023-10-08T03:28:20.309769+0000 (oldest deadline 2023-10-08T03:28:44.910350+0000) 2023-10-08T03:28:49.929 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:49 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:49.668+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:07.508045+0000 front 2023-10-08T03:28:07.508059+0000 (oldest deadline 2023-10-08T03:28:31.007876+0000) 2023-10-08T03:28:49.929 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:49 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:49.668+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2023-10-08T03:28:13.309054+0000 front 2023-10-08T03:28:13.309091+0000 (oldest deadline 2023-10-08T03:28:37.408892+0000) 2023-10-08T03:28:49.930 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:49 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:49.668+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6822 osd.2 since back 2023-10-08T03:28:20.309741+0000 front 2023-10-08T03:28:20.309769+0000 (oldest deadline 2023-10-08T03:28:44.910350+0000) 2023-10-08T03:28:50.376 INFO:journalctl@ceph.osd.6.smithi046.stdout:Oct 08 03:28:49 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-6[122935]: 2023-10-08T03:28:49.929+0000 7fa271799700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:04.688110+0000 front 2023-10-08T03:28:04.688169+0000 (oldest deadline 2023-10-08T03:28:28.788269+0000) 2023-10-08T03:28:50.376 INFO:journalctl@ceph.osd.6.smithi046.stdout:Oct 08 03:28:49 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-6[122935]: 2023-10-08T03:28:49.929+0000 7fa271799700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2023-10-08T03:28:15.190058+0000 front 2023-10-08T03:28:15.190130+0000 (oldest deadline 2023-10-08T03:28:35.689982+0000) 2023-10-08T03:28:50.376 INFO:journalctl@ceph.osd.6.smithi046.stdout:Oct 08 03:28:49 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-6[122935]: 2023-10-08T03:28:49.929+0000 7fa271799700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.19:6822 osd.2 since back 2023-10-08T03:28:20.991089+0000 front 2023-10-08T03:28:20.990920+0000 (oldest deadline 2023-10-08T03:28:45.690934+0000) 2023-10-08T03:28:51.126 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:50 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:50.677+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:07.508045+0000 front 2023-10-08T03:28:07.508059+0000 (oldest deadline 2023-10-08T03:28:31.007876+0000) 2023-10-08T03:28:51.126 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:50 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:50.677+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2023-10-08T03:28:13.309054+0000 front 2023-10-08T03:28:13.309091+0000 (oldest deadline 2023-10-08T03:28:37.408892+0000) 2023-10-08T03:28:51.127 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:50 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:50.677+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6822 osd.2 since back 2023-10-08T03:28:20.309741+0000 front 2023-10-08T03:28:20.309769+0000 (oldest deadline 2023-10-08T03:28:44.910350+0000) 2023-10-08T03:28:51.127 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:50 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:50.677+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6830 osd.3 since back 2023-10-08T03:28:27.711649+0000 front 2023-10-08T03:28:27.711657+0000 (oldest deadline 2023-10-08T03:28:50.011593+0000) 2023-10-08T03:28:51.626 INFO:journalctl@ceph.osd.6.smithi046.stdout:Oct 08 03:28:51 smithi046 bash[137503]: ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-6 2023-10-08T03:28:51.626 INFO:journalctl@ceph.osd.6.smithi046.stdout:Oct 08 03:28:51 smithi046 bash[137546]: Error: no container with name or ID "ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd.6" found: no such container 2023-10-08T03:28:52.126 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:51 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:51.642+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:07.508045+0000 front 2023-10-08T03:28:07.508059+0000 (oldest deadline 2023-10-08T03:28:31.007876+0000) 2023-10-08T03:28:52.126 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:51 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:51.642+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2023-10-08T03:28:13.309054+0000 front 2023-10-08T03:28:13.309091+0000 (oldest deadline 2023-10-08T03:28:37.408892+0000) 2023-10-08T03:28:52.126 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:51 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:51.642+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6822 osd.2 since back 2023-10-08T03:28:20.309741+0000 front 2023-10-08T03:28:20.309769+0000 (oldest deadline 2023-10-08T03:28:44.910350+0000) 2023-10-08T03:28:52.126 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:51 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:51.642+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6830 osd.3 since back 2023-10-08T03:28:27.711649+0000 front 2023-10-08T03:28:27.711657+0000 (oldest deadline 2023-10-08T03:28:50.011593+0000) 2023-10-08T03:28:52.609 DEBUG:teuthology.orchestra.run.smithi046:> sudo pkill -f 'journalctl -f -n 0 -u ceph-988f33ae-6587-11ee-8db5-212e2dc638e7@osd.6.service' 2023-10-08T03:28:52.660 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-08T03:28:52.661 INFO:tasks.cephadm.osd.6:Stopped osd.6 2023-10-08T03:28:52.661 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2023-10-08T03:28:52.661 DEBUG:teuthology.orchestra.run.smithi046:> sudo systemctl stop ceph-988f33ae-6587-11ee-8db5-212e2dc638e7@osd.7 2023-10-08T03:28:52.876 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:52 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:52.623+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:07.508045+0000 front 2023-10-08T03:28:07.508059+0000 (oldest deadline 2023-10-08T03:28:31.007876+0000) 2023-10-08T03:28:52.877 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:52 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:52.623+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2023-10-08T03:28:13.309054+0000 front 2023-10-08T03:28:13.309091+0000 (oldest deadline 2023-10-08T03:28:37.408892+0000) 2023-10-08T03:28:52.877 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:52 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:52.623+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6822 osd.2 since back 2023-10-08T03:28:20.309741+0000 front 2023-10-08T03:28:20.309769+0000 (oldest deadline 2023-10-08T03:28:44.910350+0000) 2023-10-08T03:28:52.877 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:52 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:52.623+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6830 osd.3 since back 2023-10-08T03:28:27.711649+0000 front 2023-10-08T03:28:27.711657+0000 (oldest deadline 2023-10-08T03:28:50.011593+0000) 2023-10-08T03:28:52.877 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:52 smithi046 systemd[1]: Stopping Ceph osd.7 for 988f33ae-6587-11ee-8db5-212e2dc638e7... 2023-10-08T03:28:52.878 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:52 smithi046 bash[137727]: Error: no container with name or ID "ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd.7" found: no such container 2023-10-08T03:28:52.878 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:52 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:52.818+0000 7fcfe51eb700 -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-10-08T03:28:52.878 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:52 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:52.818+0000 7fcfe51eb700 -1 osd.7 70 *** Got signal Terminated *** 2023-10-08T03:28:52.879 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:52 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:52.818+0000 7fcfe51eb700 -1 osd.7 70 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-10-08T03:28:53.876 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:53 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:53.581+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:07.508045+0000 front 2023-10-08T03:28:07.508059+0000 (oldest deadline 2023-10-08T03:28:31.007876+0000) 2023-10-08T03:28:53.876 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:53 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:53.581+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2023-10-08T03:28:13.309054+0000 front 2023-10-08T03:28:13.309091+0000 (oldest deadline 2023-10-08T03:28:37.408892+0000) 2023-10-08T03:28:53.876 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:53 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:53.581+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6822 osd.2 since back 2023-10-08T03:28:20.309741+0000 front 2023-10-08T03:28:20.309769+0000 (oldest deadline 2023-10-08T03:28:44.910350+0000) 2023-10-08T03:28:53.876 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:53 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:53.581+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6830 osd.3 since back 2023-10-08T03:28:27.711649+0000 front 2023-10-08T03:28:27.711657+0000 (oldest deadline 2023-10-08T03:28:50.011593+0000) 2023-10-08T03:28:54.876 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:54 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:54.558+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:07.508045+0000 front 2023-10-08T03:28:07.508059+0000 (oldest deadline 2023-10-08T03:28:31.007876+0000) 2023-10-08T03:28:54.876 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:54 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:54.558+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2023-10-08T03:28:13.309054+0000 front 2023-10-08T03:28:13.309091+0000 (oldest deadline 2023-10-08T03:28:37.408892+0000) 2023-10-08T03:28:54.876 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:54 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:54.558+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6822 osd.2 since back 2023-10-08T03:28:20.309741+0000 front 2023-10-08T03:28:20.309769+0000 (oldest deadline 2023-10-08T03:28:44.910350+0000) 2023-10-08T03:28:54.876 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:54 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:54.558+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6830 osd.3 since back 2023-10-08T03:28:27.711649+0000 front 2023-10-08T03:28:27.711657+0000 (oldest deadline 2023-10-08T03:28:50.011593+0000) 2023-10-08T03:28:55.876 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:55 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:55.513+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:07.508045+0000 front 2023-10-08T03:28:07.508059+0000 (oldest deadline 2023-10-08T03:28:31.007876+0000) 2023-10-08T03:28:55.876 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:55 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:55.513+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2023-10-08T03:28:13.309054+0000 front 2023-10-08T03:28:13.309091+0000 (oldest deadline 2023-10-08T03:28:37.408892+0000) 2023-10-08T03:28:55.876 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:55 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:55.513+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6822 osd.2 since back 2023-10-08T03:28:20.309741+0000 front 2023-10-08T03:28:20.309769+0000 (oldest deadline 2023-10-08T03:28:44.910350+0000) 2023-10-08T03:28:55.876 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:55 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:55.513+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6830 osd.3 since back 2023-10-08T03:28:27.711649+0000 front 2023-10-08T03:28:27.711657+0000 (oldest deadline 2023-10-08T03:28:50.011593+0000) 2023-10-08T03:28:56.876 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:56 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:56.487+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:07.508045+0000 front 2023-10-08T03:28:07.508059+0000 (oldest deadline 2023-10-08T03:28:31.007876+0000) 2023-10-08T03:28:56.876 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:56 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:56.487+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2023-10-08T03:28:13.309054+0000 front 2023-10-08T03:28:13.309091+0000 (oldest deadline 2023-10-08T03:28:37.408892+0000) 2023-10-08T03:28:56.876 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:56 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:56.487+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6822 osd.2 since back 2023-10-08T03:28:20.309741+0000 front 2023-10-08T03:28:20.309769+0000 (oldest deadline 2023-10-08T03:28:44.910350+0000) 2023-10-08T03:28:56.876 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:56 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:56.487+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6830 osd.3 since back 2023-10-08T03:28:27.711649+0000 front 2023-10-08T03:28:27.711657+0000 (oldest deadline 2023-10-08T03:28:50.011593+0000) 2023-10-08T03:28:57.876 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:57 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:57.467+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2023-10-08T03:28:07.508045+0000 front 2023-10-08T03:28:07.508059+0000 (oldest deadline 2023-10-08T03:28:31.007876+0000) 2023-10-08T03:28:57.876 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:57 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:57.467+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2023-10-08T03:28:13.309054+0000 front 2023-10-08T03:28:13.309091+0000 (oldest deadline 2023-10-08T03:28:37.408892+0000) 2023-10-08T03:28:57.876 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:57 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:57.467+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6822 osd.2 since back 2023-10-08T03:28:20.309741+0000 front 2023-10-08T03:28:20.309769+0000 (oldest deadline 2023-10-08T03:28:44.910350+0000) 2023-10-08T03:28:57.877 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:57 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:57.468+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.19:6830 osd.3 since back 2023-10-08T03:28:27.711649+0000 front 2023-10-08T03:28:27.711657+0000 (oldest deadline 2023-10-08T03:28:50.011593+0000) 2023-10-08T03:28:57.877 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:57 smithi046 ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7[126405]: 2023-10-08T03:28:57.468+0000 7fcfe2387700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.46:6804 osd.4 since back 2023-10-08T03:28:32.713341+0000 front 2023-10-08T03:28:32.713327+0000 (oldest deadline 2023-10-08T03:28:57.413365+0000) 2023-10-08T03:28:58.626 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:58 smithi046 bash[137740]: ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd-7 2023-10-08T03:28:58.626 INFO:journalctl@ceph.osd.7.smithi046.stdout:Oct 08 03:28:58 smithi046 bash[137818]: Error: no container with name or ID "ceph-988f33ae-6587-11ee-8db5-212e2dc638e7-osd.7" found: no such container 2023-10-08T03:28:59.464 DEBUG:teuthology.orchestra.run.smithi046:> sudo pkill -f 'journalctl -f -n 0 -u ceph-988f33ae-6587-11ee-8db5-212e2dc638e7@osd.7.service' 2023-10-08T03:28:59.519 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-08T03:28:59.519 INFO:tasks.cephadm.osd.7:Stopped osd.7 2023-10-08T03:28:59.520 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 --force --keep-logs 2023-10-08T03:29:23.114 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 --force --keep-logs 2023-10-08T03:29:38.734 DEBUG:teuthology.orchestra.run.smithi019:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-10-08T03:29:38.775 DEBUG:teuthology.orchestra.run.smithi046:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-10-08T03:29:38.812 INFO:tasks.cephadm:Archiving crash dumps... 2023-10-08T03:29:38.814 DEBUG:teuthology.misc:Transferring archived files from smithi019:/var/lib/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-10-07_14:03:45-orch-main-distro-default-smithi/7417149/remote/smithi019/crash 2023-10-08T03:29:38.815 DEBUG:teuthology.orchestra.run.smithi019:> sudo tar c -f - -C /var/lib/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/crash -- . 2023-10-08T03:29:38.872 INFO:teuthology.orchestra.run.smithi019.stderr:tar: /var/lib/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/crash: Cannot open: No such file or directory 2023-10-08T03:29:38.873 INFO:teuthology.orchestra.run.smithi019.stderr:tar: Error is not recoverable: exiting now 2023-10-08T03:29:38.874 DEBUG:teuthology.misc:Transferring archived files from smithi046:/var/lib/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-10-07_14:03:45-orch-main-distro-default-smithi/7417149/remote/smithi046/crash 2023-10-08T03:29:38.875 DEBUG:teuthology.orchestra.run.smithi046:> sudo tar c -f - -C /var/lib/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/crash -- . 2023-10-08T03:29:38.919 INFO:teuthology.orchestra.run.smithi046.stderr:tar: /var/lib/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/crash: Cannot open: No such file or directory 2023-10-08T03:29:38.919 INFO:teuthology.orchestra.run.smithi046.stderr:tar: Error is not recoverable: exiting now 2023-10-08T03:29:38.920 INFO:tasks.cephadm:Checking cluster log for badness... 2023-10-08T03:29:38.920 DEBUG:teuthology.orchestra.run.smithi019:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-10-08T03:29:38.954 INFO:teuthology.orchestra.run.smithi019.stderr:grep: /var/log/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/ceph.log: No such file or directory 2023-10-08T03:29:38.956 INFO:tasks.cephadm:Compressing logs... 2023-10-08T03:29:38.956 DEBUG:teuthology.orchestra.run.smithi019:> 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-10-08T03:29:38.999 DEBUG:teuthology.orchestra.run.smithi046:> 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-10-08T03:29:39.032 INFO:teuthology.orchestra.run.smithi019.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-10-08T03:29:39.032 INFO:teuthology.orchestra.run.smithi019.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-10-08T03:29:39.032 INFO:teuthology.orchestra.run.smithi019.stderr:gzip -5 --verbose -- /var/log/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/ceph-volume.log 2023-10-08T03:29:39.033 INFO:teuthology.orchestra.run.smithi019.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/ceph-osd.2.log 2023-10-08T03:29:39.034 INFO:teuthology.orchestra.run.smithi019.stderr:gzip -5 --verbose -- /var/log/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/ceph-mon.smithi019.log 2023-10-08T03:29:39.034 INFO:teuthology.orchestra.run.smithi019.stderr:/var/log/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/ceph-osd.3.log 2023-10-08T03:29:39.034 INFO:teuthology.orchestra.run.smithi019.stderr:/var/log/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/ceph-osd.2.log: /var/log/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/ceph-mon.smithi019.log: gzip -5 --verbose -- /var/log/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/ceph-osd.0.log 2023-10-08T03:29:39.034 INFO:teuthology.orchestra.run.smithi019.stderr:/var/log/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/ceph-mgr.smithi019.xhcxai.log 2023-10-08T03:29:39.035 INFO:teuthology.orchestra.run.smithi046.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-10-08T03:29:39.035 INFO:teuthology.orchestra.run.smithi046.stderr:: No such file or directory 2023-10-08T03:29:39.035 INFO:teuthology.orchestra.run.smithi046.stderr:gzip -5 --verbose -- /var/log/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/ceph-mds.foofs.smithi046.mfhvuj.log 2023-10-08T03:29:39.036 INFO:teuthology.orchestra.run.smithi046.stderr:gzip -5 --verbose -- /var/log/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/ceph-osd.6.log 2023-10-08T03:29:39.037 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/ceph-mds.foofs.smithi046.mfhvuj.log: gzip -5 --verbose -- /var/log/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/ceph-volume.log 2023-10-08T03:29:39.037 INFO:teuthology.orchestra.run.smithi046.stderr: 60.5% -- replaced with /var/log/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/ceph-mds.foofs.smithi046.mfhvuj.log.gz 2023-10-08T03:29:39.037 INFO:teuthology.orchestra.run.smithi046.stderr:gzip -5 --verbose -- /var/log/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/ceph-mgr.smithi046.qizlkx.log 2023-10-08T03:29:39.037 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/ceph-osd.6.log: /var/log/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/ceph-mon.smithi046.log 2023-10-08T03:29:39.038 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/ceph-mgr.smithi046.qizlkx.log: gzip -5 --verbose -- /var/log/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/ceph-osd.7.log 2023-10-08T03:29:39.040 INFO:teuthology.orchestra.run.smithi019.stderr:/var/log/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/ceph-osd.0.log: /var/log/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/ceph-mgr.smithi019.xhcxai.log: 90.8% -- replaced with /var/log/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/ceph-volume.log.gz 2023-10-08T03:29:39.040 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/ceph-mon.smithi046.log: /var/log/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/ceph-osd.4.log 2023-10-08T03:29:39.040 INFO:teuthology.orchestra.run.smithi019.stderr:gzip -5 --verbose -- /var/log/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/ceph-mds.foofs.smithi019.mucmqc.log 2023-10-08T03:29:39.041 INFO:teuthology.orchestra.run.smithi019.stderr:/var/log/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/ceph-mds.foofs.smithi019.mucmqc.log: 79.7% -- replaced with /var/log/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/ceph-mds.foofs.smithi019.mucmqc.log.gz 2023-10-08T03:29:39.042 INFO:teuthology.orchestra.run.smithi019.stderr:gzip -5 --verbose -- /var/log/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/ceph-osd.1.log 2023-10-08T03:29:39.042 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/ceph-osd.4.log: 89.7% -- replaced with /var/log/ceph/cephadm.log.gz 2023-10-08T03:29:39.044 INFO:teuthology.orchestra.run.smithi046.stderr:gzip -5 --verbose -- /var/log/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/ceph-osd.5.log 2023-10-08T03:29:39.045 INFO:teuthology.orchestra.run.smithi046.stderr: 91.0% -- replaced with /var/log/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/ceph-volume.log.gz 2023-10-08T03:29:39.047 INFO:teuthology.orchestra.run.smithi019.stderr:/var/log/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/ceph-osd.1.log: 90.5% -- replaced with /var/log/ceph/cephadm.log.gz 2023-10-08T03:29:39.132 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/ceph-osd.5.log: 91.0% -- replaced with /var/log/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/ceph-mgr.smithi046.qizlkx.log.gz 2023-10-08T03:29:39.181 INFO:teuthology.orchestra.run.smithi019.stderr: 88.4% -- replaced with /var/log/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/ceph-mgr.smithi019.xhcxai.log.gz 2023-10-08T03:29:39.316 INFO:teuthology.orchestra.run.smithi046.stderr: 92.3% -- replaced with /var/log/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/ceph-mon.smithi046.log.gz 2023-10-08T03:29:40.101 INFO:teuthology.orchestra.run.smithi019.stderr: 91.5% -- replaced with /var/log/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/ceph-mon.smithi019.log.gz 2023-10-08T03:29:48.049 INFO:teuthology.orchestra.run.smithi019.stderr: 94.5% -- replaced with /var/log/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/ceph-osd.2.log.gz 2023-10-08T03:29:49.226 INFO:teuthology.orchestra.run.smithi046.stderr: 94.0% -- replaced with /var/log/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/ceph-osd.4.log.gz 2023-10-08T03:29:50.062 INFO:teuthology.orchestra.run.smithi019.stderr: 94.1% -- replaced with /var/log/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/ceph-osd.0.log.gz 2023-10-08T03:29:50.519 INFO:teuthology.orchestra.run.smithi046.stderr: 94.3% -- replaced with /var/log/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/ceph-osd.6.log.gz 2023-10-08T03:29:51.336 INFO:teuthology.orchestra.run.smithi019.stderr: 94.1% -- replaced with /var/log/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/ceph-osd.3.log.gz 2023-10-08T03:29:51.628 INFO:teuthology.orchestra.run.smithi019.stderr: 94.3% -- replaced with /var/log/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/ceph-osd.1.log.gz 2023-10-08T03:29:51.629 INFO:teuthology.orchestra.run.smithi019.stderr: 2023-10-08T03:29:51.630 INFO:teuthology.orchestra.run.smithi019.stderr:real 0m12.611s 2023-10-08T03:29:51.630 INFO:teuthology.orchestra.run.smithi019.stderr:user 0m44.330s 2023-10-08T03:29:51.630 INFO:teuthology.orchestra.run.smithi019.stderr:sys 0m1.789s 2023-10-08T03:29:53.348 INFO:teuthology.orchestra.run.smithi046.stderr: 94.2% -- replaced with /var/log/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/ceph-osd.5.log.gz 2023-10-08T03:29:56.784 INFO:teuthology.orchestra.run.smithi046.stderr: 94.1% -- replaced with /var/log/ceph/988f33ae-6587-11ee-8db5-212e2dc638e7/ceph-osd.7.log.gz 2023-10-08T03:29:56.785 INFO:teuthology.orchestra.run.smithi046.stderr: 2023-10-08T03:29:56.785 INFO:teuthology.orchestra.run.smithi046.stderr:real 0m17.764s 2023-10-08T03:29:56.785 INFO:teuthology.orchestra.run.smithi046.stderr:user 0m51.905s 2023-10-08T03:29:56.786 INFO:teuthology.orchestra.run.smithi046.stderr:sys 0m2.137s 2023-10-08T03:29:56.787 INFO:tasks.cephadm:Archiving logs... 2023-10-08T03:29:56.787 DEBUG:teuthology.misc:Transferring archived files from smithi019:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-10-07_14:03:45-orch-main-distro-default-smithi/7417149/remote/smithi019/log 2023-10-08T03:29:56.788 DEBUG:teuthology.orchestra.run.smithi019:> sudo tar c -f - -C /var/log/ceph -- . 2023-10-08T03:30:02.461 DEBUG:teuthology.misc:Transferring archived files from smithi046:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-10-07_14:03:45-orch-main-distro-default-smithi/7417149/remote/smithi046/log 2023-10-08T03:30:02.462 DEBUG:teuthology.orchestra.run.smithi046:> sudo tar c -f - -C /var/log/ceph -- . 2023-10-08T03:30:09.422 INFO:tasks.cephadm:Removing cluster... 2023-10-08T03:30:09.422 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 --force 2023-10-08T03:30:09.841 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 988f33ae-6587-11ee-8db5-212e2dc638e7 --force 2023-10-08T03:30:10.266 INFO:tasks.cephadm:Removing cephadm ... 2023-10-08T03:30:10.267 DEBUG:teuthology.orchestra.run.smithi019:> rm -rf /home/ubuntu/cephtest/cephadm 2023-10-08T03:30:10.290 DEBUG:teuthology.orchestra.run.smithi046:> rm -rf /home/ubuntu/cephtest/cephadm 2023-10-08T03:30:10.312 INFO:tasks.cephadm:Teardown complete 2023-10-08T03:30:10.312 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-10-08T03:30:10.322 INFO:teuthology.task.clock:Checking final clock skew... 2023-10-08T03:30:10.322 DEBUG:teuthology.orchestra.run.smithi019:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-10-08T03:30:10.333 DEBUG:teuthology.orchestra.run.smithi046:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-10-08T03:30:10.353 INFO:teuthology.orchestra.run.smithi019.stderr:bash: ntpq: command not found 2023-10-08T03:30:10.358 INFO:teuthology.orchestra.run.smithi019.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-08T03:30:10.358 INFO:teuthology.orchestra.run.smithi019.stdout:=============================================================================== 2023-10-08T03:30:10.358 INFO:teuthology.orchestra.run.smithi019.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 44 -626us[ -626us] +/- 82ms 2023-10-08T03:30:10.358 INFO:teuthology.orchestra.run.smithi019.stdout:^* hv02.front.sepia.ceph.com 3 6 377 46 -112us[ -84us] +/- 50ms 2023-10-08T03:30:10.358 INFO:teuthology.orchestra.run.smithi019.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 45 +715us[ +715us] +/- 67ms 2023-10-08T03:30:10.359 INFO:teuthology.orchestra.run.smithi019.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-10-08T03:30:10.372 INFO:teuthology.orchestra.run.smithi046.stderr:bash: ntpq: command not found 2023-10-08T03:30:10.378 INFO:teuthology.orchestra.run.smithi046.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-08T03:30:10.378 INFO:teuthology.orchestra.run.smithi046.stdout:=============================================================================== 2023-10-08T03:30:10.379 INFO:teuthology.orchestra.run.smithi046.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 44 -626us[ -626us] +/- 82ms 2023-10-08T03:30:10.379 INFO:teuthology.orchestra.run.smithi046.stdout:^* hv02.front.sepia.ceph.com 3 6 377 44 -88us[ -66us] +/- 50ms 2023-10-08T03:30:10.379 INFO:teuthology.orchestra.run.smithi046.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 42 +736us[ +736us] +/- 67ms 2023-10-08T03:30:10.379 INFO:teuthology.orchestra.run.smithi046.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-10-08T03:30:10.380 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-10-08T03:30:10.390 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-10-08T03:30:10.391 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-10-08T03:30:10.401 DEBUG:teuthology.orchestra.run.smithi019:> 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-10-08T03:30:10.513 DEBUG:teuthology.orchestra.run.smithi046:> 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-10-08T03:30:10.624 DEBUG:teuthology.orchestra.run.smithi019:> 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-10-08T03:30:10.663 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-08T03:30:10.664 DEBUG:teuthology.orchestra.run.smithi046:> 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-10-08T03:30:10.701 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-08T03:30:10.702 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-10-08T03:30:10.712 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-10-08T03:30:10.723 INFO:teuthology.task.internal:Duration was 1965.676000 seconds 2023-10-08T03:30:10.723 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-10-08T03:30:10.733 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-10-08T03:30:10.733 DEBUG:teuthology.orchestra.run.smithi019:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-10-08T03:30:10.736 DEBUG:teuthology.orchestra.run.smithi046:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-10-08T03:30:10.794 INFO:teuthology.orchestra.run.smithi019.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-08T03:30:10.800 INFO:teuthology.orchestra.run.smithi046.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-08T03:30:11.042 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-10-08T03:30:11.042 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi019.front.sepia.ceph.com 2023-10-08T03:30:11.042 DEBUG:teuthology.orchestra.run.smithi019:> 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-10-08T03:30:11.073 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi046.front.sepia.ceph.com 2023-10-08T03:30:11.073 DEBUG:teuthology.orchestra.run.smithi046:> 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-10-08T03:30:11.104 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-10-08T03:30:11.104 DEBUG:teuthology.orchestra.run.smithi019:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-10-08T03:30:11.116 DEBUG:teuthology.orchestra.run.smithi046:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-10-08T03:30:11.206 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-10-08T03:30:11.206 DEBUG:teuthology.orchestra.run.smithi019:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-10-08T03:30:11.208 DEBUG:teuthology.orchestra.run.smithi046:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-10-08T03:30:19.716 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-10-08T03:30:19.734 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-10-08T03:30:19.734 DEBUG:teuthology.orchestra.run.smithi019:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-10-08T03:30:19.768 DEBUG:teuthology.orchestra.run.smithi046:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-10-08T03:30:19.807 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-10-08T03:30:19.821 DEBUG:teuthology.orchestra.run.smithi019:> 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-10-08T03:30:19.824 DEBUG:teuthology.orchestra.run.smithi046:> 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-10-08T03:30:19.854 INFO:teuthology.orchestra.run.smithi019.stdout:kernel.core_pattern = core 2023-10-08T03:30:19.882 INFO:teuthology.orchestra.run.smithi046.stdout:kernel.core_pattern = core 2023-10-08T03:30:19.915 DEBUG:teuthology.orchestra.run.smithi019:> test -e /home/ubuntu/cephtest/archive/coredump 2023-10-08T03:30:19.951 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-08T03:30:19.953 DEBUG:teuthology.orchestra.run.smithi046:> test -e /home/ubuntu/cephtest/archive/coredump 2023-10-08T03:30:19.977 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-08T03:30:19.977 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-10-08T03:30:19.988 INFO:teuthology.task.internal:Transferring archived files... 2023-10-08T03:30:19.989 DEBUG:teuthology.misc:Transferring archived files from smithi019:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-10-07_14:03:45-orch-main-distro-default-smithi/7417149/remote/smithi019 2023-10-08T03:30:19.989 DEBUG:teuthology.orchestra.run.smithi019:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-10-08T03:30:20.061 DEBUG:teuthology.misc:Transferring archived files from smithi046:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-10-07_14:03:45-orch-main-distro-default-smithi/7417149/remote/smithi046 2023-10-08T03:30:20.061 DEBUG:teuthology.orchestra.run.smithi046:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-10-08T03:30:20.111 INFO:teuthology.task.internal:Removing archive directory... 2023-10-08T03:30:20.112 DEBUG:teuthology.orchestra.run.smithi019:> rm -rf -- /home/ubuntu/cephtest/archive 2023-10-08T03:30:20.116 DEBUG:teuthology.orchestra.run.smithi046:> rm -rf -- /home/ubuntu/cephtest/archive 2023-10-08T03:30:20.168 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-10-08T03:30:20.181 INFO:teuthology.task.internal:Not uploading archives. 2023-10-08T03:30:20.181 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-10-08T03:30:20.197 INFO:teuthology.task.internal:Tidying up after the test... 2023-10-08T03:30:20.197 DEBUG:teuthology.orchestra.run.smithi019:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-10-08T03:30:20.200 DEBUG:teuthology.orchestra.run.smithi046:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-10-08T03:30:20.221 INFO:teuthology.orchestra.run.smithi019.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Oct 8 03:30 /home/ubuntu/cephtest 2023-10-08T03:30:20.232 INFO:teuthology.orchestra.run.smithi046.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Oct 8 03:30 /home/ubuntu/cephtest 2023-10-08T03:30:20.233 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-10-08T03:30:20.246 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-10-08T03:30:20.268 INFO:teuthology.nuke:Checking targets against current locks 2023-10-08T03:30:20.296 DEBUG:teuthology.nuke:shortname: smithi019 2023-10-08T03:30:20.297 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-08T03:30:20.323 DEBUG:teuthology.nuke:shortname: smithi046 2023-10-08T03:30:20.324 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-08T03:30:20.328 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi019.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-10-07_14:03:45-orch-main-distro-default-smithi/7417149', '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-10-08 02:48:26.391129', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMJMD2utSxEpK+PGv4bZiw+r8Kp0qUr5t6awECuvBX4YJVYDP877MDF8QvDWECOU+VL/pr2ToIDgLirrlog7RUk='} 2023-10-08T03:30:20.352 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi046.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-10-07_14:03:45-orch-main-distro-default-smithi/7417149', '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-10-08 02:48:26.392853', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKjwMZXUAaXIOseCqJadCs7MX1/E+XfdXdG0fDgj8BkqNQJ9C+bFOtNGmy1B8+so88aKYsOcU/HwB5xY5fD5ETg='} 2023-10-08T03:30:20.393 INFO:teuthology.orchestra.console.smithi019:Power off 2023-10-08T03:30:20.393 DEBUG:teuthology.orchestra.console.smithi019:pexpect command: ipmitool -H smithi019.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-10-08T03:30:20.421 DEBUG:teuthology.orchestra.console.smithi019:power off output: Chassis Power Control: Down/Off 2023-10-08T03:30:20.421 DEBUG:teuthology.orchestra.console.smithi019:pexpect command: ipmitool -H smithi019.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-08T03:30:20.440 INFO:teuthology.orchestra.console.smithi046:Power off 2023-10-08T03:30:20.441 DEBUG:teuthology.orchestra.console.smithi046:pexpect command: ipmitool -H smithi046.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-10-08T03:30:20.450 DEBUG:teuthology.orchestra.console.smithi019:check power output: Chassis Power is on 2023-10-08T03:30:20.468 DEBUG:teuthology.orchestra.console.smithi046:power off output: Chassis Power Control: Down/Off 2023-10-08T03:30:20.468 DEBUG:teuthology.orchestra.console.smithi046:pexpect command: ipmitool -H smithi046.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-08T03:30:20.497 DEBUG:teuthology.orchestra.console.smithi046:check power output: Chassis Power is on 2023-10-08T03:30:24.451 DEBUG:teuthology.orchestra.console.smithi019:pexpect command: ipmitool -H smithi019.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-08T03:30:24.498 DEBUG:teuthology.orchestra.console.smithi046:pexpect command: ipmitool -H smithi046.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-08T03:30:24.561 DEBUG:teuthology.orchestra.console.smithi019:check power output: Chassis Power is on 2023-10-08T03:30:24.610 DEBUG:teuthology.orchestra.console.smithi046:check power output: Chassis Power is on 2023-10-08T03:30:28.562 DEBUG:teuthology.orchestra.console.smithi019:pexpect command: ipmitool -H smithi019.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-08T03:30:28.611 DEBUG:teuthology.orchestra.console.smithi046:pexpect command: ipmitool -H smithi046.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-08T03:30:28.674 DEBUG:teuthology.orchestra.console.smithi019:check power output: Chassis Power is off 2023-10-08T03:30:28.722 DEBUG:teuthology.orchestra.console.smithi046:check power output: Chassis Power is off 2023-10-08T03:30:28.775 INFO:teuthology.orchestra.console.smithi019:Power off completed 2023-10-08T03:30:28.823 INFO:teuthology.orchestra.console.smithi046:Power off completed 2023-10-08T03:30:28.928 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: 1965.675999879837 failure_reason: 'Command failed on smithi019 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 988f33ae-6587-11ee-8db5-212e2dc638e7 -e sha1=9725b08fd801c82987c737f7e6d354878f036ee8 -- bash -c \''ceph versions | jq -e \''"\''"\''.overall | length == 1\''"\''"\''\''''' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=6f63ff9c2441492a96ac6437f303090c status: fail success: false 2023-10-08T03:30:28.929 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-10-08T03:30:29.038 INFO:teuthology.run:FAIL